⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 client.clw

📁 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信
💻 CLW
字号:
; CLW file contains information for the MFC ClassWizard

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

ClassCount=7
Class1=CClientApp
Class2=CClientDlg
Class3=CAboutDlg

ResourceCount=8
Resource1=IDD_CLIENT_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDD_CHAT
Class4=CRegister
Class5=CMySocket
Resource4=IDD_REG
Class6=CChat
Resource5=IDR_ACCELERATOR1
Resource6=IDD_ABOUTBOX
Resource7=IDD_MYINTRO
Class7=CMyIntro
Resource8=IDR_MENU1

[CLS:CClientApp]
Type=0
HeaderFile=Client.h
ImplementationFile=Client.cpp
Filter=N
LastObject=CClientApp

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

[CLS:CAboutDlg]
Type=0
HeaderFile=ClientDlg.h
ImplementationFile=ClientDlg.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_REG]
Type=1
Class=CRegister
ControlCount=22
Control1=IDC_PICTURE,combobox,1344340771
Control2=IDC_USERNAME,edit,1350631552
Control3=IDC_AGE,edit,1350639744
Control4=IDC_SEX,combobox,1344340227
Control5=IDC_ID,edit,1350631584
Control6=IDC_REID,edit,1350631584
Control7=IDC_TRUENAME,edit,1350631552
Control8=IDC_PLACE,edit,1350631552
Control9=IDC_MAIL,edit,1350631552
Control10=IDOK,button,1342242817
Control11=IDCANCEL,button,1342242816
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,static,1342308352
Control16=IDC_STATIC,static,1342308352
Control17=IDC_STATIC,static,1342308352
Control18=IDC_STATIC,static,1342308352
Control19=IDC_STATIC,static,1342308352
Control20=IDC_STATIC,button,1342177287
Control21=IDC_STATIC,button,1342177287
Control22=IDC_STATIC,button,1342177287

[CLS:CRegister]
Type=0
HeaderFile=Register.h
ImplementationFile=Register.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDOK

[DLG:IDD_CLIENT_DIALOG]
Type=1
Class=CClientDlg
ControlCount=8
Control1=IDC_USERNAME,edit,1350631552
Control2=IDC_USERID,edit,1350631584
Control3=IDOK,button,1342242817
Control4=IDC_REGISTER,button,1342242816
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDCANCEL,button,1073807360
Control8=IDC_STATIC,button,1342177287

[CLS:CMySocket]
Type=0
HeaderFile=MySocket.h
ImplementationFile=MySocket.cpp
BaseClass=CAsyncSocket
Filter=N
VirtualFilter=q
LastObject=CMySocket

[DLG:IDD_CHAT]
Type=1
Class=CChat
ControlCount=11
Control1=IDC_MESSAGE,edit,1352732740
Control2=IDC_SEND,button,1342242816
Control3=IDC_REPLY,button,1342242816
Control4=IDC_MORE,button,1342242816
Control5=IDC_RECEIVE,edit,1352734788
Control6=IDC_TUBIAO,static,1342177283
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_FRIEND,button,1342177287
Control10=IDC_ROOM,edit,1350633600
Control11=IDC_PETNAME,combobox,1344340227

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

[ACL:IDR_ACCELERATOR1]
Type=1
Class=?
Command1=IDC_SEND
CommandCount=1

[MNU:IDR_MENU1]
Type=1
Class=CChat
Command1=ID_SHOW
Command2=ID_ABOUT
Command3=ID_CLOSE
CommandCount=3

[DLG:IDD_MYINTRO]
Type=1
Class=CMyIntro
ControlCount=6
Control1=IDOK,button,1342242817
Control2=IDC_STATIC,static,1342179342
Control3=IDC_STATIC,static,1342308353
Control4=IDC_STATIC,static,1342308353
Control5=IDC_STATIC,static,1342308353
Control6=IDC_STATIC,button,1342177287

[CLS:CMyIntro]
Type=0
HeaderFile=MyIntro.h
ImplementationFile=MyIntro.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDOK

⌨️ 快捷键说明

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