home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / strategy / hangman.zip / Hangman32.clw < prev    next >
Text File  |  1996-01-16  |  5KB  |  216 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CHangman32Dlg
  6. LastTemplate=CButton
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "Hangman32.h"
  9.  
  10. ClassCount=6
  11. Class1=CHangman32App
  12. Class2=CHangman32Dlg
  13. Class3=CAboutDlg
  14.  
  15. ResourceCount=6
  16. Resource1=IDD_GENERIC_DIALOG
  17. Resource2=IDR_MENU1
  18. Resource3=IDD_HINT_DIALOG
  19. Class4=CHintDlg
  20. Class5=CGenericDlg
  21. Resource4=IDR_ACCELERATOR1
  22. Resource5=IDD_HANGMAN32_DIALOG
  23. Class6=CPictureButton
  24. Resource6=IDD_ABOUTBOX
  25.  
  26. [CLS:CHangman32App]
  27. Type=0
  28. HeaderFile=Hangman32.h
  29. ImplementationFile=Hangman32.cpp
  30. Filter=N
  31. LastObject=CHangman32App
  32. BaseClass=CWinApp
  33. VirtualFilter=AC
  34.  
  35. [CLS:CHangman32Dlg]
  36. Type=0
  37. HeaderFile=Hangman32Dlg.h
  38. ImplementationFile=Hangman32Dlg.cpp
  39. Filter=D
  40. LastObject=CHangman32Dlg
  41. BaseClass=CDialog
  42. VirtualFilter=dWC
  43.  
  44. [CLS:CAboutDlg]
  45. Type=0
  46. HeaderFile=Hangman32Dlg.h
  47. ImplementationFile=Hangman32Dlg.cpp
  48. Filter=D
  49. LastObject=CAboutDlg
  50.  
  51. [DLG:IDD_ABOUTBOX]
  52. Type=1
  53. Class=CAboutDlg
  54. ControlCount=6
  55. Control1=IDC_STATIC,static,1342177283
  56. Control2=IDC_STATIC,static,1342308480
  57. Control3=IDC_STATIC,static,1342308352
  58. Control4=IDOK,button,1342373889
  59. Control5=IDC_STATIC,static,1342308352
  60. Control6=IDC_STATIC,static,1342308352
  61.  
  62. [DLG:IDD_HANGMAN32_DIALOG]
  63. Type=1
  64. Class=CHangman32Dlg
  65. ControlCount=39
  66. Control1=IDC_GUESS,static,1342177292
  67. Control2=IDC_STATIC,button,1342177287
  68. Control3=IDC_STATIC,button,1342177287
  69. Control4=IDC_BUTTON1,button,1342177280
  70. Control5=IDC_BUTTON2,button,1342177280
  71. Control6=IDC_BUTTON3,button,1342177280
  72. Control7=IDC_BUTTON4,button,1342177280
  73. Control8=IDC_BUTTON5,button,1342177280
  74. Control9=IDC_BUTTON6,button,1342177280
  75. Control10=IDC_BUTTON7,button,1342177280
  76. Control11=IDC_BUTTON8,button,1342177280
  77. Control12=IDC_BUTTON9,button,1342177280
  78. Control13=IDC_BUTTON10,button,1342177280
  79. Control14=IDC_BUTTON11,button,1342177280
  80. Control15=IDC_BUTTON12,button,1342177280
  81. Control16=IDC_BUTTON13,button,1342177280
  82. Control17=IDC_BUTTON14,button,1342177280
  83. Control18=IDC_BUTTON15,button,1342177280
  84. Control19=IDC_BUTTON16,button,1342177280
  85. Control20=IDC_BUTTON17,button,1342177280
  86. Control21=IDC_BUTTON18,button,1342177280
  87. Control22=IDC_BUTTON19,button,1342177280
  88. Control23=IDC_BUTTON20,button,1342177280
  89. Control24=IDC_BUTTON21,button,1342177280
  90. Control25=IDC_BUTTON22,button,1342177280
  91. Control26=IDC_BUTTON23,button,1342177280
  92. Control27=IDC_BUTTON24,button,1342177280
  93. Control28=IDC_BUTTON25,button,1342177280
  94. Control29=IDC_BUTTON26,button,1342177280
  95. Control30=IDC_STATIC,button,1342177287
  96. Control31=IDC_STATIC,static,1342308352
  97. Control32=IDC_STATIC,static,1342308352
  98. Control33=IDC_STATIC,static,1342308352
  99. Control34=IDC_GAMES_PLAYED,static,1342308352
  100. Control35=IDC_GAMES_WON,static,1342308352
  101. Control36=IDC_PERCENT_WON,static,1342308352
  102. Control37=IDC_STATIC,static,1342308352
  103. Control38=IDC_GUESS_REMAINING,static,1342308352
  104. Control39=IDC_PICTURE,button,1342177419
  105.  
  106. [DLG:IDD_GENERIC_DIALOG]
  107. Type=1
  108. Class=CGenericDlg
  109. ControlCount=3
  110. Control1=IDOK,button,1342242817
  111. Control2=IDCANCEL,button,1342242816
  112. Control3=IDC_GENERIC_QUOTE,static,1342308353
  113.  
  114. [MNU:IDR_MENU1]
  115. Type=1
  116. Class=CHangman32Dlg
  117. Command1=ID_GAME_NEW
  118. Command2=ID_GAME_HINT
  119. Command3=ID_APP_EXIT
  120. Command4=ID_HELP
  121. Command5=ID_HELP_ABOUTHANGMAN32
  122. CommandCount=5
  123.  
  124. [DLG:IDD_HINT_DIALOG]
  125. Type=1
  126. Class=CHintDlg
  127. ControlCount=3
  128. Control1=IDOK,button,1342242817
  129. Control2=IDCANCEL,button,1342242816
  130. Control3=IDC_HINT_QUOTE,static,1342308353
  131.  
  132. [CLS:CHintDlg]
  133. Type=0
  134. HeaderFile=HintDlg.h
  135. ImplementationFile=HintDlg.cpp
  136. BaseClass=CDialog
  137. Filter=D
  138. LastObject=CHintDlg
  139. VirtualFilter=dWC
  140.  
  141. [CLS:CGenericDlg]
  142. Type=0
  143. HeaderFile=GenericDlg.h
  144. ImplementationFile=GenericDlg.cpp
  145. BaseClass=CDialog
  146. Filter=D
  147. LastObject=CGenericDlg
  148. VirtualFilter=dWC
  149.  
  150. [ACL:IDR_ACCELERATOR1]
  151. Type=1
  152. Class=CHangman32Dlg
  153. Command1=IDC_BUTTON1
  154. Command2=IDC_BUTTON1
  155. Command3=IDC_BUTTON2
  156. Command4=IDC_BUTTON2
  157. Command5=IDC_BUTTON3
  158. Command6=IDC_BUTTON3
  159. Command7=IDC_BUTTON4
  160. Command8=IDC_BUTTON4
  161. Command9=IDC_BUTTON5
  162. Command10=IDC_BUTTON5
  163. Command11=IDC_BUTTON6
  164. Command12=IDC_BUTTON6
  165. Command13=IDC_BUTTON7
  166. Command14=IDC_BUTTON7
  167. Command15=IDC_BUTTON8
  168. Command16=IDC_BUTTON8
  169. Command17=IDC_BUTTON9
  170. Command18=IDC_BUTTON9
  171. Command19=IDC_BUTTON10
  172. Command20=IDC_BUTTON10
  173. Command21=IDC_BUTTON11
  174. Command22=IDC_BUTTON11
  175. Command23=IDC_BUTTON12
  176. Command24=IDC_BUTTON12
  177. Command25=IDC_BUTTON13
  178. Command26=IDC_BUTTON13
  179. Command27=IDC_BUTTON14
  180. Command28=IDC_BUTTON14
  181. Command29=IDC_BUTTON15
  182. Command30=IDC_BUTTON15
  183. Command31=IDC_BUTTON16
  184. Command32=IDC_BUTTON16
  185. Command33=IDC_BUTTON17
  186. Command34=IDC_BUTTON17
  187. Command35=IDC_BUTTON18
  188. Command36=IDC_BUTTON18
  189. Command37=IDC_BUTTON19
  190. Command38=IDC_BUTTON19
  191. Command39=IDC_BUTTON20
  192. Command40=IDC_BUTTON20
  193. Command41=IDC_BUTTON21
  194. Command42=IDC_BUTTON21
  195. Command43=IDC_BUTTON22
  196. Command44=IDC_BUTTON22
  197. Command45=ID_CONTEXT_HELP
  198. Command46=IDC_BUTTON23
  199. Command47=IDC_BUTTON23
  200. Command48=IDC_BUTTON24
  201. Command49=IDC_BUTTON24
  202. Command50=IDC_BUTTON25
  203. Command51=IDC_BUTTON25
  204. Command52=IDC_BUTTON26
  205. Command53=IDC_BUTTON26
  206. CommandCount=53
  207.  
  208. [CLS:CPictureButton]
  209. Type=0
  210. HeaderFile=PictureButton.h
  211. ImplementationFile=PictureButton.cpp
  212. BaseClass=CButton
  213. Filter=W
  214. LastObject=CPictureButton
  215.  
  216.