home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual C++ 4 (2nd Edition) / VisualC4.ISO / echo / echo.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1995-09-14  |  1.6 KB  |  91 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CEchoView
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "Echo.h"
  9. LastPage=0
  10.  
  11. ClassCount=5
  12. Class1=CEchoApp
  13. Class2=CEchoDoc
  14. Class3=CEchoView
  15. Class4=CMainFrame
  16.  
  17. ResourceCount=5
  18. Resource1=IDD_ABOUTBOX
  19. Resource2=IDR_MAINFRAME
  20. Class5=CAboutDlg
  21.  
  22. [CLS:CEchoApp]
  23. Type=0
  24. HeaderFile=Echo.h
  25. ImplementationFile=Echo.cpp
  26. Filter=N
  27.  
  28. [CLS:CEchoDoc]
  29. Type=0
  30. HeaderFile=EchoDoc.h
  31. ImplementationFile=EchoDoc.cpp
  32. Filter=N
  33.  
  34. [CLS:CEchoView]
  35. Type=0
  36. HeaderFile=EchoView.h
  37. ImplementationFile=EchoView.cpp
  38. Filter=C
  39. BaseClass=CView
  40. VirtualFilter=VWC
  41. LastObject=CEchoView
  42.  
  43. [CLS:CMainFrame]
  44. Type=0
  45. HeaderFile=MainFrm.h
  46. ImplementationFile=MainFrm.cpp
  47. Filter=T
  48.  
  49.  
  50.  
  51. [CLS:CAboutDlg]
  52. Type=0
  53. HeaderFile=Echo.cpp
  54. ImplementationFile=Echo.cpp
  55. Filter=D
  56.  
  57. [DLG:IDD_ABOUTBOX]
  58. Type=1
  59. Class=CAboutDlg
  60. ControlCount=4
  61. Control1=IDC_STATIC,static,1342177283
  62. Control2=IDC_STATIC,static,1342308480
  63. Control3=IDC_STATIC,static,1342308352
  64. Control4=IDOK,button,1342373889
  65.  
  66. [ACL:IDR_MAINFRAME]
  67. Type=1
  68. Class=CMainFrame
  69. Command1=ID_FILE_NEW
  70. Command2=ID_FILE_OPEN
  71. Command3=ID_FILE_SAVE
  72. Command4=ID_EDIT_UNDO
  73. Command5=ID_EDIT_CUT
  74. Command6=ID_EDIT_COPY
  75. Command7=ID_EDIT_PASTE
  76. Command8=ID_EDIT_UNDO
  77. Command9=ID_EDIT_CUT
  78. Command10=ID_EDIT_COPY
  79. Command11=ID_EDIT_PASTE
  80. Command12=ID_NEXT_PANE
  81. Command13=ID_PREV_PANE
  82. CommandCount=13
  83.  
  84. [MNU:IDR_MAINFRAME]
  85. Type=1
  86. Command1=ID_EDIT_CLEAR
  87. Command2=ID_APP_EXIT
  88. Command3=ID_APP_ABOUT
  89. CommandCount=3
  90.  
  91.