home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / advanced / mutexes / mutexes.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1998-03-27  |  1.6 KB  |  77 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CAboutDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "mutexes.h"
  9. LastPage=0
  10.  
  11. ClassCount=5
  12. Class1=CAboutDlg
  13. Class2=CMutexesDlg
  14. Class3=CMutexesApp
  15. Class4=CCounterThread
  16. Class5=CDisplayThread
  17.  
  18. ResourceCount=2
  19. Resource1=IDD_MUTEXES_DIALOG
  20. Resource2=IDD_ABOUTBOX
  21.  
  22. [CLS:CAboutDlg]
  23. Type=0
  24. BaseClass=CDialog
  25. HeaderFile=mutexdlg.cpp
  26. ImplementationFile=mutexdlg.cpp
  27. LastObject=CAboutDlg
  28.  
  29. [CLS:CMutexesDlg]
  30. Type=0
  31. BaseClass=CDialog
  32. HeaderFile=mutexdlg.h
  33. ImplementationFile=mutexdlg.cpp
  34.  
  35. [CLS:CMutexesApp]
  36. Type=0
  37. BaseClass=CWinApp
  38. HeaderFile=mutexes.h
  39. ImplementationFile=mutexes.cpp
  40.  
  41. [CLS:CCounterThread]
  42. Type=0
  43. BaseClass=CWinThread
  44. HeaderFile=threads.h
  45. ImplementationFile=threads.cpp
  46.  
  47. [CLS:CDisplayThread]
  48. Type=0
  49. BaseClass=CWinThread
  50. HeaderFile=threads.h
  51. ImplementationFile=threads.cpp
  52.  
  53. [DLG:IDD_ABOUTBOX]
  54. Type=1
  55. Class=CAboutDlg
  56. ControlCount=4
  57. Control1=IDC_STATIC,static,1342177283
  58. Control2=IDC_STATIC,static,1342308352
  59. Control3=IDC_STATIC,static,1342308352
  60. Control4=IDOK,button,1342373889
  61.  
  62. [DLG:IDD_MUTEXES_DIALOG]
  63. Type=1
  64. Class=CMutexesDlg
  65. ControlCount=10
  66. Control1=IDC_STATIC,static,1342308352
  67. Control2=IDC_PRIORITYCLASS,combobox,1342373891
  68. Control3=IDC_STATIC,static,1342373900
  69. Control4=IDC_DSPYTHRDPRIORITY,combobox,1342373891
  70. Control5=IDC_STATIC,static,1342373900
  71. Control6=IDC_CNTRTHRDPRIORITY,combobox,1342373891
  72. Control7=IDC_SYNCHRONIZE,button,1342242819
  73. Control8=IDC_SHOWCNTRTHRD,button,1342242819
  74. Control9=IDC_PAUSE,button,1342242819
  75. Control10=IDC_DATABOX,listbox,1352859649
  76.  
  77.