// UserPDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CUserPropDlg dialog class CUserPropDlg : public CDialog { // Construction public: CUserPropDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CUserPropDlg) enum { IDD = IDD_DIALOG2 }; CString m_szAETitle; CString m_szIPAddress; long m_lPortNumber; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CUserPropDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CUserPropDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };