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

📄 freplace.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
字号:
object frmReplace: TfrmReplace
  Left = 724
  Top = 379
  ActiveControl = cmbFind
  BorderStyle = bsDialog
  Caption = 'Replace'
  ClientHeight = 152
  ClientWidth = 450
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lblFind: TLabel
    Left = 8
    Top = 12
    Width = 53
    Height = 13
    Caption = 'F&ind What:'
    FocusControl = cmbFind
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object lblReplace: TLabel
    Left = 8
    Top = 38
    Width = 67
    Height = 13
    Caption = 'R&eplace With:'
    FocusControl = cmbReplace
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object btnFind: TCorelButton
    Left = 344
    Top = 8
    Width = 97
    Height = 25
    Caption = '&Start'
    Default = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 4
    OnClick = btnFindClick
  end
  object btnCancel: TCorelButton
    Left = 344
    Top = 120
    Width = 97
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 6
    OnClick = btnCancelClick
  end
  object cmbFind: TComboBox
    Left = 96
    Top = 8
    Width = 241
    Height = 21
    AutoComplete = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 0
  end
  object cmbReplace: TComboBox
    Left = 96
    Top = 34
    Width = 241
    Height = 21
    AutoComplete = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 1
  end
  object btnRepAll: TCorelButton
    Left = 344
    Top = 40
    Width = 97
    Height = 25
    Caption = 'Replace &All'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 8
    ParentFont = False
    TabOrder = 5
  end
  object gpOptions: TGroupBox
    Left = 8
    Top = 59
    Width = 241
    Height = 86
    Caption = 'Options'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object chkMatch: TCheckBox
      Left = 8
      Top = 16
      Width = 153
      Height = 17
      Caption = 'Match &whole word only'
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 0
    end
    object chkCase: TCheckBox
      Left = 8
      Top = 32
      Width = 113
      Height = 17
      TabStop = False
      Caption = 'Match &case'
      TabOrder = 1
    end
    object chkCaret: TCheckBox
      Left = 8
      Top = 48
      Width = 153
      Height = 17
      TabStop = False
      Caption = 'Search from &caret'
      TabOrder = 2
    end
    object chkSel: TCheckBox
      Left = 8
      Top = 64
      Width = 153
      Height = 17
      TabStop = False
      Caption = 'Selected text &only'
      TabOrder = 3
    end
  end
  object gbDir: TGroupBox
    Left = 256
    Top = 59
    Width = 81
    Height = 86
    Caption = 'Direction'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object rdDown: TRadioButton
      Left = 8
      Top = 48
      Width = 57
      Height = 17
      Caption = 'Do&wn'
      TabOrder = 0
      TabStop = True
    end
    object rdUp: TRadioButton
      Left = 8
      Top = 24
      Width = 57
      Height = 17
      Caption = '&Up'
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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