Subversion Repositories DevTools

Rev

Rev 2218 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2218 Rev 2222
Line 18... Line 18...
18
	TLabel *Label2;
18
	TLabel *Label2;
19
	TEdit *PasswordEdit;
19
	TEdit *PasswordEdit;
20
	TBitBtn *LoginOKBtn;
20
	TBitBtn *LoginOKBtn;
21
	TBitBtn *BitBtn1;
21
	TBitBtn *BitBtn1;
22
	TPanel *Panel1;
22
	TPanel *Panel1;
-
 
23
	TEdit *DatabaseEdit;
-
 
24
	TLabel *Label3;
23
	void __fastcall FormShow(TObject *Sender);
25
	void __fastcall FormShow(TObject *Sender);
24
    void __fastcall LoginOKBtnClick(TObject *Sender);
26
    void __fastcall LoginOKBtnClick(TObject *Sender);
25
private:	// User declarations
27
private:	// User declarations
26
public:		// User declarations
28
public:		// User declarations
27
	__fastcall TLoginForm(TComponent* Owner);
29
	__fastcall TLoginForm(TComponent* Owner);