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

Delphi控件源码

开发平台:

Delphi

  1. unit Am_Ajjs_Ps;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  5.   Dialogs, QuickRpt, ExtCtrls, QRCtrls, QRExport;
  6. type
  7.   Tam_Ajjs_P = class(TForm)
  8.     QuickRep1: TQuickRep;
  9.     TitleBand1: TQRBand;
  10.     DetailBand1: TQRBand;
  11.     QRLabel1: TQRLabel;
  12.     QRLabel2: TQRLabel;
  13.     QRSysData1: TQRSysData;
  14.     QRShape1: TQRShape;
  15.     QRShape2: TQRShape;
  16.     QRShape3: TQRShape;
  17.     QRShape4: TQRShape;
  18.     QRShape5: TQRShape;
  19.     QRLabel3: TQRLabel;
  20.     QRLabel4: TQRLabel;
  21.     QRLabel5: TQRLabel;
  22.     QRLabel6: TQRLabel;
  23.     QRLabel7: TQRLabel;
  24.     QRLabel8: TQRLabel;
  25.     QRLabel9: TQRLabel;
  26.     QRDBText1: TQRDBText;
  27.     QRDBText2: TQRDBText;
  28.     QRDBText3: TQRDBText;
  29.     QRDBText4: TQRDBText;
  30.     QRDBText5: TQRDBText;
  31.     QRDBText6: TQRDBText;
  32.     QRShape6: TQRShape;
  33.     QRShape7: TQRShape;
  34.     QRShape8: TQRShape;
  35.     QRShape9: TQRShape;
  36.     QRDBText7: TQRDBText;
  37.     QRShape10: TQRShape;
  38.     QRShape11: TQRShape;
  39.     QRShape12: TQRShape;
  40.     QRShape13: TQRShape;
  41.     QRShape14: TQRShape;
  42.     QRShape15: TQRShape;
  43.     QRShape16: TQRShape;
  44.     QRLabel10: TQRLabel;
  45.     QRLabel11: TQRLabel;
  46.     QRLabel12: TQRLabel;
  47.     QRLabel13: TQRLabel;
  48.     QRLabel14: TQRLabel;
  49.     QRLabel16: TQRLabel;
  50.     QRLabel17: TQRLabel;
  51.     QRLabel18: TQRLabel;
  52.     QRDBText8: TQRDBText;
  53.     QRDBText9: TQRDBText;
  54.     QRDBText10: TQRDBText;
  55.     QRDBText11: TQRDBText;
  56.     QRDBText12: TQRDBText;
  57.     QRDBText14: TQRDBText;
  58.     QRDBText15: TQRDBText;
  59.     QRDBText16: TQRDBText;
  60.     QRDBText17: TQRDBText;
  61.     QRShape17: TQRShape;
  62.     QRShape18: TQRShape;
  63.     QRLabel19: TQRLabel;
  64.     QRLabel20: TQRLabel;
  65.     QRDBText18: TQRDBText;
  66.     QRShape23: TQRShape;
  67.     QRShape24: TQRShape;
  68.     QRLabel21: TQRLabel;
  69.     QRLabel22: TQRLabel;
  70.     QRLabel26: TQRLabel;
  71.     QRDBText20: TQRDBText;
  72.     QRDBText23: TQRDBText;
  73.     QRDBText24: TQRDBText;
  74.     QRLabel15: TQRLabel;
  75.     QRHTMLFilter1: TQRHTMLFilter;
  76.     QRCSVFilter1: TQRCSVFilter;
  77.     QRTextFilter1: TQRTextFilter;
  78.     QRShape19: TQRShape;
  79.     QRLabel23: TQRLabel;
  80.     QRDBText13: TQRDBText;
  81.     QRShape20: TQRShape;
  82.     QRShape21: TQRShape;
  83.     QRLabel24: TQRLabel;
  84.     QRDBText19: TQRDBText;
  85.   private
  86.     { Private declarations }
  87.   public
  88.     { Public declarations }
  89.   end;
  90. var
  91.   am_Ajjs_P: Tam_Ajjs_P;
  92. implementation
  93. {$R *.dfm}
  94. end.