home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / FORMREAD.HPP < prev    next >
C/C++ Source or Header  |  1997-02-28  |  2KB  |  66 lines

  1. //----------------------------------------------------------------------------
  2. // FormRead.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: FormRead.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef FormReadHPP
  6. #define FormReadHPP
  7. //----------------------------------------------------------------------------
  8. #include <Buttons.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Forms.hpp>
  12. #include <Controls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <SysUtils.hpp>
  18. #include <System.hpp>
  19. #pragma warn -par
  20. #pragma warn -hid 
  21. #pragma warn -inl
  22.  
  23. namespace Formread
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class __declspec(delphiclass) TReadErrorDlg;
  27. class __declspec(pascalimplementation) TReadErrorDlg : public Forms::TForm
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Extctrls::TBevel* Bevel1;
  33.     Stdctrls::TLabel* Label1;
  34.     Stdctrls::TButton* IgnoreButton;
  35.     Stdctrls::TButton* CancelButton;
  36.     Stdctrls::TButton* IgnoreAllButton;
  37.     void __fastcall IgnoreAllClick(System::TObject* Sender);
  38. public:
  39.     /* TForm.Create */ __fastcall virtual TReadErrorDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  40.         ) { }
  41.     /* TForm.CreateNew */ __fastcall TReadErrorDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  42.         AOwner, Dummy) { }
  43.     /* TForm.Destroy */ __fastcall virtual ~TReadErrorDlg(void) { }
  44.     
  45. public:
  46.     /* TWinControl.CreateParented */ __fastcall TReadErrorDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  47.         ) { }
  48.     
  49. };
  50.  
  51. //-- var, const, procedure ---------------------------------------------------
  52. #define mrIgnoreAll (Byte)(42)
  53. extern Forms::TModalResult __fastcall FormReadError(const System::AnsiString Message);
  54.  
  55. }    /* namespace Formread */
  56.  
  57. #pragma warn .par
  58. #pragma warn .hid 
  59. #pragma warn .inl
  60.  
  61. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  62. using namespace Formread;
  63. #endif
  64. //-- end unit ----------------------------------------------------------------
  65. #endif    // FormRead
  66.