PersonalProxyDlg.h
上传用户:mingyuanzm
上传日期:2007-01-04
资源大小:117k
文件大小:2k
源码类别:

代理服务器

开发平台:

Visual C++

  1. // PersonalProxyDlg.h : header file
  2. //
  3. #if !defined(AFX_PERSONALPROXYDLG_H__A94C4119_3068_11D4_9A54_0050BABA55BC__INCLUDED_)
  4. #define AFX_PERSONALPROXYDLG_H__A94C4119_3068_11D4_9A54_0050BABA55BC__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPersonalProxyDlg dialog
  10. class CPersonalProxyDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. UINT OnOutput(WPARAM wParam, LPARAM lParam);
  15. CPersonalProxyDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CPersonalProxyDlg)
  18. enum { IDD = IDD_PERSONALPROXY_DIALOG };
  19. CEdit m_editOutput;
  20. CIPAddressCtrl m_ip;
  21. CString m_strPasswd;
  22. int m_nPort;
  23. int m_nProxyPort;
  24. CString m_strUser;
  25. //}}AFX_DATA
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CPersonalProxyDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. HICON m_hIcon;
  34. DWORD m_dwCount;
  35. FILE *m_pFile;
  36. // Generated message map functions
  37. //{{AFX_MSG(CPersonalProxyDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  40. afx_msg void OnPaint();
  41. afx_msg HCURSOR OnQueryDragIcon();
  42. afx_msg void OnStartListen();
  43. afx_msg void OnClose();
  44. afx_msg void OnDestroy();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_PERSONALPROXYDLG_H__A94C4119_3068_11D4_9A54_0050BABA55BC__INCLUDED_)