unit9.h

来自「第一次尝试开发数据库方面的系统」· C头文件 代码 · 共 34 行

H
34
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?