?? dlgoptioncnt.h
字號:
#if !defined(AFX_DLGOPTIONCNT_H__EF020D60_CF41_11D4_B45A_00104B1269BD__INCLUDED_)
#define AFX_DLGOPTIONCNT_H__EF020D60_CF41_11D4_B45A_00104B1269BD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgOptionCnt.h : header file
//
#include "LBSpinButtonCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgOptionCnt dialog
class CDlgOptionCnt : public CPropertyPage
{
DECLARE_DYNCREATE(CDlgOptionCnt)
// Construction
public:
void SetOptionCntVal();
CDlgOptionCnt();
~CDlgOptionCnt();
int m_TimeOut;
int m_ThreadCount;
int m_Ingore;
CString m_strURL,m_strPort;
// Dialog Data
//{{AFX_DATA(CDlgOptionCnt)
enum { IDD = IDD_OPTION_CONNENT };
CEdit m_edThread;
CStatic m_strTime;
CStatic m_icoThread;
CStatic m_icoProxy;
CLBSpinButtonCtrl m_spThread;
CLBSpinButtonCtrl m_spIngore;
CSliderCtrl m_sliTime;
CEdit m_edURL;
CEdit m_edPort;
CEdit m_edIngore;
CButton m_chkProxy;
CButton m_chkIngore;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CDlgOptionCnt)
public:
virtual void OnOK();
virtual BOOL OnApply();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void FormatTimeVal(int iTime);
// Generated message map functions
//{{AFX_MSG(CDlgOptionCnt)
virtual BOOL OnInitDialog();
afx_msg void OnCheckIngore();
afx_msg void OnCheckProxy();
afx_msg void OnKillfocusEditThread();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnKillfocusEditIngore();
afx_msg void OnUpdateEditIngore();
afx_msg void OnUpdateEditPort();
afx_msg void OnUpdateEditThread();
afx_msg void OnUpdateEditUrl();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGOPTIONCNT_H__EF020D60_CF41_11D4_B45A_00104B1269BD__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -