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