home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c07 / form / form.clw next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  2.5 KB  |  127 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CMyFormView
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "form.h"
  9. LastPage=0
  10.  
  11. ClassCount=5
  12. Class1=CFormApp
  13. Class2=CAboutDlg
  14. Class3=CFormDoc
  15. Class4=CMyFormView
  16. Class5=CMainFrame
  17.  
  18. ResourceCount=3
  19. Resource1=IDD_ABOUTBOX
  20. Resource2=IDR_MAINFRAME
  21. Resource3=IDD_FORM_FORM
  22.  
  23. [CLS:CFormApp]
  24. Type=0
  25. BaseClass=CWinApp
  26. HeaderFile=Form.h
  27. ImplementationFile=Form.cpp
  28.  
  29. [CLS:CAboutDlg]
  30. Type=0
  31. BaseClass=CDialog
  32. HeaderFile=Form.cpp
  33. ImplementationFile=Form.cpp
  34. LastObject=CAboutDlg
  35.  
  36. [CLS:CFormDoc]
  37. Type=0
  38. BaseClass=CDocument
  39. HeaderFile=FormDoc.h
  40. ImplementationFile=FormDoc.cpp
  41.  
  42. [CLS:CMyFormView]
  43. Type=0
  44. BaseClass=CFormView
  45. HeaderFile=FormView.h
  46. ImplementationFile=FormView.cpp
  47. LastObject=IDC_WELCOME
  48.  
  49. [CLS:CMainFrame]
  50. Type=0
  51. BaseClass=CFrameWnd
  52. HeaderFile=MainFrm.h
  53. ImplementationFile=MainFrm.cpp
  54.  
  55. [DLG:IDD_ABOUTBOX]
  56. Type=1
  57. Class=CAboutDlg
  58. ControlCount=4
  59. Control1=IDC_STATIC,static,1342177283
  60. Control2=IDC_STATIC,static,1342308480
  61. Control3=IDC_STATIC,static,1342308352
  62. Control4=IDOK,button,1342373889
  63.  
  64. [DLG:IDD_FORM_FORM]
  65. Type=1
  66. Class=CMyFormView
  67. ControlCount=5
  68. Control1=IDC_WELCOME,edit,1350631552
  69. Control2=IDC_STATIC,button,1342177287
  70. Control3=IDC_RED,button,1342242819
  71. Control4=IDC_BLUE,button,1342242819
  72. Control5=IDC_GREEN,button,1342242819
  73.  
  74. [TB:IDR_MAINFRAME]
  75. Type=1
  76. Class=?
  77. Command1=ID_FILE_NEW
  78. Command2=ID_FILE_OPEN
  79. Command3=ID_FILE_SAVE
  80. Command4=ID_EDIT_CUT
  81. Command5=ID_EDIT_COPY
  82. Command6=ID_EDIT_PASTE
  83. Command7=ID_FILE_PRINT
  84. Command8=ID_APP_ABOUT
  85. CommandCount=8
  86.  
  87. [MNU:IDR_MAINFRAME]
  88. Type=1
  89. Class=?
  90. Command1=ID_FILE_NEW
  91. Command2=ID_FILE_OPEN
  92. Command3=ID_FILE_SAVE
  93. Command4=ID_FILE_SAVE_AS
  94. Command5=ID_FILE_PRINT
  95. Command6=ID_FILE_PRINT_PREVIEW
  96. Command7=ID_FILE_PRINT_SETUP
  97. Command8=ID_FILE_MRU_FILE1
  98. Command9=ID_APP_EXIT
  99. Command10=ID_EDIT_UNDO
  100. Command11=ID_EDIT_CUT
  101. Command12=ID_EDIT_COPY
  102. Command13=ID_EDIT_PASTE
  103. Command14=ID_VIEW_TOOLBAR
  104. Command15=ID_VIEW_STATUS_BAR
  105. Command16=ID_APP_ABOUT
  106. CommandCount=16
  107.  
  108. [ACL:IDR_MAINFRAME]
  109. Type=1
  110. Class=?
  111. Command1=ID_FILE_NEW
  112. Command2=ID_FILE_OPEN
  113. Command3=ID_FILE_SAVE
  114. Command4=ID_FILE_PRINT
  115. Command5=ID_EDIT_UNDO
  116. Command6=ID_EDIT_CUT
  117. Command7=ID_EDIT_COPY
  118. Command8=ID_EDIT_PASTE
  119. Command9=ID_EDIT_UNDO
  120. Command10=ID_EDIT_CUT
  121. Command11=ID_EDIT_COPY
  122. Command12=ID_EDIT_PASTE
  123. Command13=ID_NEXT_PANE
  124. Command14=ID_PREV_PANE
  125. CommandCount=14
  126.  
  127.