📄 main.dfm
字号:
object MainForm: TMainForm
Left = 215
Top = 121
BorderStyle = bsDialog
Caption = 'SendPacket'
ClientHeight = 81
ClientWidth = 283
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object cbxAdapter: TComboBox
Left = 8
Top = 8
Width = 185
Height = 21
Style = csDropDownList
ImeName = '茄惫绢(茄臂) (MS-IME98)'
ItemHeight = 13
TabOrder = 0
end
object btnSend: TButton
Left = 200
Top = 8
Width = 75
Height = 25
Caption = 'Send'
TabOrder = 1
OnClick = btnSendClick
end
object edBuffer: TEdit
Left = 8
Top = 40
Width = 265
Height = 21
ImeName = '茄惫绢(茄臂) (MS-IME98)'
TabOrder = 2
Text = '00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF'
end
object Snoop1: TSnoop
AdapterIndex = -1
ThreadSafe = True
SnapLen = 1600
Flags = 1
ReadTimeOut = 100
Left = 8
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -