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

📄 borcvs_cb5package.cpp

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 CPP
字号:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop
USERES("BorCVS_CB5package.res");
USEPACKAGE("vcl50.bpi");
USEUNIT("SettingsStorage.pas");
USEUNIT("TBorCvsWizardunit.pas");
USEUNIT("TExtProcessunit.pas");
USEUNIT("TToolsApiHelperunit.pas");
USEUNIT("Utilityunit.pas");
USEFORMNS("TCvsBaseFrmunit.pas", Tcvsbasefrmunit, CvsBaseFrm);
USEFORMNS("TFileSelectorFrmunit.pas", Tfileselectorfrmunit, FileSelectorFrm);
USEFORMNS("TCvsrootFrameunit.pas", Tcvsrootframeunit, CvsrootFrame); /* TFrame: File Type */
USEFORMNS("TFilesFrameunit.pas", Tfilesframeunit, FilesFrame); /* TFrame: File Type */
USEFORMNS("taboutfrmunit.pas", Taboutfrmunit, AboutFrm);
USEFORMNS("TLogFrmunit.pas", Tlogfrmunit, LogFrm);
USEFORMNS("TNewModuleFrmunit.pas", Tnewmodulefrmunit, NewModuleFrm);
USEFORMNS("TPreferencesFrmunit.pas", Tpreferencesfrmunit, PreferencesFrm);
USEFORMNS("TCvsCmdFrmunit.pas", Tcvscmdfrmunit, CvsCmdFrm);
USEUNIT("TProjectStatusunit.pas");
USEFORMNS("TRemoveFrmunit.pas", Tremovefrmunit, RemoveFrm);
USEFORMNS("TResultFrmunit.pas", Tresultfrmunit, ResultFrm);
USEFORMNS("TRunCvsFrmunit.pas", Truncvsfrmunit, RunCvsFrm);
USEFORMNS("TStatusFrmunit.pas", Tstatusfrmunit, StatusFrm);
USEFORMNS("TStickyOptionsFrameunit.pas", Tstickyoptionsframeunit, StickyOptionsFrame); /* TFrame: File Type */
USEFORMNS("TTagBranchFrmunit.pas", Ttagbranchfrmunit, TagBranchFrm);
USEFORMNS("TUpdateFrmunit.pas", Tupdatefrmunit, UpdateFrm);
USEFORMNS("TAddFrmunit.pas", Taddfrmunit, AddFrm);
USEFORMNS("TCheckoutFrmunit.pas", Tcheckoutfrmunit, CheckoutFrm);
USEFORMNS("TCommitFrmunit.pas", Tcommitfrmunit, CommitFrm);
USEFORMNS("TDiffFrmunit.pas", Tdifffrmunit, DiffFrm);
USEUNIT("TControllerunit.pas");
USEPACKAGE("dsnide50.bpi");
USEPACKAGE("vclx50.bpi");
USEUNIT("PELDebugit.pas");
USEUNIT("BorCVSpackageUnit.pas");
USE("BorCVS.inc", File);
//---------------------------------------------------------------------------
#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 + -