📄 chu_huo_report.~pas
字号:
unit chu_huo_report;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, DB, DBTables, ExtCtrls;
type
Tchu_huo_repor = class(TForm)
QuickRep1: TQuickRep;
Query1: TQuery;
DataSource1: TDataSource;
ColumnHeaderBand1: TQRBand;
DetailBand1: TQRBand;
PageFooterBand1: TQRBand;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRDBText6: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText12: TQRDBText;
QRDBText14: TQRDBText;
QRDBText18: TQRDBText;
QRDBText23: TQRDBText;
QRDBText27: TQRDBText;
QRDBText28: TQRDBText;
QRDBText29: TQRDBText;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel12: TQRLabel;
QRLabel14: TQRLabel;
QRLabel16: TQRLabel;
QRLabel18: TQRLabel;
QRLabel21: TQRLabel;
QRLabel27: TQRLabel;
QRLabel26: TQRLabel;
QRLabel28: TQRLabel;
QRLabel29: TQRLabel;
QRSysData1: TQRSysData;
QRLabel30: TQRLabel;
QRSysData2: TQRSysData;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRShape6: TQRShape;
QRShape7: TQRShape;
PrintDialog1: TPrintDialog;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
{ Private declarations }
public
{ Public declarations }
end;
var
chu_huo_repor: Tchu_huo_repor;
implementation
{$R *.dfm}
procedure Tchu_huo_repor.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -