📄 tee7c5.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("tee7C5.res");
USEUNIT("TeeProcs.pas");
USEUNIT("TeeConst.pas");
USEUNIT("TeCanvas.pas");
USEUNIT("TeEngine.pas");
USEUNIT("Chart.pas");
USEUNIT("TeeFunci.pas");
USEUNIT("Series.pas");
USEUNIT("TeeShape.pas");
USEUNIT("GanttCh.pas");
USEUNIT("BubbleCh.pas");
USEUNIT("ArrowCha.pas");
USEFORMNS("TeeAbout.pas", TeeAbout, TeeAboutForm);
USEPACKAGE("vcl50.bpi");
USEUNIT("TeeStore.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -