psystem.dfm

来自「这是一个正式的项目工程」· DFM 代码 · 共 49 行

DFM
49
字号
object frmPSystem: TfrmPSystem
  Left = 247
  Top = 140
  Width = 443
  Height = 309
  Caption = '系统控制'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clHighlight
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 14
  object Splitter1: TSplitter
    Left = 203
    Top = 0
    Width = 3
    Height = 258
    Cursor = crHSplit
  end
  object PanelLeft: TPanel
    Left = 0
    Top = 0
    Width = 203
    Height = 258
    Align = alLeft
    TabOrder = 0
  end
  object StatusBarSystem: TStatusBar
    Left = 0
    Top = 258
    Width = 435
    Height = 24
    Panels = <>
    SimplePanel = False
  end
  object PanelRight: TPanel
    Left = 206
    Top = 0
    Width = 229
    Height = 258
    Align = alClient
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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