【delphi开源代码栏目提醒】:网学会员为需要delphi开源代码的朋友们搜集整理了FormReport.pas相关资料,希望对各位网友有所帮助!
unit FormReport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, QRCtrls, ExtCtrls, DB, ADODB, StdCtrls,FormInput;
type
Treport = class(TForm)
QuickRep1: TQuickRep;
ADOQuery1: TADOQuery;
ColumnHeaderBand1: TQRBand;
PageFooterBand1: TQRBand;
PageHeaderBand1: TQRBand;
SummaryBand1: TQRBand;
TitleBand1: TQRBand;
QRSysData1: TQRSysData;
QRSysData2: TQRSysData;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRLabel12: TQRLabel;
QRExpr1: TQRExpr;
QRShape1: TQRShape;
DetailBand1: TQRBand;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
private
{ Private declarations }
public
{ Public declarations }
end;
var
report: Treport;
implementation
{$R *.dfm}
end.
上一篇:
FormOutput.pas
下一篇:
Function GetIp(IP) 获得ip asp