📄 flag.dfm
字号:
object FlagForm: TFlagForm
Left = 266
Top = 158
BorderStyle = bsDialog
Caption = 'Flag'
ClientHeight = 130
ClientWidth = 372
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
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 18
Width = 26
Height = 13
Caption = 'Mask'
end
object Label2: TLabel
Left = 8
Top = 50
Width = 27
Height = 13
Caption = 'Value'
end
object chkURGMask: TCheckBox
Left = 56
Top = 16
Width = 49
Height = 17
Caption = 'URG'
TabOrder = 0
OnClick = chkMaskClick
end
object chkACKMask: TCheckBox
Left = 112
Top = 16
Width = 49
Height = 17
Caption = 'ACK'
TabOrder = 1
OnClick = chkMaskClick
end
object chkPSHMask: TCheckBox
Left = 168
Top = 16
Width = 49
Height = 17
Caption = 'PSH'
TabOrder = 2
OnClick = chkMaskClick
end
object chkRSTMask: TCheckBox
Left = 223
Top = 16
Width = 49
Height = 17
Caption = 'RST'
TabOrder = 3
OnClick = chkMaskClick
end
object chkSYNMask: TCheckBox
Left = 271
Top = 16
Width = 49
Height = 17
Caption = 'SYN'
TabOrder = 4
OnClick = chkMaskClick
end
object chkFINMask: TCheckBox
Left = 319
Top = 16
Width = 49
Height = 17
Caption = 'FIN'
TabOrder = 5
OnClick = chkMaskClick
end
object chkURGValue: TCheckBox
Left = 56
Top = 48
Width = 49
Height = 17
Caption = 'URG'
TabOrder = 6
end
object chkACKValue: TCheckBox
Left = 112
Top = 48
Width = 49
Height = 17
Caption = 'ACK'
TabOrder = 7
end
object chkPSHValue: TCheckBox
Left = 168
Top = 48
Width = 49
Height = 17
Caption = 'PSH'
TabOrder = 8
end
object chkRSTValue: TCheckBox
Left = 223
Top = 48
Width = 49
Height = 17
Caption = 'RST'
TabOrder = 9
end
object chkSYNValue: TCheckBox
Left = 271
Top = 48
Width = 49
Height = 17
Caption = 'SYN'
TabOrder = 10
end
object chkFINValue: TCheckBox
Left = 319
Top = 48
Width = 49
Height = 17
Caption = 'FIN'
TabOrder = 11
end
object btnOK: TButton
Left = 108
Top = 88
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 12
end
object btnCancel: TButton
Left = 188
Top = 88
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 13
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -