unit2.h
来自「C++Builder高级应用开发指南随书源码」· C头文件 代码 · 共 49 行
H
49 行
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <QuickRpt.hpp>
#include <Qrctrls.hpp>
//---------------------------------------------------------------------------
class TfrmReport : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TTable *Table1;
TQRBand *TitleBand1;
TQRBand *ColumnHeaderBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TStringField *Table1NAME;
TSmallintField *Table1SIZE;
TSmallintField *Table1WEIGHT;
TStringField *Table1AREA;
TBlobField *Table1BMP;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBImage *QRDBImage1;
void __fastcall QuickRep1Preview(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmReport(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmReport *frmReport;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?