pingtest.vcc

来自「A ping test tool. Use to check ping spee」· VCC 代码 · 共 50 行

VCC
50
字号
; CLW file contains information for the MFC ClassWizard

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

ClassCount=2
Class1=CPingTestApp
Class2=CPingTestDlg

ResourceCount=3
Resource2=IDR_MAINFRAME
Resource3=IDD_PINGTEST_DIALOG

[CLS:CPingTestApp]
Type=0
HeaderFile=PingTest.h
ImplementationFile=PingTest.cpp
Filter=N

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


[DLG:IDD_PINGTEST_DIALOG]
Type=1
Class=CPingTestDlg
ControlCount=11
Control1=IDC_LOGLIST,listbox,1353777409
Control2=IDC_IpAdr,edit,1350631552
Control3=IDC_StartTest,button,1342242816
Control4=IDC_TestCount,static,1476526082
Control5=IDC_StartTimer,button,1476460544
Control6=IDC_STATIC,static,1342308352
Control7=IDC_Intervall,edit,1350639744
Control8=IDC_STATIC,static,1342308352
Control9=IDC_LogToFile,button,1476460547
Control10=IDC_btnReboot,button,1342242816
Control11=IDC_GRAPHIC,static,1342308352

⌨️ 快捷键说明

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