mysimpsniffer.clw

来自「一个关于局域网简单抓包工具」· CLW 代码 · 共 104 行

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

[General Info]
Version=1
LastClass=CDlgSplitterWnd
LastTemplate=generic CWnd
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "MySimpSniffer.h"

ClassCount=6
Class1=CMySimpSnifferApp
Class2=CMySimpSnifferDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_MYSIMPSNIFFER_DIALOG
Class4=MySnifferThread
Class5=aaaa
Class6=CDlgSplitterWnd
Resource4=IDR_MENU

[CLS:CMySimpSnifferApp]
Type=0
HeaderFile=MySimpSniffer.h
ImplementationFile=MySimpSniffer.cpp
Filter=N
LastObject=CMySimpSnifferApp

[CLS:CMySimpSnifferDlg]
Type=0
HeaderFile=MySimpSnifferDlg.h
ImplementationFile=MySimpSnifferDlg.cpp
Filter=D
LastObject=IDC_CHK_DstIP
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=MySimpSnifferDlg.h
ImplementationFile=MySimpSnifferDlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=5
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352

[DLG:IDD_MYSIMPSNIFFER_DIALOG]
Type=1
Class=CMySimpSnifferDlg
ControlCount=17
Control1=IDC_LIST_DATA,SysListView32,1350631424
Control2=IDC_STATIC,button,1342177287
Control3=IDC_CHK_SrcIP,button,1342242819
Control4=IDC_IPAddr_Src,SysIPAddress32,1476460544
Control5=IDC_STATIC,button,1342177287
Control6=IDC_CHK_PORT,button,1342242819
Control7=IDC_EDIT_PORT,edit,1484857472
Control8=IDCLOSE,button,1342242816
Control9=IDC_TreeDetail,SysTreeView32,1350637591
Control10=IDC_START,button,1342242816
Control11=IDC_CHK_DstIP,button,1342242819
Control12=IDC_IPAddr_Dst,SysIPAddress32,1476460544
Control13=IDC_STATIC,button,1342177287
Control14=IDC_ProtoTCP,button,1342242819
Control15=IDC_ProtoUDP,button,1342242819
Control16=IDC_ProtoICMP,button,1342242819
Control17=IDC_Data,edit,1352728644

[MNU:IDR_MENU]
Type=1
Class=?
CommandCount=0

[CLS:MySnifferThread]
Type=0
HeaderFile=MySnifferThread.h
ImplementationFile=MySnifferThread.cpp
BaseClass=CWinThread
Filter=N

[CLS:aaaa]
Type=0
HeaderFile=aaaa.h
ImplementationFile=aaaa.cpp
BaseClass=splitter
Filter=T

[CLS:CDlgSplitterWnd]
Type=0
HeaderFile=DlgSplitterWnd.h
ImplementationFile=DlgSplitterWnd.cpp
BaseClass=generic CWnd
Filter=W

⌨️ 快捷键说明

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