AnyServer.clw
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:3k
源码类别:
Telnet服务器
开发平台:
Visual C++
- ; CLW file contains information for the MFC ClassWizard
- [General Info]
- Version=1
- LastClass=CAnyServerView
- LastTemplate=CSocket
- NewFileInclude1=#include "stdafx.h"
- NewFileInclude2=#include "AnyServer.h"
- LastPage=0
- ClassCount=9
- Class1=CAnyServerApp
- Class2=CAnyServerDoc
- Class3=CAnyServerView
- Class4=CMainFrame
- ResourceCount=4
- Resource1=IDD_ABOUTBOX
- Resource2=IDR_MAINFRAME
- Class5=CAboutDlg
- Class6=CChatView
- Class7=CChatClientView
- Class8=CChatSock
- Class9=CChatLsnSock
- Resource3=IDR_TRAYMENU
- Resource4=IDD_ANYSERVER_FORM
- [CLS:CAnyServerApp]
- Type=0
- HeaderFile=AnyServer.h
- ImplementationFile=AnyServer.cpp
- Filter=N
- LastObject=CAnyServerApp
- [CLS:CAnyServerDoc]
- Type=0
- HeaderFile=AnyServerDoc.h
- ImplementationFile=AnyServerDoc.cpp
- Filter=N
- LastObject=CAnyServerDoc
- BaseClass=CDocument
- VirtualFilter=DC
- [CLS:CAnyServerView]
- Type=0
- HeaderFile=AnyServerView.h
- ImplementationFile=AnyServerView.cpp
- Filter=D
- BaseClass=CFormView
- VirtualFilter=VWC
- LastObject=CAnyServerView
- [CLS:CMainFrame]
- Type=0
- HeaderFile=MainFrm.h
- ImplementationFile=MainFrm.cpp
- Filter=W
- LastObject=CMainFrame
- BaseClass=CFrameWnd
- VirtualFilter=fWC
- [CLS:CAboutDlg]
- Type=0
- HeaderFile=AnyServer.cpp
- ImplementationFile=AnyServer.cpp
- Filter=D
- LastObject=CAboutDlg
- [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
- [MNU:IDR_MAINFRAME]
- Type=1
- Class=CMainFrame
- Command1=ID_STARTSERVER
- Command2=ID_STOPSERVER
- Command3=ID_FILE_SAVE_AS
- Command4=ID_APP_EXIT
- Command5=ID_VIEW_TOOLBAR
- Command6=ID_VIEW_STATUS_BAR
- Command7=ID_APP_ABOUT
- CommandCount=7
- [ACL:IDR_MAINFRAME]
- Type=1
- Class=CMainFrame
- Command1=ID_STARTSERVER
- Command2=ID_EDIT_COPY
- Command3=ID_FILE_NEW
- Command4=ID_FILE_OPEN
- Command5=ID_FILE_SAVE
- Command6=ID_STOPSERVER
- Command7=ID_EDIT_PASTE
- Command8=ID_EDIT_UNDO
- Command9=ID_EDIT_CUT
- Command10=ID_NEXT_PANE
- Command11=ID_PREV_PANE
- Command12=ID_EDIT_COPY
- Command13=ID_EDIT_PASTE
- Command14=ID_EDIT_CUT
- Command15=ID_EDIT_UNDO
- CommandCount=15
- [DLG:IDD_ANYSERVER_FORM]
- Type=1
- Class=CAnyServerView
- ControlCount=8
- Control1=IDC_STARTBTN,button,1342242816
- Control2=IDC_STOPBTN,button,1342242816
- Control3=IDC_CLOSECHAT,button,1342242816
- Control4=IDC_STATIC,static,1342308352
- Control5=IDC_USEREDIT,edit,1350633472
- Control6=IDC_IPADDRESS,SysIPAddress32,1342242816
- Control7=IDC_STATIC,static,1342308352
- Control8=IDC_RESPONSE,edit,1352730692
- [TB:IDR_MAINFRAME]
- Type=1
- Class=?
- Command1=ID_STARTSERVER
- Command2=ID_STOPSERVER
- Command3=ID_APP_ABOUT
- CommandCount=3
- [CLS:CChatView]
- Type=0
- HeaderFile=ChatView.h
- ImplementationFile=ChatView.cpp
- BaseClass=CEditView
- Filter=C
- LastObject=CChatView
- VirtualFilter=VWC
- [CLS:CChatClientView]
- Type=0
- HeaderFile=ChatClientView.h
- ImplementationFile=ChatClientView.cpp
- BaseClass=CEditView
- Filter=C
- LastObject=CChatClientView
- VirtualFilter=VWC
- [CLS:CChatLsnSock]
- Type=0
- HeaderFile=ChatLsnSock.h
- ImplementationFile=ChatLsnSock.cpp
- BaseClass=CAsyncSocket
- Filter=N
- LastObject=CChatLsnSock
- VirtualFilter=q
- [CLS:CChatSock]
- Type=0
- HeaderFile=ChatSock.h
- ImplementationFile=ChatSock.cpp
- BaseClass=CSocket
- Filter=N
- LastObject=CChatSock
- VirtualFilter=uq
- [MNU:IDR_TRAYMENU]
- Type=1
- Class=?
- Command1=ID_STARTSERVER
- Command2=ID_STOPSERVER
- Command3=ID_APP_EXIT
- CommandCount=3