📄 u_options.~dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -