#if !defined(AFX_NETSET_H__CA2E54B2_5EB2_4D0B_9687_EA8751DEA8DB__INCLUDED_) #define AFX_NETSET_H__CA2E54B2_5EB2_4D0B_9687_EA8751DEA8DB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // NetSet.h : header file // ///////////////////////////////////////////////////////////////////////////// // NetSet dialog class NetSet : public CDialog { // Construction public: NetSet(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(NetSet) enum { IDD = IDD_NETWORK_SETTING }; CString m_set_ip; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(NetSet) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(NetSet) // 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_NETSET_H__CA2E54B2_5EB2_4D0B_9687_EA8751DEA8DB__INCLUDED_)