home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DBPWDlg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: DBPWDlg.pas
- //----------------------------------------------------------------------------
- #ifndef DBPWDlgHPP
- #define DBPWDlgHPP
- //----------------------------------------------------------------------------
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Dbpwdlg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TPasswordDialog;
- class __declspec(pascalimplementation) TPasswordDialog : public Forms::TForm
- {
- typedef TPasswordDialog ThisClass;
- 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:
- System::Boolean PasswordAdded;
- Classes::TComponent *FSession;
- public:
- /* !! TForm.Create */ __fastcall virtual TPasswordDialog(Classes::TComponent *AOwner) : Forms::TForm(
- AOwner) { }
- /* !! TForm.CreateNew */ __fastcall TPasswordDialog(Classes::TComponent *AOwner, System::Integer Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TPasswordDialog(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern System::Boolean __fastcall PasswordDialog(Classes::TComponent *ASession);
-
- } /* namespace Dbpwdlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbpwdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBPWDlg
-