⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ffind.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -