home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c06 / lab05 / ex01 / diff.clw next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  5.3 KB  |  250 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CDiffView
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "diff.h"
  9. LastPage=0
  10.  
  11. ClassCount=13
  12. Class1=CDiffApp
  13. Class2=CAboutDlg
  14. Class3=CDiffDoc
  15. Class4=CDiffView
  16. Class5=CDlgOpenFiles
  17. Class6=CMainFrame
  18. Class7=CProgressStatusBar
  19. Class8=CSplitter
  20.  
  21. ResourceCount=8
  22. Resource1=IDD_PAGE_FONT
  23. Resource2=IDD_OPENFILES
  24. Resource3=IDD_NEXTDIFF
  25. Resource4=IDD_ABOUTBOX
  26. Resource5=IDR_POPUP_DIFF_VIEW
  27. Class9=CFindDifferenceDialog
  28. Resource6=IDD_PAGE_COLORS
  29. Resource7=IDD_PAGE_COMPARE
  30. Class10=CPreferences
  31. Class11=CColorPage
  32. Class12=CComparePage
  33. Class13=CFontPage
  34. Resource8=IDR_MAINFRAME
  35.  
  36. [CLS:CDiffApp]
  37. Type=0
  38. BaseClass=CWinApp
  39. HeaderFile=diff.h
  40. ImplementationFile=diff.cpp
  41.  
  42. [CLS:CAboutDlg]
  43. Type=0
  44. BaseClass=CDialog
  45. HeaderFile=diff.cpp
  46. ImplementationFile=diff.cpp
  47. LastObject=CAboutDlg
  48.  
  49. [CLS:CDiffDoc]
  50. Type=0
  51. BaseClass=CRichEditDoc
  52. HeaderFile=diffdoc.h
  53. ImplementationFile=diffdoc.cpp
  54.  
  55. [CLS:CDiffView]
  56. Type=0
  57. BaseClass=CRichEditView
  58. HeaderFile=diffview.h
  59. ImplementationFile=diffview.cpp
  60. Filter=C
  61. VirtualFilter=VWC
  62. LastObject=CDiffView
  63.  
  64. [CLS:CDlgOpenFiles]
  65. Type=0
  66. BaseClass=CDialog
  67. HeaderFile=dlgopenf.h
  68. ImplementationFile=dlgopenf.cpp
  69.  
  70. [CLS:CMainFrame]
  71. Type=0
  72. BaseClass=CFrameWnd
  73. HeaderFile=mainfrm.h
  74. ImplementationFile=mainfrm.cpp
  75. Filter=T
  76. LastObject=ID_VIEW_PREFERENCES
  77. VirtualFilter=fWC
  78.  
  79. [CLS:CProgressStatusBar]
  80. Type=0
  81. BaseClass=CStatusBar
  82. HeaderFile=progress.h
  83. ImplementationFile=progress.cpp
  84.  
  85. [CLS:CSplitter]
  86. Type=0
  87. BaseClass=CSplitterWnd
  88. HeaderFile=splitter.h
  89. ImplementationFile=splitter.cpp
  90.  
  91. [DLG:IDD_ABOUTBOX]
  92. Type=1
  93. Class=CAboutDlg
  94. ControlCount=4
  95. Control1=IDC_STATIC,static,1342177283
  96. Control2=IDC_STATIC,static,1342308352
  97. Control3=IDC_STATIC,static,1342308352
  98. Control4=IDOK,button,1342373889
  99.  
  100. [DLG:IDD_OPENFILES]
  101. Type=1
  102. Class=CDlgOpenFiles
  103. ControlCount=8
  104. Control1=IDC_EDIT_FILE1,edit,1350631552
  105. Control2=IDC_BUTTON_FILE1_BROWSE,button,1342242816
  106. Control3=IDC_EDIT_FILE2,edit,1350631552
  107. Control4=IDC_BUTTON_FILE2_BROWSE,button,1342242816
  108. Control5=IDOK,button,1342242817
  109. Control6=IDCANCEL,button,1342242816
  110. Control7=IDC_STATIC,static,1342308352
  111. Control8=IDC_STATIC,static,1342308352
  112.  
  113. [TB:IDR_MAINFRAME]
  114. Type=1
  115. Class=?
  116. Command1=ID_FILE_OPEN
  117. Command2=ID_EDIT_CUT
  118. Command3=ID_EDIT_COPY
  119. Command4=ID_EDIT_PASTE
  120. Command5=ID_FILE_PRINT
  121. Command6=ID_APP_ABOUT
  122. CommandCount=6
  123.  
  124. [MNU:IDR_MAINFRAME]
  125. Type=1
  126. Class=?
  127. Command1=ID_FILE_OPEN
  128. Command2=ID_FILE_PRINT
  129. Command3=ID_FILE_PRINT_PREVIEW
  130. Command4=ID_FILE_PRINT_SETUP
  131. Command5=ID_APP_EXIT
  132. Command6=ID_EDIT_UNDO
  133. Command7=ID_EDIT_CUT
  134. Command8=ID_EDIT_COPY
  135. Command9=ID_EDIT_PASTE
  136. Command10=ID_EDIT_FIND
  137. Command11=ID_EDIT_FIND_DIFFERENCE
  138. Command12=ID_VIEW_TOOLBAR
  139. Command13=ID_VIEW_STATUS_BAR
  140. Command14=ID_VIEW_PREFERENCES
  141. Command15=ID_APP_ABOUT
  142. CommandCount=15
  143.  
  144. [ACL:IDR_MAINFRAME]
  145. Type=1
  146. Class=?
  147. Command1=ID_FILE_NEW
  148. Command2=ID_FILE_OPEN
  149. Command3=ID_FILE_SAVE
  150. Command4=ID_FILE_PRINT
  151. Command5=ID_EDIT_UNDO
  152. Command6=ID_EDIT_CUT
  153. Command7=ID_EDIT_COPY
  154. Command8=ID_EDIT_PASTE
  155. Command9=ID_EDIT_UNDO
  156. Command10=ID_EDIT_CUT
  157. Command11=ID_EDIT_COPY
  158. Command12=ID_EDIT_PASTE
  159. Command13=ID_NEXT_PANE
  160. Command14=ID_PREV_PANE
  161. CommandCount=14
  162.  
  163. [DLG:IDD_NEXTDIFF]
  164. Type=1
  165. Class=CFindDifferenceDialog
  166. ControlCount=8
  167. Control1=IDC_RADIO_NEXTDIFF,button,1342177289
  168. Control2=IDC_RADIO_NEXTEQUAL,button,1342177289
  169. Control3=IDC_RADIO_UP,button,1342177289
  170. Control4=IDC_RADIO_DOWN,button,1342177289
  171. Control5=IDOK,button,1342242817
  172. Control6=IDCANCEL,button,1342242816
  173. Control7=IDC_STATIC,button,1342177287
  174. Control8=IDC_STATIC,button,1342177287
  175.  
  176. [CLS:CFindDifferenceDialog]
  177. Type=0
  178. HeaderFile=FindDiff.h
  179. ImplementationFile=FindDiff.cpp
  180. BaseClass=CDialog
  181. Filter=D
  182. LastObject=CFindDifferenceDialog
  183. VirtualFilter=dWC
  184.  
  185. [CLS:CPreferences]
  186. Type=0
  187. HeaderFile=Prefer.h
  188. ImplementationFile=Prefer.cpp
  189. BaseClass=CPropertySheet
  190.  
  191. [CLS:CColorPage]
  192. Type=0
  193. HeaderFile=Pages.h
  194. ImplementationFile=Pages.cpp
  195. BaseClass=CPropertyPage
  196.  
  197. [CLS:CComparePage]
  198. Type=0
  199. HeaderFile=Pages.h
  200. ImplementationFile=Pages.cpp
  201. BaseClass=CPropertyPage
  202.  
  203. [CLS:CFontPage]
  204. Type=0
  205. HeaderFile=Pages.h
  206. ImplementationFile=Pages.cpp
  207. BaseClass=CPropertyPage
  208. LastObject=CFontPage
  209.  
  210. [DLG:IDD_PAGE_COLORS]
  211. Type=1
  212. Class=CColorPage
  213. ControlCount=4
  214. Control1=IDC_STATIC,static,1342308352
  215. Control2=IDC_STATIC,static,1342308352
  216. Control3=IDC_COMBOCOLOR_FORE,combobox,1344340226
  217. Control4=IDC_COMBOCOLOR_BACK,combobox,1344340226
  218.  
  219. [DLG:IDD_PAGE_FONT]
  220. Type=1
  221. Class=CFontPage
  222. ControlCount=5
  223. Control1=IDC_STATIC,static,1342308352
  224. Control2=IDC_STATIC,static,1342308352
  225. Control3=IDC_BUTTON_FONT,button,1342242816
  226. Control4=IDC_STATIC_FONT,static,1342308352
  227. Control5=IDC_STATIC_FONT2,static,1342308352
  228.  
  229. [DLG:IDD_PAGE_COMPARE]
  230. Type=1
  231. Class=CComparePage
  232. ControlCount=7
  233. Control1=IDC_TRACKBAR1,msctls_trackbar32,1350631425
  234. Control2=IDC_STATIC,button,1342177287
  235. Control3=IDC_STATIC,static,1342308352
  236. Control4=IDC_STATIC,static,1342308352
  237. Control5=IDC_STATIC,button,1342177287
  238. Control6=IDC_CHECK_IGNORE_CASE,button,1342242819
  239. Control7=IDC_CHECK_IGNORE_WHITE,button,1342242819
  240.  
  241. [MNU:IDR_POPUP_DIFF_VIEW]
  242. Type=1
  243. Command1=ID_EDIT_COPY
  244. Command2=ID_EDIT_FIND
  245. Command3=ID_EDIT_FONT
  246. Command4=IDC_EDIT_COLOR_FOREGROUND
  247. Command5=IDC_EDIT_COLOR_BACKGROUND
  248. CommandCount=5
  249.  
  250.