📄 phoenixfwdlg.h
字号:
// PhoenixFWDlg.h : header file
//
#if !defined(AFX_PHOENIXFWDLG_H__9610B9FB_FA76_47FE_BAEE_177797F7B329__INCLUDED_)
#define AFX_PHOENIXFWDLG_H__9610B9FB_FA76_47FE_BAEE_177797F7B329__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMainDlg dialog
#include "MonitorPage.h"
#include "RulePage.h"
#include "SyssetPage.h"
#include "KerRulePage.h"
class CMainDlg : public CDialog
{
// Construction
public:
CMainDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMainDlg)
enum { IDD = IDD_PHOENIXFW_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
HICON m_hIcon;
CPropertySheet m_sheet; // 属性页,用于容纳下面4个标签(页面)
CRulePage m_RulePage; // 网络访问监视页面
CMonitorPage m_MonitorPage; // 应用层过滤规则页面
CSyssetPage m_SyssetPage; // 核心层过滤规则页面
CKerRulePage m_KerRulePage; // 系统设置页面
// Generated message map functions
//{{AFX_MSG(CMainDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg long OnQueryAcl(WPARAM wParam, LPARAM lParam);
afx_msg long OnSessionNotify(WPARAM wParam, LPARAM lParam);
afx_msg void OnApply();
virtual void OnCancel();
afx_msg void OnAnnul();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PHOENIXFWDLG_H__9610B9FB_FA76_47FE_BAEE_177797F7B329__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -