📄 mosdlg.h
字号:
// MosDlg.h : header file
//
#if !defined(AFX_MOSDLG_H__EABA153A_0428_416E_A85C_D3BB78A54960__INCLUDED_)
#define AFX_MOSDLG_H__EABA153A_0428_416E_A85C_D3BB78A54960__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMosDlg dialog
#include "Mos_main.h"
class CMosDlg : public CDialog
{
// Construction
public:
CMosDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMosDlg)
enum { IDD = IDD_MOS_DIALOG };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMosDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMosDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnMenuStart();
afx_msg void OnMenuAbout();
afx_msg void OnMenuExit();
afx_msg void OnMenuPause();
afx_msg void OnMenuAgain();
afx_msg void OnMenuDemo();
afx_msg void OnMenuNormal();
afx_msg void OnMenuDebug();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
bool m_bStart;
bool m_bRUN;
CWinThread *pThread;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MOSDLG_H__EABA153A_0428_416E_A85C_D3BB78A54960__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -