netcompute.clw

来自「本程序是用winsock API函数编写网络部分」· CLW 代码 · 共 73 行

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

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

ClassCount=3
Class1=CNetComputeApp
Class2=CNetComputeDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_NETCOMPUTE_DIALOG

[CLS:CNetComputeApp]
Type=0
HeaderFile=NetCompute.h
ImplementationFile=NetCompute.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=NetComputeDlg.h
ImplementationFile=NetComputeDlg.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_NETCOMPUTE_DIALOG]
Type=1
Class=?
ControlCount=18
Control1=IDC_STATIC,button,1342210055
Control2=IDC_TCP,button,1342341129
Control3=IDC_UDP,button,1342210057
Control4=IDC_STATIC,button,1342210055
Control5=IDC_SERVER,button,1342341129
Control6=IDC_CLIENT,button,1342210057
Control7=IDC_STATIC,button,1342210055
Control8=IDC_IPCTL,SysIPAddress32,1342242816
Control9=IDC_START,button,1342275585
Control10=IDC_CLOSE,button,1342275584
Control11=IDC_STATIC,button,1342177287
Control12=IDC_STATIC,static,1342308352
Control13=IDC_DATA1,edit,1350631552
Control14=IDC_STATIC,static,1342308352
Control15=IDC_DATA2,edit,1350631552
Control16=IDC_SEND,button,1342275584
Control17=IDC_RESET,button,1342275584
Control18=IDC_CONTENT,SysListView32,1350631425

⌨️ 快捷键说明

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