SetServerPortDlg.h
资源名称:QQ示例源码.rar [点击查看]
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:1k
源码类别:
ICQ/即时通讯
开发平台:
Visual C++
- #if !defined(AFX_SETSERVERPORTDLG_H__53CCCC79_33D6_44C1_9C56_A067449144AF__INCLUDED_)
- #define AFX_SETSERVERPORTDLG_H__53CCCC79_33D6_44C1_9C56_A067449144AF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetServerPortDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSetServerPortDlg dialog
- class CSetServerPortDlg : public CDialog
- {
- // Construction
- public:
- CSetServerPortDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSetServerPortDlg)
- enum { IDD = IDD_SETSERVERPORT };
- int m_iServerPort;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSetServerPortDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSetServerPortDlg)
- // 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_SETSERVERPORTDLG_H__53CCCC79_33D6_44C1_9C56_A067449144AF__INCLUDED_)