Test_HMXControls.h
上传用户:yinguanfa
上传日期:2022-02-19
资源大小:400k
文件大小:2k
源码类别:
ListView/ListBox
开发平台:
Visual C++
- // Test_HMXControls.h : main header file for the TEST_HMXCONTROLS application
- //
- #if !defined(AFX_TEST_HMXCONTROLS_H__FAC576CA_CA7F_11D5_BD28_0060520365FB__INCLUDED_)
- #define AFX_TEST_HMXCONTROLS_H__FAC576CA_CA7F_11D5_BD28_0060520365FB__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- extern CString g_sPaperBMP;
- extern COLORREF g_rgbPaperTransp;
- /////////////////////////////////////////////////////////////////////////////
- // CTest_HMXControlsApp:
- // See Test_HMXControls.cpp for the implementation of this class
- //
- class CTest_HMXControlsApp : public CWinApp
- {
- public:
- CTest_HMXControlsApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTest_HMXControlsApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CTest_HMXControlsApp)
- afx_msg void OnAppAbout();
- afx_msg void OnFileHMXDialog();
- afx_msg void OnFileHMXShapedDialog();
- afx_msg void OnFileHMXFormView();
- afx_msg void OnFileHMXShapedFormView();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TEST_HMXCONTROLS_H__FAC576CA_CA7F_11D5_BD28_0060520365FB__INCLUDED_)