u_options.~dfm

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

~DFM
64
字号
object OptionForm: TOptionForm
  Left = 237
  Top = 129
  Width = 324
  Height = 195
  Caption = 'OptionForm'
  Color = clBtnFace
  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 LabelBsSimSrcIp: TLabel
    Left = 32
    Top = 48
    Width = 44
    Height = 13
    Caption = 'Bs Sim Ip'
  end
  object LabelBsSimDestIp: TLabel
    Left = 32
    Top = 112
    Width = 31
    Height = 13
    Caption = 'GW Ip'
  end
  object EditBsSimSrcIp: TEdit
    Left = 88
    Top = 40
    Width = 97
    Height = 21
    TabOrder = 0
  end
  object EditBsSimDestIp: TEdit
    Left = 88
    Top = 104
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object ButtonCancel: TButton
    Left = 240
    Top = 96
    Width = 49
    Height = 25
    Caption = 'Cancel'
    TabOrder = 2
    OnClick = ButtonCancelClick
  end
  object ButtonOk: TButton
    Left = 240
    Top = 40
    Width = 49
    Height = 25
    Caption = 'OK'
    TabOrder = 3
    OnClick = ButtonOkClick
  end
end

⌨️ 快捷键说明

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