home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / general / npp / npp.clw < prev    next >
Text File  |  1998-03-26  |  3KB  |  161 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CAboutDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "npp.h"
  9. LastPage=0
  10.  
  11. ClassCount=9
  12. Class1=CComboToolBar
  13. Class2=CTBComboBox
  14. Class3=CFindDlg
  15. Class4=CGotoDlg
  16. Class5=CMainFrame
  17. Class6=CNotepadApp
  18. Class7=CAboutDlg
  19. Class8=CNotepadDoc
  20. Class9=CNotepadView
  21.  
  22. ResourceCount=4
  23. Resource1=IDR_MAINFRAME
  24. Resource2=IDD_ABOUTBOX
  25. Resource3=IDD_GOTO
  26. Resource4=IDD_FIND
  27.  
  28. [CLS:CComboToolBar]
  29. Type=0
  30. BaseClass=CToolBar
  31. HeaderFile=combobar.h
  32. ImplementationFile=combobar.cpp
  33.  
  34. [CLS:CTBComboBox]
  35. Type=0
  36. BaseClass=CComboBox
  37. HeaderFile=combobar.h
  38. ImplementationFile=combobar.cpp
  39.  
  40. [CLS:CFindDlg]
  41. Type=0
  42. BaseClass=CDialog
  43. HeaderFile=finddlg.h
  44. ImplementationFile=finddlg.cpp
  45.  
  46. [CLS:CGotoDlg]
  47. Type=0
  48. BaseClass=CDialog
  49. HeaderFile=gotodlg.h
  50. ImplementationFile=gotodlg.cpp
  51.  
  52. [CLS:CMainFrame]
  53. Type=0
  54. BaseClass=CFrameWnd
  55. HeaderFile=mainfrm.h
  56. ImplementationFile=mainfrm.cpp
  57.  
  58. [CLS:CNotepadApp]
  59. Type=0
  60. BaseClass=CWinApp
  61. HeaderFile=np.h
  62. ImplementationFile=np.cpp
  63.  
  64. [CLS:CAboutDlg]
  65. Type=0
  66. BaseClass=CDialog
  67. HeaderFile=np.cpp
  68. ImplementationFile=np.cpp
  69. LastObject=CAboutDlg
  70.  
  71. [CLS:CNotepadDoc]
  72. Type=0
  73. BaseClass=CDocument
  74. HeaderFile=npdoc.h
  75. ImplementationFile=npdoc.cpp
  76.  
  77. [CLS:CNotepadView]
  78. Type=0
  79. BaseClass=CEditView
  80. HeaderFile=npview.h
  81. ImplementationFile=npview.cpp
  82.  
  83. [DLG:IDD_FIND]
  84. Type=1
  85. Class=CFindDlg
  86. ControlCount=8
  87. Control1=IDC_COMBO1,combobox,1344339970
  88. Control2=IDC_CHECK1,button,1342242819
  89. Control3=IDC_RADIO1,button,1342373897
  90. Control4=IDC_RADIO2,button,1342242825
  91. Control5=ID_EDIT_FIND_NEXT,button,1342373889
  92. Control6=IDCANCEL,button,1342242816
  93. Control7=IDC_STATIC,button,1342177287
  94. Control8=IDC_STATIC,static,1342308352
  95.  
  96. [DLG:IDD_GOTO]
  97. Type=1
  98. Class=CGotoDlg
  99. ControlCount=4
  100. Control1=IDC_GOTO_LINE,edit,1350631552
  101. Control2=IDOK,button,1342242817
  102. Control3=IDCANCEL,button,1342242816
  103. Control4=IDC_STATIC,static,1342308352
  104.  
  105. [DLG:IDD_ABOUTBOX]
  106. Type=1
  107. Class=CAboutDlg
  108. ControlCount=4
  109. Control1=IDC_STATIC,static,1342177283
  110. Control2=IDC_STATIC,static,1342308352
  111. Control3=IDC_STATIC,static,1342308352
  112. Control4=IDOK,button,1342373889
  113.  
  114. [MNU:IDR_MAINFRAME]
  115. Type=1
  116. Class=?
  117. Command1=ID_FILE_NEW
  118. Command2=ID_FILE_OPEN
  119. Command3=ID_FILE_SAVE
  120. Command4=ID_FILE_SAVE_AS
  121. Command5=ID_FILE_PRINT
  122. Command6=ID_FILE_PRINT_PREVIEW
  123. Command7=ID_FILE_PRINT_SETUP
  124. Command8=ID_FILE_SEND_MAIL
  125. Command9=ID_FILE_MRU_FILE1
  126. Command10=ID_APP_EXIT
  127. Command11=ID_EDIT_UNDO
  128. Command12=ID_EDIT_CUT
  129. Command13=ID_EDIT_COPY
  130. Command14=ID_EDIT_PASTE
  131. Command15=ID_EDIT_FIND
  132. Command16=ID_EDIT_REPLACE
  133. Command17=ID_EDIT_GOTO
  134. Command18=ID_VIEW_TOOLBAR
  135. Command19=ID_VIEW_STATUS_BAR
  136. Command20=ID_APP_ABOUT
  137. CommandCount=20
  138.  
  139. [ACL:IDR_MAINFRAME]
  140. Type=1
  141. Class=?
  142. Command1=ID_EDIT_COPY
  143. Command2=ID_EDIT_FIND_COMBO
  144. Command3=ID_EDIT_GOTO
  145. Command4=ID_FILE_NEW
  146. Command5=ID_FILE_OPEN
  147. Command6=ID_FILE_PRINT
  148. Command7=ID_FILE_SAVE
  149. Command8=ID_EDIT_PASTE
  150. Command9=ID_EDIT_UNDO
  151. Command10=ID_EDIT_CUT
  152. Command11=ID_VIEW_FIND_NEXT
  153. Command12=ID_EDIT_FIND
  154. Command13=ID_NEXT_PANE
  155. Command14=ID_PREV_PANE
  156. Command15=ID_EDIT_COPY
  157. Command16=ID_EDIT_PASTE
  158. Command17=ID_EDIT_CUT
  159. CommandCount=17
  160.  
  161.