HotComboDemo.clw
上传用户:zhu7604851
上传日期:2007-01-01
资源大小:34k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CHotComboBox
  5. LastTemplate=CComboBox
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "HotComboDemo.h"
  8. ClassCount=4
  9. Class1=CHotComboDemoApp
  10. Class2=CHotComboDemoDlg
  11. Class3=CAboutDlg
  12. ResourceCount=5
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_HOTCOMBODEMO_DIALOG
  16. Resource4=IDD_ABOUTBOX (English (U.S.))
  17. Resource5=IDD_HOTCOMBODEMO_DIALOG (English (U.S.))
  18. Class4=CHotComboBox
  19. [CLS:CHotComboDemoApp]
  20. Type=0
  21. HeaderFile=HotComboDemo.h
  22. ImplementationFile=HotComboDemo.cpp
  23. Filter=N
  24. [CLS:CHotComboDemoDlg]
  25. Type=0
  26. HeaderFile=HotComboDemoDlg.h
  27. ImplementationFile=HotComboDemoDlg.cpp
  28. Filter=D
  29. BaseClass=CDialog
  30. VirtualFilter=dWC
  31. [CLS:CAboutDlg]
  32. Type=0
  33. HeaderFile=HotComboDemoDlg.h
  34. ImplementationFile=HotComboDemoDlg.cpp
  35. Filter=D
  36. [DLG:IDD_ABOUTBOX]
  37. Type=1
  38. ControlCount=4
  39. Control1=IDC_STATIC,static,1342177283
  40. Control2=IDC_STATIC,static,1342308352
  41. Control3=IDC_STATIC,static,1342308352
  42. Control4=IDOK,button,1342373889
  43. Class=CAboutDlg
  44. [DLG:IDD_HOTCOMBODEMO_DIALOG]
  45. Type=1
  46. ControlCount=3
  47. Control1=IDOK,button,1342242817
  48. Control2=IDCANCEL,button,1342242816
  49. Control3=IDC_STATIC,static,1342308352
  50. Class=CHotComboDemoDlg
  51. [DLG:IDD_HOTCOMBODEMO_DIALOG (English (U.S.))]
  52. Type=1
  53. Class=CHotComboDemoDlg
  54. ControlCount=3
  55. Control1=IDOK,button,1342242817
  56. Control2=IDCANCEL,button,1342242816
  57. Control3=IDC_COMBO,combobox,1344340226
  58. [DLG:IDD_ABOUTBOX (English (U.S.))]
  59. Type=1
  60. Class=CAboutDlg
  61. ControlCount=4
  62. Control1=IDC_STATIC,static,1342177283
  63. Control2=IDC_STATIC,static,1342308480
  64. Control3=IDC_STATIC,static,1342308352
  65. Control4=IDOK,button,1342373889
  66. [CLS:CHotComboBox]
  67. Type=0
  68. HeaderFile=HotComboBox.h
  69. ImplementationFile=HotComboBox.cpp
  70. BaseClass=CComboBox
  71. Filter=W