home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBRadioButton / Radiobutton.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.9 KB  |  63 lines

  1. // Radiobutton.h : main header file for the RADIOBUTTON DLL
  2. //    High Tech BASIC, Copyright (C) TransEra Corp 1999, All Rights Reserved.
  3. // Sven Henze, Tech Soft GmbH 1999
  4.  
  5. #if !defined(AFX_BUTTON_H__D6D63EC5_3EA4_11D3_A911_00104B9A4FD0__INCLUDED_)
  6. #define AFX_BUTTON_H__D6D63EC5_3EA4_11D3_A911_00104B9A4FD0__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #ifndef __AFXWIN_H__
  13.     #error include 'stdafx.h' before including this file for PCH
  14. #endif
  15.  
  16. #include "resource.h"        // main symbols
  17. #include "RadiobuttonDlg.h"    // Added by ClassView
  18.  
  19. //**************************************************************************
  20. // begin prototypes
  21.  
  22.  
  23. void Initialize(RadioButtonDlg * Bdlg);
  24. short Showrbutton(short option, short count, long width, short * pressed, char* title, char* text0, char* text1, char* text2 ,char* text3,
  25.                  char* text4, char* text5, char* text6, char* text7, char* text8, char* text9, char* text10);
  26. void Setfocus();
  27. void Closerbutton();
  28.  
  29.  
  30. // end prototypes
  31. //***************************************************************************
  32.  
  33.  
  34. /////////////////////////////////////////////////////////////////////////////
  35. // CRadioButtonApp
  36. // See RadioButton.cpp for the implementation of this class
  37. //
  38.  
  39. class CRadioButtonApp : public CWinApp
  40. {
  41. public:
  42.     CRadioButtonApp();
  43.  
  44. // Overrides
  45.     // ClassWizard generated virtual function overrides
  46.     //{{AFX_VIRTUAL(CRadioButtonApp)
  47.     //}}AFX_VIRTUAL
  48.  
  49.     //{{AFX_MSG(CRadioButtonApp)
  50.         // NOTE - the ClassWizard will add and remove member functions here.
  51.         //    DO NOT EDIT what you see in these blocks of generated code !
  52.     //}}AFX_MSG
  53.     DECLARE_MESSAGE_MAP()
  54. };
  55.  
  56.  
  57. /////////////////////////////////////////////////////////////////////////////
  58.  
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61.  
  62. #endif // !defined(AFX_BUTTON_H__D6D63EC5_3EA4_11D3_A911_00104B9A4FD0__INCLUDED_)
  63.