www.pudn.com > HttpServerusingWinSocket.rar > HttpServerDlg.h
// HttpServerDlg.h : header file
//
#if !defined(AFX_HTTPSERVERDLG_H__9428550C_5540_4CA6_8995_7624E0BCED4C__INCLUDED_)
#define AFX_HTTPSERVERDLG_H__9428550C_5540_4CA6_8995_7624E0BCED4C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CHttpServerDlg dialog
class CHttpServerDlg : public CDialog
{
// Construction
public:
CHttpServerDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHttpServerDlg)
enum { IDD = IDD_HTTPSERVER_DIALOG };
CButton m_BtnSetpath;
CStatic m_StaStatus;
CStatic m_StaPath;
CButton m_BtnStart;
CButton m_BtnStop;
CListBox m_ListInfo;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHttpServerDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CHttpServerDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HTTPSERVERDLG_H__9428550C_5540_4CA6_8995_7624E0BCED4C__INCLUDED_)