home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / general / modeless / modeless.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1998-03-27  |  1.4 KB  |  74 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 "modeless.h"
  9. LastPage=0
  10.  
  11. ClassCount=4
  12. Class1=CAdderDialog
  13. Class2=CAboutDlg
  14. Class3=CMainDlg
  15. Class4=CModelessApp
  16.  
  17. ResourceCount=3
  18. Resource1=IDD_ABOUTBOX
  19. Resource2=IDD_MAIN_DIALOG
  20. Resource3=IDD_ADDME
  21.  
  22. [CLS:CAdderDialog]
  23. Type=0
  24. BaseClass=CDialog
  25. HeaderFile=adderdlg.h
  26. ImplementationFile=adderdlg.cpp
  27.  
  28. [CLS:CAboutDlg]
  29. Type=0
  30. BaseClass=CDialog
  31. HeaderFile=modeldlg.cpp
  32. ImplementationFile=modeldlg.cpp
  33. LastObject=CAboutDlg
  34.  
  35. [CLS:CMainDlg]
  36. Type=0
  37. BaseClass=CDialog
  38. HeaderFile=modeldlg.h
  39. ImplementationFile=modeldlg.cpp
  40.  
  41. [CLS:CModelessApp]
  42. Type=0
  43. BaseClass=CWinApp
  44. HeaderFile=modeless.h
  45. ImplementationFile=modeless.cpp
  46.  
  47. [DLG:IDD_ADDME]
  48. Type=1
  49. Class=CAdderDialog
  50. ControlCount=4
  51. Control1=IDC_STATIC,static,1342308352
  52. Control2=IDC_NEWTEXT,edit,1350631552
  53. Control3=IDOK,button,1342242817
  54. Control4=IDCANCEL,button,1342242816
  55.  
  56. [DLG:IDD_ABOUTBOX]
  57. Type=1
  58. Class=CAboutDlg
  59. ControlCount=4
  60. Control1=IDC_STATIC,static,1342177283
  61. Control2=IDC_STATIC,static,1342308352
  62. Control3=IDC_STATIC,static,1342308352
  63. Control4=IDOK,button,1342373889
  64.  
  65. [DLG:IDD_MAIN_DIALOG]
  66. Type=1
  67. Class=CMainDlg
  68. ControlCount=4
  69. Control1=IDC_STATIC,static,1342308352
  70. Control2=IDC_LIST,listbox,1352728835
  71. Control3=IDOK,button,1342242817
  72. Control4=IDCANCEL,button,1342242816
  73.  
  74.