RadioExt.h 656 B

1234567891011121314151617181920212223
  1. // RadioExt.h: interface for the CRadioExt class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_RADIOEXT_H__53BD4586_F697_4ABB_AE24_8EFC5DC81E82__INCLUDED_)
  5. #define AFX_RADIOEXT_H__53BD4586_F697_4ABB_AE24_8EFC5DC81E82__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CRadioExt
  10. {
  11. public:
  12. CRadioExt();
  13. virtual ~CRadioExt();
  14. static WNDPROC m_cWndProc;
  15. static int pos;
  16. static LRESULT DefWindowProc( HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam );
  17. static void OnPaint( HWND hWnd );
  18. };
  19. #endif // !defined(AFX_RADIOEXT_H__53BD4586_F697_4ABB_AE24_8EFC5DC81E82__INCLUDED_)