ShortCut.clw
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CShortCutDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "ShortCut.h"
  8. ClassCount=4
  9. Class1=CShortCutApp
  10. Class2=CShortCutDlg
  11. Class3=CAboutDlg
  12. ResourceCount=4
  13. Resource1=IDD_SHORTCUT_DIALOG
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_ABOUTBOX
  16. Class4=CNameDlg
  17. Resource4=IDD_NAME
  18. [CLS:CShortCutApp]
  19. Type=0
  20. HeaderFile=ShortCut.h
  21. ImplementationFile=ShortCut.cpp
  22. Filter=N
  23. [CLS:CShortCutDlg]
  24. Type=0
  25. HeaderFile=ShortCutDlg.h
  26. ImplementationFile=ShortCutDlg.cpp
  27. Filter=D
  28. BaseClass=CDialog
  29. VirtualFilter=dWC
  30. LastObject=CShortCutDlg
  31. [CLS:CAboutDlg]
  32. Type=0
  33. HeaderFile=ShortCutDlg.h
  34. ImplementationFile=ShortCutDlg.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_SHORTCUT_DIALOG]
  45. Type=1
  46. Class=CShortCutDlg
  47. ControlCount=7
  48. Control1=IDC_STATIC,button,1342177287
  49. Control2=IDC_RADIO1,button,1342308361
  50. Control3=IDC_RADIO2,button,1342177289
  51. Control4=IDC_CREATEGROUP,button,1342242816
  52. Control5=IDC_DELETEGROUP,button,1342242816
  53. Control6=IDC_CREATEITEM,button,1342242816
  54. Control7=IDC_DELETEITEM,button,1342242816
  55. [DLG:IDD_NAME]
  56. Type=1
  57. Class=CNameDlg
  58. ControlCount=4
  59. Control1=IDOK,button,1342242817
  60. Control2=IDCANCEL,button,1342242816
  61. Control3=IDC_NAME,edit,1350631552
  62. Control4=IDC_STATIC,static,1342308352
  63. [CLS:CNameDlg]
  64. Type=0
  65. HeaderFile=NameDlg.h
  66. ImplementationFile=NameDlg.cpp
  67. BaseClass=CDialog
  68. Filter=D
  69. VirtualFilter=dWC