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

📄 feditentry.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
字号:
object frmEditEntry: TfrmEditEntry
  Left = 524
  Top = 549
  Width = 355
  Height = 258
  Caption = 'Edit File Entry'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 56
    Height = 13
    Caption = 'Source File:'
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 99
    Height = 13
    Caption = 'Destination directory:'
  end
  object edtSource: TEdit
    Left = 8
    Top = 24
    Width = 297
    Height = 21
    TabOrder = 0
  end
  object btnAddSource: TButton
    Left = 312
    Top = 24
    Width = 25
    Height = 21
    Caption = '...'
    TabOrder = 1
    OnClick = btnAddSourceClick
  end
  object cmbDir: TComboBox
    Left = 8
    Top = 72
    Width = 329
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 2
    Text = '$INSTDIR'
    Items.Strings = (
      '$INSTDIR'
      '$PROGRAMFILES'
      '$TEMP'
      '$DESKTOP'
      '$SYSDIR'
      '$EXEDIR'
      '$WINDIR'
      '$STARTMENU'
      '$SMPROGRAMS'
      '$QUICKLAUNCH')
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 104
    Width = 329
    Height = 89
    Caption = 'If file exists'
    TabOrder = 3
    object rb1: TRadioButton
      Left = 8
      Top = 16
      Width = 225
      Height = 17
      Caption = 'Always overwrite'
      TabOrder = 0
    end
    object rb2: TRadioButton
      Left = 8
      Top = 32
      Width = 217
      Height = 17
      Caption = 'Never overwrite'
      TabOrder = 1
    end
    object rb3: TRadioButton
      Left = 8
      Top = 48
      Width = 209
      Height = 17
      Caption = 'Try to overwrite'
      TabOrder = 2
    end
    object rb4: TRadioButton
      Left = 8
      Top = 64
      Width = 201
      Height = 17
      Caption = 'Overwrite if newer'
      Checked = True
      TabOrder = 3
      TabStop = True
    end
  end
  object btnOK: TButton
    Left = 192
    Top = 200
    Width = 73
    Height = 25
    Cancel = True
    Caption = '&Ok'
    Default = True
    ModalResult = 1
    TabOrder = 4
  end
  object Button1: TButton
    Left = 272
    Top = 200
    Width = 65
    Height = 25
    Caption = '&Cancel'
    TabOrder = 5
  end
  object dlgOpen: TOpenDialog
    Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
    Left = 104
    Top = 200
  end
end

⌨️ 快捷键说明

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