home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / OCHR.CPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  690b  |  20 lines

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "OCHR.h"
  6. //---------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TOKHelpRightDlg *OKHelpRightDlg;
  9. //--------------------------------------------------------------------- 
  10. __fastcall TOKHelpRightDlg::TOKHelpRightDlg(TComponent* AOwner)
  11.     : TOKRightDlg(AOwner)
  12. {
  13. }
  14. //--------------------------------------------------------------------- 
  15. void __fastcall TOKHelpRightDlg::HelpBtnClick(TObject *Sender)
  16. {
  17.     Application->HelpContext(HelpContext);
  18. }
  19. //--------------------------------------------------------------------- 
  20.