ucrlist.pas
资源名称:连锁药店源码.rar [点击查看]
上传用户:jiete_yjc
上传日期:2010-02-11
资源大小:422k
文件大小:1k
源码类别:
医药行业
开发平台:
Delphi
- unit ucrlist;
- interface
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, StdCtrls, Buttons, Grids, DBGridEh, Mask, DBCtrlsEh, DBLookupEh,
- ComCtrls;
- type
- TForm7 = class(TForm)
- TabControl2: TTabControl;
- Label5: TLabel;
- Label6: TLabel;
- Edit1: TEdit;
- DBLookupComboboxEh2: TDBLookupComboboxEh;
- BitBtn1: TBitBtn;
- BitBtn2: TBitBtn;
- BitBtn3: TBitBtn;
- BitBtn4: TBitBtn;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- Form7: TForm7;
- implementation
- {$R *.dfm}
- end.