home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / FORMREAD.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  2.2 KB  |  87 lines

  1. //----------------------------------------------------------------------------
  2. // FormRead.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: FormRead.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef FormReadHPP
  6. #define FormReadHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef ButtonsHPP
  9. #include <Buttons.hpp>
  10. #endif
  11.  
  12. #ifndef ExtCtrlsHPP
  13. #include <ExtCtrls.hpp>
  14. #endif
  15.  
  16. #ifndef StdCtrlsHPP
  17. #include <StdCtrls.hpp>
  18. #endif
  19.  
  20. #ifndef FormsHPP
  21. #include <Forms.hpp>
  22. #endif
  23.  
  24. #ifndef ControlsHPP
  25. #include <Controls.hpp>
  26. #endif
  27.  
  28. #ifndef GraphicsHPP
  29. #include <Graphics.hpp>
  30. #endif
  31.  
  32. #ifndef ClassesHPP
  33. #include <Classes.hpp>
  34. #endif
  35.  
  36. #ifndef MessagesHPP
  37. #include <Messages.hpp>
  38. #endif
  39.  
  40. #ifndef WindowsHPP
  41. #include <Windows.hpp>
  42. #endif
  43.  
  44. #ifndef SysUtilsHPP
  45. #include <SysUtils.hpp>
  46. #endif
  47.  
  48. #ifndef SystemHPP
  49. #include <System.hpp>
  50. #endif
  51.  
  52. namespace Formread
  53. {
  54. //-- type declarations -------------------------------------------------------
  55. class __declspec(delphiclass) TReadErrorDlg;
  56. class __declspec(pascalimplementation) TReadErrorDlg : public Forms::TForm
  57. {
  58.     typedef TReadErrorDlg ThisClass;
  59.     typedef Forms::TForm inherited;
  60.     
  61. __published:
  62.     Extctrls::TBevel *Bevel1;
  63.     Stdctrls::TLabel *Label1;
  64.     Stdctrls::TButton *IgnoreButton;
  65.     Stdctrls::TButton *CancelButton;
  66.     Stdctrls::TButton *IgnoreAllButton;
  67.     void __fastcall IgnoreAllClick(System::TObject *Sender);
  68. public:
  69.     /* !! TForm.Create */ __fastcall virtual TReadErrorDlg(Classes::TComponent *AOwner) : Forms::TForm(
  70.         AOwner) { }
  71.     /* !! TForm.CreateNew */ __fastcall TReadErrorDlg(Classes::TComponent *AOwner, System::Integer Dummy
  72.         ) : Forms::TForm(AOwner, Dummy) { }
  73.     /* !! TForm.Destroy */ __fastcall virtual ~TReadErrorDlg(void) { }
  74.     
  75. };
  76.  
  77. //-- var, const, procedure ---------------------------------------------------
  78. #define mrIgnoreAll System::Byte(42)
  79. extern Forms::TModalResult __fastcall FormReadError(const System::AnsiString Message);
  80.  
  81. }    /* namespace Formread */
  82. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  83. using namespace Formread;
  84. #endif
  85. //-- end unit ----------------------------------------------------------------
  86. #endif    // FormRead
  87.