?? dlgipalias.h
字號:
#if !defined(AFX_DLGIPALIAS_H__DF58CC84_B1F5_4288_B772_458400511FD5__INCLUDED_)
#define AFX_DLGIPALIAS_H__DF58CC84_B1F5_4288_B772_458400511FD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgIPAlias.h : header file
//
#define WM_CONNECT WM_USER + 18324
#include "../utils/HScrollListBox.h"
#include "../utils/TransButton.h"
#include "detail_dlg.h"
class ip_alias_mgr;
class ip_alias;
/////////////////////////////////////////////////////////////////////////////
// CDlgIPAlias dialog
//##ModelId=3F90BABB016D
class CDlgIPAlias : public detail_dlg<CDialog>
{
//##ModelId=3F90BABB0197
void update_list();
//##ModelId=3F90BABB019F
void update_info();
//##ModelId=3F90BABB01A9
bool duplicated(ip_alias& ia);
//##ModelId=3F90BABB01B4
CFont ft;
// Construction
public:
//##ModelId=3F90BABB01BD
CDlgIPAlias(CWnd* pParent = NULL); // standard constructor
//##ModelId=3F90BABB01C9
CWnd* caller; // CRightLogin*, 用來通知登錄
//##ModelId=3F90BABB01DB
ip_alias_mgr* ipmgr;
// Dialog Data
//{{AFX_DATA(CDlgIPAlias)
enum { IDD = IDD_IP_ALIAS };
//##ModelId=3F90BABB01E6
CComboBox m_cbIPs;
//##ModelId=3F90BABB01F0
CHScrollListBox m_lst;
//##ModelId=3F90BABB01F9
CString m_strAlias;
//##ModelId=3F90BABB0203
CString m_ip;
//##ModelId=3F90BABB0217
BOOL m_autoclose;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgIPAlias)
protected:
//##ModelId=3F90BABB0222
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgIPAlias)
//##ModelId=3F90BABB022D
virtual BOOL OnInitDialog();
//##ModelId=3F90BABB0237
afx_msg void OnAdd();
//##ModelId=3F90BABB0241
afx_msg void OnClear();
//##ModelId=3F90BABB024B
afx_msg void OnSelchangeList();
//##ModelId=3F90BABB0254
afx_msg void OnSelchangeIps();
//##ModelId=3F90BABB025E
afx_msg void OnRemove();
//##ModelId=3F90BABB0268
afx_msg void OnDblclkList();
//##ModelId=3F90BABB0272
afx_msg void OnApplyNow();
//##ModelId=3F90BABB027C
afx_msg void OnDetail();
//##ModelId=3F90BABB027E
afx_msg void OnSimple();
//##ModelId=3F90BABB0287
afx_msg void OnAutoClose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGIPALIAS_H__DF58CC84_B1F5_4288_B772_458400511FD5__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -