CAD.clw
上传用户:shangwu01
上传日期:2013-04-22
资源大小:707k
文件大小:10k
源码类别:

CAD

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CCADView
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "cad.h"
  8. LastPage=0
  9. ClassCount=19
  10. Class1=CCADApp
  11. Class2=CAboutDlg
  12. Class3=CCADDoc
  13. Class4=CCADView
  14. Class5=CDLG_ARC1
  15. Class6=CDLG_ARC2
  16. Class7=CDLG_CIRCLE
  17. Class8=CDLG_ELLIPS
  18. Class9=CDLG_LINE
  19. Class10=CDLG_LineWSet
  20. Class11=CDLG_RECTANGE
  21. Class12=CDLG_Remove
  22. Class13=CLG_wARC
  23. Class14=CLG_wCIRCLE
  24. Class15=CLG_wELLIPS
  25. Class16=CLG_wLINE
  26. Class17=CLG_wRECTANGE
  27. Class18=CMainFrame
  28. Class19=CSplashWnd
  29. ResourceCount=18
  30. Resource1=IDD_REMOVE
  31. Resource2=IDR_TOOLBAR2
  32. Resource3=IDR_TOOLBAR1
  33. Resource4=IDR_POPMANU
  34. Resource5=IDD_ABOUTBOX
  35. Resource6=IDD_wLINE
  36. Resource7=IDD_wRECTANGE
  37. Resource8=IDD_wCIRCLE
  38. Resource9=IDD_wELLIPS
  39. Resource10=IDD_wARC
  40. Resource11=IDD_LINE
  41. Resource12=IDD_RECTANGE
  42. Resource13=IDD_CIRCLE
  43. Resource14=IDD_ELLIPS
  44. Resource15=IDD_ARC1
  45. Resource16=IDR_MAINFRAME
  46. Resource17=IDD_WIDTHSELECT
  47. Resource18=IDD_ARC2
  48. [CLS:CCADApp]
  49. Type=0
  50. BaseClass=CWinApp
  51. HeaderFile=CAD.h
  52. ImplementationFile=CAD.cpp
  53. [CLS:CAboutDlg]
  54. Type=0
  55. BaseClass=CDialog
  56. HeaderFile=CAD.cpp
  57. ImplementationFile=CAD.cpp
  58. LastObject=CAboutDlg
  59. [CLS:CCADDoc]
  60. Type=0
  61. BaseClass=CDocument
  62. HeaderFile=CADDoc.h
  63. ImplementationFile=CADDoc.cpp
  64. [CLS:CCADView]
  65. Type=0
  66. BaseClass=CScrollView
  67. HeaderFile=CADView.h
  68. ImplementationFile=CADView.cpp
  69. LastObject=CCADView
  70. [CLS:CDLG_ARC1]
  71. Type=0
  72. BaseClass=CDialog
  73. HeaderFile=DLG_ARC1.h
  74. ImplementationFile=DLG_ARC1.cpp
  75. [CLS:CDLG_ARC2]
  76. Type=0
  77. BaseClass=CDialog
  78. HeaderFile=DLG_ARC2.h
  79. ImplementationFile=DLG_ARC2.cpp
  80. [CLS:CDLG_CIRCLE]
  81. Type=0
  82. BaseClass=CDialog
  83. HeaderFile=DLG_CIRCLE.h
  84. ImplementationFile=DLG_CIRCLE.cpp
  85. [CLS:CDLG_ELLIPS]
  86. Type=0
  87. BaseClass=CDialog
  88. HeaderFile=DLG_ELLIPS.h
  89. ImplementationFile=DLG_ELLIPS.cpp
  90. [CLS:CDLG_LINE]
  91. Type=0
  92. BaseClass=CDialog
  93. HeaderFile=DLG_LINE.h
  94. ImplementationFile=DLG_LINE.cpp
  95. [CLS:CDLG_LineWSet]
  96. Type=0
  97. BaseClass=CDialog
  98. HeaderFile=DLG_LineWSet.h
  99. ImplementationFile=DLG_LineWSet.cpp
  100. [CLS:CDLG_RECTANGE]
  101. Type=0
  102. BaseClass=CDialog
  103. HeaderFile=DLG_RECTANGE.h
  104. ImplementationFile=DLG_RECTANGE.cpp
  105. [CLS:CDLG_Remove]
  106. Type=0
  107. BaseClass=CDialog
  108. HeaderFile=DLG_Remove.h
  109. ImplementationFile=DLG_Remove.cpp
  110. [CLS:CLG_wARC]
  111. Type=0
  112. BaseClass=CDialog
  113. HeaderFile=LG_wARC.h
  114. ImplementationFile=LG_wARC.cpp
  115. [CLS:CLG_wCIRCLE]
  116. Type=0
  117. BaseClass=CDialog
  118. HeaderFile=LG_wCIRCLE.h
  119. ImplementationFile=LG_wCIRCLE.cpp
  120. [CLS:CLG_wELLIPS]
  121. Type=0
  122. BaseClass=CDialog
  123. HeaderFile=LG_wELLIPS.h
  124. ImplementationFile=LG_wELLIPS.cpp
  125. [CLS:CLG_wLINE]
  126. Type=0
  127. BaseClass=CDialog
  128. HeaderFile=LG_wLINE.h
  129. ImplementationFile=LG_wLINE.cpp
  130. [CLS:CLG_wRECTANGE]
  131. Type=0
  132. BaseClass=CDialog
  133. HeaderFile=LG_wRECTANGE.h
  134. ImplementationFile=LG_wRECTANGE.cpp
  135. [CLS:CMainFrame]
  136. Type=0
  137. BaseClass=CFrameWnd
  138. HeaderFile=MainFrm.h
  139. ImplementationFile=MainFrm.cpp
  140. [CLS:CSplashWnd]
  141. Type=0
  142. BaseClass=CWnd
  143. HeaderFile=Splash.h
  144. ImplementationFile=Splash.cpp
  145. [DLG:IDD_ABOUTBOX]
  146. Type=1
  147. Class=CAboutDlg
  148. ControlCount=4
  149. Control1=IDC_STATIC,static,1342177283
  150. Control2=IDC_STATIC,static,1342308480
  151. Control3=IDC_STATIC,static,1342308352
  152. Control4=IDOK,button,1342373889
  153. [DLG:IDD_ARC1]
  154. Type=1
  155. Class=CDLG_ARC1
  156. ControlCount=6
  157. Control1=IDOK,button,1342242817
  158. Control2=IDCANCEL,button,1342242816
  159. Control3=IDC_STATIC,static,1342308352
  160. Control4=IDC_EDIT1,edit,1350631552
  161. Control5=IDC_STATIC,static,1342308352
  162. Control6=IDC_EDIT2,edit,1350631552
  163. [DLG:IDD_ARC2]
  164. Type=1
  165. Class=CDLG_ARC2
  166. ControlCount=4
  167. Control1=IDOK,button,1342242817
  168. Control2=IDCANCEL,button,1342242816
  169. Control3=IDC_STATIC,static,1342308352
  170. Control4=IDC_EDIT1,edit,1350631552
  171. [DLG:IDD_CIRCLE]
  172. Type=1
  173. Class=CDLG_CIRCLE
  174. ControlCount=10
  175. Control1=IDOK,button,1342242817
  176. Control2=IDCANCEL,button,1342242816
  177. Control3=IDC_STATIC,static,1342308352
  178. Control4=IDC_EDIT2,edit,1350631552
  179. Control5=IDC_STATIC,static,1342308352
  180. Control6=IDC_EDIT3,edit,1350631552
  181. Control7=IDC_RADIO2,button,1342177289
  182. Control8=IDC_STATIC,static,1342308352
  183. Control9=IDC_EDIT1,edit,1350631552
  184. Control10=IDC_RADIO1,button,1342308361
  185. [DLG:IDD_ELLIPS]
  186. Type=1
  187. Class=CDLG_ELLIPS
  188. ControlCount=6
  189. Control1=IDOK,button,1342242817
  190. Control2=IDCANCEL,button,1342242816
  191. Control3=IDC_STATIC,static,1342308352
  192. Control4=IDC_EDIT3,edit,1350631552
  193. Control5=IDC_STATIC,static,1342308352
  194. Control6=IDC_EDIT4,edit,1350631552
  195. [DLG:IDD_LINE]
  196. Type=1
  197. Class=CDLG_LINE
  198. ControlCount=6
  199. Control1=IDOK,button,1342242817
  200. Control2=IDCANCEL,button,1342242816
  201. Control3=IDC_STATIC,static,1342308352
  202. Control4=IDC_EDIT1,edit,1350631552
  203. Control5=IDC_STATIC,static,1342308352
  204. Control6=IDC_EDIT2,edit,1350631552
  205. [DLG:IDD_WIDTHSELECT]
  206. Type=1
  207. Class=CDLG_LineWSet
  208. ControlCount=4
  209. Control1=IDC_EDIT1,edit,1350631552
  210. Control2=IDOK,button,1342242817
  211. Control3=IDCANCEL,button,1342242816
  212. Control4=IDC_STATIC,static,1342308352
  213. [DLG:IDD_RECTANGE]
  214. Type=1
  215. Class=CDLG_RECTANGE
  216. ControlCount=6
  217. Control1=IDOK,button,1342242817
  218. Control2=IDCANCEL,button,1342242816
  219. Control3=IDC_STATIC,static,1342308352
  220. Control4=IDC_EDIT1,edit,1350631552
  221. Control5=IDC_STATIC,static,1342308352
  222. Control6=IDC_EDIT2,edit,1350631552
  223. [DLG:IDD_REMOVE]
  224. Type=1
  225. Class=CDLG_Remove
  226. ControlCount=3
  227. Control1=IDOK,button,1342242817
  228. Control2=IDCANCEL,button,1342242816
  229. Control3=IDC_STATIC,static,1342308352
  230. [DLG:IDD_wARC]
  231. Type=1
  232. Class=CLG_wARC
  233. ControlCount=12
  234. Control1=IDOK,button,1342242817
  235. Control2=IDCANCEL,button,1342242816
  236. Control3=IDC_STATIC,static,1342308352
  237. Control4=IDC_EDIT1,edit,1350631552
  238. Control5=IDC_STATIC,static,1342308352
  239. Control6=IDC_EDIT2,edit,1350631552
  240. Control7=IDC_STATIC,static,1342308352
  241. Control8=IDC_EDIT3,edit,1350631552
  242. Control9=IDC_STATIC,static,1342308352
  243. Control10=IDC_EDIT5,edit,1350631552
  244. Control11=IDC_STATIC,static,1342308352
  245. Control12=IDC_EDIT4,edit,1350631552
  246. [DLG:IDD_wCIRCLE]
  247. Type=1
  248. Class=CLG_wCIRCLE
  249. ControlCount=8
  250. Control1=IDOK,button,1342242817
  251. Control2=IDCANCEL,button,1342242816
  252. Control3=IDC_STATIC,static,1342308352
  253. Control4=IDC_EDIT1,edit,1350631552
  254. Control5=IDC_STATIC,static,1342308352
  255. Control6=IDC_EDIT2,edit,1350631552
  256. Control7=IDC_STATIC,static,1342308352
  257. Control8=IDC_EDIT3,edit,1350631552
  258. [DLG:IDD_wELLIPS]
  259. Type=1
  260. Class=CLG_wELLIPS
  261. ControlCount=10
  262. Control1=IDOK,button,1342242817
  263. Control2=IDCANCEL,button,1342242816
  264. Control3=IDC_STATIC,static,1342308352
  265. Control4=IDC_EDIT1,edit,1350631552
  266. Control5=IDC_STATIC,static,1342308352
  267. Control6=IDC_EDIT2,edit,1350631552
  268. Control7=IDC_STATIC,static,1342308352
  269. Control8=IDC_EDIT3,edit,1350631552
  270. Control9=IDC_STATIC,static,1342308352
  271. Control10=IDC_EDIT4,edit,1350631552
  272. [DLG:IDD_wLINE]
  273. Type=1
  274. Class=CLG_wLINE
  275. ControlCount=10
  276. Control1=IDOK,button,1342242817
  277. Control2=IDCANCEL,button,1342242816
  278. Control3=IDC_STATIC,static,1342308352
  279. Control4=IDC_EDIT1,edit,1350631552
  280. Control5=IDC_STATIC,static,1342308352
  281. Control6=IDC_EDIT2,edit,1350631552
  282. Control7=IDC_STATIC,static,1342308352
  283. Control8=IDC_EDIT3,edit,1350631552
  284. Control9=IDC_STATIC,static,1342308352
  285. Control10=IDC_EDIT4,edit,1350631552
  286. [DLG:IDD_wRECTANGE]
  287. Type=1
  288. Class=CLG_wRECTANGE
  289. ControlCount=10
  290. Control1=IDOK,button,1342242817
  291. Control2=IDCANCEL,button,1342242816
  292. Control3=IDC_STATIC,static,1342308352
  293. Control4=IDC_EDIT1,edit,1350631552
  294. Control5=IDC_STATIC,static,1342308352
  295. Control6=IDC_EDIT2,edit,1350631552
  296. Control7=IDC_STATIC,static,1342308352
  297. Control8=IDC_EDIT3,edit,1350631552
  298. Control9=IDC_STATIC,static,1342308352
  299. Control10=IDC_EDIT4,edit,1350631552
  300. [TB:IDR_MAINFRAME]
  301. Type=1
  302. Class=?
  303. Command1=ID_FILE_NEW
  304. Command2=ID_FILE_OPEN
  305. Command3=ID_FILE_SAVE
  306. Command4=ID_EDIT_CUT
  307. Command5=ID_EDIT_COPY
  308. Command6=ID_EDIT_PASTE
  309. Command7=ID_FILE_PRINT
  310. Command8=ID_APP_ABOUT
  311. Command9=ID_MODE_E
  312. Command10=ID_MODE_D
  313. Command11=ID_BACK
  314. Command12=ID_FRONT
  315. Command13=ID_REMOVE
  316. Command14=ID_DEL
  317. CommandCount=14
  318. [TB:IDR_TOOLBAR1]
  319. Type=1
  320. Class=?
  321. Command1=IDR_DRAW_LINE
  322. Command2=ID_DRAW_RECTANGE
  323. Command3=ID_DRAW_CIRCLE
  324. Command4=ID_DRAW_MULTLINE
  325. Command5=ID_DRAW_ELLIPS
  326. Command6=ID_DRAW_ARC
  327. Command7=ID_DRAW_TEXT
  328. CommandCount=7
  329. [TB:IDR_TOOLBAR2]
  330. Type=1
  331. Class=?
  332. Command1=ID_CATCH_end
  333. Command2=ID_CATCH_certre
  334. Command3=ID_CATCH_middle
  335. Command4=ID_CATCH_cross
  336. Command5=ID_CATCH_cut
  337. CommandCount=5
  338. [MNU:IDR_MAINFRAME]
  339. Type=1
  340. Class=?
  341. Command1=ID_FILE_NEW
  342. Command2=ID_FILE_OPEN
  343. Command3=ID_FILE_SAVE
  344. Command4=ID_FILE_SAVE_AS
  345. Command5=ID_FILE_PRINT
  346. Command6=ID_FILE_PRINT_PREVIEW
  347. Command7=ID_FILE_PRINT_SETUP
  348. Command8=ID_FILE_MRU_FILE1
  349. Command9=ID_APP_EXIT
  350. Command10=ID_EDIT_UNDO
  351. Command11=ID_EDIT_CUT
  352. Command12=ID_EDIT_COPY
  353. Command13=ID_EDIT_PASTE
  354. Command14=ID_VIEW_TOOLBAR
  355. Command15=ID_VIEW_STATUS_BAR
  356. Command16=IDM_VIEW_DRAWBAR
  357. Command17=IDM_VIEW_CATCHBAR
  358. Command18=ID_APP_ABOUT
  359. Command19=IDM_wLINE
  360. Command20=IDM_wRECTANGE
  361. Command21=IDM_wCIRCLE
  362. Command22=IDM_wELLIPS
  363. Command23=IDM_wARC
  364. CommandCount=23
  365. [MNU:IDR_POPMANU]
  366. Type=1
  367. Class=?
  368. Command1=IDM_wLINE
  369. Command2=IDM_wRECTANGE
  370. Command3=IDM_wCIRCLE
  371. Command4=IDM_wELLIPS
  372. Command5=IDM_wARC
  373. Command6=ID_REMOVE
  374. CommandCount=6
  375. [ACL:IDR_MAINFRAME]
  376. Type=1
  377. Class=?
  378. Command1=ID_EDIT_COPY
  379. Command2=ID_FILE_NEW
  380. Command3=ID_FILE_OPEN
  381. Command4=ID_FILE_PRINT
  382. Command5=ID_FILE_SAVE
  383. Command6=ID_EDIT_PASTE
  384. Command7=ID_EDIT_UNDO
  385. Command8=ID_DEL
  386. Command9=ID_EDIT_CUT
  387. Command10=ID_NEXT_PANE
  388. Command11=ID_PREV_PANE
  389. Command12=ID_EDIT_COPY
  390. Command13=ID_EDIT_PASTE
  391. Command14=ID_EDIT_CUT
  392. Command15=ID_EDIT_UNDO
  393. CommandCount=15
  394. [DLG:IDR_MAINFRAME]
  395. Type=1
  396. Class=?
  397. ControlCount=6
  398. Control1=IDC_STATIC,static,1342308352
  399. Control2=IDC_COMBO2,combobox,1344339971
  400. Control3=IDC_STATIC,static,1342308352
  401. Control4=IDC_STATIC,static,1342308352
  402. Control5=IDC_COMBO1,combobox,1344339971
  403. Control6=IDC_COMBO3,combobox,1344339971