www.pudn.com > 6manager_server.rar > PortSetDlg.h
#if !defined(AFX_PORTSETDLG_H__769F53C6_467B_425D_B004_4A7537BC1401__INCLUDED_)
#define AFX_PORTSETDLG_H__769F53C6_467B_425D_B004_4A7537BC1401__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PortSetDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPortSetDlg dialog
class CPortSetDlg : public CDialog
{
// Construction
public:
CPortSetDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPortSetDlg)
enum { IDD = IDD_PORT_EDIT };
UINT m_portset;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPortSetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPortSetDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PORTSETDLG_H__769F53C6_467B_425D_B004_4A7537BC1401__INCLUDED_)