// SrvrProp.h : header file // ///////////////////////////////////////////////////////////////////////////// // CServerProp dialog class CServerProp : public CDialog { // Construction public: CServerProp(CWnd* pParent = NULL); // standard constructor CString m_strName; CString m_strHostAddress; CString m_strHostPort; CString m_strPeerAddress; CString m_strPeerPort; CString m_strCalled; CString m_strCalling; // Dialog Data //{{AFX_DATA(CServerProp) enum { IDD = IDD_SERVER_PROP }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CServerProp) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CServerProp) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };