MyChat.clw
资源名称:xcchat.rar [点击查看]
上传用户:posgewe
上传日期:2013-05-17
资源大小:69k
文件大小:2k
源码类别:
Telnet服务器
开发平台:
Visual C++
- ; CLW file contains information for the MFC ClassWizard
- [General Info]
- Version=1
- LastClass=CMyChatDlg
- LastTemplate=CDialog
- NewFileInclude1=#include "stdafx.h"
- NewFileInclude2=#include "MyChat.h"
- ClassCount=5
- Class1=CMyChatApp
- Class2=CMyChatDlg
- Class3=CAboutDlg
- ResourceCount=4
- Resource1=IDD_MYCHAT_DIALOG
- Resource2=IDR_MAINFRAME
- Resource3=IDD_ABOUTBOX
- Class4=CClientSocket
- Class5=CLoginDlg
- Resource4=IDD_DIALOG_LOGIN
- [CLS:CMyChatApp]
- Type=0
- HeaderFile=MyChat.h
- ImplementationFile=MyChat.cpp
- Filter=N
- [CLS:CMyChatDlg]
- Type=0
- HeaderFile=MyChatDlg.h
- ImplementationFile=MyChatDlg.cpp
- Filter=D
- LastObject=CMyChatDlg
- BaseClass=CDialog
- VirtualFilter=dWC
- [CLS:CAboutDlg]
- Type=0
- HeaderFile=MyChatDlg.h
- ImplementationFile=MyChatDlg.cpp
- Filter=D
- [DLG:IDD_ABOUTBOX]
- Type=1
- Class=CAboutDlg
- ControlCount=4
- Control1=IDC_STATIC,static,1342177283
- Control2=IDC_STATIC,static,1342308480
- Control3=IDC_STATIC,static,1342308352
- Control4=IDOK,button,1342373889
- [DLG:IDD_MYCHAT_DIALOG]
- Type=1
- Class=CMyChatDlg
- ControlCount=8
- Control1=ID_SEND,button,1342242817
- Control2=IDCANCEL,button,1342242816
- Control3=IDC_STATIC,button,1342177287
- Control4=IDC_EDIT_MESSAGE,edit,1350631552
- Control5=IDC_EDIT_LIST,edit,1350631492
- Control6=IDC_STATIC_NIKENAME,static,1342308352
- Control7=IDC_LIST_USER,listbox,1352728835
- Control8=IDC_STATIC,static,1342308352
- [DLG:IDD_DIALOG_LOGIN]
- Type=1
- Class=CLoginDlg
- ControlCount=7
- Control1=IDOK,button,1342242817
- Control2=IDCANCEL,button,1342242816
- Control3=IDC_STATIC,static,1342308352
- Control4=IDC_STATIC,static,1342308352
- Control5=IDC_EDIT_NAME,edit,1350631552
- Control6=IDC_EDIT_SERVER,edit,1350631552
- Control7=IDC_STATIC,button,1342177287
- [CLS:CClientSocket]
- Type=0
- HeaderFile=ClientSocket.h
- ImplementationFile=ClientSocket.cpp
- BaseClass=CSocket
- Filter=N
- LastObject=CClientSocket
- VirtualFilter=uq
- [CLS:CLoginDlg]
- Type=0
- HeaderFile=LoginDlg.h
- ImplementationFile=LoginDlg.cpp
- BaseClass=CDialog
- Filter=D
- LastObject=IDC_EDIT1
- VirtualFilter=dWC