⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 atviewerc5.cpp

📁 ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is
💻 CPP
字号:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop
USERES("ATViewerC5.res");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("Vclx50.bpi");
USEPACKAGE("vcljpg50.bpi");
USEPACKAGE("vclie50.bpi");
USEUNIT("..\Source\MediaPlayer9_TLB.pas");
USERES("..\Source\MediaPlayer9_TLB.dcr");
USEUNIT("..\Source\MediaPlayer_TLB.pas");
USERES("..\Source\MediaPlayer_TLB.dcr");
USEUNIT("..\Source\ATBinHex.pas");
USERES("..\Source\ATBinHex.dcr");
USEUNIT("..\Source\ATFileNotification.pas");
USERES("..\Source\ATFileNotification.dcr");
USEUNIT("..\Source\ATImageBox.pas");
USERES("..\Source\ATImageBox.dcr");
USEUNIT("..\Source\ATStreamSearch.pas");
USERES("..\Source\ATStreamSearch.dcr");
USEUNIT("..\Source\ATViewer.pas");
USERES("..\Source\ATViewer.dcr");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------

//   Package source.
//---------------------------------------------------------------------------

#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
        return 1;
}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -