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

  1. //----------------------------------------------------------------------------
  2. // DBPWDlg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: DBPWDlg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DBPWDlgHPP
  6. #define DBPWDlgHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef StdCtrlsHPP
  9. #include <StdCtrls.hpp>
  10. #endif
  11.  
  12. #ifndef ControlsHPP
  13. #include <Controls.hpp>
  14. #endif
  15.  
  16. #ifndef FormsHPP
  17. #include <Forms.hpp>
  18. #endif
  19.  
  20. #ifndef GraphicsHPP
  21. #include <Graphics.hpp>
  22. #endif
  23.  
  24. #ifndef ClassesHPP
  25. #include <Classes.hpp>
  26. #endif
  27.  
  28. #ifndef WindowsHPP
  29. #include <Windows.hpp>
  30. #endif
  31.  
  32. #ifndef SystemHPP
  33. #include <System.hpp>
  34. #endif
  35.  
  36. namespace Dbpwdlg
  37. {
  38. //-- type declarations -------------------------------------------------------
  39. class __declspec(delphiclass) TPasswordDialog;
  40. class __declspec(pascalimplementation) TPasswordDialog : public Forms::TForm
  41. {
  42.     typedef TPasswordDialog ThisClass;
  43.     typedef Forms::TForm inherited;
  44.     
  45. __published:
  46.     Stdctrls::TGroupBox *GroupBox1;
  47.     Stdctrls::TEdit *Edit;
  48.     Stdctrls::TButton *AddButton;
  49.     Stdctrls::TButton *RemoveButton;
  50.     Stdctrls::TButton *RemoveAllButton;
  51.     Stdctrls::TButton *OKButton;
  52.     Stdctrls::TButton *CancelButton;
  53.     void __fastcall EditChange(System::TObject *Sender);
  54.     void __fastcall AddButtonClick(System::TObject *Sender);
  55.     void __fastcall RemoveButtonClick(System::TObject *Sender);
  56.     void __fastcall RemoveAllButtonClick(System::TObject *Sender);
  57.     void __fastcall OKButtonClick(System::TObject *Sender);
  58.     
  59. private:
  60.     System::Boolean PasswordAdded;
  61.     Classes::TComponent *FSession;
  62. public:
  63.     /* !! TForm.Create */ __fastcall virtual TPasswordDialog(Classes::TComponent *AOwner) : Forms::TForm(
  64.         AOwner) { }
  65.     /* !! TForm.CreateNew */ __fastcall TPasswordDialog(Classes::TComponent *AOwner, System::Integer Dummy
  66.         ) : Forms::TForm(AOwner, Dummy) { }
  67.     /* !! TForm.Destroy */ __fastcall virtual ~TPasswordDialog(void) { }
  68.     
  69. };
  70.  
  71. //-- var, const, procedure ---------------------------------------------------
  72. extern System::Boolean __fastcall PasswordDialog(Classes::TComponent *ASession);
  73.  
  74. }    /* namespace Dbpwdlg */
  75. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  76. using namespace Dbpwdlg;
  77. #endif
  78. //-- end unit ----------------------------------------------------------------
  79. #endif    // DBPWDlg
  80.