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

📄 tcp_server.vcc

📁 TCP服务器应用开发示例。 EVC 4.0 编译通过 ARMV4I 运行成功
💻 VCC
字号:
; CLW file contains information for the MFC ClassWizard

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

ClassCount=2
Class1=CTcp_serverApp
Class2=CTcp_serverDlg

ResourceCount=4
Resource2=IDR_MAINFRAME
Resource3="IDD_TCP_SERVER_DIALOG"
Resource4=IDD_TCP_SERVER_DIALOG

[CLS:CTcp_serverApp]
Type=0
HeaderFile=tcp_server.h
ImplementationFile=tcp_server.cpp
Filter=N

[CLS:CTcp_serverDlg]
Type=0
HeaderFile=tcp_serverDlg.h
ImplementationFile=tcp_serverDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_EDIT_rx


[DLG:IDD_TCP_SERVER_DIALOG]
Type=1
Class=CTcp_serverDlg
ControlCount=18
Control1=IDC_EDIT_remotip,edit,1350633600
Control2=IDC_STATIC,static,1342308352
Control3=IDC_EDIT_remoteport,edit,1350633600
Control4=IDC_STATIC,static,1342308352
Control5=IDC_BUTTON_open,button,1342242816
Control6=IDC_BUTTON_close,button,1342242816
Control7=IDC_EDIT_rx,edit,1352730628
Control8=IDC_EDIT_tx,edit,1352728580
Control9=IDC_BUTTON_send,button,1342242816
Control10=IDC_BUTTON_txclr,button,1342242816
Control11=IDC_BUTTON_rxclr,button,1342242816
Control12=IDC_STATIC_localip,static,1342308352
Control13=IDC_COMBO_localip,combobox,1344339971
Control14=IDC_EDIT_localport,edit,1350631552
Control15=IDC_STATIC,static,1342308352
Control16=IDC_STATIC,button,1342177287
Control17=IDC_STATIC,button,1342177287
Control18=IDC_STATIC,button,1342177287

[DLG:"IDD_TCP_SERVER_DIALOG"]
Type=1
Class=?
ControlCount=18
Control1=IDC_EDIT_remotip,edit,1350631552
Control2=IDC_STATIC,static,1342308352
Control3=IDC_EDIT_remoteport,edit,1350631552
Control4=IDC_STATIC,static,1342308352
Control5=IDC_BUTTON_open,button,1342242816
Control6=IDC_BUTTON_close,button,1342242816
Control7=IDC_EDIT_rx,edit,1352730628
Control8=IDC_EDIT_tx,edit,1352728580
Control9=IDC_BUTTON_send,button,1342242816
Control10=IDC_BUTTON_txclr,button,1342242816
Control11=IDC_BUTTON_rxclr,button,1342242816
Control12=IDC_STATIC_localip,static,1342308352
Control13=IDC_COMBO_localip,combobox,1344339971
Control14=IDC_EDIT_localport,edit,1350631552
Control15=IDC_STATIC,static,1342308352
Control16=IDC_STATIC,button,1342177287
Control17=IDC_STATIC,button,1342177287
Control18=IDC_STATIC,button,1342177287

⌨️ 快捷键说明

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