⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit11.h

📁 餐厅结账管理程序提供中小型餐厅所需要的点菜结账功能
💻 H
字号:
//----------------------------------------------------------------------------
#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    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -