DETAIL.H
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:2k
源码类别:

游戏

开发平台:

Visual C++

  1. // detail.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // ChangeDetail dialog
  5. class ChangeDetail : public CDialog
  6. {
  7. // Construction
  8. public:
  9. ChangeDetail(CWnd* pParent = NULL);   // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(ChangeDetail)
  12. enum { IDD = IDD_DETAIL };
  13. CSliderCtrl m_slider;
  14. //}}AFX_DATA
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(ChangeDetail)
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. protected:
  23. // Generated message map functions
  24. //{{AFX_MSG(ChangeDetail)
  25. virtual void OnOK();
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. private:
  29.     char m_init;
  30. };
  31. /////////////////////////////////////////////////////////////////////////////
  32. // SpeedDiag dialog
  33. class SpeedDiag : public CDialog
  34. {
  35. // Construction
  36. public:
  37. SpeedDiag(CWnd* pParent = NULL);   // standard constructor
  38. // Dialog Data
  39. //{{AFX_DATA(SpeedDiag)
  40. enum { IDD = IDD_SPEED };
  41. CSliderCtrl m_slider;
  42. //}}AFX_DATA
  43. // Overrides
  44. // ClassWizard generated virtual function overrides
  45. //{{AFX_VIRTUAL(SpeedDiag)
  46. protected:
  47. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  48. //}}AFX_VIRTUAL
  49. // Implementation
  50. protected:
  51. // Generated message map functions
  52. //{{AFX_MSG(SpeedDiag)
  53. virtual void OnOK();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. private:
  57.     char m_init;
  58.     short m_pos;
  59. public:
  60.     short Position() { return m_pos; }
  61. };
  62. /////////////////////////////////////////////////////////////////////////////
  63. // CTeleportDiag dialog
  64. class CTeleportDiag : public CDialog
  65. {
  66. // Construction
  67. public:
  68. CTeleportDiag(CWnd* pParent = NULL);   // standard constructor
  69. // Dialog Data
  70. //{{AFX_DATA(CTeleportDiag)
  71. enum { IDD = IDD_TELEPORTER };
  72. int m_LevelNum;
  73. //}}AFX_DATA
  74. // Overrides
  75. // ClassWizard generated virtual function overrides
  76. //{{AFX_VIRTUAL(CTeleportDiag)
  77. protected:
  78. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  79. //}}AFX_VIRTUAL
  80. // Implementation
  81. protected:
  82. // Generated message map functions
  83. //{{AFX_MSG(CTeleportDiag)
  84. //}}AFX_MSG
  85. DECLARE_MESSAGE_MAP()
  86. };
  87. /////////////////////////////////////////////////////////////////////////////
  88. // AddWeaponNoNo dialog