📄 systemsetupdlg.h
字号:
#if !defined(AFX_SYSTEMSETUPDLG_H__40BF1E74_2EFB_4FF8_AA4C_2F25906E4939__INCLUDED_)
#define AFX_SYSTEMSETUPDLG_H__40BF1E74_2EFB_4FF8_AA4C_2F25906E4939__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SYSTEMSetupDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSYSTEMSetupDlg dialog
class CSYSTEMSetupDlg : public CDialog
{
// Construction
public:
void SystemUpdate(BOOL m_boolUpdate);
void SetOwner(CView *m_pOwnerActul);
void SendMessageToView(unsigned char cmd);
CSYSTEMSetupDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSYSTEMSetupDlg)
enum { IDD = IDD_SYSTEMSetupDlg };
CString m_SystemSetup[7];
BOOL IsDlgShow;
int m_RadioOffOn;
//}}AFX_DATA
CView *m_pOwner;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSYSTEMSetupDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnOK();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSYSTEMSetupDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSystemSetup1();
afx_msg void OnSystemSetup2();
afx_msg void OnSystemSetup3();
afx_msg void OnSystemSetup6();
afx_msg void OnSystemSetup7();
afx_msg void OnSystemSetup8();
afx_msg void OnSystemSetup4();
afx_msg void OnSystemSetup5();
afx_msg void OnSystemSetup9();
afx_msg void OnSystemSetup10();
afx_msg void OnSystemSetup11();
afx_msg void OnSystemSetup12();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SYSTEMSETUPDLG_H__40BF1E74_2EFB_4FF8_AA4C_2F25906E4939__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -