home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Dbexcept.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: Dbexcept.pas
- //----------------------------------------------------------------------------
- #ifndef DbexceptHPP
- #define DbexceptHPP
- //----------------------------------------------------------------------------
- #ifndef DBHPP
- #include <DB.hpp>
- #endif
-
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef ButtonsHPP
- #include <Buttons.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 SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Dbexcept
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDbEngineErrorDlg;
- class __declspec(pascalimplementation) TDbEngineErrorDlg : public Forms::TForm
- {
- typedef TDbEngineErrorDlg ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel *BasicPanel;
- Extctrls::TPanel *DetailsPanel;
- Stdctrls::TLabel *BDELabel;
- Stdctrls::TLabel *NativeLabel;
- Stdctrls::TMemo *DbMessageText;
- Stdctrls::TEdit *DbResult;
- Stdctrls::TEdit *DbCatSub;
- Stdctrls::TEdit *NativeResult;
- Stdctrls::TButton *BackBtn;
- Stdctrls::TButton *NextBtn;
- Extctrls::TPanel *ButtonPanel;
- Stdctrls::TButton *DetailsBtn;
- Stdctrls::TButton *OKBtn;
- Extctrls::TPanel *IconPanel;
- Extctrls::TImage *IconImage;
- Extctrls::TPanel *TopPanel;
- Stdctrls::TLabel *ErrorText;
- Extctrls::TPanel *RightPanel;
- void __fastcall FormShow(System::TObject *Sender);
- void __fastcall BackClick(System::TObject *Sender);
- void __fastcall NextClick(System::TObject *Sender);
- void __fastcall FormCreate(System::TObject *Sender);
- void __fastcall DetailsBtnClick(System::TObject *Sender);
-
- private:
- Forms::TExceptionEvent FPrevOnException;
- Db::EDBEngineError *DbException;
- System::Integer FDetailsHeight;
- System::Integer CurItem;
- System::AnsiString FDetails;
- void __fastcall SwitchDetails(void);
- void __fastcall ShowError(void);
-
- public:
- void __fastcall ShowException(System::TObject *Sender, Sysutils::Exception *E);
- public:
- /* !! TForm.Create */ __fastcall virtual TDbEngineErrorDlg(Classes::TComponent *AOwner) : Forms::TForm(
- AOwner) { }
- /* !! TForm.CreateNew */ __fastcall TDbEngineErrorDlg(Classes::TComponent *AOwner, System::Integer
- Dummy) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TDbEngineErrorDlg(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TDbEngineErrorDlg *DbEngineErrorDlg;
-
- } /* namespace Dbexcept */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbexcept;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Dbexcept
-