#include <PageSettingsConnection.h>
Inheritance diagram for CConnectionSettingsPage:
Public Types | |
enum | { IDD = IDD_SETTINGS_CONNECTION } |
Public Member Functions | |
CConnectionSettingsPage () | |
virtual | ~CConnectionSettingsPage () |
CString | FormatSpeed (DWORD nSpeed) |
DWORD | ParseSpeed (LPCTSTR psz) |
CString | GetInOutHostTranslation () |
virtual void | OnOK () |
virtual BOOL | OnKillActive () |
Public Attributes | |
CEdit | m_wndInPort |
CComboBox | m_wndInSpeed |
CComboBox | m_wndOutSpeed |
CComboBox | m_wndInHost |
CButton | m_wndInBind |
CSpinButtonCtrl | m_wndTimeoutHandshake |
CSpinButtonCtrl | m_wndTimeoutConnection |
BOOL | m_bInBind |
CString | m_sInHost |
int | m_nInPort |
CString | m_sOutHost |
CComboBox | m_wndCanAccept |
BOOL | m_bIgnoreLocalIP |
DWORD | m_nTimeoutConnection |
DWORD | m_nTimeoutHandshake |
CString | m_sOutSpeed |
CString | m_sInSpeed |
BOOL | m_bInRandom |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnEditChangeInboundHost () |
afx_msg void | OnCloseUpInboundHost () |
afx_msg void | OnChangeInboundPort () |
afx_msg void | OnInboundRandom () |
afx_msg void | OnShowWindow (BOOL bShow, UINT nStatus) |
|
Definition at line 42 of file PageSettingsConnection.h. |
|
Definition at line 50 of file PageSettingsConnection.cpp. |
|
Definition at line 66 of file PageSettingsConnection.cpp. |
|
|
Definition at line 146 of file PageSettingsConnection.cpp. References Settings, and CSettings::SmartVolume(). Referenced by OnShowWindow(). |
|
Definition at line 268 of file PageSettingsConnection.cpp. References IDC_OUTBOUND_HOST, IDS_SETTINGS_AUTOMATIC_IP, LoadString(), and m_wndInHost. Referenced by OnEditChangeInboundHost(), OnInitDialog(), and OnOK(). |
|
Definition at line 170 of file PageSettingsConnection.cpp. References m_bInRandom, and m_nInPort. |
|
Definition at line 165 of file PageSettingsConnection.cpp. References m_wndInBind, and m_wndInHost. |
|
Definition at line 156 of file PageSettingsConnection.cpp. References GetInOutHostTranslation(), m_sInHost, and m_wndInBind. |
|
Definition at line 182 of file PageSettingsConnection.cpp. References m_bInRandom, and m_nInPort. |
|
|
Reimplemented from CSettingsPage. Definition at line 193 of file PageSettingsConnection.cpp. References IDS_SETTINGS_NEED_BANDWIDTH, LoadString(), m_sInSpeed, m_sOutSpeed, m_wndInSpeed, m_wndOutSpeed, CSettingsPage::OnKillActive(), and ParseSpeed(). |
|
|
Definition at line 283 of file PageSettingsConnection.cpp. References CSettings::Connection, FormatSpeed(), CSettings::sConnection::InSpeed, m_sInSpeed, m_sOutSpeed, m_wndInSpeed, m_wndOutSpeed, CSettings::sConnection::OutSpeed, and Settings. |
|
Definition at line 151 of file PageSettingsConnection.cpp. References CSettings::ParseVolume(), and Settings. Referenced by OnKillActive(), and OnOK(). |
|
Definition at line 55 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 50 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 60 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnChangeInboundPort(), OnInboundRandom(), and OnInitDialog(). |
|
Definition at line 52 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnChangeInboundPort(), OnInboundRandom(), OnInitDialog(), and OnOK(). |
|
Definition at line 56 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 57 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 51 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnEditChangeInboundHost(), OnInitDialog(), and OnOK(). |
|
Definition at line 59 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnKillActive(), OnOK(), and OnShowWindow(). |
|
Definition at line 53 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 58 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnKillActive(), OnOK(), and OnShowWindow(). |
|
Definition at line 54 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 47 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnCloseUpInboundHost(), OnEditChangeInboundHost(), and OnInitDialog(). |
|
Definition at line 46 of file PageSettingsConnection.h. Referenced by DoDataExchange(), GetInOutHostTranslation(), OnCloseUpInboundHost(), and OnInitDialog(). |
|
Definition at line 43 of file PageSettingsConnection.h. Referenced by DoDataExchange(). |
|
Definition at line 44 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnKillActive(), and OnShowWindow(). |
|
Definition at line 45 of file PageSettingsConnection.h. Referenced by DoDataExchange(), OnKillActive(), and OnShowWindow(). |
|
Definition at line 49 of file PageSettingsConnection.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 48 of file PageSettingsConnection.h. Referenced by DoDataExchange(), and OnInitDialog(). |