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

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CCubeDoc
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "cube.h"
  9. LastPage=0
  10.  
  11. ClassCount=5
  12. Class1=CCubeApp
  13. Class2=CCubeDoc
  14. Class3=CCubeView
  15. Class4=CMainFrame
  16.  
  17. ResourceCount=7
  18. Resource1=IDD_ABOUTBOX
  19. Resource2=IDR_MAINFRAME
  20. Class5=CAboutDlg
  21.  
  22. [CLS:CCubeApp]
  23. Type=0
  24. HeaderFile=cube.h
  25. ImplementationFile=cube.cpp
  26. Filter=N
  27. LastObject=CCubeApp
  28.  
  29. [CLS:CCubeDoc]
  30. Type=0
  31. HeaderFile=cubedoc.h
  32. ImplementationFile=cubedoc.cpp
  33.  
  34. [CLS:CCubeView]
  35. Type=0
  36. HeaderFile=cubeview.h
  37. ImplementationFile=cubeview.cpp
  38. LastObject=CCubeView
  39.  
  40. [CLS:CMainFrame]
  41. Type=0
  42. HeaderFile=mainfrm.h
  43. ImplementationFile=mainfrm.cpp
  44. Filter=T
  45. LastObject=CMainFrame
  46. VirtualFilter=fWC
  47.  
  48.  
  49.  
  50. [CLS:CAboutDlg]
  51. Type=0
  52. HeaderFile=cube.cpp
  53. ImplementationFile=cube.cpp
  54. Filter=D
  55. LastObject=CAboutDlg
  56.  
  57. [DLG:IDD_ABOUTBOX]
  58. Type=1
  59. Class=CAboutDlg
  60. ControlCount=4
  61. Control1=IDC_STATIC,static,1342177283
  62. Control2=IDC_STATIC,static,1342308352
  63. Control3=IDC_STATIC,static,1342308352
  64. Control4=IDOK,button,1342373889
  65.  
  66. [MNU:IDR_MAINFRAME]
  67. Type=1
  68. Class=CMainFrame
  69. Command1=ID_FILE_PLAY
  70. Command2=ID_APP_EXIT
  71. Command3=ID_VIEW_TOOLBAR
  72. Command4=ID_APP_ABOUT
  73. CommandCount=4
  74.  
  75. [ACL:IDR_MAINFRAME]
  76. Type=1
  77. Class=CMainFrame
  78. Command1=ID_NEXT_PANE
  79. Command2=ID_PREV_PANE
  80. CommandCount=2
  81.  
  82.