common1.cpp
来自「联通接收发送新程序」· C++ 代码 · 共 32 行
CPP
32 行
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("Common.res");
USEUNIT("table.cpp");
USEUNIT("XW_Connection.cpp");
USEUNIT("CreateCpp.cpp");
USEUNIT("cursor.cpp");
USEUNIT("field.cpp");
USEUNIT("ostring.cpp");
USEUNIT("otime.cpp");
USEUNIT("otimespan.cpp");
USEUNIT("profile.cpp");
USEUNIT("records.cpp");
USEUNIT("Common.cpp");
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
try
{
Application->Initialize();
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
return 0;
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?