📄 uzp_ck.pas
字号:
unit uzp_ck;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ugo_report, ExtCtrls, QuickRpt, Qrctrls;
type
Tzp_ck = class(Tgo_report)
QRBand9: TQRBand;
QRLabel53: TQRLabel;
QRDBText43: TQRDBText;
QRBand10: TQRBand;
QRShape78: TQRShape;
QRShape80: TQRShape;
QRShape81: TQRShape;
QRShape85: TQRShape;
QRLabel55: TQRLabel;
QRShape88: TQRShape;
QRShape89: TQRShape;
QRShape90: TQRShape;
QRShape94: TQRShape;
QRLabel68: TQRLabel;
QRShape96: TQRShape;
QRShape82: TQRShape;
QRLabel56: TQRLabel;
QRShape83: TQRShape;
QRLabel61: TQRLabel;
QRBand11: TQRBand;
QRShape97: TQRShape;
QRShape99: TQRShape;
QRShape105: TQRShape;
QRShape107: TQRShape;
QRShape108: TQRShape;
QRShape92: TQRShape;
QRDBText50: TQRDBText;
QRShape93: TQRShape;
QRDBText47: TQRDBText;
QRShape95: TQRShape;
QRShape98: TQRShape;
QRShape103: TQRShape;
QRBand12: TQRBand;
QRLabel72: TQRLabel;
QRSysData3: TQRSysData;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRShape1: TQRShape;
QRLabel7: TQRLabel;
QRShape2: TQRShape;
QRLabel8: TQRLabel;
QRShape3: TQRShape;
QRLabel9: TQRLabel;
QRShape4: TQRShape;
QRLabel10: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRDBText12: TQRDBText;
QRExpr1: TQRExpr;
QRBand1: TQRBand;
QRLabel11: TQRLabel;
QRDBText13: TQRDBText;
QRBand2: TQRBand;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRLabel12: TQRLabel;
QRShape14: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRLabel14: TQRLabel;
QRShape20: TQRShape;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRBand3: TQRBand;
QRShape25: TQRShape;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape30: TQRShape;
QRDBText14: TQRDBText;
QRShape31: TQRShape;
QRDBText15: TQRDBText;
QRShape32: TQRShape;
QRDBText16: TQRDBText;
QRBand4: TQRBand;
QRLabel26: TQRLabel;
QRSysData1: TQRSysData;
QRExpr2: TQRExpr;
QRShape40: TQRShape;
QRShape41: TQRShape;
QRLabel27: TQRLabel;
QRShape42: TQRShape;
QRLabel28: TQRLabel;
QRShape43: TQRShape;
QRShape44: TQRShape;
QRDBText17: TQRDBText;
QRDBText18: TQRDBText;
QRDBText19: TQRDBText;
QRDBText20: TQRDBText;
QRDBText21: TQRDBText;
private
{ Private declarations }
public
{ Public declarations }
end;
var
zp_ck: Tzp_ck;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -