📄 detail.h
字号:
// detail.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ChangeDetail dialog
class ChangeDetail : public CDialog
{
// Construction
public:
ChangeDetail(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(ChangeDetail)
enum { IDD = IDD_DETAIL };
CSliderCtrl m_slider;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ChangeDetail)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ChangeDetail)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
char m_init;
};
/////////////////////////////////////////////////////////////////////////////
// SpeedDiag dialog
class SpeedDiag : public CDialog
{
// Construction
public:
SpeedDiag(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(SpeedDiag)
enum { IDD = IDD_SPEED };
CSliderCtrl m_slider;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(SpeedDiag)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(SpeedDiag)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
char m_init;
short m_pos;
public:
short Position() { return m_pos; }
};
/////////////////////////////////////////////////////////////////////////////
// CTeleportDiag dialog
class CTeleportDiag : public CDialog
{
// Construction
public:
CTeleportDiag(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTeleportDiag)
enum { IDD = IDD_TELEPORTER };
int m_LevelNum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTeleportDiag)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTeleportDiag)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// AddWeaponNoNo dialog
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -