AM_Ghgl_Ps.pas
上传用户:szruida
上传日期:2007-06-01
资源大小:6518k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. unit AM_Ghgl_Ps;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  5.   Dialogs, QRCtrls, QuickRpt, ExtCtrls, QRExport;
  6. type
  7.   TAm_Ghgl_P = class(TForm)
  8.     QuickRep1: TQuickRep;
  9.     DetailBand1: TQRBand;
  10.     QRShape1: TQRShape;
  11.     QRShape2: TQRShape;
  12.     QRShape4: TQRShape;
  13.     QRShape5: TQRShape;
  14.     QRShape6: TQRShape;
  15.     QRShape8: TQRShape;
  16.     QRShape3: TQRShape;
  17.     QRLabel3: TQRLabel;
  18.     QRLabel4: TQRLabel;
  19.     QRLabel5: TQRLabel;
  20.     QRLabel7: TQRLabel;
  21.     QRLabel8: TQRLabel;
  22.     QRShape9: TQRShape;
  23.     QRLabel9: TQRLabel;
  24.     QRLabel10: TQRLabel;
  25.     QRDBText1: TQRDBText;
  26.     QRDBText2: TQRDBText;
  27.     QRDBText3: TQRDBText;
  28.     QRDBText5: TQRDBText;
  29.     QRDBText8: TQRDBText;
  30.     QRDBText9: TQRDBText;
  31.     TitleBand1: TQRBand;
  32.     QRLabel1: TQRLabel;
  33.     QRSysData1: TQRSysData;
  34.     QRLabel2: TQRLabel;
  35.     QRDBText4: TQRDBText;
  36.     QRLabel12: TQRLabel;
  37.     QRHTMLFilter1: TQRHTMLFilter;
  38.     QRCSVFilter1: TQRCSVFilter;
  39.     QRTextFilter1: TQRTextFilter;
  40.   private
  41.     { Private declarations }
  42.   public
  43.     { Public declarations }
  44.   end;
  45. var
  46.   Am_Ghgl_P: TAm_Ghgl_P;
  47. implementation
  48. {$R *.dfm}
  49. end.