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

Delphi控件源码

开发平台:

Delphi

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