📄 ppgconnection.h
字号:
#pragma once
#include "preferences.h"
#include "wizard.h"
// CPPgConnection dialog
class CPPgConnection : public CPropertyPage
{
DECLARE_DYNAMIC(CPPgConnection)
public:
CPPgConnection();
virtual ~CPPgConnection();
void SetPrefs(CPreferences* in_prefs) { app_prefs = in_prefs; }
// Dialog Data
enum { IDD = IDD_PPG_CONNECTION };
protected:
CPreferences *app_prefs;
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
DECLARE_MESSAGE_MAP()
public:
virtual BOOL OnInitDialog();
void LoadSettings(void);
virtual BOOL OnApply();
afx_msg void OnSettingsChange() { SetModified(); }
afx_msg void OnEnChangeUDPDisable();
afx_msg void OnBnClickedWizard();
void Localize(void);
private:
bool guardian;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -