home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c12 / clock / clock.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1997-02-20  |  1.8 KB  |  80 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CClockCtrl
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "clock.h"
  9. LastPage=0
  10. CDK=Y
  11.  
  12. ClassCount=3
  13. Class1=CAlarmPropPage
  14. Class2=CClockCtrl
  15. Class3=CClockPropPage
  16.  
  17. ResourceCount=3
  18. Resource1=IDD_ABOUTBOX_CLOCK
  19. Resource2=IDD_PROPPAGE_CLOCK
  20. Resource3=IDD_PROPPAGE_ALARM
  21.  
  22. [CLS:CAlarmPropPage]
  23. Type=0
  24. BaseClass=COlePropertyPage
  25. HeaderFile=alarmppg.h
  26. ImplementationFile=AlarmPpg.cpp
  27. Filter=D
  28. VirtualFilter=idWC
  29. LastObject=IDC_ALARM_SET
  30.  
  31. [CLS:CClockCtrl]
  32. Type=0
  33. BaseClass=COleControl
  34. HeaderFile=ClockCtl.h
  35. ImplementationFile=ClockCtl.cpp
  36. Filter=W
  37. VirtualFilter=WC
  38. LastObject=CClockCtrl
  39.  
  40. [CLS:CClockPropPage]
  41. Type=0
  42. BaseClass=COlePropertyPage
  43. HeaderFile=ClockPpg.h
  44. ImplementationFile=ClockPpg.cpp
  45.  
  46. [DLG:IDD_PROPPAGE_ALARM]
  47. Type=1
  48. Class=CAlarmPropPage
  49. ControlCount=12
  50. Control1=IDC_ALARM_SET,button,1342243107
  51. Control2=IDC_STATIC,static,1342308352
  52. Control3=IDC_ALARM_HOUR,edit,1350631552
  53. Control4=IDC_STATIC,static,1342308352
  54. Control5=IDC_ALARM_MINUTE,edit,1350631552
  55. Control6=IDC_STATIC,static,1342308352
  56. Control7=IDC_ALARM_SOUND,edit,1350631552
  57. Control8=IDC_FILE_SELECT,button,1342242816
  58. Control9=IDC_STATIC,static,1342308352
  59. Control10=IDC_ALARM_COMMAND,edit,1350631552
  60. Control11=IDC_ALARM_TYPE,combobox,1344340227
  61. Control12=IDC_STATIC,static,1342308352
  62.  
  63. [DLG:IDD_PROPPAGE_CLOCK]
  64. Type=1
  65. Class=CClockPropPage
  66. ControlCount=3
  67. Control1=IDC_STATIC,static,1342177283
  68. Control2=IDC_STATIC,static,1342308352
  69. Control3=IDC_STATIC,static,1342308352
  70.  
  71. [DLG:IDD_ABOUTBOX_CLOCK]
  72. Type=1
  73. Class=?
  74. ControlCount=4
  75. Control1=IDC_STATIC,static,1342177283
  76. Control2=IDC_STATIC,static,1342308352
  77. Control3=IDC_STATIC,static,1342308352
  78. Control4=IDOK,button,1342373889
  79.  
  80.