dlgaishow.h

来自「很经典的用C++编的空当接龙的程序」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_DLGAISHOW_H__25A0161F_208A_44D5_9481_2F372C3B31F2__INCLUDED_)
#define AFX_DLGAISHOW_H__25A0161F_208A_44D5_9481_2F372C3B31F2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgAIShow.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgAIShow dialog

class CDlgAIShow : public CDialog
{
// Construction
public:
	void CancelCurMv(void);
	UINT m_bPlaying;
	UINT m_nElapse;
public:
	void ShowStepInfo(void);
	int m_pCurPos;
	CDlgAIShow(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgAIShow)
	enum { IDD = IDD_AI_SHOW };
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgAIShow)
	protected:
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgAIShow)
	afx_msg void OnNext();
	afx_msg void OnPrev();
	virtual BOOL OnInitDialog();
	afx_msg void OnFirst();
	afx_msg void OnLast();
	afx_msg void OnAutoPlay();
	afx_msg void OnTimer(UINT nIDEvent);
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGAISHOW_H__25A0161F_208A_44D5_9481_2F372C3B31F2__INCLUDED_)

⌨️ 快捷键说明

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