增加CNC运行测试
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#pragma once
|
||||
|
||||
enum STATIC_BKCOLOR
|
||||
{
|
||||
NULL_COLOR,
|
||||
RED_COLOR,
|
||||
GREEN_COLOR,
|
||||
};
|
||||
|
||||
// CMyStatic
|
||||
|
||||
class CMyStatic : public CStatic
|
||||
{
|
||||
DECLARE_DYNAMIC(CMyStatic)
|
||||
|
||||
public:
|
||||
CMyStatic();
|
||||
virtual ~CMyStatic();
|
||||
|
||||
protected:
|
||||
DECLARE_MESSAGE_MAP()
|
||||
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user