www.pudn.com > ProxyService.rar > ProxyServiceDlg.h
// ProxyServiceDlg.h : header file
//
#if !defined(AFX_PROXYSERVICEDLG_H__3D928E4D_8EFF_498C_9C5D_6CB248E3E831__INCLUDED_)
#define AFX_PROXYSERVICEDLG_H__3D928E4D_8EFF_498C_9C5D_6CB248E3E831__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CProxyServiceDlg dialog
#include "LinkList.h"
class CProxyServiceDlg : public CDialog
{
// Construction
public:
CProxyServiceDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CProxyServiceDlg)
enum { IDD = IDD_PROXYSERVICE_DIALOG };
CListBox m_ctlLog;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProxyServiceDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CProxyServiceDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnDestroy();
//}}AFX_MSG
afx_msg LRESULT OnAcceptMessage(WPARAM wParam, LPARAM lParam);
afx_msg LRESULT OnReadCloseMessage(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
private:
CLinkList m_Proxys;
CLinkList m_Connects;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROXYSERVICEDLG_H__3D928E4D_8EFF_498C_9C5D_6CB248E3E831__INCLUDED_)