qraccountunit.pas
来自「很好地delphi书籍源码」· PAS 代码 · 共 54 行
PAS
54 行
unit QRAccountUnit;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TQReport3 = class(TQuickRep)
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
ColumnHeaderBand1: TQRBand;
QRLabel4: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel5: TQRLabel;
QRLabel10: TQRLabel;
QRShape1: TQRShape;
DetailBand1: TQRBand;
FeeOffice: TQRDBText;
FeeDinner: TQRDBText;
FeePlay: TQRDBText;
FeeShop: TQRDBText;
FeeOther: TQRDBText;
QRLabel3: TQRLabel;
GuestName: TQRDBText;
QRLabel2: TQRLabel;
QRLabel9: TQRLabel;
QRLabel12: TQRLabel;
FeeBed: TQRDBText;
FeeSum: TQRDBText;
FeeFore: TQRDBText;
ActualPay: TQRDBText;
QRSysData1: TQRSysData;
QRShape2: TQRShape;
QRShape3: TQRShape;
private
public
end;
var
QReport3: TQReport3;
implementation
uses DataModuleUnit;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?