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

游戏

开发平台:

Visual C++

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