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

📄 finddialog.dfm

📁 此软件支持多文档打开
💻 DFM
字号:
object dlgFind: TdlgFind
  Left = 224
  Top = 117
  AutoSize = True
  BorderStyle = bsDialog
  Caption = 'Find'
  ClientHeight = 157
  ClientWidth = 358
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 5
    Top = 4
    Width = 23
    Height = 13
    Caption = 'F&ind:'
    FocusControl = cbFindText
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 26
    Width = 131
    Height = 61
    Caption = ' Option '
    TabOrder = 1
    object cbMatchCase: TCheckBox
      Left = 9
      Top = 17
      Width = 105
      Height = 19
      Caption = 'C&ase sensetive'
      TabOrder = 0
    end
    object cbWholeWord: TCheckBox
      Left = 9
      Top = 35
      Width = 113
      Height = 18
      Caption = '&Whole Word'
      TabOrder = 1
    end
  end
  object btnFind: TButton
    Left = 277
    Top = 0
    Width = 81
    Height = 27
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 5
  end
  object btnCancel: TButton
    Left = 277
    Top = 34
    Width = 81
    Height = 27
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 6
  end
  object GroupBox2: TGroupBox
    Left = 138
    Top = 26
    Width = 131
    Height = 61
    Caption = ' Direction '
    TabOrder = 2
    object rbForward: TRadioButton
      Left = 9
      Top = 17
      Width = 113
      Height = 19
      Caption = 'Forwar&d'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rbBackward: TRadioButton
      Left = 9
      Top = 35
      Width = 113
      Height = 18
      Caption = '&Backward'
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 95
    Width = 131
    Height = 62
    Caption = ' Scope '
    TabOrder = 3
    object rbGlobal: TRadioButton
      Left = 9
      Top = 17
      Width = 113
      Height = 19
      Caption = '&Globle'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rbSelectedOnly: TRadioButton
      Left = 9
      Top = 35
      Width = 113
      Height = 18
      Caption = '&Selection Text'
      TabOrder = 1
    end
  end
  object GroupBox4: TGroupBox
    Left = 138
    Top = 95
    Width = 131
    Height = 62
    Caption = ' Position '
    TabOrder = 4
    object rbFromCursor: TRadioButton
      Left = 9
      Top = 17
      Width = 113
      Height = 19
      Caption = '&From Cursor'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rbEntireScope: TRadioButton
      Left = 9
      Top = 35
      Width = 113
      Height = 18
      Caption = '&Entire document'
      TabOrder = 1
    end
  end
  object cbFindText: TMRUComboBox
    Left = 65
    Top = 1
    Width = 204
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    IniSection = 'FIND_TEXT'
  end
  object FormStorage: TFormStorage
    IniSection = 'FindOptions'
    Options = []
    StoredProps.Strings = (
      'cbMatchCase.Checked'
      'cbWholeWord.Checked'
      'rbBackward.Checked'
      'rbEntireScope.Checked'
      'rbForward.Checked'
      'rbFromCursor.Checked'
      'rbGlobal.Checked'
      'rbSelectedOnly.Checked')
    StoredValues = <>
    Left = 298
    Top = 78
  end
end

⌨️ 快捷键说明

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