u_dreg.~dfm

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

~DFM
98
字号
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 + =
减小字号Ctrl + -
显示快捷键?