home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / OCHR.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  994b  |  30 lines

  1. //----------------------------------------------------------------------------
  2. #ifndef OCHRH
  3. #define OCHRH
  4. //----------------------------------------------------------------------------
  5. #include <OCR.h>
  6. #include <vcl\ExtCtrls.hpp>
  7. #include <vcl\Buttons.hpp>
  8. #include <vcl\StdCtrls.hpp>
  9. #include <vcl\Controls.hpp>
  10. #include <vcl\Forms.hpp>
  11. #include <vcl\Graphics.hpp>
  12. #include <vcl\Classes.hpp>
  13. #include <vcl\SysUtils.hpp>
  14. #include <vcl\Windows.hpp>
  15. #include <vcl\System.hpp>
  16. //----------------------------------------------------------------------------
  17. class TOKHelpRightDlg : public TOKRightDlg
  18. {
  19. __published:
  20.     TButton *HelpBtn;
  21.     void __fastcall HelpBtnClick(TObject *Sender);
  22. private:
  23. public:
  24.     virtual __fastcall TOKHelpRightDlg(TComponent* AOwner);
  25. };
  26. //----------------------------------------------------------------------------
  27. extern TOKHelpRightDlg *OKHelpRightDlg;
  28. //----------------------------------------------------------------------------
  29. #endif    
  30.