mainform.h
来自「C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部」· C头文件 代码 · 共 65 行
H
65 行
//---------------------------------------------------------------------------
#ifndef MainFormH
#define MainFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DB.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TTable *Table1;
TDataSource *DataSource1;
TQuickRep *QuickRep1;
TQRBand *QRBand1;
TQRBand *QRBand2;
TQRBand *QRBand3;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRBand *QRBand4;
TTable *Table2;
TDataSource *DataSource2;
TQRBand *QRBand5;
TQRSubDetail *QRSubDetail1;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRLabel *QRLabel9;
TQRLabel *QRLabel10;
TQRLabel *QRLabel11;
TQRDBText *QRDBText6;
TQRDBText *QRDBText7;
TQRDBText *QRDBText8;
TQRLabel *QRLabel12;
TQuery *Query1;
TQRDBText *QRDBText9;
TQRLabel *QRLabel8;
TQRSysData *QRSysData2;
TQRLabel *QRLabel7;
TQRSysData *QRSysData1;
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?