📄 option.dfm
字号:
object OptionForm: TOptionForm
Left = 636
Top = 115
BorderStyle = bsDialog
Caption = 'Option'
ClientHeight = 224
ClientWidth = 292
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblFilter: TLabel
Left = 74
Top = 44
Width = 22
Height = 13
Caption = 'Filter'
end
object lblReadTimeOut: TLabel
Left = 30
Top = 68
Width = 66
Height = 13
Caption = 'ReadTimeOut'
end
object lblSnapLen: TLabel
Left = 53
Top = 92
Width = 43
Height = 13
Caption = 'SnapLen'
end
object lblAdapter: TLabel
Left = 59
Top = 12
Width = 37
Height = 13
Caption = 'Adapter'
end
object lblMaxBytes: TLabel
Left = 22
Top = 148
Width = 74
Height = 13
Caption = 'MaxBytes / sec'
end
object cbxAdapter: TComboBox
Left = 104
Top = 8
Width = 177
Height = 21
Style = csDropDownList
ImeName = '茄惫绢(茄臂) (MS-IME98)'
ItemHeight = 13
TabOrder = 0
end
object edReadTimeOut: TEdit
Left = 104
Top = 64
Width = 177
Height = 21
ImeName = '茄惫绢(茄臂) (MS-IME98)'
TabOrder = 2
Text = 'edReadTimeOut'
end
object edSnapLen: TEdit
Left = 104
Top = 88
Width = 177
Height = 21
ImeName = '茄惫绢(茄臂) (MS-IME98)'
TabOrder = 3
Text = 'edSnapLen'
end
object chkThreadSafe: TCheckBox
Left = 104
Top = 112
Width = 113
Height = 17
Caption = 'Thread Safe'
TabOrder = 4
end
object edFilter: TEdit
Left = 104
Top = 40
Width = 177
Height = 21
ImeName = '茄惫绢(茄臂) (MS-IME98)'
TabOrder = 1
Text = 'edFilter'
end
object btnOK: TButton
Left = 69
Top = 184
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 6
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 149
Top = 184
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 7
end
object edMaxBytes: TEdit
Left = 104
Top = 144
Width = 177
Height = 21
ImeName = '茄惫绢(茄臂) (MS-IME98)'
TabOrder = 5
Text = 'edMaxBytes'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -