First commit 11/12/1999
This commit is contained in:
29
CtrlD_PasswordDlg.h
Normal file
29
CtrlD_PasswordDlg.h
Normal file
@ -0,0 +1,29 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#ifndef CtrlD_PasswordDlgH
|
||||
#define CtrlD_PasswordDlgH
|
||||
//----------------------------------------------------------------------------
|
||||
#include <Buttons.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <Graphics.hpp>
|
||||
#include <Classes.hpp>
|
||||
#include <SysUtils.hpp>
|
||||
#include <Windows.hpp>
|
||||
#include <System.hpp>
|
||||
//----------------------------------------------------------------------------
|
||||
class TPasswordDlg : public TForm
|
||||
{
|
||||
__published:
|
||||
TLabel *Label1;
|
||||
TEdit *Password;
|
||||
TButton *OKBtn;
|
||||
TButton *CancelBtn;
|
||||
private:
|
||||
public:
|
||||
virtual __fastcall TPasswordDlg(TComponent* AOwner);
|
||||
};
|
||||
//----------------------------------------------------------------------------
|
||||
extern PACKAGE TPasswordDlg *PasswordDlg;
|
||||
//----------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user