?? unit11.h
字號(hào):
//----------------------------------------------------------------------------
#ifndef Unit11H
#define Unit11H
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Quickrpt.hpp>
#include <vcl\Dialogs.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Messages.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//----------------------------------------------------------------------------
class TQRFormPay : public TForm
{
__published:
TQuickRep *QuickRep1;
TTable *MasterTable;
TQRBand *DetailBand1;
TQRBand *PageFooterBand1;
TQRBand *TitleBand1;
TQRBand *ColumnHeaderBand1;
TQRLabel *QRLabelTitle;
TQRSysData *QRSysData1;
TQRSysData *QRSysData2;
TQRLabel *QRLabelRankNum;
TQRLabel *QRLabelRankName;
TQRDBText *QRDBTextID;
TQRDBText *QRDBTextName;
TQRDBText *QRDBTextGender;
TQRDBText *QRDBText6;
TQRDBText *QRDBText7;
TQRDBText *QRDBText10;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRBand *GroupFooterBand1;
TQRLabel *QRLabelTotal;
TQRExpr *QRExprTotal;
TIntegerField *MasterTableTableNum;
TFloatField *MasterTableShouldPay;
TFloatField *MasterTableActuallyPay;
TFloatField *MasterTableCharge;
TDateField *MasterTableDate;
TTimeField *MasterTableTime;
TMemoField *MasterTableDescription;
TIntegerField *MasterTableUserID;
private:
public:
virtual __fastcall TQRFormPay(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TQRFormPay *QRFormPay;
//----------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -