tablebottomdlg.h
上传用户:swkcbjrc
上传日期:2016-04-02
资源大小:45277k
文件大小:2k
源码类别:

游戏

开发平台:

Visual C++

  1. /*******************************************************************************
  2. tablebottomdlg.h
  3. 桌子窗口下面的对话框类
  4. *******************************************************************************/
  5. #if !defined(AFX_TABLEBOTTOMDLG_H__09A17036_6793_4F21_A2A6_B45FC9301490__INCLUDED_)
  6. #define AFX_TABLEBOTTOMDLG_H__09A17036_6793_4F21_A2A6_B45FC9301490__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // tablebottomdlg.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CTableBottomDlg dialog
  14. #include "GameHighButton.h"
  15. class CTableBottomDlg : public CDialog
  16. {
  17. // Construction
  18. public:
  19. CTableBottomDlg(CWnd* pParent = NULL);   // standard constructor
  20. ~CTableBottomDlg();
  21. // Dialog Data
  22. //{{AFX_DATA(CTableBottomDlg)
  23. enum { IDD = IDD_TABLEBOTTOM };
  24. CGameHighButton m_QuitRoom;
  25. CGameHighButton m_GameUi;
  26. CGameHighButton m_Function;
  27. CGameHighButton m_AutoJoin;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CTableBottomDlg)
  32. public:
  33. virtual BOOL Create(CWnd* pParentWnd);
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CTableBottomDlg)
  41. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  42. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnAutojoin();
  45. afx_msg void OnQuitroom();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. private: //变量
  49. HBRUSH hBkBrush; //背景刷子
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_TABLEBOTTOMDLG_H__09A17036_6793_4F21_A2A6_B45FC9301490__INCLUDED_)