test.clw

来自「获取网卡信息」· CLW 代码 · 共 75 行

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

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

ClassCount=3
Class1=CTestApp
Class2=CTestDlg
Class3=CAboutDlg

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

[CLS:CTestApp]
Type=0
HeaderFile=Test.h
ImplementationFile=Test.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=TestDlg.h
ImplementationFile=TestDlg.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_TEST_DIALOG]
Type=1
Class=CTestDlg
ControlCount=20
Control1=IDC_COM_IP_A,combobox,1344339971
Control2=IDC_EDT_PORT_A,edit,1350633600
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_EDT_SEND_A,edit,1352728644
Control6=IDC_EDT_REC_A,edit,1352730692
Control7=IDC_BTN_SEND_A,button,1342242816
Control8=IDC_STATIC,button,1342177287
Control9=IDC_COM_IP_B,combobox,1344339971
Control10=IDC_EDT_PORT_B,edit,1350633600
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_EDT_SEND_B,edit,1352728644
Control14=IDC_EDT_REC_B,edit,1352730692
Control15=IDC_BTN_SEND_B,button,1342242816
Control16=IDC_STATIC,button,1342177287
Control17=IDC_EDT_IP_A,edit,1350633600
Control18=IDC_STATIC,static,1342308352
Control19=IDC_EDT_IP_B,edit,1350633600
Control20=IDC_STATIC,static,1342308352

⌨️ 快捷键说明

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