Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
am_jygl_ps.pas
Package: 挡案管理系统.rar [view]
Upload User: szruida
Upload Date: 2007-06-01
Package Size: 6518k
Code Size: 1k
Category:
Delphi VCL
Development Platform:
Delphi
- unit am_jygl_ps;
- interface
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, DB, DBClient, QRCtrls, QuickRpt, ExtCtrls, QRExport;
- type
- TAm_Jygl_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;
- QRShape3: TQRShape;
- QRShape7: TQRShape;
- QRShape11: TQRShape;
- QRLabel7: TQRLabel;
- QRDBText3: TQRDBText;
- TitleBand1: TQRBand;
- QRLabel1: TQRLabel;
- QRSysData1: TQRSysData;
- QRLabel2: TQRLabel;
- QRLabel8: TQRLabel;
- QRDBText7: TQRDBText;
- QRHTMLFilter1: TQRHTMLFilter;
- QRCSVFilter1: TQRCSVFilter;
- QRTextFilter1: TQRTextFilter;
- QRShape6: TQRShape;
- procedure FormClose(Sender: TObject; var Action: TCloseAction);
- procedure QuickRep1AfterPrint(Sender: TObject);
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- Am_Jygl_P: TAm_Jygl_P;
- implementation
- {$R *.dfm}
- procedure TAm_Jygl_P.FormClose(Sender: TObject; var Action: TCloseAction);
- begin
- action:=cafree;
- end;
- procedure TAm_Jygl_P.QuickRep1AfterPrint(Sender: TObject);
- begin
- close;
- end;
- end.