?? ubp_1.pas
字號:
unit ubp_1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ugo_report, ExtCtrls, QuickRpt, Qrctrls;
type
Tbp_1 = class(Tgo_report)
QRBand12: TQRBand;
QRSysData3: TQRSysData;
QRBand11: TQRBand;
QRShape61: TQRShape;
QRShape64: TQRShape;
QRShape65: TQRShape;
QRShape66: TQRShape;
QRShape67: TQRShape;
QRShape69: TQRShape;
QRShape70: TQRShape;
QRShape71: TQRShape;
QRShape72: TQRShape;
QRDBText26: TQRDBText;
QRDBText27: TQRDBText;
QRDBText28: TQRDBText;
QRDBText31: TQRDBText;
QRDBText32: TQRDBText;
QRBand10: TQRBand;
QRShape49: TQRShape;
QRShape50: TQRShape;
QRShape51: TQRShape;
QRShape52: TQRShape;
QRShape54: TQRShape;
QRShape55: TQRShape;
QRShape56: TQRShape;
QRShape57: TQRShape;
QRShape60: TQRShape;
QRLabel26: TQRLabel;
QRLabel27: TQRLabel;
QRLabel28: TQRLabel;
QRLabel29: TQRLabel;
QRLabel30: TQRLabel;
QRLabel31: TQRLabel;
QRLabel33: TQRLabel;
QRLabel34: TQRLabel;
QRBand9: TQRBand;
QRLabel25: TQRLabel;
QRDBText25: TQRDBText;
ct_rq1: TQRLabel;
QRLabel3: TQRLabel;
ct_rq2: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRBand1: TQRBand;
QRSysData1: TQRSysData;
QRBand2: TQRBand;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRBand3: TQRBand;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRBand4: TQRBand;
QRLabel13: TQRLabel;
QRDBText12: TQRDBText;
cy_rq1: TQRLabel;
QRLabel15: TQRLabel;
cy_rq2: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
bp_1: Tbp_1;
implementation
{$R *.DFM}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -