syntogglehighlighterdlg.dfm

来自「SynEditStudio delphi 代码编辑器」· DFM 代码 · 共 79 行

DFM
79
字号
object ToggleHighlighterDlg: TToggleHighlighterDlg
  Left = 247
  Top = 123
  BorderStyle = bsDialog
  Caption = #20999#25442#35821#27861
  ClientHeight = 363
  ClientWidth = 379
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 16
    Top = 16
    Width = 85
    Height = 13
    Caption = #21487#29992#35821#27861#21015#34920'(&L)'
    FocusControl = ListBox1
  end
  object ListBox1: TListBox
    Left = 16
    Top = 62
    Width = 231
    Height = 283
    Style = lbOwnerDrawVariable
    IntegralHeight = True
    ItemHeight = 16
    TabOrder = 0
    OnDblClick = ListBox1DblClick
    OnDrawItem = ListBox1DrawItem
    OnKeyDown = ListBox1KeyDown
  end
  object Edit1: TEdit
    Left = 16
    Top = 35
    Width = 231
    Height = 21
    AutoSelect = False
    TabOrder = 1
    OnChange = Edit1Change
  end
  object Button2: TButton
    Left = 266
    Top = 33
    Width = 89
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 266
    Top = 64
    Width = 89
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 3
  end
  object Button1: TButton
    Left = 266
    Top = 320
    Width = 89
    Height = 25
    Cancel = True
    Caption = #33258#23450#20041#35821#27861'(&U)'
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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