set.h
来自「俄罗斯方块小游戏用vc实现」· C头文件 代码 · 共 58 行
H
58 行
#if !defined(AFX_SET_H__412CBA27_F35A_4FCC_9377_CF73987BA052__INCLUDED_)
#define AFX_SET_H__412CBA27_F35A_4FCC_9377_CF73987BA052__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SET.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSET dialog
class CSET : public CDialog
{
// Construction
public:
CSET(CWnd* pParent = NULL);
// standard constructor
int speed;
COLORREF m_color;
// Dialog Data
//{{AFX_DATA(CSET)
enum { IDD = IDD_DIALOG1 };
CComboBox m_speed;
CString m_name;
int m_shengji;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSET)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSET)
afx_msg void OnSelendokCombo1();
afx_msg void OnColor();
afx_msg void On_Ok();
afx_msg void On_Cancel();
afx_msg void OnInstruction();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SET_H__412CBA27_F35A_4FCC_9377_CF73987BA052__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?