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

Delphi控件源码

开发平台:

Delphi

  1. unit am_yjqc_Ps;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  5.   Dialogs, QRCtrls, QuickRpt, ExtCtrls;
  6. type
  7.   Tam_yjqc_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.     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.     QRDBText6: TQRDBText;
  31.     QRShape6: TQRShape;
  32.     QRShape7: TQRShape;
  33.     QRShape8: TQRShape;
  34.     QRShape9: TQRShape;
  35.     QRShape10: TQRShape;
  36.     QRShape13: TQRShape;
  37.     QRShape14: TQRShape;
  38.     QRLabel10: TQRLabel;
  39.     QRLabel13: TQRLabel;
  40.     QRDBText8: TQRDBText;
  41.     QRDBText7: TQRDBText;
  42.     QRDBText5: TQRDBText;
  43.     QRDBText9: TQRDBText;
  44.     procedure QuickRep1AfterPreview(Sender: TObject);
  45.   private
  46.     { Private declarations }
  47.   public
  48.     { Public declarations }
  49.   end;
  50. var
  51.   am_yjqc_P: Tam_yjqc_P;
  52. implementation
  53. {$R *.dfm}
  54. procedure Tam_yjqc_P.QuickRep1AfterPreview(Sender: TObject);
  55. begin
  56.  Close;
  57. end;
  58. end.