yiziqidlg.h

来自「人工智能的课程作业」· C头文件 代码 · 共 71 行

H
71
字号
// yiziqiDlg.h : header file
//

#if !defined(AFX_YIZIQIDLG_H__C3E67CAA_4FFA_4D26_8D2F_4A98A67DC2BB__INCLUDED_)
#define AFX_YIZIQIDLG_H__C3E67CAA_4FFA_4D26_8D2F_4A98A67DC2BB__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CYiziqiDlg dialog

class CYiziqiDlg : public CDialog
{
// Construction
public:
	void peowin();
	int show;
	CPoint MaxPoint();
	bool heqi;
	int peo_win;
	CPoint MinPoint();
	int point(int x,int y);
	int returnvalue(int,int,int);
	int point_value[3][3];
	bool people;
	CPoint zh_xin[3][3];
	void blackpoint(CPoint ch);
	void bluepoint(CPoint ch);
	int control_var;
	int qipan[3][3];
	void Lines();
	CYiziqiDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CYiziqiDlg)
	enum { IDD = IDD_YIZIQI_DIALOG };
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
    CBitmap bitmap1,bitmap2;
	// Generated message map functions
	//{{AFX_MSG(CYiziqiDlg)
	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 OnFirst();
	afx_msg void OnNext();
	afx_msg void OnPvsp();
	afx_msg void OnCvsc();
	afx_msg void OnRestart();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_YIZIQIDLG_H__C3E67CAA_4FFA_4D26_8D2F_4A98A67DC2BB__INCLUDED_)

⌨️ 快捷键说明

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