setproxydlg.h

来自「一个多窗口的浏览器的程序benbrowse」· C头文件 代码 · 共 64 行

H
64
字号
#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 + =
减小字号Ctrl + -
显示快捷键?