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

📄 box9dlg.h

📁 自制 9格拼图游戏 mfc程序 按钮拼图记录步数 用时 已完成数目 可重玩 退一步 瞎子拼图 记录游戏成绩
💻 H
字号:
// box9Dlg.h : header file
//

#if !defined(AFX_BOX9DLG_H__81ECA58D_3644_4066_A997_D5EA66F57387__INCLUDED_)
#define AFX_BOX9DLG_H__81ECA58D_3644_4066_A997_D5EA66F57387__INCLUDED_

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

#include"jiludlg.h"
/////////////////////////////////////////////////////////////////////////////
// CBox9Dlg dialog

class CBox9Dlg : public CDialog
{
// Construction
public:
	CString m_NewJiLuName;

	CArchive *m_ar;
	CJiLuDlg m_jiLuDlg,blindDlg,*curdlg;
	
	CBox9Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CBox9Dlg)
	enum { IDD = IDD_BOX9_DIALOG };
	CButton	m_bnBack;
	CString	m_iSuccess;
	CString	m_youSuc;
	CString	m_iStep;
	CString	timer;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CBox9Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	virtual void OnOK();
	afx_msg void OnRe();
	afx_msg void OnReone();
	afx_msg void OnMenuitemExit();
	afx_msg void OnMenuitemJiLu();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnMenuitemBlind();
	afx_msg void OnBlind();
	//}}AFX_MSG
	afx_msg BOOL OnButton(int id);
	
	DECLARE_MESSAGE_MAP()
private:
	
	BOOL Success();
	void List(int i);
	int m_list[9],m_listold[9],m_listrestart[9];
	CButton m_box[9];
	void Show();

};

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

#endif // !defined(AFX_BOX9DLG_H__81ECA58D_3644_4066_A997_D5EA66F57387__INCLUDED_)

⌨️ 快捷键说明

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