文件搜索的代码
源代码在线查看: txtext.dfm
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