u_about.~dfm

来自「wimax bs simulator对应的GUI程序」· ~DFM 代码 · 共 31 行

~DFM
31
字号
object AboutForm: TAboutForm
  Left = 464
  Top = 316
  Width = 182
  Height = 139
  Caption = 'About'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 87
    Height = 13
    Caption = 'BS Simulator  v1.1'
  end
  object Label2: TLabel
    Left = 24
    Top = 56
    Width = 120
    Height = 13
    Caption = 'RCT   WBG   UTStarcom'
  end
end

⌨️ 快捷键说明

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