📄 gzyrpt1.pas.bak
字号:
unit gzyrpt1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, QRCtrls;
type
Tgzyrptfm1 = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRSysData1: TQRSysData;
QRBand3: TQRBand;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRExpr1: TQRExpr;
QRBand4: TQRBand;
QRGroup1: TQRGroup;
QRLabel3: TQRLabel;
QRShape1: TQRShape;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
SummaryBand1: TQRBand;
PageFooterBand1: TQRBand;
QRShape31: TQRShape;
QRShape32: TQRShape;
QRShape33: TQRShape;
QRShape34: TQRShape;
QRShape35: TQRShape;
QRShape36: TQRShape;
QRLabel14: TQRLabel;
QRExpr12: TQRExpr;
QRLabel15: TQRLabel;
QRExpr13: TQRExpr;
QRExpr14: TQRExpr;
QRExpr15: TQRExpr;
QRExpr16: TQRExpr;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRLabel12: TQRLabel;
QRExpr7: TQRExpr;
QRLabel13: TQRLabel;
QRExpr8: TQRExpr;
QRExpr9: TQRExpr;
QRExpr10: TQRExpr;
QRExpr11: TQRExpr;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRShape25: TQRShape;
QRShape26: TQRShape;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRShape38: TQRShape;
QRShape39: TQRShape;
QRLabel20: TQRLabel;
QRDBText7: TQRDBText;
QRExpr18: TQRExpr;
QRExpr19: TQRExpr;
QRShape40: TQRShape;
QRShape41: TQRShape;
QRDBText1: TQRDBText;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormDestroy(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
gzyrptfm1: Tgzyrptfm1;
implementation
{$R *.dfm}
procedure Tgzyrptfm1.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
procedure Tgzyrptfm1.FormDestroy(Sender: TObject);
begin
gzyrptfm1:=nil;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -