Am_Kwgl_Ps.pas
资源名称:挡案管理系统.rar [点击查看]
上传用户:szruida
上传日期:2007-06-01
资源大小:6518k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- unit Am_Kwgl_Ps;
- interface
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, DB, DBClient, QRCtrls, QuickRpt, ExtCtrls;
- type
- TAm_Kwgl_p = class(TForm)
- QuickRep1: TQuickRep;
- DetailBand1: TQRBand;
- QRShape1: TQRShape;
- QRShape2: TQRShape;
- QRShape4: TQRShape;
- QRShape5: TQRShape;
- QRLabel3: TQRLabel;
- QRLabel4: TQRLabel;
- QRLabel5: TQRLabel;
- QRLabel6: TQRLabel;
- QRDBText1: TQRDBText;
- QRDBText2: TQRDBText;
- QRDBText5: TQRDBText;
- QRDBText6: TQRDBText;
- TitleBand1: TQRBand;
- QRLabel1: TQRLabel;
- QRSysData1: TQRSysData;
- QRLabel2: TQRLabel;
- QRShape3: TQRShape;
- QRShape7: TQRShape;
- QRShape8: TQRShape;
- QRShape10: TQRShape;
- QRShape11: TQRShape;
- QRLabel7: TQRLabel;
- QRDBText3: TQRDBText;
- QRLabel8: TQRLabel;
- QRDBText4: TQRDBText;
- procedure FormClose(Sender: TObject; var Action: TCloseAction);
- procedure QuickRep1AfterPreview(Sender: TObject);
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- Am_Kwgl_p: TAm_Kwgl_p;
- implementation
- {$R *.dfm}
- procedure TAm_Kwgl_p.FormClose(Sender: TObject; var Action: TCloseAction);
- begin
- action:=cafree;
- end;
- procedure TAm_Kwgl_p.QuickRep1AfterPreview(Sender: TObject);
- begin
- close;
- end;
- end.