edit_record_report.pas
来自「采购管理系统:delphi+sql实现了企业采购自动化作业流程」· PAS 代码 · 共 67 行
PAS
67 行
unit edit_record_report;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, QRCtrls, QuickRpt, ExtCtrls;
type
Tedit_record_repor = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
QRShape2: TQRShape;
QRLabel7: TQRLabel;
QRLabel9: TQRLabel;
QRLabel15: TQRLabel;
DetailBand1: TQRBand;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText7: TQRDBText;
QRDBText1: TQRDBText;
QRShape6: TQRShape;
PageFooterBand1: TQRBand;
QRShape1: TQRShape;
QRLabel4: TQRLabel;
QRSysData1: TQRSysData;
QRLabel5: TQRLabel;
QRSysData2: TQRSysData;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel16: TQRLabel;
QRShape3: TQRShape;
QRLabel8: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel14: TQRLabel;
QRShape4: TQRShape;
QRShape5: TQRShape;
DataSource1: TDataSource;
PrintDialog1: TPrintDialog;
Query1: TQuery;
QRLabel10: TQRLabel;
QRLabel13: TQRLabel;
QRDBText4: TQRDBText;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
{ Private declarations }
public
{ Public declarations }
end;
var
edit_record_repor: Tedit_record_repor;
implementation
{$R *.dfm}
procedure Tedit_record_repor.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?