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

Delphi控件源码

开发平台:

Delphi

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