home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / MSVCPUZL.ZIP / PUZZLE.CLW < prev    next >
Text File  |  1994-01-02  |  2KB  |  91 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CPuzzleView
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "puzzle.h"
  9. VbxHeaderFile=puzzle.h
  10. VbxImplementationFile=puzzle.cpp
  11.  
  12. ClassCount=5
  13. Class1=CPuzzleApp
  14. Class2=CPuzzleDoc
  15. Class3=CPuzzleView
  16. Class4=CMainFrame
  17. Class5=CAboutDlg
  18.  
  19. ResourceCount=2
  20. Resource1=IDR_MAINFRAME
  21. Resource2=IDD_ABOUTBOX
  22.  
  23. [CLS:CPuzzleApp]
  24. Type=0
  25. HeaderFile=puzzle.h
  26. ImplementationFile=puzzle.cpp
  27. Filter=N
  28.  
  29. [CLS:CPuzzleDoc]
  30. Type=0
  31. HeaderFile=puzzldoc.h
  32. ImplementationFile=puzzldoc.cpp
  33. Filter=N
  34.  
  35. [CLS:CPuzzleView]
  36. Type=0
  37. HeaderFile=puzzlvw.h
  38. ImplementationFile=puzzlvw.cpp
  39. Filter=C
  40. LastObject=CPuzzleView
  41.  
  42. [CLS:CMainFrame]
  43. Type=0
  44. HeaderFile=mainfrm.h
  45. ImplementationFile=mainfrm.cpp
  46. Filter=T
  47. LastObject=CMainFrame
  48.  
  49. [CLS:CAboutDlg]
  50. Type=0
  51. HeaderFile=puzzle.cpp
  52. ImplementationFile=puzzle.cpp
  53. Filter=D
  54.  
  55. [ACL:IDR_MAINFRAME]
  56. Type=1
  57. Class=CPuzzleView
  58. Command1=ID_FILE_NEW
  59. Command2=ID_FILE_OPEN
  60. Command3=ID_FILE_SAVE
  61. Command5=ID_EDIT_CUT
  62. Command6=ID_EDIT_COPY
  63. Command7=ID_EDIT_PASTE
  64. Command8=ID_EDIT_UNDO
  65. Command9=ID_EDIT_CUT
  66. Command10=ID_EDIT_COPY
  67. Command11=ID_EDIT_PASTE
  68. Command12=ID_NEXT_PANE
  69. Command13=ID_PREV_PANE
  70. CommandCount=13
  71. Command4=ID_EDIT_UNDO
  72.  
  73. [MNU:IDR_MAINFRAME]
  74. Type=1
  75. Command1=ID_RESET
  76. Command2=ID_APP_ABOUT
  77. CommandCount=2
  78. Class=CPuzzleView
  79.  
  80. [DLG:IDD_ABOUTBOX]
  81. Type=1
  82. ControlCount=6
  83. Control1=IDC_STATIC,static,1342177283
  84. Control2=IDC_STATIC,static,1342308352
  85. Control3=IDC_STATIC,static,1342308352
  86. Control4=IDOK,button,1342373889
  87. Control5=IDC_STATIC,static,1342308352
  88. Control6=IDC_STATIC,static,1342308352
  89. Class=CAboutDlg
  90.  
  91.