home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c06 / modeless / modeless.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  2.3 KB  |  115 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 "modeless.h"
  9. LastPage=0
  10.  
  11. ClassCount=6
  12. Class1=CListWithItemDataDlg
  13. Class2=CMainFrame
  14. Class3=CModelessDoc
  15. Class4=CModelessView
  16. Class5=CModelessApp
  17. Class6=CAboutDlg
  18.  
  19. ResourceCount=3
  20. Resource1=IDD_ABOUTBOX
  21. Resource2=IDR_MAINFRAME
  22. Resource3=IDD_PHRASE_MODELESS
  23.  
  24. [CLS:CListWithItemDataDlg]
  25. Type=0
  26. BaseClass=CDialog
  27. HeaderFile=Dialogs.h
  28. ImplementationFile=Dialogs.cpp
  29.  
  30. [CLS:CMainFrame]
  31. Type=0
  32. BaseClass=CFrameWnd
  33. HeaderFile=MainFrm.h
  34. ImplementationFile=MainFrm.cpp
  35.  
  36. [CLS:CModelessDoc]
  37. Type=0
  38. BaseClass=CDocument
  39. HeaderFile=MdlesDoc.h
  40. ImplementationFile=MdlesDoc.cpp
  41.  
  42. [CLS:CModelessView]
  43. Type=0
  44. BaseClass=CView
  45. HeaderFile=MlesView.h
  46. ImplementationFile=MlesView.cpp
  47.  
  48. [CLS:CModelessApp]
  49. Type=0
  50. BaseClass=CWinApp
  51. HeaderFile=Modeless.h
  52. ImplementationFile=Modeless.cpp
  53.  
  54. [CLS:CAboutDlg]
  55. Type=0
  56. BaseClass=CDialog
  57. HeaderFile=Modeless.cpp
  58. ImplementationFile=Modeless.cpp
  59. LastObject=CAboutDlg
  60.  
  61. [DLG:IDD_PHRASE_MODELESS]
  62. Type=1
  63. Class=CListWithItemDataDlg
  64. ControlCount=6
  65. Control1=IDC_STATIC,static,1342308352
  66. Control2=IDC_COLOR_LIST,listbox,1352728833
  67. Control3=IDC_STATIC,static,1342308352
  68. Control4=IDC_PHRASE,edit,1350631552
  69. Control5=IDCANCEL,button,1342242816
  70. Control6=IDC_APPLY,button,1342242816
  71.  
  72. [DLG:IDD_ABOUTBOX]
  73. Type=1
  74. Class=CAboutDlg
  75. ControlCount=4
  76. Control1=IDC_STATIC,static,1342177283
  77. Control2=IDC_STATIC,static,1342308480
  78. Control3=IDC_STATIC,static,1342308352
  79. Control4=IDOK,button,1342373889
  80.  
  81. [MNU:IDR_MAINFRAME]
  82. Type=1
  83. Class=?
  84. Command1=ID_FILE_NEW
  85. Command2=ID_FILE_OPEN
  86. Command3=ID_FILE_SAVE
  87. Command4=ID_FILE_SAVE_AS
  88. Command5=ID_APP_EXIT
  89. Command6=ID_EDIT_UNDO
  90. Command7=ID_EDIT_CUT
  91. Command8=ID_EDIT_COPY
  92. Command9=ID_EDIT_PASTE
  93. Command10=ID_MODIFY_DISPLAYMODELESSDIALOG
  94. Command11=ID_APP_ABOUT
  95. CommandCount=11
  96.  
  97. [ACL:IDR_MAINFRAME]
  98. Type=1
  99. Class=?
  100. Command1=ID_FILE_NEW
  101. Command2=ID_FILE_OPEN
  102. Command3=ID_FILE_SAVE
  103. Command4=ID_EDIT_UNDO
  104. Command5=ID_EDIT_CUT
  105. Command6=ID_EDIT_COPY
  106. Command7=ID_EDIT_PASTE
  107. Command8=ID_EDIT_UNDO
  108. Command9=ID_EDIT_CUT
  109. Command10=ID_EDIT_COPY
  110. Command11=ID_EDIT_PASTE
  111. Command12=ID_NEXT_PANE
  112. Command13=ID_PREV_PANE
  113. CommandCount=13
  114.  
  115.