📄 rtsetupdlg.h
字号:
#if !defined(AFX_RTSETUPDLG_H__824B8F97_FA86_4784_A785_0F84F731E4B1__INCLUDED_)
#define AFX_RTSETUPDLG_H__824B8F97_FA86_4784_A785_0F84F731E4B1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RTSetupDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRTSetupDlg dialog
class CRTSetupDlg : public CDialog
{
// Construction
public:
CRTSetupDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRTSetupDlg)
enum { IDD = IDD_RTSETUP };
CButton m_btDEAllRt;
CButton m_btEnAllRt;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRTSetupDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
private:
void ShowConf();
int AlltoSameCheck();
void SaveConf();
protected:
// Generated message map functions
//{{AFX_MSG(CRTSetupDlg)
virtual BOOL OnInitDialog();
afx_msg void OnRtsBtLoadf();
afx_msg void OnRtsBtSavef();
afx_msg void OnSelchangeRtsCbRtsel();
afx_msg void OnRtsBtAllsett();
afx_msg void OnRtsBtAllsetr();
afx_msg void OnRtsBtAllclr();
afx_msg void OnRtsBtAllsettr();
afx_msg void OnSelchangeRtsCbSasel();
afx_msg void OnRtsCkAllrtsame();
afx_msg void OnRtsCkAllsasame();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnKillfocusRtsEdSftword();
afx_msg void OnKillfocusRtsEdVctword();
afx_msg void OnChangeRtsEdVctword();
afx_msg void OnChangeRtsEdSftword();
afx_msg void OnIdcRtsBtEnallrt();
afx_msg void OnIdcRtsBtDeallrt();
afx_msg void OnRtsCkEnrt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RTSETUPDLG_H__824B8F97_FA86_4784_A785_0F84F731E4B1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -