📄 dlgaishow.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -