📄 rptmake2.~pas
字号:
unit rptmake2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls;
type
Trptmake22 = class(TForm)
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape9: TQRShape;
QRShape11: TQRShape;
QRLabel5: TQRLabel;
QRLabel10: TQRLabel;
QRShape15: TQRShape;
QRLabel12: TQRLabel;
QRShape16: TQRShape;
QRLabel16: TQRLabel;
QRLabel18: TQRLabel;
QRShape18: TQRShape;
QRLabel19: TQRLabel;
QRLabel17: TQRLabel;
QRLabel21: TQRLabel;
QRLabel24: TQRLabel;
QLXd2: TQRLabel;
QLZdh: TQRLabel;
QLDdh: TQRLabel;
QLHd: TQRLabel;
QITg: TQRImage;
QLZdr: TQRLabel;
QLBzi: TQRLabel;
QLYs: TQRLabel;
QLBz5: TQRLabel;
QLPj: TQRLabel;
QRShape4: TQRShape;
QLXd1: TQRLabel;
QRLabel15: TQRLabel;
QLTDSM: TQRLabel;
QLzzsm: TQRLabel;
QRShape42: TQRShape;
QRLabel28: TQRLabel;
QRLabel37: TQRLabel;
QRLabel38: TQRLabel;
QRLabel39: TQRLabel;
QRLabel40: TQRLabel;
QRLabel41: TQRLabel;
QRLabel42: TQRLabel;
QRLabel43: TQRLabel;
QRLabel44: TQRLabel;
QRLabel46: TQRLabel;
QRLabel48: TQRLabel;
QRLabel49: TQRLabel;
QRLabel47: TQRLabel;
QRLabel51: TQRLabel;
QRLabel27: TQRLabel;
QRLabel52: TQRLabel;
QRLabel53: TQRLabel;
QRLabel54: TQRLabel;
QRLabel55: TQRLabel;
QRLabel56: TQRLabel;
DW: TQRLabel;
QRShape14: TQRShape;
QRBand1: TQRBand;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRShape31: TQRShape;
QRShape32: TQRShape;
QRShape34: TQRShape;
QRShape35: TQRShape;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel29: TQRLabel;
QRLabel30: TQRLabel;
QRLabel31: TQRLabel;
QRShape24: TQRShape;
QRShape33: TQRShape;
QRLabel6: TQRLabel;
QRShape38: TQRShape;
QRLabel7: TQRLabel;
QRBand2: TQRBand;
QRExpr2: TQRExpr;
QRExpr3: TQRExpr;
QRExpr4: TQRExpr;
QRExpr5: TQRExpr;
QRExpr6: TQRExpr;
QRExpr7: TQRExpr;
QRShape43: TQRShape;
QRShape51: TQRShape;
QRShape52: TQRShape;
QRShape53: TQRShape;
QRShape54: TQRShape;
QRShape55: TQRShape;
QRShape56: TQRShape;
QRShape36: TQRShape;
QRShape37: TQRShape;
QRExpr1: TQRExpr;
QRShape39: TQRShape;
QRExpr8: TQRExpr;
QRExpr9: TQRExpr;
QRBand3: TQRBand;
QRLabel32: TQRLabel;
QRLabel33: TQRLabel;
QRLabel34: TQRLabel;
QRLabel35: TQRLabel;
QLtime: TQRLabel;
USxm: TQRLabel;
QRLabel8: TQRLabel;
QRShape8: TQRShape;
QRShape10: TQRShape;
QRShape12: TQRShape;
QRLabel9: TQRLabel;
QRShape13: TQRShape;
QRShape17: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRLabel11: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
{ Private declarations }
public
{ Public declarations }
end;
var
rptmake22: Trptmake22;
implementation
{$R *.dfm}
procedure Trptmake22.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -