⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 u_handover.~dfm

📁 wimax bs simulator对应的GUI程序
💻 ~DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -