Mine.clw
上传用户:hbrsgg1
上传日期:2014-05-08
资源大小:2826k
文件大小:2k
源码类别:

其他智力游戏

开发平台:

C/C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CMineWnd
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "mine.h"
  8. LastPage=0
  9. ClassCount=5
  10. Class1=CDlgCustom
  11. Class2=CDlgHero
  12. Class3=CDlgNewRecord
  13. Class4=CMineApp
  14. Class5=CMineWnd
  15. ResourceCount=4
  16. Resource1=IDR_MENU
  17. Resource2=IDD_DLG_HERO
  18. Resource3=IDD_DLG_NEWRECORD
  19. Resource4=IDD_DLG_CUSTOM
  20. [CLS:CDlgCustom]
  21. Type=0
  22. BaseClass=CDialog
  23. HeaderFile=DlgCustom.h
  24. ImplementationFile=DlgCustom.cpp
  25. Filter=D
  26. LastObject=IDCANCEL
  27. [CLS:CDlgHero]
  28. Type=0
  29. BaseClass=CDialog
  30. HeaderFile=DlgHero.h
  31. ImplementationFile=DlgHero.cpp
  32. LastObject=CDlgHero
  33. [CLS:CDlgNewRecord]
  34. Type=0
  35. BaseClass=CDialog
  36. HeaderFile=DlgNewRecord.h
  37. ImplementationFile=DlgNewRecord.cpp
  38. LastObject=CDlgNewRecord
  39. [CLS:CMineApp]
  40. Type=0
  41. BaseClass=CWinApp
  42. HeaderFile=Mine.h
  43. ImplementationFile=Mine.cpp
  44. LastObject=CMineApp
  45. [CLS:CMineWnd]
  46. Type=0
  47. BaseClass=CWnd
  48. HeaderFile=MineWnd.h
  49. ImplementationFile=MineWnd.cpp
  50. LastObject=CMineWnd
  51. Filter=W
  52. [DLG:IDD_DLG_CUSTOM]
  53. Type=1
  54. Class=CDlgCustom
  55. ControlCount=8
  56. Control1=IDOK,button,1342242817
  57. Control2=IDCANCEL,button,1342242816
  58. Control3=IDC_STATIC,static,1342308865
  59. Control4=IDC_STATIC,static,1342308865
  60. Control5=IDC_STATIC,static,1342308865
  61. Control6=IDC_HEIGHT,edit,1350631552
  62. Control7=IDC_WIDTH,edit,1350631552
  63. Control8=IDC_NUMBER,edit,1350631552
  64. [DLG:IDD_DLG_HERO]
  65. Type=1
  66. Class=CDlgHero
  67. ControlCount=11
  68. Control1=IDOK,button,1342242817
  69. Control2=IDC_RESET,button,1342242816
  70. Control3=IDC_STATIC,static,1342308353
  71. Control4=IDC_B_R,static,1342308353
  72. Control5=IDC_STATIC,static,1342308353
  73. Control6=IDC_I_R,static,1342308353
  74. Control7=IDC_STATIC,static,1342308353
  75. Control8=IDC_E_R,static,1342308353
  76. Control9=IDC_B_H,static,1342308353
  77. Control10=IDC_I_H,static,1342308353
  78. Control11=IDC_E_H,static,1342308353
  79. [DLG:IDD_DLG_NEWRECORD]
  80. Type=1
  81. Class=CDlgNewRecord
  82. ControlCount=3
  83. Control1=IDC_EDIT_NAME,edit,1350631552
  84. Control2=IDOK,button,1342242817
  85. Control3=IDC_DESCRIBE,static,1342308353
  86. [MNU:IDR_MENU]
  87. Type=1
  88. Class=?
  89. Command1=IDM_START
  90. Command2=IDM_PRIMARY
  91. Command3=IDM_SECOND
  92. Command4=IDM_ADVANCE
  93. Command5=IDM_CUSTOM
  94. Command6=IDM_MARK
  95. Command7=IDM_COLOR
  96. Command8=IDM_SOUND
  97. Command9=IDM_HERO
  98. Command10=IDM_EXIT
  99. Command11=IDM_HELP_USE
  100. Command12=IDM_ABOUT
  101. CommandCount=12