chat.clw

来自「利用Visual C++的Windows SOCKET网络编程实现局域网内正在使」· CLW 代码 · 共 90 行

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

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

ClassCount=4
Class1=CChatApp
Class2=CChatDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_CHAT_DIALOG
Class4=CPriChatDlg
Resource4=IDD_PRICHAR_DIALOG

[CLS:CChatApp]
Type=0
HeaderFile=Chat.h
ImplementationFile=Chat.cpp
Filter=N

[CLS:CChatDlg]
Type=0
HeaderFile=ChatDlg.h
ImplementationFile=ChatDlg.cpp
Filter=D
LastObject=IDCANCEL
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=ChatDlg.h
ImplementationFile=ChatDlg.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_CHAT_DIALOG]
Type=1
Class=CChatDlg
ControlCount=10
Control1=IDC_LIST_USER,listbox,1352728833
Control2=IDC_EDIT_PUB_RECV,edit,1352730692
Control3=IDC_EDIT_PUB_SEND,edit,1350631492
Control4=IDC_BTN_PUB_SEND,button,1342242817
Control5=IDC_STATIC,button,1342177287
Control6=IDC_STATIC,static,1342308352
Control7=IDC_UPDATE_USER_LIST,button,1342242816
Control8=IDC_STATIC,button,1342177287
Control9=IDCANCEL,button,1342242816
Control10=IDC_STATIC,static,1342308352

[DLG:IDD_PRICHAR_DIALOG]
Type=1
Class=CPriChatDlg
ControlCount=9
Control1=IDCANCEL,button,1342242816
Control2=IDC_EDIT_RECV,edit,1352730692
Control3=IDC_EDIT_SEND,edit,1350631492
Control4=IDC_BTN_SEND,button,1342242817
Control5=IDC_BTN_FILE_SEND,button,1342242816
Control6=IDC_BTN_FILE_RECV,button,1476460544
Control7=IDC_BTN_FILE_REFUSE,button,1476460544
Control8=IDC_STATIC,button,1342177287
Control9=IDC_PROGRESS,static,1342308352

[CLS:CPriChatDlg]
Type=0
HeaderFile=PriChatDlg.h
ImplementationFile=PriChatDlg.cpp
BaseClass=CDialog
Filter=D
LastObject=IDC_BTN_FILE_REFUSE
VirtualFilter=dWC

⌨️ 快捷键说明

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