home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / mycalc.clw < prev    next >
Text File  |  1995-10-16  |  3KB  |  135 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CCalcDialog
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "MyCalc.h"
  9. LastPage=0
  10.  
  11. ClassCount=6
  12. Class1=CMyCalcApp
  13. Class2=CMyCalcDoc
  14. Class3=CMyCalcView
  15. Class4=CMainFrame
  16.  
  17. ResourceCount=3
  18. Resource1=IDD_ABOUTBOX
  19. Resource2=IDR_MAINFRAME
  20. Class5=CAboutDlg
  21. Class6=CCalcDialog
  22. Resource3=IDD_DIALOG1
  23.  
  24. [CLS:CMyCalcApp]
  25. Type=0
  26. HeaderFile=MyCalc.h
  27. ImplementationFile=MyCalc.cpp
  28. Filter=N
  29.  
  30. [CLS:CMyCalcDoc]
  31. Type=0
  32. HeaderFile=MyCaldoc.h
  33. ImplementationFile=MyCaldoc.cpp
  34. Filter=N
  35. VirtualFilter=DC
  36. LastObject=IDC_BUTTON20
  37.  
  38. [CLS:CMyCalcView]
  39. Type=0
  40. HeaderFile=MyCalvw.h
  41. ImplementationFile=MyCalvw.cpp
  42. Filter=C
  43.  
  44. [CLS:CMainFrame]
  45. Type=0
  46. HeaderFile=mainfrm.h
  47. ImplementationFile=mainfrm.cpp
  48. Filter=T
  49.  
  50.  
  51.  
  52. [CLS:CAboutDlg]
  53. Type=0
  54. HeaderFile=MyCalc.cpp
  55. ImplementationFile=MyCalc.cpp
  56. Filter=D
  57.  
  58. [DLG:IDD_ABOUTBOX]
  59. Type=1
  60. Class=CAboutDlg
  61. ControlCount=4
  62. Control1=IDC_STATIC,static,1342177283
  63. Control2=IDC_STATIC,static,1342308352
  64. Control3=IDC_STATIC,static,1342308352
  65. Control4=IDOK,button,1342373889
  66.  
  67. [MNU:IDR_MAINFRAME]
  68. Type=1
  69. Class=CMainFrame
  70. Command1=ID_FILE_NEW
  71. Command2=ID_FILE_OPEN
  72. Command3=ID_FILE_SAVE
  73. Command4=ID_FILE_SAVE_AS
  74. Command5=ID_FILE_MRU_FILE1
  75. Command6=ID_APP_EXIT
  76. Command7=ID_EDIT_UNDO
  77. Command8=ID_EDIT_CUT
  78. Command9=ID_EDIT_COPY
  79. Command10=ID_EDIT_PASTE
  80. Command11=ID_VIEW_STATUS_BAR
  81. Command12=ID_APP_ABOUT
  82. CommandCount=12
  83.  
  84. [ACL:IDR_MAINFRAME]
  85. Type=1
  86. Class=CMainFrame
  87. Command1=ID_FILE_NEW
  88. Command2=ID_FILE_OPEN
  89. Command3=ID_FILE_SAVE
  90. Command4=ID_EDIT_UNDO
  91. Command5=ID_EDIT_CUT
  92. Command6=ID_EDIT_COPY
  93. Command7=ID_EDIT_PASTE
  94. Command8=ID_EDIT_UNDO
  95. Command9=ID_EDIT_CUT
  96. Command10=ID_EDIT_COPY
  97. Command11=ID_EDIT_PASTE
  98. Command12=ID_NEXT_PANE
  99. Command13=ID_PREV_PANE
  100. CommandCount=13
  101.  
  102. [DLG:IDD_DIALOG1]
  103. Type=1
  104. Class=CCalcDialog
  105. ControlCount=20
  106. Control1=IDC_BUTTON1,button,1342242816
  107. Control2=IDC_BUTTON2,button,1342242816
  108. Control3=IDC_BUTTON3,button,1342242816
  109. Control4=IDC_BUTTON4,button,1342242816
  110. Control5=IDC_BUTTON5,button,1342242816
  111. Control6=IDC_BUTTON6,button,1342242816
  112. Control7=IDC_BUTTON7,button,1342242816
  113. Control8=IDC_BUTTON8,button,1342242816
  114. Control9=IDC_BUTTON9,button,1342242816
  115. Control10=IDC_BUTTON10,button,1342242816
  116. Control11=IDC_BUTTON11,button,1342242816
  117. Control12=IDC_BUTTON12,button,1342242816
  118. Control13=IDC_BUTTON13,button,1342242816
  119. Control14=IDC_BUTTON14,button,1342242816
  120. Control15=IDC_BUTTON16,button,1342242816
  121. Control16=IDC_BUTTON17,button,1342242816
  122. Control17=IDC_BUTTON18,button,1342242816
  123. Control18=IDC_BUTTON19,button,1342242816
  124. Control19=IDC_BUTTON20,button,1342242816
  125. Control20=IDC_Display,edit,1350633600
  126.  
  127. [CLS:CCalcDialog]
  128. Type=0
  129. HeaderFile=calcdial.h
  130. ImplementationFile=calcdial.cpp
  131. Filter=D
  132. VirtualFilter=dWC
  133. LastObject=IDC_BUTTON0
  134.  
  135.