📄 ffindhex.dfm
字号:
object frmFindHex: TfrmFindHex
Left = 380
Top = 286
BorderStyle = bsDialog
Caption = 'Find in Hex'
ClientHeight = 95
ClientWidth = 383
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblFind: TLabel
Left = 8
Top = 12
Width = 20
Height = 13
Caption = 'F&ind'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object gpOptions: TGroupBox
Left = 8
Top = 36
Width = 273
Height = 53
Caption = 'Options'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
object chkCase: TCheckBox
Left = 8
Top = 16
Width = 113
Height = 17
TabStop = False
Caption = 'Match &case'
TabOrder = 0
end
object chkCaret: TCheckBox
Left = 8
Top = 32
Width = 153
Height = 17
TabStop = False
Caption = 'Search from &caret'
TabOrder = 1
end
end
object cmbFind: TComboBox
Left = 40
Top = 8
Width = 241
Height = 21
AutoComplete = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 0
end
object btnFind: TCorelButton
Left = 288
Top = 8
Width = 89
Height = 25
Caption = '&Find Next'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
OnClick = btnFindClick
end
object btnCancel: TCorelButton
Left = 287
Top = 40
Width = 89
Height = 25
Cancel = True
Caption = '&Cancel'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -