ProxySetDlg.h
上传用户:nameszq
上传日期:2014-08-12
资源大小:336k
文件大小:2k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_PROXYSETDLG_H__AA909DBB_5657_40C4_9055_1D3901E11343__INCLUDED_)
  2. #define AFX_PROXYSETDLG_H__AA909DBB_5657_40C4_9055_1D3901E11343__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ProxySetDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProxySetDlg dialog
  10. /***
  11. 代理设置对话框
  12. */
  13. class CProxySetDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CProxySetDlg(CWnd* pParent = NULL);   // standard constructor
  18. void EnableWindows( BOOL bEnable );
  19. // Dialog Data
  20. //{{AFX_DATA(CProxySetDlg)
  21. enum { IDD = IDD_PROXYSET };
  22. CEdit m_editProxyPasswd;
  23. CEdit m_editProxyUser;
  24. CStatic m_staticProxyPasswd;
  25. CStatic m_staticProxyUser;
  26. CEdit m_editProxyPort;
  27. CEdit m_editProxyAddress;
  28. CStatic m_staticProxyPort;
  29. CStatic m_staticProxyAddress;
  30. CString m_strProxyAddress;
  31. UINT m_nProxyPort;
  32. CString m_strProxyUser;
  33. CString m_strProxyPasswd;
  34. //}}AFX_DATA
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(CProxySetDlg)
  38. public:
  39. virtual int DoModal();
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CProxySetDlg)
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnDirect();
  49. afx_msg void OnPreconfig();
  50. afx_msg void OnProxy();
  51. virtual void OnOK();
  52. afx_msg void OnProxySocks4();
  53. afx_msg void OnProxySocks5();
  54. afx_msg void OnProxyHttp();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_PROXYSETDLG_H__AA909DBB_5657_40C4_9055_1D3901E11343__INCLUDED_)