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

医药行业

开发平台:

Delphi

  1. unit ucrlist;
  2. interface
  3. uses
  4.   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  5.   Dialogs, StdCtrls, Buttons, Grids, DBGridEh, Mask, DBCtrlsEh, DBLookupEh,
  6.   ComCtrls;
  7. type
  8.   TForm7 = class(TForm)
  9.     TabControl2: TTabControl;
  10.     Label5: TLabel;
  11.     Label6: TLabel;
  12.     Edit1: TEdit;
  13.     DBLookupComboboxEh2: TDBLookupComboboxEh;
  14.     BitBtn1: TBitBtn;
  15.     BitBtn2: TBitBtn;
  16.     BitBtn3: TBitBtn;
  17.     BitBtn4: TBitBtn;
  18.   private
  19.     { Private declarations }
  20.   public
  21.     { Public declarations }
  22.   end;
  23. var
  24.   Form7: TForm7;
  25. implementation
  26. {$R *.dfm}
  27. end.