home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / DBLOGDLG.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  2.3 KB  |  86 lines

  1. //----------------------------------------------------------------------------
  2. // DBLogDlg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: DBLogDlg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DBLogDlgHPP
  6. #define DBLogDlgHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef ExtCtrlsHPP
  9. #include <ExtCtrls.hpp>
  10. #endif
  11.  
  12. #ifndef StdCtrlsHPP
  13. #include <StdCtrls.hpp>
  14. #endif
  15.  
  16. #ifndef FormsHPP
  17. #include <Forms.hpp>
  18. #endif
  19.  
  20. #ifndef ControlsHPP
  21. #include <Controls.hpp>
  22. #endif
  23.  
  24. #ifndef GraphicsHPP
  25. #include <Graphics.hpp>
  26. #endif
  27.  
  28. #ifndef ClassesHPP
  29. #include <Classes.hpp>
  30. #endif
  31.  
  32. #ifndef MessagesHPP
  33. #include <Messages.hpp>
  34. #endif
  35.  
  36. #ifndef WindowsHPP
  37. #include <Windows.hpp>
  38. #endif
  39.  
  40. #ifndef SysUtilsHPP
  41. #include <SysUtils.hpp>
  42. #endif
  43.  
  44. #ifndef SystemHPP
  45. #include <System.hpp>
  46. #endif
  47.  
  48. namespace Dblogdlg
  49. {
  50. //-- type declarations -------------------------------------------------------
  51. class __declspec(delphiclass) TLoginDialog;
  52. class __declspec(pascalimplementation) TLoginDialog : public Forms::TForm
  53. {
  54.     typedef TLoginDialog ThisClass;
  55.     typedef Forms::TForm inherited;
  56.     
  57. __published:
  58.     Extctrls::TPanel *Panel;
  59.     Extctrls::TBevel *Bevel;
  60.     Stdctrls::TLabel *DatabaseName;
  61.     Stdctrls::TEdit *UserName;
  62.     Stdctrls::TEdit *Password;
  63.     Stdctrls::TButton *OKButton;
  64.     Stdctrls::TButton *CancelButton;
  65. public:
  66.     /* !! TForm.Create */ __fastcall virtual TLoginDialog(Classes::TComponent *AOwner) : Forms::TForm(AOwner
  67.         ) { }
  68.     /* !! TForm.CreateNew */ __fastcall TLoginDialog(Classes::TComponent *AOwner, System::Integer Dummy
  69.         ) : Forms::TForm(AOwner, Dummy) { }
  70.     /* !! TForm.Destroy */ __fastcall virtual ~TLoginDialog(void) { }
  71.     
  72. };
  73.  
  74. //-- var, const, procedure ---------------------------------------------------
  75. extern System::Boolean __fastcall LoginDialog(const System::AnsiString ADatabaseName,  System::AnsiString &
  76.     AUserName,  System::AnsiString &APassword);
  77. extern System::Boolean __fastcall LoginDialogEx(const System::AnsiString ADatabaseName,  System::AnsiString &
  78.     AUserName,  System::AnsiString &APassword, System::Boolean NameReadOnly);
  79.  
  80. }    /* namespace Dblogdlg */
  81. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  82. using namespace Dblogdlg;
  83. #endif
  84. //-- end unit ----------------------------------------------------------------
  85. #endif    // DBLogDlg
  86.