tstatusfrmunit.dfm

来自「CVS IDE plugin for Borland Delphi this 」· DFM 代码 · 共 34 行

DFM
34
字号
object StatusFrm: TStatusFrm
  Left = 399
  Top = 149
  Width = 677
  Height = 405
  BorderWidth = 10
  Caption = 'Status'
  Color = clBtnFace
  Constraints.MinHeight = 250
  Constraints.MinWidth = 400
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnHide = FormHide
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  inline PFilesFrame: TFilesFrame
    Width = 649
    Height = 358
    Align = alClient
    inherited PListView: TListView
      Width = 649
      Height = 328
    end
    inherited PToolbar: TPanel
      Width = 649
    end
  end
end

⌨️ 快捷键说明

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