ServerDlg.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. #if !defined(AFX_SERVERDLG_H__796935C4_A962_45D7_9CE9_414D5388FB77__INCLUDED_)
  2. #define AFX_SERVERDLG_H__796935C4_A962_45D7_9CE9_414D5388FB77__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ServerDlg.h : header file
  7. //
  8. #include "MacButtons.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CServerDlg dialog
  11. class CServerDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CServerDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CServerDlg)
  18. enum { IDD = IDD_DIALOG_SERVER };
  19. CString m_strNickname;
  20. //}}AFX_DATA
  21. CMacButton m_BtnOK;
  22. CMacButton m_BtnCANCEL;
  23. CBrush *m_WhiteBrush;
  24. CBrush *m_BlueBrush;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CServerDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CServerDlg)
  35. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_SERVERDLG_H__796935C4_A962_45D7_9CE9_414D5388FB77__INCLUDED_)