home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DBPWDlg.pas' rev: 3.00
-
- #ifndef DBPWDlgHPP
- #define DBPWDlgHPP
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dbpwdlg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TPasswordDialog;
- class PASCALIMPLEMENTATION TPasswordDialog : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TGroupBox* GroupBox1;
- Stdctrls::TEdit* Edit;
- Stdctrls::TButton* AddButton;
- Stdctrls::TButton* RemoveButton;
- Stdctrls::TButton* RemoveAllButton;
- Stdctrls::TButton* OKButton;
- Stdctrls::TButton* CancelButton;
- void __fastcall EditChange(System::TObject* Sender);
- void __fastcall AddButtonClick(System::TObject* Sender);
- void __fastcall RemoveButtonClick(System::TObject* Sender);
- void __fastcall RemoveAllButtonClick(System::TObject* Sender);
- void __fastcall OKButtonClick(System::TObject* Sender);
-
- private:
- bool PasswordAdded;
- Classes::TComponent* FSession;
- public:
- /* TCustomForm.Create */ __fastcall virtual TPasswordDialog(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TPasswordDialog(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TPasswordDialog(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TPasswordDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE bool __fastcall PasswordDialog(Classes::TComponent* ASession);
-
- } /* namespace Dbpwdlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbpwdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBPWDlg
-