u_handover.dfm

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

DFM
61
字号
object FormHO: TFormHO
  Left = 416
  Top = 216
  Width = 232
  Height = 216
  Caption = 'Hand Over'
  Color = clBtnFace
  Constraints.MaxHeight = 216
  Constraints.MaxWidth = 232
  Constraints.MinHeight = 216
  Constraints.MinWidth = 232
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object LabelMsId: TLabel
    Left = 24
    Top = 32
    Width = 26
    Height = 13
    Caption = 'Ms Id'
  end
  object LabelTargetBsId: TLabel
    Left = 24
    Top = 80
    Width = 58
    Height = 13
    Caption = 'Target Bs Id'
  end
  object EditMsId: TEdit
    Left = 104
    Top = 24
    Width = 89
    Height = 21
    TabOrder = 0
    Text = '000000000000'
  end
  object EditTargetBsId: TEdit
    Left = 104
    Top = 72
    Width = 89
    Height = 21
    TabOrder = 1
    Text = '000000000000'
  end
  object ButtonHO: TButton
    Left = 80
    Top = 128
    Width = 75
    Height = 25
    Caption = 'Triger HO'
    TabOrder = 2
    OnClick = ButtonHOClick
  end
end

⌨️ 快捷键说明

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