⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgoptioncnt.h

📁 本程序是VC为平台开发的股票资讯系统
💻 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 + -