home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / MFC / SAMPLES / HELLO / HELLO.CL_ / HELLO.CL
Encoding:
MFC ClassWizard info  |  1993-02-08  |  884 b   |  48 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. VbxHeaderFile=hello.h
  10. VbxImplementationFile=hello.cpp
  11.  
  12. ClassCount=1
  13. Class1=CMainWindow
  14.  
  15. ResourceCount=3
  16. Resource1="MAINMENU"
  17. Resource2="MAINACCELTABLE"
  18. Resource3="ABOUTBOX"
  19.  
  20. [CLS:CMainWindow]
  21. Type=0
  22. HeaderFile=hello.h
  23. ImplementationFile=hello.cpp
  24. LastObject=IDM_ABOUT
  25.  
  26. [MNU:"MAINMENU"]
  27. Type=1
  28. Command1=IDM_ABOUT
  29. CommandCount=1
  30. Class=?
  31.  
  32. [ACL:"MAINACCELTABLE"]
  33. Type=1
  34. Command1=IDM_ABOUT
  35. CommandCount=1
  36. Class=?
  37.  
  38. [DLG:"ABOUTBOX"]
  39. Type=1
  40. ControlCount=5
  41. Control1=IDC_STATIC,static,1342308353
  42. Control2=IDC_STATIC,static,1342308353
  43. Control3=IDC_STATIC,static,1342308353
  44. Control4=IDC_STATIC,static,1342308353
  45. Control5=IDOK,button,1342373889
  46. Class=?
  47.  
  48.