ffind.dfm

来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· DFM 代码 · 共 46 行

DFM
46
字号
object frmFind: TfrmFind
  Left = 328
  Top = 107
  Width = 574
  Height = 175
  BorderStyle = bsSizeToolWin
  Caption = 'Find In Files'
  Color = clBtnFace
  DragKind = dkDock
  DragMode = dmAutomatic
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lstFind: TListView
    Left = 0
    Top = 0
    Width = 566
    Height = 148
    Align = alClient
    BevelInner = bvLowered
    BevelOuter = bvNone
    Columns = <
      item
        Caption = 'String'
        MaxWidth = 200
        MinWidth = 200
        Width = 200
      end
      item
        Caption = 'Line'
      end
      item
        Caption = 'File'
        Width = 300
      end>
    TabOrder = 0
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?