📄 configdlg.h.svn-base
字号:
#if !defined(AFX_CONFIGDLG_H__8920CF6E_F42E_4F95_82B7_786B3F126DFB__INCLUDED_)
#define AFX_CONFIGDLG_H__8920CF6E_F42E_4F95_82B7_786B3F126DFB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConfigDlg.h : header file
//
#include "ListCtrlEx.h"
#include "Config_Page1.h"
#include "Config_Page2.h"
#include "mount.h"
/////////////////////////////////////////////////////////////////////////////
// CConfigDlg dialog
#define IDC_BUTTON3 32888
#define IDC_BUTTON4 32889
#define IDC_EDITCELL 32890
typedef enum
{
T_LOAD_CONFIG = 0,
T_LOAD_NANDBOOT,
T_LOAD_NORBOOT
}T_LOAD;
class CConfigDlg : public CDialog
{
// Construction
public:
CConfig_Page1 m_page1;
CConfig_Page2 m_page2;
CPropertySheet m_sheet;
CConfigDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CConfigDlg)
enum { IDD = IDD_DIALOG_CONFIG };
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConfigDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void SetConfigItem();
// Generated message map functions
//{{AFX_MSG(CConfigDlg)
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnButtonEnter();
afx_msg void OnButtonCancel();
afx_msg void OnLoadNandboot();
afx_msg void OnLoadNorboot();
afx_msg void OnConfigHelp();
afx_msg void OnButtonBrowseFolder();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONFIGDLG_H__8920CF6E_F42E_4F95_82B7_786B3F126DFB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -