Graphic.clw
上传用户:herolh
上传日期:2022-07-18
资源大小:3590k
文件大小:3k
源码类别:

绘图程序

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CAboutDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "graphic.h"
  8. LastPage=0
  9. ClassCount=6
  10. Class1=CGraphicApp
  11. Class2=CAboutDlg
  12. Class3=CGraphicDoc
  13. Class4=CGraphicView
  14. Class5=CMainFrame
  15. Class6=SettingDialog
  16. ResourceCount=4
  17. Resource1=IDR_TOOLBAR1
  18. Resource2=IDR_MAINFRAME
  19. Resource3=IDD_ABOUTBOX
  20. Resource4=IDD_DIALOG1
  21. [CLS:CGraphicApp]
  22. Type=0
  23. BaseClass=CWinApp
  24. HeaderFile=Graphic.h
  25. ImplementationFile=Graphic.cpp
  26. [CLS:CAboutDlg]
  27. Type=0
  28. BaseClass=CDialog
  29. HeaderFile=Graphic.cpp
  30. ImplementationFile=Graphic.cpp
  31. LastObject=CAboutDlg
  32. [CLS:CGraphicDoc]
  33. Type=0
  34. BaseClass=CDocument
  35. HeaderFile=GraphicDoc.h
  36. ImplementationFile=GraphicDoc.cpp
  37. [CLS:CGraphicView]
  38. Type=0
  39. BaseClass=CView
  40. HeaderFile=GraphicView.h
  41. ImplementationFile=GraphicView.cpp
  42. [CLS:CMainFrame]
  43. Type=0
  44. BaseClass=CFrameWnd
  45. HeaderFile=MainFrm.h
  46. ImplementationFile=MainFrm.cpp
  47. [CLS:SettingDialog]
  48. Type=0
  49. BaseClass=CDialog
  50. HeaderFile=SettingDialog.h
  51. ImplementationFile=SettingDialog.cpp
  52. [DLG:IDD_ABOUTBOX]
  53. Type=1
  54. Class=CAboutDlg
  55. ControlCount=4
  56. Control1=IDC_STATIC,static,1342177283
  57. Control2=IDC_STATIC,static,1342308480
  58. Control3=IDC_STATIC,static,1342308352
  59. Control4=IDOK,button,1342373889
  60. [DLG:IDD_DIALOG1]
  61. Type=1
  62. Class=SettingDialog
  63. ControlCount=9
  64. Control1=IDOK,button,1342242817
  65. Control2=IDCANCEL,button,1342242816
  66. Control3=IDC_STATIC,static,1342308352
  67. Control4=ID_LINEWIDTH,edit,1350631552
  68. Control5=IDC_STATIC,button,1342177287
  69. Control6=IDC_RADIO1,button,1342308361
  70. Control7=IDC_RADIO2,button,1342177289
  71. Control8=IDC_RADIO3,button,1342177289
  72. Control9=IDC_SAMPLE,button,1342177287
  73. [TB:IDR_MAINFRAME]
  74. Type=1
  75. Class=?
  76. Command1=ID_FILE_NEW
  77. Command2=ID_FILE_OPEN
  78. Command3=ID_FILE_SAVE
  79. Command4=ID_EDIT_CUT
  80. Command5=ID_EDIT_COPY
  81. Command6=ID_EDIT_PASTE
  82. Command7=ID_FILE_PRINT
  83. Command8=ID_APP_ABOUT
  84. Command9=ID_POINT
  85. Command10=ID_LINE
  86. Command11=ID_RETANGLE
  87. Command12=ID_ELLIPSE
  88. CommandCount=12
  89. [TB:IDR_TOOLBAR1]
  90. Type=1
  91. Class=?
  92. Command1=ID_POINT
  93. Command2=ID_LINE
  94. Command3=ID_RETANGLE
  95. Command4=ID_ELLIPSE
  96. CommandCount=4
  97. [MNU: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_FILE_SAVE_AS
  104. Command5=ID_FILE_PRINT
  105. Command6=ID_FILE_PRINT_PREVIEW
  106. Command7=ID_FILE_PRINT_SETUP
  107. Command8=ID_FILE_MRU_FILE1
  108. Command9=ID_APP_EXIT
  109. Command10=ID_EDIT_UNDO
  110. Command11=ID_EDIT_CUT
  111. Command12=ID_EDIT_COPY
  112. Command13=ID_EDIT_PASTE
  113. Command14=ID_VIEW_TOOLBAR
  114. Command15=ID_VIEW_STATUS_BAR
  115. Command16=ID_DRAWTOOLBAR
  116. Command17=ID_LINEWIDTHSETTING
  117. Command18=ID_COLOR
  118. Command19=ID_POINT
  119. Command20=ID_LINE
  120. Command21=ID_RETANGLE
  121. Command22=ID_ELLIPSE
  122. Command23=ID_APP_ABOUT
  123. CommandCount=23
  124. [ACL:IDR_MAINFRAME]
  125. Type=1
  126. Class=?
  127. Command1=ID_FILE_NEW
  128. Command2=ID_FILE_OPEN
  129. Command3=ID_FILE_SAVE
  130. Command4=ID_FILE_PRINT
  131. Command5=ID_EDIT_UNDO
  132. Command6=ID_EDIT_CUT
  133. Command7=ID_EDIT_COPY
  134. Command8=ID_EDIT_PASTE
  135. Command9=ID_EDIT_UNDO
  136. Command10=ID_EDIT_CUT
  137. Command11=ID_EDIT_COPY
  138. Command12=ID_EDIT_PASTE
  139. Command13=ID_NEXT_PANE
  140. Command14=ID_PREV_PANE
  141. CommandCount=14