fwatchviewer.dfm

来自「Suite of components to add scripting cap」· DFM 代码 · 共 31 行

DFM
31
字号
object fmWatchViewer: TfmWatchViewer
  Left = 286
  Top = 186
  Width = 449
  Height = 136
  BorderStyle = bsSizeToolWin
  Caption = 'ScripterStudio - Watch List'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object List: TListBox
    Left = 0
    Top = 0
    Width = 441
    Height = 109
    Align = alClient
    ItemHeight = 13
    TabOrder = 0
    OnDblClick = ListDblClick
    OnKeyDown = ListKeyDown
  end
end

⌨️ 快捷键说明

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