txtext.dfm
来自「文件搜索的代码」· DFM 代码 · 共 35 行
DFM
35 行
object FormCfgText: TFormCfgText
Left = 440
Top = 199
BorderStyle = bsToolWindow
Caption = 'Configure text search'
ClientHeight = 364
ClientWidth = 132
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object lblExt: TLabel
Left = 8
Top = 8
Width = 116
Height = 13
Caption = 'Text file extensions:'
end
object memoExt: TMemo
Left = 8
Top = 24
Width = 115
Height = 329
ScrollBars = ssVertical
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?