MCComboBoxSample.clw
上传用户:hzw123hzw
上传日期:2007-01-01
资源大小:18k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CMCComboBoxSampleDlg
  5. LastTemplate=CComboBox
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "MCComboBoxSample.h"
  8. ClassCount=4
  9. Class1=CMCComboBoxSampleApp
  10. Class2=CMCComboBoxSampleDlg
  11. Class3=CAboutDlg
  12. ResourceCount=3
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Class4=CMultiColumnComboBox
  16. Resource3=IDD_MCCOMBOBOXSAMPLE_DIALOG
  17. [CLS:CMCComboBoxSampleApp]
  18. Type=0
  19. HeaderFile=MCComboBoxSample.h
  20. ImplementationFile=MCComboBoxSample.cpp
  21. Filter=N
  22. LastObject=CMCComboBoxSampleApp
  23. [CLS:CMCComboBoxSampleDlg]
  24. Type=0
  25. HeaderFile=MCComboBoxSampleDlg.h
  26. ImplementationFile=MCComboBoxSampleDlg.cpp
  27. Filter=D
  28. BaseClass=CDialog
  29. VirtualFilter=dWC
  30. LastObject=IDC_COMBO3
  31. [CLS:CAboutDlg]
  32. Type=0
  33. HeaderFile=MCComboBoxSampleDlg.h
  34. ImplementationFile=MCComboBoxSampleDlg.cpp
  35. Filter=D
  36. [DLG:IDD_ABOUTBOX]
  37. Type=1
  38. Class=CAboutDlg
  39. ControlCount=5
  40. Control1=IDC_STATIC,static,1342177283
  41. Control2=IDC_STATIC,static,1342308480
  42. Control3=IDC_STATIC,static,1342308352
  43. Control4=IDOK,button,1342373889
  44. Control5=IDC_LIST1,SysListView32,1350633493
  45. [DLG:IDD_MCCOMBOBOXSAMPLE_DIALOG]
  46. Type=1
  47. Class=CMCComboBoxSampleDlg
  48. ControlCount=11
  49. Control1=IDOK,button,1342242817
  50. Control2=IDCANCEL,button,1342242816
  51. Control3=IDC_COMBO1,combobox,1344340499
  52. Control4=IDC_COMBO2,combobox,1344342563
  53. Control5=IDC_COMBO4,combobox,1345389409
  54. Control6=IDC_STATIC,static,1342308354
  55. Control7=IDC_STATIC,static,1342308354
  56. Control8=IDC_STATIC,static,1342308354
  57. Control9=IDC_ENABLEDDISABLED,button,1342242816
  58. Control10=IDC_COMBO3,combobox,1344342818
  59. Control11=IDC_STATIC,static,1342308354
  60. [CLS:CMultiColumnComboBox]
  61. Type=0
  62. HeaderFile=MultiColumnComboBox.h
  63. ImplementationFile=MultiColumnComboBox.cpp
  64. BaseClass=CComboBox
  65. Filter=W
  66. LastObject=CMultiColumnComboBox
  67. VirtualFilter=cWC