AnyServer.clw
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:3k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CAnyServerView
  5. LastTemplate=CSocket
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "AnyServer.h"
  8. LastPage=0
  9. ClassCount=9
  10. Class1=CAnyServerApp
  11. Class2=CAnyServerDoc
  12. Class3=CAnyServerView
  13. Class4=CMainFrame
  14. ResourceCount=4
  15. Resource1=IDD_ABOUTBOX
  16. Resource2=IDR_MAINFRAME
  17. Class5=CAboutDlg
  18. Class6=CChatView
  19. Class7=CChatClientView
  20. Class8=CChatSock
  21. Class9=CChatLsnSock
  22. Resource3=IDR_TRAYMENU
  23. Resource4=IDD_ANYSERVER_FORM
  24. [CLS:CAnyServerApp]
  25. Type=0
  26. HeaderFile=AnyServer.h
  27. ImplementationFile=AnyServer.cpp
  28. Filter=N
  29. LastObject=CAnyServerApp
  30. [CLS:CAnyServerDoc]
  31. Type=0
  32. HeaderFile=AnyServerDoc.h
  33. ImplementationFile=AnyServerDoc.cpp
  34. Filter=N
  35. LastObject=CAnyServerDoc
  36. BaseClass=CDocument
  37. VirtualFilter=DC
  38. [CLS:CAnyServerView]
  39. Type=0
  40. HeaderFile=AnyServerView.h
  41. ImplementationFile=AnyServerView.cpp
  42. Filter=D
  43. BaseClass=CFormView
  44. VirtualFilter=VWC
  45. LastObject=CAnyServerView
  46. [CLS:CMainFrame]
  47. Type=0
  48. HeaderFile=MainFrm.h
  49. ImplementationFile=MainFrm.cpp
  50. Filter=W
  51. LastObject=CMainFrame
  52. BaseClass=CFrameWnd
  53. VirtualFilter=fWC
  54. [CLS:CAboutDlg]
  55. Type=0
  56. HeaderFile=AnyServer.cpp
  57. ImplementationFile=AnyServer.cpp
  58. Filter=D
  59. LastObject=CAboutDlg
  60. [DLG:IDD_ABOUTBOX]
  61. Type=1
  62. Class=CAboutDlg
  63. ControlCount=4
  64. Control1=IDC_STATIC,static,1342177283
  65. Control2=IDC_STATIC,static,1342308480
  66. Control3=IDC_STATIC,static,1342308352
  67. Control4=IDOK,button,1342373889
  68. [MNU:IDR_MAINFRAME]
  69. Type=1
  70. Class=CMainFrame
  71. Command1=ID_STARTSERVER
  72. Command2=ID_STOPSERVER
  73. Command3=ID_FILE_SAVE_AS
  74. Command4=ID_APP_EXIT
  75. Command5=ID_VIEW_TOOLBAR
  76. Command6=ID_VIEW_STATUS_BAR
  77. Command7=ID_APP_ABOUT
  78. CommandCount=7
  79. [ACL:IDR_MAINFRAME]
  80. Type=1
  81. Class=CMainFrame
  82. Command1=ID_STARTSERVER
  83. Command2=ID_EDIT_COPY
  84. Command3=ID_FILE_NEW
  85. Command4=ID_FILE_OPEN
  86. Command5=ID_FILE_SAVE
  87. Command6=ID_STOPSERVER
  88. Command7=ID_EDIT_PASTE
  89. Command8=ID_EDIT_UNDO
  90. Command9=ID_EDIT_CUT
  91. Command10=ID_NEXT_PANE
  92. Command11=ID_PREV_PANE
  93. Command12=ID_EDIT_COPY
  94. Command13=ID_EDIT_PASTE
  95. Command14=ID_EDIT_CUT
  96. Command15=ID_EDIT_UNDO
  97. CommandCount=15
  98. [DLG:IDD_ANYSERVER_FORM]
  99. Type=1
  100. Class=CAnyServerView
  101. ControlCount=8
  102. Control1=IDC_STARTBTN,button,1342242816
  103. Control2=IDC_STOPBTN,button,1342242816
  104. Control3=IDC_CLOSECHAT,button,1342242816
  105. Control4=IDC_STATIC,static,1342308352
  106. Control5=IDC_USEREDIT,edit,1350633472
  107. Control6=IDC_IPADDRESS,SysIPAddress32,1342242816
  108. Control7=IDC_STATIC,static,1342308352
  109. Control8=IDC_RESPONSE,edit,1352730692
  110. [TB:IDR_MAINFRAME]
  111. Type=1
  112. Class=?
  113. Command1=ID_STARTSERVER
  114. Command2=ID_STOPSERVER
  115. Command3=ID_APP_ABOUT
  116. CommandCount=3
  117. [CLS:CChatView]
  118. Type=0
  119. HeaderFile=ChatView.h
  120. ImplementationFile=ChatView.cpp
  121. BaseClass=CEditView
  122. Filter=C
  123. LastObject=CChatView
  124. VirtualFilter=VWC
  125. [CLS:CChatClientView]
  126. Type=0
  127. HeaderFile=ChatClientView.h
  128. ImplementationFile=ChatClientView.cpp
  129. BaseClass=CEditView
  130. Filter=C
  131. LastObject=CChatClientView
  132. VirtualFilter=VWC
  133. [CLS:CChatLsnSock]
  134. Type=0
  135. HeaderFile=ChatLsnSock.h
  136. ImplementationFile=ChatLsnSock.cpp
  137. BaseClass=CAsyncSocket
  138. Filter=N
  139. LastObject=CChatLsnSock
  140. VirtualFilter=q
  141. [CLS:CChatSock]
  142. Type=0
  143. HeaderFile=ChatSock.h
  144. ImplementationFile=ChatSock.cpp
  145. BaseClass=CSocket
  146. Filter=N
  147. LastObject=CChatSock
  148. VirtualFilter=uq
  149. [MNU:IDR_TRAYMENU]
  150. Type=1
  151. Class=?
  152. Command1=ID_STARTSERVER
  153. Command2=ID_STOPSERVER
  154. Command3=ID_APP_EXIT
  155. CommandCount=3