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

📄 u_dreg.dfm

📁 wimax bs simulator对应的GUI程序
💻 DFM
字号:
object FormDreg: TFormDreg
  Left = 470
  Top = 213
  Width = 285
  Height = 278
  Caption = 'Deregistration by MsId'
  Color = clBtnFace
  Constraints.MaxHeight = 278
  Constraints.MaxWidth = 285
  Constraints.MinHeight = 278
  Constraints.MinWidth = 285
  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 = 16
    Top = 25
    Width = 32
    Height = 16
    Caption = 'Ms Id'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object LabelUeId: TLabel
    Left = 16
    Top = 72
    Width = 32
    Height = 16
    Caption = 'Ue Id'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object ButtonDreg: TButton
    Left = 96
    Top = 208
    Width = 75
    Height = 25
    Caption = 'Dregistration'
    TabOrder = 0
    OnClick = ButtonDregClick
  end
  object RadioGroupDreg: TRadioGroup
    Left = 72
    Top = 112
    Width = 137
    Height = 73
    Caption = 'Dreg Mode'
    TabOrder = 1
  end
  object RadioButtonDregMsId: TRadioButton
    Left = 96
    Top = 136
    Width = 97
    Height = 17
    Caption = 'Dreg by MsId'
    Checked = True
    TabOrder = 2
    TabStop = True
  end
  object RadioButtonDregUeId: TRadioButton
    Left = 96
    Top = 160
    Width = 97
    Height = 17
    Caption = 'Dreg by UeId'
    TabOrder = 3
  end
  object EditMsId: TEdit
    Left = 80
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 4
    Text = '000000000000'
  end
  object EditUeId: TEdit
    Left = 80
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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