home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / general / viewex / viewex.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1998-03-27  |  2.4 KB  |  123 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CSplitterFrame
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "viewex.h"
  9.  
  10. ClassCount=8
  11. Class1=CEnterDlg
  12. Class2=CInputView
  13. Class3=CMainDoc
  14. Class4=CTextView
  15. Class5=CColorView
  16. Class6=CSplitterFrame
  17. Class7=C3WaySplitterFrame
  18. Class8=CViewExApp
  19.  
  20. ResourceCount=4
  21. Resource1=IDR_MAINFRAME
  22. Resource2=IDD_ABOUTBOX
  23. Resource3=IDD_INPUTFORM
  24. Resource4=IDD_CHANGEDATA
  25.  
  26. [CLS:CEnterDlg]
  27. Type=0
  28. HeaderFile=enterdlg.h
  29. ImplementationFile=enterdlg.cpp
  30.  
  31. [CLS:CInputView]
  32. Type=0
  33. HeaderFile=inputvw.h
  34. ImplementationFile=inputvw.cpp
  35.  
  36. [CLS:CMainDoc]
  37. Type=0
  38. HeaderFile=maindoc.h
  39. ImplementationFile=maindoc.cpp
  40.  
  41. [CLS:CTextView]
  42. Type=0
  43. HeaderFile=simpvw.h
  44. ImplementationFile=simpvw.cpp
  45.  
  46. [CLS:CColorView]
  47. Type=0
  48. HeaderFile=simpvw.h
  49. ImplementationFile=simpvw.cpp
  50.  
  51. [CLS:CSplitterFrame]
  52. Type=0
  53. HeaderFile=splitter.h
  54. ImplementationFile=splitter.cpp
  55. LastObject=CSplitterFrame
  56.  
  57. [CLS:C3WaySplitterFrame]
  58. Type=0
  59. HeaderFile=splitter.h
  60. ImplementationFile=splitter.cpp
  61.  
  62. [CLS:CViewExApp]
  63. Type=0
  64. HeaderFile=viewex.h
  65. ImplementationFile=viewex.cpp
  66. Filter=Not a Window
  67. LastObject=CViewExApp
  68.  
  69. [MNU:IDR_MAINFRAME]
  70. Type=1
  71. Command1=ID_FILE_NEW
  72. Command2=ID_FILE_CLOSE
  73. Command3=ID_FILE_PRINT
  74. Command4=ID_FILE_PRINT_PREVIEW
  75. Command5=ID_FILE_PRINT_SETUP
  76. Command6=ID_APP_EXIT
  77. Command7=IDM_CHANGEDATA
  78. Command8=ID_WINDOW_NEW
  79. Command9=ID_WINDOW_CASCADE
  80. Command10=ID_WINDOW_TILE_HORZ
  81. Command11=ID_WINDOW_ARRANGE
  82. Command12=ID_WINDOW_SPLIT
  83. Command13=ID_APP_ABOUT
  84. CommandCount=13
  85. Class=?
  86.  
  87. [ACL:IDR_MAINFRAME]
  88. Type=1
  89. Command1=ID_FILE_NEW
  90. Command2=ID_FILE_PRINT
  91. CommandCount=2
  92. Class=?
  93.  
  94. [DLG:IDD_ABOUTBOX]
  95. Type=1
  96. ControlCount=4
  97. Control1=IDC_STATIC,static,1342177283
  98. Control2=IDC_STATIC,static,1342308352
  99. Control3=IDC_STATIC,static,1342308352
  100. Control4=IDOK,button,1342373889
  101. Class=?
  102.  
  103. [DLG:IDD_INPUTFORM]
  104. Type=1
  105. ControlCount=6
  106. Control1=IDC_STATIC,static,1342308352
  107. Control2=IDC_EDIT1,edit,1350631552
  108. Control3=IDC_GROUPBOX1,button,1342177287
  109. Control4=IDC_RADIO1,button,1342373897
  110. Control5=IDC_RADIO2,button,1342242825
  111. Control6=IDC_RADIO3,button,1342242825
  112. Class=?
  113.  
  114. [DLG:IDD_CHANGEDATA]
  115. Type=1
  116. ControlCount=4
  117. Control1=IDC_EDIT1,edit,1350631552
  118. Control2=IDC_STATIC,static,1342308352
  119. Control3=IDOK,button,1342242817
  120. Control4=IDCANCEL,button,1342242816
  121. Class=?
  122.  
  123.