📄 reportfmu.pas
字号:
unit reportfmu;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls;
type
Treportfm = class(TForm)
clientreport: TQuickRep;
QRBand2: TQRBand;
QRBand3: TQRBand;
QRDBText2: TQRDBText;
QRDBText7: TQRDBText;
QRDBText15: TQRDBText;
QRDBText16: TQRDBText;
QRDBText20: TQRDBText;
QRSysData5: TQRSysData;
QRGroup2: TQRGroup;
QRBand4: TQRBand;
QRShape8: TQRShape;
QRLabel32: TQRLabel;
QRLabel33: TQRLabel;
QRLabel35: TQRLabel;
QRLabel37: TQRLabel;
QRLabel38: TQRLabel;
titlelb: TQRLabel;
QRLabel40: TQRLabel;
QRSysData2: TQRSysData;
QRLabel41: TQRLabel;
QRdwmc2: TQRLabel;
QRLabel44: TQRLabel;
QRLabel60: TQRLabel;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape12: TQRShape;
QRShape42: TQRShape;
QRShape43: TQRShape;
QRShape45: TQRShape;
QRShape47: TQRShape;
QRShape48: TQRShape;
QRShape49: TQRShape;
QRShape50: TQRShape;
QRShape51: TQRShape;
QRShape52: TQRShape;
QRShape53: TQRShape;
QRShape54: TQRShape;
QRShape55: TQRShape;
QRShape56: TQRShape;
QRShape57: TQRShape;
QRShape58: TQRShape;
QRShape59: TQRShape;
QRShape60: TQRShape;
QRShape61: TQRShape;
QRShape62: TQRShape;
QRShape63: TQRShape;
QRShape64: TQRShape;
QRShape65: TQRShape;
QRShape66: TQRShape;
QRShape68: TQRShape;
QRBandjao: TQRBand;
gsss2: TQRLabel;
QRDBText26: TQRDBText;
QRLabel26: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
reportfm: Treportfm;
implementation
uses mainu;
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -