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

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CSetupDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "chatter.h"
  9. LastPage=0
  10.  
  11. ClassCount=7
  12. Class1=CChatDoc
  13. Class2=CChatterApp
  14. Class3=CAboutDlg
  15. Class4=CChatView
  16. Class5=CMainFrame
  17. Class6=CSendView
  18. Class7=CSetupDlg
  19.  
  20. ResourceCount=3
  21. Resource1=IDR_MAINFRAME
  22. Resource2=IDD_ABOUTBOX
  23. Resource3=IDD_SETUP
  24.  
  25. [CLS:CChatDoc]
  26. Type=0
  27. BaseClass=CDocument
  28. HeaderFile=chatdoc.h
  29. ImplementationFile=chatdoc.cpp
  30.  
  31. [CLS:CChatterApp]
  32. Type=0
  33. BaseClass=CWinApp
  34. HeaderFile=chatter.h
  35. ImplementationFile=chatter.cpp
  36.  
  37. [CLS:CAboutDlg]
  38. Type=0
  39. BaseClass=CDialog
  40. HeaderFile=chatter.cpp
  41. ImplementationFile=chatter.cpp
  42. Filter=D
  43. LastObject=CAboutDlg
  44.  
  45. [CLS:CChatView]
  46. Type=0
  47. BaseClass=CEditView
  48. HeaderFile=chatvw.h
  49. ImplementationFile=chatvw.cpp
  50.  
  51. [CLS:CMainFrame]
  52. Type=0
  53. BaseClass=CFrameWnd
  54. HeaderFile=mainfrm.h
  55. ImplementationFile=mainfrm.cpp
  56. Filter=T
  57.  
  58. [CLS:CSendView]
  59. Type=0
  60. BaseClass=CEditView
  61. HeaderFile=sendvw.h
  62. ImplementationFile=sendvw.cpp
  63.  
  64. [CLS:CSetupDlg]
  65. Type=0
  66. BaseClass=CDialog
  67. HeaderFile=setupdlg.h
  68. ImplementationFile=setupdlg.cpp
  69.  
  70. [DLG:IDD_ABOUTBOX]
  71. Type=1
  72. Class=CAboutDlg
  73. ControlCount=4
  74. Control1=IDC_STATIC,static,1342177283
  75. Control2=IDC_STATIC,static,1342308352
  76. Control3=IDC_STATIC,static,1342308352
  77. Control4=IDOK,button,1342373889
  78.  
  79. [DLG:IDD_SETUP]
  80. Type=1
  81. Class=CSetupDlg
  82. ControlCount=8
  83. Control1=IDC_STATIC,static,1342308352
  84. Control2=IDC_HANDLE,edit,1350631552
  85. Control3=IDC_STATIC,static,1342308352
  86. Control4=IDC_SERVER,edit,1350631552
  87. Control5=IDC_STATIC,static,1342308352
  88. Control6=IDC_CHANNEL,edit,1350631424
  89. Control7=IDOK,button,1342242817
  90. Control8=IDCANCEL,button,1342242816
  91.  
  92. [MNU:IDR_MAINFRAME]
  93. Type=1
  94. Class=CMainFrame
  95. Command1=ID_FILE_NEW
  96. Command2=ID_FILE_SAVE
  97. Command3=ID_AUTOCHATTER
  98. Command4=ID_APP_EXIT
  99. Command5=ID_VIEW_TOOLBAR
  100. Command6=ID_VIEW_STATUS_BAR
  101. Command7=ID_APP_ABOUT
  102. CommandCount=7
  103.  
  104. [ACL:IDR_MAINFRAME]
  105. Type=1
  106. Class=CMainFrame
  107. Command1=ID_FILE_NEW
  108. Command2=ID_FILE_SAVE
  109. Command3=ID_NEXT_PANE
  110. Command4=ID_PREV_PANE
  111. CommandCount=4
  112.  
  113.