home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DBLogDlg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: DBLogDlg.pas
- //----------------------------------------------------------------------------
- #ifndef DBLogDlgHPP
- #define DBLogDlgHPP
- //----------------------------------------------------------------------------
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Dblogdlg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TLoginDialog;
- class __declspec(pascalimplementation) TLoginDialog : public Forms::TForm
- {
- typedef TLoginDialog ThisClass;
- 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, System::Integer Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TLoginDialog(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern System::Boolean __fastcall LoginDialog(const System::AnsiString ADatabaseName, System::AnsiString &
- AUserName, System::AnsiString &APassword);
- extern System::Boolean __fastcall LoginDialogEx(const System::AnsiString ADatabaseName, System::AnsiString &
- AUserName, System::AnsiString &APassword, System::Boolean NameReadOnly);
-
- } /* namespace Dblogdlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dblogdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBLogDlg
-