home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // FormRead.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: FormRead.pas
- //----------------------------------------------------------------------------
- #ifndef FormReadHPP
- #define FormReadHPP
- //----------------------------------------------------------------------------
- #ifndef ButtonsHPP
- #include <Buttons.hpp>
- #endif
-
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.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 Formread
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TReadErrorDlg;
- class __declspec(pascalimplementation) TReadErrorDlg : public Forms::TForm
- {
- typedef TReadErrorDlg ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TBevel *Bevel1;
- Stdctrls::TLabel *Label1;
- Stdctrls::TButton *IgnoreButton;
- Stdctrls::TButton *CancelButton;
- Stdctrls::TButton *IgnoreAllButton;
- void __fastcall IgnoreAllClick(System::TObject *Sender);
- public:
- /* !! TForm.Create */ __fastcall virtual TReadErrorDlg(Classes::TComponent *AOwner) : Forms::TForm(
- AOwner) { }
- /* !! TForm.CreateNew */ __fastcall TReadErrorDlg(Classes::TComponent *AOwner, System::Integer Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TReadErrorDlg(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- #define mrIgnoreAll System::Byte(42)
- extern Forms::TModalResult __fastcall FormReadError(const System::AnsiString Message);
-
- } /* namespace Formread */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Formread;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // FormRead
-