rotation.clw
上传用户:junliqi
上传日期:2022-05-01
资源大小:1869k
文件大小:2k
源码类别:

2D图形编程

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CDrawDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "rotation.h"
  8. ClassCount=4
  9. Class1=CRotationApp
  10. Class2=CRotationDlg
  11. Class3=CAboutDlg
  12. ResourceCount=4
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_ROTATION_DIALOG
  16. Class4=CDrawDlg
  17. Resource4=IDD_DIALOG_DRAW
  18. [CLS:CRotationApp]
  19. Type=0
  20. HeaderFile=rotation.h
  21. ImplementationFile=rotation.cpp
  22. Filter=N
  23. [CLS:CRotationDlg]
  24. Type=0
  25. HeaderFile=rotationDlg.h
  26. ImplementationFile=rotationDlg.cpp
  27. Filter=D
  28. LastObject=CRotationDlg
  29. BaseClass=CDialog
  30. VirtualFilter=dWC
  31. [CLS:CAboutDlg]
  32. Type=0
  33. HeaderFile=rotationDlg.h
  34. ImplementationFile=rotationDlg.cpp
  35. Filter=D
  36. [DLG:IDD_ABOUTBOX]
  37. Type=1
  38. Class=CAboutDlg
  39. ControlCount=4
  40. Control1=IDC_STATIC,static,1342177283
  41. Control2=IDC_STATIC,static,1342308480
  42. Control3=IDC_STATIC,static,1342308352
  43. Control4=IDOK,button,1342373889
  44. [DLG:IDD_ROTATION_DIALOG]
  45. Type=1
  46. Class=CRotationDlg
  47. ControlCount=3
  48. Control1=IDOK,button,1342242817
  49. Control2=IDCANCEL,button,1342242816
  50. Control3=IDC_BUTTON,button,1342242816
  51. [DLG:IDD_DIALOG_DRAW]
  52. Type=1
  53. Class=CDrawDlg
  54. ControlCount=9
  55. Control1=IDC_DRAW,static,1342308352
  56. Control2=IDC_SCROLLBAR1,scrollbar,1342177280
  57. Control3=IDC_BUTTON_ROTATION1,button,1342242816
  58. Control4=IDC_SCROLLBAR2,scrollbar,1342177280
  59. Control5=IDC_BUTTON_ROTATION2,button,1342242816
  60. Control6=IDC_SCROLLBAR3,scrollbar,1342177280
  61. Control7=IDC_BUTTON_ROTATION3,button,1342242816
  62. Control8=IDC_BUTTON_ROTATION4,button,1342242816
  63. Control9=IDOK,button,1342242816
  64. [CLS:CDrawDlg]
  65. Type=0
  66. HeaderFile=DrawDlg.h
  67. ImplementationFile=DrawDlg.cpp
  68. BaseClass=CDialog
  69. Filter=D
  70. VirtualFilter=dWC
  71. LastObject=IDC_SCROLLBAR1