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

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CMainWindow
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "hello.h"
  9.  
  10. ClassCount=1
  11. Class1=CMainWindow
  12.  
  13. ResourceCount=3
  14. Resource1="MAINMENU"
  15. Resource2="MAINACCELTABLE"
  16. Resource3="ABOUTBOX"
  17.  
  18. [CLS:CMainWindow]
  19. Type=0
  20. HeaderFile=hello.h
  21. ImplementationFile=hello.cpp
  22. LastObject=IDM_ABOUT
  23.  
  24. [MNU:"MAINMENU"]
  25. Type=1
  26. Command1=IDM_ABOUT
  27. CommandCount=1
  28. Class=?
  29.  
  30. [ACL:"MAINACCELTABLE"]
  31. Type=1
  32. Command1=IDM_ABOUT
  33. CommandCount=1
  34. Class=?
  35.  
  36. [DLG:"ABOUTBOX"]
  37. Type=1
  38. ControlCount=5
  39. Control1=IDC_STATIC,static,1342308353
  40. Control2=IDC_STATIC,static,1342308353
  41. Control3=IDC_STATIC,static,1342308353
  42. Control4=IDC_STATIC,static,1342308353
  43. Control5=IDOK,button,1342373889
  44. Class=?
  45.  
  46.