- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
Am_Ajxh_yxh_Ps.pas
资源名称:挡案管理系统.rar [点击查看]
上传用户:szruida
上传日期:2007-06-01
资源大小:6518k
文件大小:3k
源码类别:
Delphi控件源码
开发平台:
Delphi
- unit Am_Ajxh_yxh_Ps;
- interface
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, QRCtrls, QuickRpt, ExtCtrls, QRExport;
- type
- TAm_ajxh_yxh_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;
- QRShape5: TQRShape;
- QRLabel3: TQRLabel;
- QRLabel4: TQRLabel;
- QRLabel5: TQRLabel;
- QRLabel6: TQRLabel;
- QRLabel7: TQRLabel;
- QRLabel8: TQRLabel;
- QRLabel9: TQRLabel;
- QRDBText1: TQRDBText;
- QRDBText2: TQRDBText;
- QRDBText3: TQRDBText;
- QRDBText4: TQRDBText;
- QRDBText5: TQRDBText;
- QRDBText6: TQRDBText;
- QRShape6: TQRShape;
- QRShape7: TQRShape;
- QRShape8: TQRShape;
- QRShape9: TQRShape;
- QRDBText7: TQRDBText;
- QRShape10: TQRShape;
- QRShape11: TQRShape;
- QRShape12: TQRShape;
- QRShape13: TQRShape;
- QRShape14: TQRShape;
- QRShape15: TQRShape;
- QRShape16: TQRShape;
- QRLabel10: TQRLabel;
- QRLabel11: TQRLabel;
- QRLabel12: TQRLabel;
- QRLabel13: TQRLabel;
- QRLabel14: TQRLabel;
- QRLabel16: TQRLabel;
- QRLabel17: TQRLabel;
- QRLabel18: TQRLabel;
- QRDBText8: TQRDBText;
- QRDBText9: TQRDBText;
- QRDBText10: TQRDBText;
- QRDBText11: TQRDBText;
- QRDBText12: TQRDBText;
- QRDBText14: TQRDBText;
- QRDBText15: TQRDBText;
- QRDBText16: TQRDBText;
- QRDBText17: TQRDBText;
- QRShape17: TQRShape;
- QRShape18: TQRShape;
- QRLabel19: TQRLabel;
- QRLabel20: TQRLabel;
- QRDBText18: TQRDBText;
- QRLabel21: TQRLabel;
- QRLabel22: TQRLabel;
- QRLabel26: TQRLabel;
- QRDBText20: TQRDBText;
- QRDBText23: TQRDBText;
- QRDBText24: TQRDBText;
- QRShape19: TQRShape;
- QRLabel23: TQRLabel;
- QRDBText19: TQRDBText;
- QRShape20: TQRShape;
- QRShape21: TQRShape;
- QRHTMLFilter1: TQRHTMLFilter;
- QRCSVFilter1: TQRCSVFilter;
- QRTextFilter1: TQRTextFilter;
- QRShape22: TQRShape;
- QRLabel24: TQRLabel;
- QRDBText13: TQRDBText;
- QRShape23: TQRShape;
- procedure QuickRep1AfterPreview(Sender: TObject);
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- Am_ajxh_yxh_p: TAm_ajxh_yxh_p;
- implementation
- {$R *.dfm}
- procedure TAm_ajxh_yxh_p.QuickRep1AfterPreview(Sender: TObject);
- begin
- Close;
- end;
- end.