📄 unit7.~h
字号:
//---------------------------------------------------------------------------
#ifndef Unit7H
#define Unit7H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm7 : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *PageFooterBand1;
TQRBand *ColumnHeaderBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TQRExpr *QRExpr2;
TQRLabel *QRLabel2;
TQRExpr *QRExpr3;
TQRLabel *QRLabel3;
TQRExpr *QRExpr4;
TQRLabel *QRLabel4;
TQRExpr *QRExpr5;
TQRLabel *QRLabel5;
TQRExpr *QRExpr6;
TTable *Table1;
TQRShape *QRShape1;
TQRLabel *QRLabel6;
private: // User declarations
public: // User declarations
__fastcall TForm7(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm7 *Form7;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -