Help.h 525 B

1234567891011121314151617181920
  1. // Help.h: interface for the Help class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_HELP_H__DC824341_BE4B_11DA_8051_0050BA012D9B__INCLUDED_)
  5. #define AFX_HELP_H__DC824341_BE4B_11DA_8051_0050BA012D9B__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class Help
  10. {
  11. public:
  12. static void DrawSignUP(CDC*pDC,int iX0,int iY0,int iX1,int iY1);
  13. static int GetValue(CEdit&ed);
  14. };
  15. #endif // !defined(AFX_HELP_H__DC824341_BE4B_11DA_8051_0050BA012D9B__INCLUDED_)