home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DBEdit.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: DBEdit.pas
- //----------------------------------------------------------------------------
- #ifndef DBEditHPP
- #define DBEditHPP
- //----------------------------------------------------------------------------
- #ifndef DBHPP
- #include <DB.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef ButtonsHPP
- #include <Buttons.hpp>
- #endif
-
- #ifndef DialogsHPP
- #include <Dialogs.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Dbedit
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDBEditForm;
- class __declspec(pascalimplementation) TDBEditForm : public Forms::TForm
- {
- typedef TDBEditForm ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TGroupBox *GroupBox1;
- Stdctrls::TLabel *Label4;
- Stdctrls::TEdit *DatabaseName;
- Stdctrls::TLabel *Label1;
- Stdctrls::TComboBox *AliasName;
- Stdctrls::TLabel *Label2;
- Stdctrls::TComboBox *DriverName;
- Stdctrls::TLabel *Label3;
- Stdctrls::TMemo *DatabaseParams;
- Stdctrls::TButton *DefaultsButton;
- Stdctrls::TButton *ClearButton;
- Stdctrls::TGroupBox *GroupBox3;
- Stdctrls::TCheckBox *LoginPrompt;
- Stdctrls::TCheckBox *KeepConnection;
- Stdctrls::TButton *OkButton;
- Stdctrls::TButton *CancelButton;
- Stdctrls::TButton *HelpButton;
- void __fastcall AliasNameChange(System::TObject *Sender);
- void __fastcall AliasNameDropDown(System::TObject *Sender);
- void __fastcall DriverNameChange(System::TObject *Sender);
- void __fastcall DriverNameDropDown(System::TObject *Sender);
- void __fastcall DefaultsButtonClick(System::TObject *Sender);
- void __fastcall ClearButtonClick(System::TObject *Sender);
- void __fastcall OkButtonClick(System::TObject *Sender);
- void __fastcall FormCreate(System::TObject *Sender);
- void __fastcall HelpButtonClick(System::TObject *Sender);
-
- private:
- Db::TDatabase *Database;
- System::Boolean __fastcall Edit(void);
- public:
- /* !! TForm.Create */ __fastcall virtual TDBEditForm(Classes::TComponent *AOwner) : Forms::TForm(AOwner
- ) { }
- /* !! TForm.CreateNew */ __fastcall TDBEditForm(Classes::TComponent *AOwner, System::Integer Dummy)
- : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TDBEditForm(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern System::Boolean __fastcall EditDatabase(Db::TDatabase *ADatabase);
-
- } /* namespace Dbedit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBEdit
-