数字2的识别dlg.h

来自「实现3节倒立摆的功能」· C头文件 代码 · 共 66 行

H
66
字号
// 数字2的识别Dlg.h : header file
//

#if !defined(AFX_2DLG_H__C03955E6_59EA_11D5_9444_D850A882E24E__INCLUDED_)
#define AFX_2DLG_H__C03955E6_59EA_11D5_9444_D850A882E24E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CMy2Dlg dialog

class CMy2Dlg : public CDialog
{
// Construction
public:
	BOOL m_able2;
	BOOL m_able1;
	int y[4];
	int x[4];
	int n;
	int m_y4;
	int m_y3;
	int m_y2;
	int m_y1;
	int m_x4;
	int m_x3;
	int m_x2;
	int m_x1;
	CMy2Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CMy2Dlg)
	enum { IDD = IDD_MY2_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMy2Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMy2Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_2DLG_H__C03955E6_59EA_11D5_9444_D850A882E24E__INCLUDED_)

⌨️ 快捷键说明

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