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

📄 syntogglehighlighterdlg.dfm

📁 用delphi写的delphi源代码 用delphi写的delphi源代码 用delphi写的delphi源代码 用delphi写的delphi源代码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -