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

游戏

开发平台:

Visual C++

  1. #if !defined(AFX_CLIENTDLG_H__F12ABD45_0794_4F51_A842_D07FBA3AED6E__INCLUDED_)
  2. #define AFX_CLIENTDLG_H__F12ABD45_0794_4F51_A842_D07FBA3AED6E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ClientDlg.h : header file
  7. //
  8. #include "MacButtons.h"
  9. #include <afxdlgs.h>
  10. class CClientDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CClientDlg(CWnd* pParent = NULL);   // standard constructor
  15. //{{AFX_DATA(CClientDlg)
  16. enum { IDD = IDD_DIALOG_CLIENT };
  17. CString m_strAddress;
  18. CString m_strNickname;
  19. //}}AFX_DATA
  20. public:
  21.     CBrush *m_WhiteBrush;
  22. CBrush *m_BlueBrush;
  23.     CMacButton m_BtnOK;
  24. CMacButton m_BtnCANCEL;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CClientDlg)
  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(CClientDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_CLIENTDLG_H__F12ABD45_0794_4F51_A842_D07FBA3AED6E__INCLUDED_)