MyChat.clw
上传用户:posgewe
上传日期:2013-05-17
资源大小:69k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. ; CLW file contains information for the MFC ClassWizard
  2. [General Info]
  3. Version=1
  4. LastClass=CMyChatDlg
  5. LastTemplate=CDialog
  6. NewFileInclude1=#include "stdafx.h"
  7. NewFileInclude2=#include "MyChat.h"
  8. ClassCount=5
  9. Class1=CMyChatApp
  10. Class2=CMyChatDlg
  11. Class3=CAboutDlg
  12. ResourceCount=4
  13. Resource1=IDD_MYCHAT_DIALOG
  14. Resource2=IDR_MAINFRAME
  15. Resource3=IDD_ABOUTBOX
  16. Class4=CClientSocket
  17. Class5=CLoginDlg
  18. Resource4=IDD_DIALOG_LOGIN
  19. [CLS:CMyChatApp]
  20. Type=0
  21. HeaderFile=MyChat.h
  22. ImplementationFile=MyChat.cpp
  23. Filter=N
  24. [CLS:CMyChatDlg]
  25. Type=0
  26. HeaderFile=MyChatDlg.h
  27. ImplementationFile=MyChatDlg.cpp
  28. Filter=D
  29. LastObject=CMyChatDlg
  30. BaseClass=CDialog
  31. VirtualFilter=dWC
  32. [CLS:CAboutDlg]
  33. Type=0
  34. HeaderFile=MyChatDlg.h
  35. ImplementationFile=MyChatDlg.cpp
  36. Filter=D
  37. [DLG:IDD_ABOUTBOX]
  38. Type=1
  39. Class=CAboutDlg
  40. ControlCount=4
  41. Control1=IDC_STATIC,static,1342177283
  42. Control2=IDC_STATIC,static,1342308480
  43. Control3=IDC_STATIC,static,1342308352
  44. Control4=IDOK,button,1342373889
  45. [DLG:IDD_MYCHAT_DIALOG]
  46. Type=1
  47. Class=CMyChatDlg
  48. ControlCount=8
  49. Control1=ID_SEND,button,1342242817
  50. Control2=IDCANCEL,button,1342242816
  51. Control3=IDC_STATIC,button,1342177287
  52. Control4=IDC_EDIT_MESSAGE,edit,1350631552
  53. Control5=IDC_EDIT_LIST,edit,1350631492
  54. Control6=IDC_STATIC_NIKENAME,static,1342308352
  55. Control7=IDC_LIST_USER,listbox,1352728835
  56. Control8=IDC_STATIC,static,1342308352
  57. [DLG:IDD_DIALOG_LOGIN]
  58. Type=1
  59. Class=CLoginDlg
  60. ControlCount=7
  61. Control1=IDOK,button,1342242817
  62. Control2=IDCANCEL,button,1342242816
  63. Control3=IDC_STATIC,static,1342308352
  64. Control4=IDC_STATIC,static,1342308352
  65. Control5=IDC_EDIT_NAME,edit,1350631552
  66. Control6=IDC_EDIT_SERVER,edit,1350631552
  67. Control7=IDC_STATIC,button,1342177287
  68. [CLS:CClientSocket]
  69. Type=0
  70. HeaderFile=ClientSocket.h
  71. ImplementationFile=ClientSocket.cpp
  72. BaseClass=CSocket
  73. Filter=N
  74. LastObject=CClientSocket
  75. VirtualFilter=uq
  76. [CLS:CLoginDlg]
  77. Type=0
  78. HeaderFile=LoginDlg.h
  79. ImplementationFile=LoginDlg.cpp
  80. BaseClass=CDialog
  81. Filter=D
  82. LastObject=IDC_EDIT1
  83. VirtualFilter=dWC