gr32_cb5.cpp

来自「skin components for design of your appli」· C++ 代码 · 共 63 行

CPP
63
字号
//---------------------------------------------------------------------------



#include <vcl.h>

#pragma hdrstop

USERES("GR32_CB5.res");

USEPACKAGE("vcl50.bpi");

USEUNIT("..\GR32.pas");

USEUNIT("..\GR32_Blend.pas");

USEUNIT("..\GR32_ByteMaps.pas");

USEUNIT("..\GR32_System.pas");

USEUNIT("..\GR32_DrawingEx.pas");

USEUNIT("..\GR32_Filters.pas");

USEUNIT("..\GR32_Image.pas");

USEUNIT("..\GR32_Layers.pas");

USEUNIT("..\GR32_LowLevel.pas");

USEUNIT("..\GR32_Polygons.pas");

USEUNIT("..\GR32_RangeBars.pas");

USEUNIT("..\GR32_Transforms.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 + =
减小字号Ctrl + -
显示快捷键?