home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
DBLOGDLG.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
2KB
|
68 lines
//----------------------------------------------------------------------------
// DBLogDlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: DBLogDlg.pas
//----------------------------------------------------------------------------
#ifndef DBLogDlgHPP
#define DBLogDlgHPP
//----------------------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Dblogdlg
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TLoginDialog;
class __declspec(pascalimplementation) TLoginDialog : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Extctrls::TPanel* Panel;
Extctrls::TBevel* Bevel;
Stdctrls::TLabel* DatabaseName;
Stdctrls::TEdit* UserName;
Stdctrls::TEdit* Password;
Stdctrls::TButton* OKButton;
Stdctrls::TButton* CancelButton;
public:
/* TForm.Create */ __fastcall virtual TLoginDialog(Classes::TComponent* AOwner) : Forms::TForm(AOwner
) { }
/* TForm.CreateNew */ __fastcall TLoginDialog(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TLoginDialog(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TLoginDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern bool __fastcall LoginDialog(const System::AnsiString ADatabaseName, System::AnsiString &AUserName
, System::AnsiString &APassword);
extern bool __fastcall LoginDialogEx(const System::AnsiString ADatabaseName, System::AnsiString &AUserName
, System::AnsiString &APassword, bool NameReadOnly);
} /* namespace Dblogdlg */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Dblogdlg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // DBLogDlg