📄 hostname.~dfm
字号:
object Form1: TForm1
Left = 194
Top = 136
Width = 216
Height = 223
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 8
Width = 52
Height = 13
Caption = '本机地址'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 56
Top = 64
Width = 52
Height = 13
Caption = '本机名称'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 56
Top = 112
Width = 52
Height = 13
Caption = '地址类型'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 24
Top = 32
Width = 153
Height = 21
TabOrder = 0
Text = '10.9.31.72'
end
object Edit2: TEdit
Left = 24
Top = 80
Width = 153
Height = 21
TabOrder = 1
Text = 'matrix'
end
object Edit3: TEdit
Left = 24
Top = 128
Width = 153
Height = 21
TabOrder = 2
Text = 'B'
end
object Button1: TButton
Left = 56
Top = 160
Width = 105
Height = 25
Caption = '查询本机地址'
TabOrder = 3
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -