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

游戏

开发平台:

Visual C++

  1. #if !defined(AFX_TOOLBARDLG_H__F7FECF95_9906_4E60_AE79_686D54BE45C1__INCLUDED_)
  2. #define AFX_TOOLBARDLG_H__F7FECF95_9906_4E60_AE79_686D54BE45C1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ToolBarDlg.h : header file
  7. //
  8. #include "MacButtons.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CToolBarDlg dialog
  11. class CToolBarDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CToolBarDlg(CWnd* pParent = NULL);   // standard constructor
  16.     
  17. public:
  18.     CMacButton m_BtnNewgame;
  19.     CMacButton m_BtnJoingame;
  20.     CBrush* m_WhiteBrush;
  21.     // Dialog Data
  22. //{{AFX_DATA(CToolBarDlg)
  23. enum { IDD = IDD_DIALOG_COLORBAR };
  24. // NOTE: the ClassWizard will add data members here
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CToolBarDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CToolBarDlg)
  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_TOOLBARDLG_H__F7FECF95_9906_4E60_AE79_686D54BE45C1__INCLUDED_)