gx_idedockdemo.dfm

来自「GExperts is a set of tools built to incr」· DFM 代码 · 共 32 行

DFM
32
字号
inherited DemoDockForm: TDemoDockForm
  Caption = 'DemoDockForm'
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 184
    Top = 0
    Width = 3
    Height = 213
    Cursor = crHSplit
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 184
    Height = 213
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 187
    Top = 0
    Width = 125
    Height = 213
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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