加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SettingDlg.h 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
杨浩 提交于 2022-02-22 08:17 . 项目文件2
#if !defined(AFX_SETTINGDLG_H__8E8C3BBA_E7A2_4361_8843_4CF66144BE77__INCLUDED_)
#define AFX_SETTINGDLG_H__8E8C3BBA_E7A2_4361_8843_4CF66144BE77__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SettingDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSettingDlg dialog
class CSettingDlg : public CDialog
{
// Construction
public:
CSettingDlg(CWnd* pParent = NULL); // standard constructor
int m_type1; //Ϸģʽ
int m_type2; //ɫ
// Dialog Data
//{{AFX_DATA(CSettingDlg)
enum { IDD = IDD_SETTING_DIAL0G };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSettingDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSettingDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETTINGDLG_H__8E8C3BBA_E7A2_4361_8843_4CF66144BE77__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化