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

Delphi控件源码

开发平台:

Delphi

  1. unit Am_Wjjs_Ps;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  5.   Dialogs, QRCtrls, QuickRpt, ExtCtrls;
  6. type
  7.   Tam_wjjs_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.     QRLabel16: TQRLabel;
  50.     QRLabel17: TQRLabel;
  51.     QRLabel18: TQRLabel;
  52.     QRDBText8: TQRDBText;
  53.     QRDBText9: TQRDBText;
  54.     QRDBText10: TQRDBText;
  55.     QRDBText11: TQRDBText;
  56.     QRDBText14: TQRDBText;
  57.     QRDBText15: TQRDBText;
  58.     QRDBText16: TQRDBText;
  59.     QRDBText17: TQRDBText;
  60.     QRShape17: TQRShape;
  61.     QRShape18: TQRShape;
  62.     QRLabel19: TQRLabel;
  63.     QRLabel20: TQRLabel;
  64.     QRDBText18: TQRDBText;
  65.     QRLabel21: TQRLabel;
  66.     QRLabel22: TQRLabel;
  67.     QRLabel26: TQRLabel;
  68.     QRDBText20: TQRDBText;
  69.     QRDBText23: TQRDBText;
  70.     QRDBText24: TQRDBText;
  71.     QRLabel14: TQRLabel;
  72.     QRDBText12: TQRDBText;
  73.     procedure QuickRep1AfterPreview(Sender: TObject);
  74.   private
  75.     { Private declarations }
  76.   public
  77.     { Public declarations }
  78.   end;
  79. var
  80.   am_wjjs_p: Tam_wjjs_p;
  81. implementation
  82. uses am_wjjss;
  83. {$R *.dfm}
  84. procedure Tam_wjjs_p.QuickRep1AfterPreview(Sender: TObject);
  85. begin
  86.   close;
  87. end;
  88. end.