📄 unit9.h
字号:
//---------------------------------------------------------------------------
#ifndef Unit9H
#define Unit9H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Chart.hpp>
#include <DbChart.hpp>
#include <ExtCtrls.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class Tfrm_tongji : public TForm
{
__published: // IDE-managed Components
TDBChart *DBChart1;
TQuickRep *QuickRep1;
TQRBand *TitleBand1;
TQRBand *DetailBand1;
TQRBand *ColumnHeaderBand1;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall Tfrm_tongji(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tfrm_tongji *frm_tongji;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -