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

Delphi控件源码

开发平台:

Delphi

  1. unit am_dz_Ps;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  5.   Dialogs, QRCtrls, QuickRpt, ExtCtrls, QRExport;
  6. type
  7.   Tam_dz_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.     QRLabel6: TQRLabel;
  21.     QRLabel7: TQRLabel;
  22.     QRLabel8: TQRLabel;
  23.     QRShape9: TQRShape;
  24.     QRLabel9: TQRLabel;
  25.     QRLabel10: TQRLabel;
  26.     QRLabel11: TQRLabel;
  27.     QRDBText1: TQRDBText;
  28.     QRDBText2: TQRDBText;
  29.     QRDBText3: TQRDBText;
  30.     QRDBText5: TQRDBText;
  31.     QRDBText6: TQRDBText;
  32.     QRDBText7: TQRDBText;
  33.     QRDBText8: TQRDBText;
  34.     QRDBText9: TQRDBText;
  35.     QRDBText10: TQRDBText;
  36.     TitleBand1: TQRBand;
  37.     QRLabel1: TQRLabel;
  38.     QRSysData1: TQRSysData;
  39.     QRLabel2: TQRLabel;
  40.     QRLabel12: TQRLabel;
  41.     QRHTMLFilter1: TQRHTMLFilter;
  42.     QRCSVFilter1: TQRCSVFilter;
  43.     QRTextFilter1: TQRTextFilter;
  44.   private
  45.     { Private declarations }
  46.   public
  47.     { Public declarations }
  48.   end;
  49. var
  50.   am_dz_P: Tam_dz_P;
  51. implementation
  52. {$R *.dfm}
  53. end.