⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insert.h

📁 讲mfc的书
💻 H
字号:
// Insert.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CInsert dialog

class CInsert : public CDialog
{
// Construction
public:
	int m_Len;
	int m_y;
	int m_x;
	int m_placed;
	CInsert(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CInsert)
	enum { IDD = IDD_INSERT };
	int		m_Piece;
	int		m_Dir;
	//}}AFX_DATA


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

// Implementation
protected:
	int m_Result;

	// Generated message map functions
	//{{AFX_MSG(CInsert)
	afx_msg void OnApc();
	afx_msg void OnCMDPost();
	afx_msg void OnEast();
	afx_msg void OnHow();
	afx_msg void OnMis();
	afx_msg void OnNorth();
	afx_msg void OnSouth();
	afx_msg void OnTank();
	afx_msg void OnWest();
	virtual void OnOK();
	virtual void OnCancel();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void EnableOK(void);
};

⌨️ 快捷键说明

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