home *** CD-ROM | disk | FTP | other *** search
/ Master Visual C++ 1.5 / MASTERVC15.ISO / vcprog / original / ch08 / chkbox / chkbox.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1994-01-17  |  2.1 KB  |  112 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CMyDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "chkbox.h"
  9. VbxHeaderFile=chkbox.h
  10. VbxImplementationFile=chkbox.cpp
  11. LastPage=1
  12.  
  13. ClassCount=6
  14. Class1=CChkboxApp
  15. Class2=CChkboxDoc
  16. Class3=CChkboxView
  17. Class4=CMainFrame
  18.  
  19. ResourceCount=3
  20. Resource1=IDD_ABOUTBOX
  21. Resource2=IDR_MAINFRAME
  22. Class5=CAboutDlg
  23. Class6=CMyDlg
  24. Resource3=IDD_DIALOG1
  25.  
  26. [CLS:CChkboxApp]
  27. Type=0
  28. HeaderFile=chkbox.h
  29. ImplementationFile=chkbox.cpp
  30. Filter=N
  31.  
  32. [CLS:CChkboxDoc]
  33. Type=0
  34. HeaderFile=chkbodoc.h
  35. ImplementationFile=chkbodoc.cpp
  36. Filter=N
  37.  
  38. [CLS:CChkboxView]
  39. Type=0
  40. HeaderFile=chkbovw.h
  41. ImplementationFile=chkbovw.cpp
  42. Filter=C
  43.  
  44. [CLS:CMainFrame]
  45. Type=0
  46. HeaderFile=mainfrm.h
  47. ImplementationFile=mainfrm.cpp
  48. Filter=T
  49. LastObject=ID_FILE_TRYIT
  50.  
  51. [CLS:CAboutDlg]
  52. Type=0
  53. HeaderFile=chkbox.cpp
  54. ImplementationFile=chkbox.cpp
  55. Filter=D
  56.  
  57. [DLG:IDD_ABOUTBOX]
  58. Type=1
  59. ControlCount=4
  60. Control1=IDC_STATIC,static,1342177283
  61. Control2=IDC_STATIC,static,1342308352
  62. Control3=IDC_STATIC,static,1342308352
  63. Control4=IDOK,button,1342373889
  64. Class=CAboutDlg
  65.  
  66. [MNU:IDR_MAINFRAME]
  67. Type=1
  68. Class=CMainFrame
  69. Command1=ID_APP_EXIT
  70. Command2=ID_FILE_TRYIT
  71. Command3=ID_APP_ABOUT
  72. CommandCount=3
  73.  
  74. [ACL:IDR_MAINFRAME]
  75. Type=1
  76. Class=CMainFrame
  77. Command1=ID_FILE_NEW
  78. Command2=ID_FILE_OPEN
  79. Command3=ID_FILE_SAVE
  80. Command5=ID_EDIT_CUT
  81. Command6=ID_EDIT_COPY
  82. Command7=ID_EDIT_PASTE
  83. Command8=ID_EDIT_UNDO
  84. Command9=ID_EDIT_CUT
  85. Command10=ID_EDIT_COPY
  86. Command11=ID_EDIT_PASTE
  87. Command12=ID_NEXT_PANE
  88. Command13=ID_PREV_PANE
  89. CommandCount=13
  90. Command4=ID_EDIT_UNDO
  91.  
  92. [DLG:IDD_DIALOG1]
  93. Type=1
  94. Class=CMyDlg
  95. ControlCount=8
  96. Control1=IDOK,button,1342242817
  97. Control2=IDCANCEL,button,1342242816
  98. Control3=IDC_MY_CHECK_BOX,button,1342242819
  99. Control4=IDC_MY_EDIT_BOX,edit,1350631552
  100. Control5=IDC_ENABLE,button,1342242816
  101. Control6=IDC_DISABLE,button,1342242816
  102. Control7=IDC_SHOW,button,1342242816
  103. Control8=IDC_HIDE,button,1342242816
  104.  
  105. [CLS:CMyDlg]
  106. Type=0
  107. HeaderFile=mydlg.h
  108. ImplementationFile=mydlg.cpp
  109. Filter=D
  110. LastObject=IDC_MY_CHECK_BOX
  111.  
  112.