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

📄 setproxydlg.h

📁 一个多窗口的浏览器的程序benbrowse
💻 H
字号:
#if !defined(AFX_SETPROXYDLG_H__0BCF0BD9_A1FC_48BD_A66A_916458480670__INCLUDED_)
#define AFX_SETPROXYDLG_H__0BCF0BD9_A1FC_48BD_A66A_916458480670__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetProxyDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSetProxyDlg dialog

class CSetProxyDlg : public CDialog
{
// Construction
public:
	void ExpandDialog(bool expn);
	CSetProxyDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSetProxyDlg)
	enum { IDD = IDD_DIALOG_SETPROXY };
	CListCtrl	m_listctrl;
	CEdit	m_urlctrl;
	CEdit	m_titlectrl;
	CEdit	m_portctrl;
	BOOL	m_local_pass;
	//}}AFX_DATA
public:
	void SetLanguage();
	void SetUrlListData(CStringList *Url);
	CRect m_rectExpn;
	CRect m_rectColp;
	CStringList m_urllist;
	int m_action;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSetProxyDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetProxyDlg)
	afx_msg void OnButtonAction1();
	afx_msg void OnButtonDelete1();
	afx_msg void OnButtonInsert1();
	afx_msg void OnButton1Update();
	afx_msg void OnButtonCancel1();
	virtual BOOL OnInitDialog();
	afx_msg void OnClose();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETPROXYDLG_H__0BCF0BD9_A1FC_48BD_A66A_916458480670__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -