home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // FormRead.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: FormRead.pas
- //----------------------------------------------------------------------------
- #ifndef FormReadHPP
- #define FormReadHPP
- //----------------------------------------------------------------------------
- #include <Buttons.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Formread
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TReadErrorDlg;
- class __declspec(pascalimplementation) TReadErrorDlg : public Forms::TForm
- {
- 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, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TReadErrorDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TReadErrorDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- #define mrIgnoreAll (Byte)(42)
- extern Forms::TModalResult __fastcall FormReadError(const System::AnsiString Message);
-
- } /* namespace Formread */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Formread;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // FormRead
-