home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / dbpwdlg.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  3KB  |  84 lines

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