flatstyle_cb4.cpp

来自「FlatStyle控件」· C++ 代码 · 共 30 行

CPP
30
字号
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("FlatStyle_Cb4.res");
USEPACKAGE("vcl40.bpi");
USEUNIT("TFlatTabControlUnit.pas");
USEUNIT("TFlatButtonUnit.pas");
USEUNIT("TFlatCheckBoxUnit.pas");
USEUNIT("TFlatEditUnit.pas");
USEUNIT("TFlatHintUnit.pas");
USEUNIT("TFlatListBoxUnit.pas");
USEUNIT("TFlatMemoUnit.pas");
USEUNIT("TFlatProgressBarUnit.pas");
USEUNIT("TFlatRadioButtonUnit.pas");
USEUNIT("TFlatRegister.pas");
USERES("TFlatRegister.dcr");
USEUNIT("TFlatSpeedButtonUnit.pas");
USEUNIT("FlatUtilitys.pas");
USEUNIT("TFlatComboBoxUnit.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
//   Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
        return 1;
}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

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