Machine Interface Utility:VER1.0
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
// CProcessButton
|
||||
|
||||
class CProcessButton : public CButton
|
||||
{
|
||||
DECLARE_DYNAMIC(CProcessButton)
|
||||
|
||||
public:
|
||||
CProcessButton();
|
||||
virtual ~CProcessButton();
|
||||
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
|
||||
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
|
||||
|
||||
protected:
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user