settinsdlg.h

来自「为keil C 软件模拟方式运行编写的一个闪存模块。」· C头文件 代码 · 共 46 行

H
46
字号
#if !defined(AFX_SETTINSDLG_H__96C53C32_DD2D_4444_9767_275D8C32B799__INCLUDED_)
#define AFX_SETTINSDLG_H__96C53C32_DD2D_4444_9767_275D8C32B799__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SettinsDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSettinsDlg dialog

class CSettinsDlg : public CDialog
{
// Construction
public:
	CSettinsDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSettinsDlg)
	enum { IDD = IDD_SETTINGDLG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSettinsDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSettinsDlg)
		// 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_SETTINSDLG_H__96C53C32_DD2D_4444_9767_275D8C32B799__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?