Calculator.clw
上传用户:z_mail1980
上传日期:2007-06-01
资源大小:647k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CCalculatorDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "Calculator.h"
  8. ClassCount=3
  9. Class1=CCalculatorApp
  10. Class2=CCalculatorDlg
  11. Class3=CAboutDlg
  12. ResourceCount=3
  13. Resource1=IDD_ABOUTBOX
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_CALCULATOR_DIALOG
  16. [CLS:CCalculatorApp]
  17. Type=0
  18. HeaderFile=Calculator.h
  19. ImplementationFile=Calculator.cpp
  20. Filter=N
  21. [CLS:CCalculatorDlg]
  22. Type=0
  23. HeaderFile=CalculatorDlg.h
  24. ImplementationFile=CalculatorDlg.cpp
  25. Filter=D
  26. BaseClass=CDialog
  27. VirtualFilter=dWC
  28. LastObject=IDC_EDIT_PUTOUT
  29. [CLS:CAboutDlg]
  30. Type=0
  31. HeaderFile=CalculatorDlg.h
  32. ImplementationFile=CalculatorDlg.cpp
  33. Filter=D
  34. [DLG:IDD_ABOUTBOX]
  35. Type=1
  36. Class=CAboutDlg
  37. ControlCount=4
  38. Control1=IDC_STATIC,static,1342177283
  39. Control2=IDC_STATIC,static,1342308480
  40. Control3=IDC_STATIC,static,1342308352
  41. Control4=IDOK,button,1342373889
  42. [DLG:IDD_CALCULATOR_DIALOG]
  43. Type=1
  44. Class=CCalculatorDlg
  45. ControlCount=21
  46. Control1=IDC_EDIT_PUTOUT,edit,1350641794
  47. Control2=IDC_NUMBER1,button,1342242816
  48. Control3=IDC_NUMBER2,button,1342242816
  49. Control4=IDC_NUMBER3,button,1342242816
  50. Control5=IDC_NUMBER4,button,1342242816
  51. Control6=IDC_NUMBER5,button,1342242816
  52. Control7=IDC_NUMBER6,button,1342242816
  53. Control8=IDC_NUMBER7,button,1342242816
  54. Control9=IDC_NUMBER8,button,1342242816
  55. Control10=IDC_NUMBER9,button,1342242816
  56. Control11=IDC_NUMBER0,button,1342242816
  57. Control12=IDC_MINUS,button,1342242816
  58. Control13=IDC_BACK,button,1342242816
  59. Control14=IDC_DIVIDE,button,1342242816
  60. Control15=IDC_MULTIPLY,button,1342242816
  61. Control16=IDC_ADD,button,1342242816
  62. Control17=IDC_SUBTRACT,button,1342242816
  63. Control18=IDC_CLEAR,button,1342242816
  64. Control19=IDC_SQRT,button,1342242816
  65. Control20=IDC_RECIPROCAL,button,1342242816
  66. Control21=IDC_RESULT,button,1342242816