udit.h

来自「曲线角点检测的二种算法」· C头文件 代码 · 共 44 行

H
44
字号
#if !defined(AFX_UDIT_H__E9508331_3A88_4ED5_8F6F_CF75A3BE81CF__INCLUDED_)
#define AFX_UDIT_H__E9508331_3A88_4ED5_8F6F_CF75A3BE81CF__INCLUDED_


/////////////////////////////////////////////////////////////////////////////
// Cudit window

class Cudit : public CEdit
{
// Construction
public:
	Cudit();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Cudit)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~Cudit();

	// Generated message map functions
protected:
	//{{AFX_MSG(Cudit)
	afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_UDIT_H__E9508331_3A88_4ED5_8F6F_CF75A3BE81CF__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?