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