// UserPDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CUserPropDlg dialog #ifndef _USERPDLG_H_ #define _USERPDLG_H_ class CUserPropDlg : public CDialog { // Construction public: CUserPropDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CUserPropDlg) enum { IDD = IDD_PROP }; CString m_sAETitle; CString m_sIPAddress; UINT m_uPortNumber; UINT m_uTimeOut; //}}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() }; #endif _USERPDLG_H_