?? printgz.pas
字號:
unit printgz;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, QRCtrls;
type
Tprintg = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabelrr2: TQRLabel;
QRImage1: TQRImage;
QRSysData1: TQRSysData;
QRBand3: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel4: TQRLabel;
QRShape1: TQRShape;
QRBand2: TQRBand;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRLabel5: TQRLabel;
QRSubDetail1: TQRSubDetail;
QRGroupCust: TQRGroup;
QRSysData2: TQRSysData;
QRLabel6: TQRLabel;
QRDBText3: TQRDBText;
QRDBText5: TQRDBText;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRDBText4: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
{ Private declarations }
public
{ Public declarations }
end;
var
printg: Tprintg;
implementation
uses BM_ZHIYUANU, BM_DMU;
{$R *.dfm}
procedure Tprintg.FormClose(Sender: TObject; var Action: TCloseAction);
begin
Action:=cafree;
end;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -