ftabs.dfm

来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· DFM 代码 · 共 40 行

DFM
40
字号
object frmTabs: TfrmTabs
  Left = 192
  Top = 103
  Width = 171
  Height = 353
  BorderStyle = bsSizeToolWin
  Caption = 'frmTabs'
  Color = clBtnFace
  DragKind = dkDock
  DragMode = dmAutomatic
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object pnlStore: TPanel
    Left = 0
    Top = 0
    Width = 163
    Height = 326
    Align = alClient
    BevelOuter = bvLowered
    Caption = 'pnlStore'
    TabOrder = 0
    object pch: TPageControl
      Left = 1
      Top = 1
      Width = 161
      Height = 324
      Align = alClient
      TabOrder = 0
      TabPosition = tpBottom
    end
  end
end

⌨️ 快捷键说明

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