home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c06 / modal / modal.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  3.3 KB  |  158 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 "modal.h"
  9. LastPage=0
  10.  
  11. ClassCount=8
  12. Class1=CColorListDlg
  13. Class2=CColorPhraseDlg
  14. Class3=CListWithItemDataDlg
  15. Class4=CMainFrame
  16. Class5=CModalApp
  17. Class6=CAboutDlg
  18. Class7=CModalDoc
  19. Class8=CModalView
  20.  
  21. ResourceCount=5
  22. Resource1=IDR_MAINFRAME
  23. Resource2=IDD_ABOUTBOX
  24. Resource3=IDD_PHRASE_COLOR
  25. Resource4=IDD_PHRASE_COLOR2
  26. Resource5=IDD_PHRASE_COLOR3
  27.  
  28. [CLS:CColorListDlg]
  29. Type=0
  30. BaseClass=CDialog
  31. HeaderFile=Dialogs.h
  32. ImplementationFile=Dialogs.cpp
  33.  
  34. [CLS:CColorPhraseDlg]
  35. Type=0
  36. BaseClass=CDialog
  37. HeaderFile=Dialogs.h
  38. ImplementationFile=Dialogs.cpp
  39.  
  40. [CLS:CListWithItemDataDlg]
  41. Type=0
  42. BaseClass=CDialog
  43. HeaderFile=Dialogs.h
  44. ImplementationFile=Dialogs.cpp
  45.  
  46. [CLS:CMainFrame]
  47. Type=0
  48. BaseClass=CFrameWnd
  49. HeaderFile=MainFrm.h
  50. ImplementationFile=Mainfrm.cpp
  51.  
  52. [CLS:CModalApp]
  53. Type=0
  54. BaseClass=CWinApp
  55. HeaderFile=Modal.h
  56. ImplementationFile=Modal.cpp
  57.  
  58. [CLS:CAboutDlg]
  59. Type=0
  60. BaseClass=CDialog
  61. HeaderFile=Modal.cpp
  62. ImplementationFile=Modal.cpp
  63. LastObject=CAboutDlg
  64.  
  65. [CLS:CModalDoc]
  66. Type=0
  67. BaseClass=CDocument
  68. HeaderFile=Modaldoc.h
  69. ImplementationFile=Modaldoc.cpp
  70.  
  71. [CLS:CModalView]
  72. Type=0
  73. BaseClass=CView
  74. HeaderFile=Modlview.h
  75. ImplementationFile=Modlview.cpp
  76.  
  77. [DLG:IDD_PHRASE_COLOR2]
  78. Type=1
  79. Class=CColorListDlg
  80. ControlCount=6
  81. Control1=IDC_STATIC,static,1342308352
  82. Control2=IDC_COLOR_LIST,listbox,1352728833
  83. Control3=IDC_STATIC,static,1342308352
  84. Control4=IDC_PHRASE,edit,1350631552
  85. Control5=IDOK,button,1342242817
  86. Control6=IDCANCEL,button,1342242816
  87.  
  88. [DLG:IDD_PHRASE_COLOR]
  89. Type=1
  90. Class=CColorPhraseDlg
  91. ControlCount=9
  92. Control1=IDC_STATIC,button,1342177287
  93. Control2=IDC_BLACK,button,1342373897
  94. Control3=IDC_RED,button,1342242825
  95. Control4=IDC_GREEN,button,1342242825
  96. Control5=IDC_BLUE,button,1342242825
  97. Control6=IDC_STATIC,static,1342308352
  98. Control7=IDC_PHRASE,edit,1350631552
  99. Control8=IDCANCEL,button,1342242816
  100. Control9=IDOK,button,1342373889
  101.  
  102. [DLG:IDD_PHRASE_COLOR3]
  103. Type=1
  104. Class=CListWithItemDataDlg
  105. ControlCount=6
  106. Control1=IDC_STATIC,static,1342308352
  107. Control2=IDC_COLOR_LIST,listbox,1352728833
  108. Control3=IDC_STATIC,static,1342308352
  109. Control4=IDC_PHRASE,edit,1350631552
  110. Control5=IDOK,button,1342242817
  111. Control6=IDCANCEL,button,1342242816
  112.  
  113. [DLG:IDD_ABOUTBOX]
  114. Type=1
  115. Class=CAboutDlg
  116. ControlCount=4
  117. Control1=IDC_STATIC,static,1342177283
  118. Control2=IDC_STATIC,static,1342308480
  119. Control3=IDC_STATIC,static,1342308352
  120. Control4=IDOK,button,1342373889
  121.  
  122. [MNU:IDR_MAINFRAME]
  123. Type=1
  124. Class=?
  125. Command1=ID_FILE_NEW
  126. Command2=ID_FILE_OPEN
  127. Command3=ID_FILE_SAVE
  128. Command4=ID_FILE_SAVE_AS
  129. Command5=ID_APP_EXIT
  130. Command6=ID_EDIT_UNDO
  131. Command7=ID_EDIT_CUT
  132. Command8=ID_EDIT_COPY
  133. Command9=ID_EDIT_PASTE
  134. Command10=ID_MODIFY_SHOWDIALOG
  135. Command11=ID_MODIFY_SHOWLISTDIALOG
  136. Command12=ID_MODIFY_SHOWLISTITEMDATADIALOG
  137. Command13=ID_APP_ABOUT
  138. CommandCount=13
  139.  
  140. [ACL:IDR_MAINFRAME]
  141. Type=1
  142. Class=?
  143. Command1=ID_FILE_NEW
  144. Command2=ID_FILE_OPEN
  145. Command3=ID_FILE_SAVE
  146. Command4=ID_EDIT_UNDO
  147. Command5=ID_EDIT_CUT
  148. Command6=ID_EDIT_COPY
  149. Command7=ID_EDIT_PASTE
  150. Command8=ID_EDIT_UNDO
  151. Command9=ID_EDIT_CUT
  152. Command10=ID_EDIT_COPY
  153. Command11=ID_EDIT_PASTE
  154. Command12=ID_NEXT_PANE
  155. Command13=ID_PREV_PANE
  156. CommandCount=13
  157.  
  158.