home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c06 / lab02 / ex03 / diff.clw next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  3.8 KB  |  187 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=9
  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=5
  22. Resource1=IDR_MAINFRAME
  23. Resource2=IDD_OPENFILES
  24. Resource3=IDD_NEXTDIFF
  25. Resource4=IDD_ABOUTBOX
  26. Resource5=IDR_POPUP_DIFF_VIEW
  27. Class9=CFindDifferenceDialog
  28.  
  29. [CLS:CDiffApp]
  30. Type=0
  31. BaseClass=CWinApp
  32. HeaderFile=diff.h
  33. ImplementationFile=diff.cpp
  34.  
  35. [CLS:CAboutDlg]
  36. Type=0
  37. BaseClass=CDialog
  38. HeaderFile=diff.cpp
  39. ImplementationFile=diff.cpp
  40. LastObject=CAboutDlg
  41.  
  42. [CLS:CDiffDoc]
  43. Type=0
  44. BaseClass=CRichEditDoc
  45. HeaderFile=diffdoc.h
  46. ImplementationFile=diffdoc.cpp
  47.  
  48. [CLS:CDiffView]
  49. Type=0
  50. BaseClass=CRichEditView
  51. HeaderFile=diffview.h
  52. ImplementationFile=diffview.cpp
  53. Filter=C
  54. VirtualFilter=VWC
  55. LastObject=CDiffView
  56.  
  57. [CLS:CDlgOpenFiles]
  58. Type=0
  59. BaseClass=CDialog
  60. HeaderFile=dlgopenf.h
  61. ImplementationFile=dlgopenf.cpp
  62.  
  63. [CLS:CMainFrame]
  64. Type=0
  65. BaseClass=CFrameWnd
  66. HeaderFile=mainfrm.h
  67. ImplementationFile=mainfrm.cpp
  68. Filter=T
  69. LastObject=ID_EDIT_FIND_DIFFERENCE
  70. VirtualFilter=fWC
  71.  
  72. [CLS:CProgressStatusBar]
  73. Type=0
  74. BaseClass=CStatusBar
  75. HeaderFile=progress.h
  76. ImplementationFile=progress.cpp
  77.  
  78. [CLS:CSplitter]
  79. Type=0
  80. BaseClass=CSplitterWnd
  81. HeaderFile=splitter.h
  82. ImplementationFile=splitter.cpp
  83.  
  84. [DLG:IDD_ABOUTBOX]
  85. Type=1
  86. Class=CAboutDlg
  87. ControlCount=4
  88. Control1=IDC_STATIC,static,1342177283
  89. Control2=IDC_STATIC,static,1342308352
  90. Control3=IDC_STATIC,static,1342308352
  91. Control4=IDOK,button,1342373889
  92.  
  93. [DLG:IDD_OPENFILES]
  94. Type=1
  95. Class=CDlgOpenFiles
  96. ControlCount=8
  97. Control1=IDC_EDIT_FILE1,edit,1350631552
  98. Control2=IDC_BUTTON_FILE1_BROWSE,button,1342242816
  99. Control3=IDC_EDIT_FILE2,edit,1350631552
  100. Control4=IDC_BUTTON_FILE2_BROWSE,button,1342242816
  101. Control5=IDOK,button,1342242817
  102. Control6=IDCANCEL,button,1342242816
  103. Control7=IDC_STATIC,static,1342308352
  104. Control8=IDC_STATIC,static,1342308352
  105.  
  106. [MNU:IDR_POPUP_DIFF_VIEW]
  107. Type=1
  108. Class=?
  109. Command1=ID_EDIT_COPY
  110. Command2=ID_EDIT_FIND
  111. Command3=ID_EDIT_FONT
  112. Command4=IDC_EDIT_COLOR_ADDITIONS
  113. Command5=IDC_EDIT_COLOR_DELETIONS
  114. CommandCount=5
  115.  
  116. [TB:IDR_MAINFRAME]
  117. Type=1
  118. Class=?
  119. Command1=ID_FILE_OPEN
  120. Command2=ID_EDIT_CUT
  121. Command3=ID_EDIT_COPY
  122. Command4=ID_EDIT_PASTE
  123. Command5=ID_FILE_PRINT
  124. Command6=ID_APP_ABOUT
  125. CommandCount=6
  126.  
  127. [MNU:IDR_MAINFRAME]
  128. Type=1
  129. Class=?
  130. Command1=ID_FILE_OPEN
  131. Command2=ID_FILE_PRINT
  132. Command3=ID_FILE_PRINT_PREVIEW
  133. Command4=ID_FILE_PRINT_SETUP
  134. Command5=ID_APP_EXIT
  135. Command6=ID_EDIT_UNDO
  136. Command7=ID_EDIT_CUT
  137. Command8=ID_EDIT_COPY
  138. Command9=ID_EDIT_PASTE
  139. Command10=ID_EDIT_FIND
  140. Command11=ID_EDIT_FIND_DIFFERENCE
  141. Command12=ID_VIEW_TOOLBAR
  142. Command13=ID_VIEW_STATUS_BAR
  143. Command14=ID_APP_ABOUT
  144. CommandCount=14
  145.  
  146. [ACL:IDR_MAINFRAME]
  147. Type=1
  148. Class=?
  149. Command1=ID_FILE_NEW
  150. Command2=ID_FILE_OPEN
  151. Command3=ID_FILE_SAVE
  152. Command4=ID_FILE_PRINT
  153. Command5=ID_EDIT_UNDO
  154. Command6=ID_EDIT_CUT
  155. Command7=ID_EDIT_COPY
  156. Command8=ID_EDIT_PASTE
  157. Command9=ID_EDIT_UNDO
  158. Command10=ID_EDIT_CUT
  159. Command11=ID_EDIT_COPY
  160. Command12=ID_EDIT_PASTE
  161. Command13=ID_NEXT_PANE
  162. Command14=ID_PREV_PANE
  163. CommandCount=14
  164.  
  165. [DLG:IDD_NEXTDIFF]
  166. Type=1
  167. Class=CFindDifferenceDialog
  168. ControlCount=8
  169. Control1=IDC_RADIO_NEXTDIFF,button,1342177289
  170. Control2=IDC_RADIO_NEXTEQUAL,button,1342177289
  171. Control3=IDC_RADIO_UP,button,1342177289
  172. Control4=IDC_RADIO_DOWN,button,1342177289
  173. Control5=IDOK,button,1342242817
  174. Control6=IDCANCEL,button,1342242816
  175. Control7=IDC_STATIC,button,1342177287
  176. Control8=IDC_STATIC,button,1342177287
  177.  
  178. [CLS:CFindDifferenceDialog]
  179. Type=0
  180. HeaderFile=FindDiff.h
  181. ImplementationFile=FindDiff.cpp
  182. BaseClass=CDialog
  183. Filter=D
  184. LastObject=CFindDifferenceDialog
  185. VirtualFilter=dWC
  186.  
  187.