📄 tmsdec5.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("TMSDEC5.res");
USEPACKAGE("vcl50.bpi");
USEUNIT("AdvDBLookupComboBoxRegDe.pas");
USEUNIT("AdvMemoRegDe.pas");
USEUNIT("AdvPageControlRegDe.pas");
USEUNIT("advpicregde.pas");
USEUNIT("advpnlregde.pas");
USEUNIT("AdvTreeComboBoxRegDE.pas");
USEUNIT("alvregde.pas");
USEUNIT("aniregde.pas");
USEUNIT("asgcregde.pas");
USEUNIT("AsgRegDE.pas");
USEUNIT("atbregde.pas");
USEUNIT("cabregde.pas");
USEUNIT("calcregde.pas");
USEUNIT("dbadvgridde.pas");
USEUNIT("dbhtmlaregde.pas");
USEUNIT("htmburegde.pas");
USEUNIT("DBInspectorBarRegDE.pas");
USEUNIT("DBPlannerCalRegDE.pas");
USEUNIT("dbplanregde.pas");
USEUNIT("DBTodoListRegDE.pas");
USEUNIT("HotSpotImageRegDE.pas");
USEUNIT("DBHTMLBtnsRegDE.pas");
USEUNIT("htmldlgregde.pas");
USEUNIT("htmliregde.pas");
USEUNIT("htmlpopupregde.pas");
USEUNIT("InspectorBarRegDE.pas");
USEUNIT("HTMLCreditRegDE.pas");
USEUNIT("WebImgRegDE.pas");
USEUNIT("paramlabregde.pas");
USEUNIT("paramlstregde.pas");
USEUNIT("paramtreeviewregde.pas");
USEUNIT("parlregde.pas");
USEUNIT("pdlgregde.pas");
USEUNIT("PictureContainerRegDe.pas");
USEUNIT("PlannerCalRegDE.pas");
USEUNIT("planregde.pas");
USEUNIT("rtflregde.pas");
USEUNIT("slstregde.pas");
USEUNIT("sysmregde.pas");
USEUNIT("thumbregde.pas");
USEUNIT("ToolPanelsRegDE.pas");
USEUNIT("wallpregde.pas");
USEUNIT("paramchklregde.pas");
USEPACKAGE("tmsc5.bpi");
USEPACKAGE("Vcldb50.bpi");
USEPACKAGE("vcljpg50.bpi");
USEUNIT("AdvNavBarRegDE.pas");
USEUNIT("AdvAlertWindowRegDE.pas");
USEUNIT("DBPlannerMonthViewRegDE.pas");
USEUNIT("PlannerMonthViewRegDE.pas");
USEUNIT("AdvAlertMessageDE.pas");
USEUNIT("ToDoListregde.pas");
USEUNIT("AdvCardListRegDE.pas");
USEUNIT("DBAdvCardListRegDE.pas");
USEUNIT("AdvToolBarRegDE.pas");
USEUNIT("htmlchkliregde.pas");
USEUNIT("advoutlooklistde.pas");
USEUNIT("advofficehintregde.pas");
USEUNIT("advglowbuttonregde.pas");
USEUNIT("advofficepagerregde.pas");
USEUNIT("AdvOfficeTabSetRegDE.pas");
USEUNIT("AdvOfficeSelectorsRegDE.pas");
USEUNIT("AdvOfficeComboBoxRegDE.pas");
USEUNIT("advofficeimageregde.pas");
USEUNIT("advshapebuttonregde.pas");
USEUNIT("advpreviewmenuregde.pas");
USEUNIT("taskdialogde.pas");
USEUNIT("taskdialogregde.pas");
USEUNIT("AdvTrackBarRegDE.pas");
USEUNIT("AdvTrackBarGallery.pas");
USEUNIT("AdvTrackBarPersist.pas");
USEUNIT("AdvShapeRegDE.pas");
USEUNIT("AdvStickyPopupMenuRegDE.pas");
USEUNIT("AdvStickyPopupMenuDE.pas");
USEPACKAGE("tmsexc5.bpi");
USEUNIT("DBAdvGlowNavigatorDE.pas");
//---------------------------------------------------------------------------
#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 + -