PruebaPTree.clw
上传用户:wzy3721
上传日期:2021-11-20
资源大小:32k
文件大小:2k
源码类别:

TreeView控件

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CPruebaPTreeDlg
  5. LastTemplate=CTreeCtrl
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "PruebaPTree.h"
  8. ClassCount=4
  9. Class1=CPruebaPTreeApp
  10. Class2=CPruebaPTreeDlg
  11. Class3=CAboutDlg
  12. ResourceCount=3
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Class4=CTreeCtrl2
  16. Resource3=IDD_PRUEBAPTREE_DIALOG
  17. [CLS:CPruebaPTreeApp]
  18. Type=0
  19. HeaderFile=PruebaPTree.h
  20. ImplementationFile=PruebaPTree.cpp
  21. Filter=N
  22. [CLS:CPruebaPTreeDlg]
  23. Type=0
  24. HeaderFile=PruebaPTreeDlg.h
  25. ImplementationFile=PruebaPTreeDlg.cpp
  26. Filter=D
  27. BaseClass=CDialog
  28. VirtualFilter=dWC
  29. LastObject=IDC_BT_ITERATE_WIDTH
  30. [CLS:CAboutDlg]
  31. Type=0
  32. HeaderFile=PruebaPTreeDlg.h
  33. ImplementationFile=PruebaPTreeDlg.cpp
  34. Filter=D
  35. [DLG:IDD_ABOUTBOX]
  36. Type=1
  37. Class=CAboutDlg
  38. ControlCount=4
  39. Control1=IDC_STATIC,static,1342177283
  40. Control2=IDC_STATIC,static,1342308480
  41. Control3=IDC_STATIC,static,1342308352
  42. Control4=IDOK,button,1342373889
  43. [DLG:IDD_PRUEBAPTREE_DIALOG]
  44. Type=1
  45. Class=CPruebaPTreeDlg
  46. ControlCount=8
  47. Control1=IDCANCEL,button,1342242816
  48. Control2=IDC_TC_TREE,SysTreeView32,1350631463
  49. Control3=IDC_BT_RELOAD,button,1342242816
  50. Control4=IDC_BT_EXPAND,button,1342242816
  51. Control5=IDC_BT_COLLAPSE,button,1342242816
  52. Control6=IDC_BT_ITERATE_WIDTH,button,1342242816
  53. Control7=IDC_LB_ITEMS,listbox,1352732929
  54. Control8=IDC_BT_ITERATE_DEEP,button,1342242816
  55. [CLS:CTreeCtrl2]
  56. Type=0
  57. HeaderFile=TreeCtrl2.h
  58. ImplementationFile=TreeCtrl2.cpp
  59. BaseClass=CTreeCtrl
  60. Filter=W