home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / mfccalc / mfccalc.clw < prev    next >
Text File  |  1998-03-26  |  2KB  |  100 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CCalcDlg
  6. LastTemplate=CCmdTarget
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "mfccalc.h"
  9. OdlFile=mfccalc.odl
  10.  
  11. ClassCount=3
  12. Class1=CCalcApp
  13. Class2=CCalcDlg
  14. Class3=CAboutDlg
  15.  
  16. ResourceCount=3
  17. Resource1=IDD_ABOUTBOX
  18. Resource2=IDR_MAINFRAME
  19. Resource3=IDD_MFCCALC_DIALOG
  20.  
  21. [CLS:CCalcApp]
  22. Type=0
  23. HeaderFile=mfccalc.h
  24. ImplementationFile=mfccalc.cpp
  25. Filter=N
  26. LastObject=CCalcApp
  27.  
  28. [CLS:CCalcDlg]
  29. Type=0
  30. HeaderFile=calcdlg.h
  31. ImplementationFile=calcdlg.cpp
  32. Filter=D
  33. VirtualFilter=dWC
  34. LastObject=IDE_ACCUM
  35.  
  36. [CLS:CAboutDlg]
  37. Type=0
  38. HeaderFile=calcdlg.h
  39. ImplementationFile=calcdlg.cpp
  40. Filter=D
  41.  
  42. [DLG:IDD_ABOUTBOX]
  43. Type=1
  44. Class=CAboutDlg
  45. ControlCount=5
  46. Control1=IDC_STATIC,static,1342177283
  47. Control2=IDC_STATIC,static,1342308352
  48. Control3=IDC_STATIC,static,1342308352
  49. Control4=IDOK,button,1342373889
  50. Control5=IDC_STATIC,static,1342308352
  51.  
  52. [DLG:IDD_MFCCALC_DIALOG]
  53. Type=1
  54. ControlCount=18
  55. Control1=IDB_0,button,1342177280
  56. Control2=IDB_1,button,1342177280
  57. Control3=IDB_2,button,1342177280
  58. Control4=IDB_3,button,1342177280
  59. Control5=IDB_4,button,1342177280
  60. Control6=IDB_5,button,1342177280
  61. Control7=IDB_6,button,1342177280
  62. Control8=IDB_7,button,1342177280
  63. Control9=IDB_8,button,1342177280
  64. Control10=IDB_9,button,1342177280
  65. Control11=IDB_EQUAL,button,1342177280
  66. Control12=IDB_PLUS,button,1342177280
  67. Control13=IDB_MINUS,button,1342177280
  68. Control14=IDB_TIMES,button,1342177280
  69. Control15=IDB_DIVIDE,button,1342177280
  70. Control16=IDB_CLEAR,button,1342177280
  71. Control17=IDE_ACCUM,edit,1350568070
  72. Control18=IDC_INVISIBLE_FOCUS,static,1342373888
  73.  
  74. [ACL:IDD_MFCCALC_DIALOG]
  75. Type=1
  76. Command1=IDB_TIMES
  77. Command2=IDB_PLUS
  78. Command3=IDB_MINUS
  79. Command4=IDB_DIVIDE
  80. Command5=IDB_0
  81. Command6=IDB_1
  82. Command7=IDB_2
  83. Command8=IDB_3
  84. Command9=IDB_4
  85. Command10=IDB_5
  86. Command11=IDB_6
  87. Command12=IDB_7
  88. Command13=IDB_8
  89. Command14=IDB_9
  90. Command15=IDB_EQUAL
  91. Command16=IDB_CLEAR
  92. Command17=ID_NOTHING
  93. Command18=ID_NOTHING
  94. Command19=ID_NOTHING
  95. Command20=ID_NOTHING
  96. Command21=IDB_EQUAL
  97. Command22=IDB_CLEAR
  98. CommandCount=22
  99.  
  100.