home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / DBPWDLG.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  71 lines

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