home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / advanced / dlltrace / dlltrace.clw next >
Text File  |  1998-03-26  |  792b  |  41 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 "dlltrace.h"
  9.  
  10. ClassCount=1
  11. Class1=CMainWindow
  12.  
  13. ResourceCount=2
  14. Resource1=IDR_MAINMENU
  15. Resource2=IDD_ABOUTBOX
  16.  
  17. [CLS:CMainWindow]
  18. Type=0
  19. HeaderFile=dlltrace.cpp
  20. ImplementationFile=dlltrace.cpp
  21. LastObject=CMainWindow
  22.  
  23. [MNU:IDR_MAINMENU]
  24. Type=1
  25. Class=?
  26. Command1=ID_APP_EXIT
  27. Command2=ID_APP_ABOUT
  28. Command3=ID_TRACE_FLAGS
  29. CommandCount=3
  30.  
  31. [DLG:IDD_ABOUTBOX]
  32. Type=1
  33. Class=?
  34. ControlCount=5
  35. Control1=IDC_STATIC,static,1342308353
  36. Control2=IDC_STATIC,static,1342308353
  37. Control3=IDC_STATIC,static,1342308353
  38. Control4=IDC_STATIC,static,1342308353
  39. Control5=IDOK,button,1342373889
  40.  
  41.