📄 ufrmfindfxgrid.~dfm
字号:
object FrmFindFxGrid: TFrmFindFxGrid
Left = 257
Top = 201
BorderStyle = bsDialog
Caption = '表格字符搜索'
ClientHeight = 136
ClientWidth = 433
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 25
Top = 10
Width = 48
Height = 12
Caption = '搜索内容'
end
object Bevel1: TBevel
Left = 24
Top = 40
Width = 385
Height = 3
end
object Lblx: TLabel
Left = 128
Top = 56
Width = 162
Height = 12
Caption = '总共找到 0 个 当前是第 0 个'
end
object EdtFind: TEdit
Left = 96
Top = 7
Width = 233
Height = 20
TabOrder = 0
end
object btnFind: TButton
Left = 336
Top = 6
Width = 71
Height = 22
Caption = '开始搜索'
TabOrder = 1
OnClick = btnFindClick
end
object BtnUp: TButton
Left = 64
Top = 96
Width = 121
Height = 25
Caption = '<< 定位到上一个'
TabOrder = 2
OnClick = BtnUpClick
end
object BtnDown: TButton
Left = 248
Top = 96
Width = 113
Height = 25
Caption = '定位到下一个 >>'
TabOrder = 3
OnClick = BtnDownClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -