home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dbpwdlg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.1 KB  |  67 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'DBPWDlg.pas' rev: 3.00
  6.  
  7. #ifndef DBPWDlgHPP
  8. #define DBPWDlgHPP
  9. #include <StdCtrls.hpp>
  10. #include <Controls.hpp>
  11. #include <Forms.hpp>
  12. #include <Graphics.hpp>
  13. #include <Classes.hpp>
  14. #include <Windows.hpp>
  15. #include <SysInit.hpp>
  16. #include <System.hpp>
  17.  
  18. //-- user supplied -----------------------------------------------------------
  19.  
  20. namespace Dbpwdlg
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. class DELPHICLASS TPasswordDialog;
  24. class PASCALIMPLEMENTATION TPasswordDialog : public Forms::TForm 
  25. {
  26.     typedef Forms::TForm inherited;
  27.     
  28. __published:
  29.     Stdctrls::TGroupBox* GroupBox1;
  30.     Stdctrls::TEdit* Edit;
  31.     Stdctrls::TButton* AddButton;
  32.     Stdctrls::TButton* RemoveButton;
  33.     Stdctrls::TButton* RemoveAllButton;
  34.     Stdctrls::TButton* OKButton;
  35.     Stdctrls::TButton* CancelButton;
  36.     void __fastcall EditChange(System::TObject* Sender);
  37.     void __fastcall AddButtonClick(System::TObject* Sender);
  38.     void __fastcall RemoveButtonClick(System::TObject* Sender);
  39.     void __fastcall RemoveAllButtonClick(System::TObject* Sender);
  40.     void __fastcall OKButtonClick(System::TObject* Sender);
  41.     
  42. private:
  43.     bool PasswordAdded;
  44.     Classes::TComponent* FSession;
  45. public:
  46.     /* TCustomForm.Create */ __fastcall virtual TPasswordDialog(Classes::TComponent* AOwner) : Forms::TForm(
  47.         AOwner) { }
  48.     /* TCustomForm.CreateNew */ __fastcall TPasswordDialog(Classes::TComponent* AOwner, int Dummy) : Forms::
  49.         TForm(AOwner, Dummy) { }
  50.     /* TCustomForm.Destroy */ __fastcall virtual ~TPasswordDialog(void) { }
  51.     
  52. public:
  53.     /* TWinControl.CreateParented */ __fastcall TPasswordDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
  54.         ) { }
  55.     
  56. };
  57.  
  58. //-- var, const, procedure ---------------------------------------------------
  59. extern PACKAGE bool __fastcall PasswordDialog(Classes::TComponent* ASession);
  60.  
  61. }    /* namespace Dbpwdlg */
  62. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  63. using namespace Dbpwdlg;
  64. #endif
  65. //-- end unit ----------------------------------------------------------------
  66. #endif    // DBPWDlg
  67.