?? pdrep.pas
字號:
unit pdrep;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
TFrmpdrep = class(TForm)
QuickRep1: TQuickRep;
QRBand4: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel_ckmc: TQRLabel;
QRLabel_rq: TQRLabel;
QRLabel1: TQRLabel;
QRBand2: TQRBand;
QRBand5: TQRBand;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape1: TQRShape;
QRLabel15: TQRLabel;
QRShape17: TQRShape;
QRLabel16: TQRLabel;
QRShape19: TQRShape;
QRBand3: TQRBand;
QRDBText_pm: TQRDBText;
QRDBText_gg: TQRDBText;
QRDBText_dw: TQRDBText;
QRDBText_sl: TQRDBText;
QRDBText_cd: TQRDBText;
QRDBText_ph: TQRDBText;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape18: TQRShape;
QRShape20: TQRShape;
QRDBText_jj: TQRDBText;
QRExpr1: TQRExpr;
QRLabel13: TQRLabel;
QRLabel_hj: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Frmpdrep: TFrmpdrep;
implementation
{$R *.DFM}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -