Utj.pas
上传用户:jiete_yjc
上传日期:2010-02-11
资源大小:422k
文件大小:1k
源码类别:

医药行业

开发平台:

Delphi

  1. unit Utj;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  5.   Dialogs, ComCtrls, Grids, DBGridEh, StdCtrls, Mask, DBCtrlsEh, Buttons,
  6.   PrnDbgeh;
  7. type
  8.   TForm1 = class(TForm)
  9.     Label1: TLabel;
  10.     PrintDBGridEh1: TPrintDBGridEh;
  11.     TabControl2: TTabControl;
  12.     Label2: TLabel;
  13.     Label4: TLabel;
  14.     BitBtn3: TBitBtn;
  15.     fromdate: TDBDateTimeEditEh;
  16.     todate: TDBDateTimeEditEh;
  17.     BitBtn5: TBitBtn;
  18.     SpeedButton1: TSpeedButton;
  19.     SpeedButton2: TSpeedButton;
  20.     SpeedButton3: TSpeedButton;
  21.     SpeedButton4: TSpeedButton;
  22.   private
  23.     { Private declarations }
  24.   public
  25.     { Public declarations }
  26.   end;
  27. var
  28.   Form1: TForm1;
  29. implementation
  30. {$R *.dfm}
  31. end.