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

游戏

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CToolBarDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "Billiards.h"
  8. LastPage=0
  9. ClassCount=13
  10. Class1=CBilliardsApp
  11. Class2=CBilliardsDoc
  12. Class3=CBilliardsView
  13. Class4=CMainFrame
  14. ResourceCount=7
  15. Resource1=IDD_DIALOG_CLIENT
  16. Resource2=IDD_ABOUTBOX
  17. Class5=CAboutDlg
  18. Class6=CBilliardsFormView
  19. Class7=CListenSocket
  20. Resource3=IDD_FORMVIEW
  21. Class8=CClientDlg
  22. Resource4=IDR_MAINFRAME
  23. Class9=CServerDlg
  24. Class10=CBilliardsPlayView
  25. Class11=CSplashWnd
  26. Resource5=IDD_DIALOG_SERVER
  27. Class12=CWizardDlg
  28. Resource6=IDD_DIALOG_WIZARD
  29. Class13=CToolBarDlg
  30. Resource7=IDD_DIALOG_COLORBAR
  31. [CLS:CBilliardsApp]
  32. Type=0
  33. HeaderFile=Billiards.h
  34. ImplementationFile=Billiards.cpp
  35. Filter=N
  36. LastObject=CBilliardsApp
  37. [CLS:CBilliardsDoc]
  38. Type=0
  39. HeaderFile=BilliardsDoc.h
  40. ImplementationFile=BilliardsDoc.cpp
  41. Filter=N
  42. LastObject=CBilliardsDoc
  43. [CLS:CBilliardsView]
  44. Type=0
  45. HeaderFile=BilliardsView.h
  46. ImplementationFile=BilliardsView.cpp
  47. Filter=C
  48. [CLS:CMainFrame]
  49. Type=0
  50. HeaderFile=MainFrm.h
  51. ImplementationFile=MainFrm.cpp
  52. Filter=T
  53. LastObject=CMainFrame
  54. BaseClass=CFrameWnd
  55. VirtualFilter=fWC
  56. [CLS:CAboutDlg]
  57. Type=0
  58. HeaderFile=Billiards.cpp
  59. ImplementationFile=Billiards.cpp
  60. Filter=D
  61. LastObject=CAboutDlg
  62. [DLG:IDD_ABOUTBOX]
  63. Type=1
  64. Class=CAboutDlg
  65. ControlCount=5
  66. Control1=IDC_STATIC,static,1342177283
  67. Control2=IDC_STATIC,static,1342308480
  68. Control3=IDC_STATIC,static,1342308352
  69. Control4=IDOK,button,1342406656
  70. Control5=IDC_STATIC,static,1342308352
  71. [MNU:IDR_MAINFRAME]
  72. Type=1
  73. Class=CMainFrame
  74. Command1=ID_NEWGAME
  75. Command2=ID_JOINGAME
  76. Command3=ID_STOPGAME
  77. Command4=ID_APP_EXIT
  78. Command5=ID_SOUND_BALL
  79. Command6=ID_SOUND_CUSH
  80. Command7=ID_SOUND_GOAL
  81. Command8=ID_SOUND_MSG
  82. Command9=ID_APP_ABOUT
  83. CommandCount=9
  84. [ACL:IDR_MAINFRAME]
  85. Type=1
  86. Class=CMainFrame
  87. Command1=ID_EDIT_COPY
  88. Command2=ID_JOINGAME
  89. Command3=ID_NEWGAME
  90. Command4=ID_EDIT_PASTE
  91. Command5=ID_EDIT_UNDO
  92. Command6=ID_EDIT_CUT
  93. Command7=ID_NEXT_PANE
  94. Command8=ID_PREV_PANE
  95. Command9=ID_EDIT_COPY
  96. Command10=ID_EDIT_PASTE
  97. Command11=ID_EDIT_CUT
  98. Command12=ID_EDIT_UNDO
  99. CommandCount=12
  100. [TB:IDR_MAINFRAME]
  101. Type=1
  102. Class=CMainFrame
  103. Command1=ID_NEWGAME
  104. Command2=ID_JOINGAME
  105. Command3=ID_STOPGAME
  106. Command4=ID_MOUSE_SELECT
  107. Command5=ID_MOUSE_SPIN
  108. Command6=ID_MOUSE_ZOOM
  109. Command7=ID_MOUSE_TRANSLATE
  110. Command8=ID_APP_ABOUT
  111. CommandCount=8
  112. [CLS:CBilliardsFormView]
  113. Type=0
  114. HeaderFile=BilliardsFormView.h
  115. ImplementationFile=BilliardsFormView.cpp
  116. BaseClass=CFormView
  117. Filter=D
  118. LastObject=CBilliardsFormView
  119. VirtualFilter=VWC
  120. [DLG:IDD_FORMVIEW]
  121. Type=1
  122. Class=CBilliardsFormView
  123. ControlCount=11
  124. Control1=IDC_STATIC_CLIENT,static,1342373888
  125. Control2=IDC_STATIC_SERVER,static,1342373888
  126. Control3=IDC_STATIC_SERVER_SCORE,static,1342373888
  127. Control4=IDC_STATIC_CLIENT_SCORE,static,1342373888
  128. Control5=IDC_STATIC,button,1342275591
  129. Control6=IDC_STATIC,static,1342373888
  130. Control7=IDC_PROGRESS_POWER,msctls_progress32,1350565889
  131. Control8=IDC_LIST_MSG,listbox,1344340321
  132. Control9=IDC_EDIT_MSG,edit,1342242944
  133. Control10=IDC_BUTTON_SEND,button,1476460545
  134. Control11=IDC_BUTTON_SHOOT,button,1342242816
  135. [DLG:IDD_DIALOG_CLIENT]
  136. Type=1
  137. Class=CClientDlg
  138. ControlCount=6
  139. Control1=IDC_EDIT_NICKNAME,edit,1342177408
  140. Control2=IDC_EDIT_ADDRESS,edit,1342177280
  141. Control3=IDOK,button,1342210048
  142. Control4=IDC_STATIC,static,1342373888
  143. Control5=IDC_STATIC,static,1342373888
  144. Control6=IDCANCEL,button,1342210048
  145. [CLS:CClientDlg]
  146. Type=0
  147. HeaderFile=ClientDlg.h
  148. ImplementationFile=ClientDlg.cpp
  149. BaseClass=CDialog
  150. Filter=D
  151. LastObject=CClientDlg
  152. VirtualFilter=dWC
  153. [DLG:IDD_DIALOG_SERVER]
  154. Type=1
  155. Class=CServerDlg
  156. ControlCount=4
  157. Control1=IDC_EDIT_NICKNAME,edit,1342177408
  158. Control2=IDOK,button,1342275584
  159. Control3=65535,static,1342373888
  160. Control4=IDCANCEL,button,1342275584
  161. [CLS:CServerDlg]
  162. Type=0
  163. HeaderFile=ServerDlg.h
  164. ImplementationFile=ServerDlg.cpp
  165. BaseClass=CDialog
  166. Filter=D
  167. LastObject=65535
  168. VirtualFilter=dWC
  169. [CLS:CListenSocket]
  170. Type=0
  171. HeaderFile=ListenSocket.h
  172. ImplementationFile=ListenSocket.cpp
  173. BaseClass=CSocket
  174. Filter=N
  175. LastObject=CListenSocket
  176. VirtualFilter=uq
  177. [CLS:CBilliardsPlayView]
  178. Type=0
  179. HeaderFile=BilliardsPlayView.h
  180. ImplementationFile=BilliardsPlayView.cpp
  181. BaseClass=CView
  182. Filter=C
  183. VirtualFilter=VWC
  184. LastObject=CBilliardsPlayView
  185. [CLS:CSplashWnd]
  186. Type=0
  187. HeaderFile=splash.h
  188. ImplementationFile=splash.cpp
  189. BaseClass=CWnd
  190. LastObject=CSplashWnd
  191. [DLG:IDD_DIALOG_WIZARD]
  192. Type=1
  193. Class=CWizardDlg
  194. ControlCount=5
  195. Control1=IDC_RADIO_SERVER,button,1342308361
  196. Control2=IDC_RADIO_CLIENT,button,1342308361
  197. Control3=IDC_RADIO_PRACTICE,button,1342308361
  198. Control4=IDC_STATIC,static,1342373888
  199. Control5=IDC_STATIC,button,1342275591
  200. [CLS:CWizardDlg]
  201. Type=0
  202. HeaderFile=WizardDlg.h
  203. ImplementationFile=WizardDlg.cpp
  204. BaseClass=CDialog
  205. Filter=D
  206. LastObject=CWizardDlg
  207. VirtualFilter=dWC
  208. [DLG:IDD_DIALOG_COLORBAR]
  209. Type=1
  210. Class=CToolBarDlg
  211. ControlCount=2
  212. Control1=ID_NEWGAME,button,1342177280
  213. Control2=ID_JOINGAME,button,1342177280
  214. [CLS:CToolBarDlg]
  215. Type=0
  216. HeaderFile=ToolBarDlg.h
  217. ImplementationFile=ToolBarDlg.cpp
  218. BaseClass=CDialog
  219. Filter=D
  220. LastObject=CToolBarDlg
  221. VirtualFilter=dWC