tcpserver.clw

来自「winsock通讯」· CLW 代码 · 共 123 行

CLW
123
字号
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CTCPServerDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "TCPServer.h"

ClassCount=4
Class1=CTCPServerApp
Class2=CTCPServerDlg
Class3=CAboutDlg

ResourceCount=7
Resource1=IDD_POPUPMSG
Resource2=IDR_MAINFRAME
Resource3=IDD_DIALOGBAR (English (U.S.))
Class4=CSetServerInfo
Resource4=IDD_TCPSERVER_DIALOG
Resource5=IDD_SETSERVERINFO
Resource6=IDD_ABOUTBOX
Resource7=IDR_SETSRVOPTION

[CLS:CTCPServerApp]
Type=0
HeaderFile=TCPServer.h
ImplementationFile=TCPServer.cpp
Filter=N
BaseClass=CWinApp
VirtualFilter=AC

[CLS:CTCPServerDlg]
Type=0
HeaderFile=TCPServerDlg.h
ImplementationFile=TCPServerDlg.cpp
Filter=W
LastObject=IDC_BTNSEND
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=TCPServerDlg.h
ImplementationFile=TCPServerDlg.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_TCPSERVER_DIALOG]
Type=1
Class=CTCPServerDlg
ControlCount=17
Control1=IDCANCEL,button,1342242816
Control2=IDC_SERVERNAME,edit,1484849281
Control3=IDC_CLIENTNO,edit,1484857473
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308353
Control6=IDC_CLIENTSENDINFO,edit,1350631552
Control7=IDC_STATIC,static,1342308352
Control8=IDC_CURRENTCONNECTSTATE,edit,1484849281
Control9=IDC_STATIC,static,1342308353
Control10=IDC_STATIC,static,1342308352
Control11=IDC_WAITCLIENTNO,edit,1484849281
Control12=IDC_CHATINFO,listbox,1352728835
Control13=IDC_STATIC,static,1342308353
Control14=IDC_STATIC,static,1342308352
Control15=IDC_SENDMESSAGE,edit,1350631552
Control16=IDC_BTNSEND,button,1342242816
Control17=IDC_STATIC,button,1342177287

[DLG:IDD_SETSERVERINFO]
Type=1
Class=CSetServerInfo
ControlCount=10
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308353
Control4=IDC_PORT1,edit,1350631552
Control5=IDC_IP,edit,1476460673
Control6=IDC_STATIC,static,1342308352
Control7=IDC_HOSTNAME,edit,1476460673
Control8=IDC_STATIC,static,1342308353
Control9=IDC_STATIC,static,1342308352
Control10=IDC_PORT2,edit,1350631552

[CLS:CSetServerInfo]
Type=0
HeaderFile=SetServerInfo.h
ImplementationFile=SetServerInfo.cpp
BaseClass=CDialog
Filter=D
LastObject=CSetServerInfo
VirtualFilter=dWC

[MNU:IDR_SETSRVOPTION]
Type=1
Class=?
Command1=ID_SETPORT
Command2=ID_RECEIVE
Command3=ID_CLOSE
CommandCount=3

[DLG:IDD_DIALOGBAR (English (U.S.))]
Type=1
Class=?
ControlCount=1
Control1=IDC_STATIC,static,1342308352

[DLG:IDD_POPUPMSG]
Type=1
Class=?
ControlCount=1
Control1=IDC_STATIC_TEXT,static,1342308353

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?