Test_HMXControls.h
上传用户:yinguanfa
上传日期:2022-02-19
资源大小:400k
文件大小:2k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. // Test_HMXControls.h : main header file for the TEST_HMXCONTROLS application
  2. //
  3. #if !defined(AFX_TEST_HMXCONTROLS_H__FAC576CA_CA7F_11D5_BD28_0060520365FB__INCLUDED_)
  4. #define AFX_TEST_HMXCONTROLS_H__FAC576CA_CA7F_11D5_BD28_0060520365FB__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. extern CString g_sPaperBMP;
  13. extern COLORREF g_rgbPaperTransp;
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CTest_HMXControlsApp:
  16. // See Test_HMXControls.cpp for the implementation of this class
  17. //
  18. class CTest_HMXControlsApp : public CWinApp
  19. {
  20. public:
  21. CTest_HMXControlsApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CTest_HMXControlsApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(CTest_HMXControlsApp)
  30. afx_msg void OnAppAbout();
  31. afx_msg void OnFileHMXDialog();
  32. afx_msg void OnFileHMXShapedDialog();
  33. afx_msg void OnFileHMXFormView();
  34. afx_msg void OnFileHMXShapedFormView();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_TEST_HMXCONTROLS_H__FAC576CA_CA7F_11D5_BD28_0060520365FB__INCLUDED_)