📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 191
Height = 288
Caption = 'Multi IP'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 40
Width = 108
Height = 12
Caption = '该主机占用的IP地址'
end
object Label2: TLabel
Left = 24
Top = 8
Width = 24
Height = 12
Caption = '域名'
end
object Button1: TButton
Left = 56
Top = 232
Width = 75
Height = 25
Caption = 'Get'
TabOrder = 0
OnClick = Button1Click
end
object ListBox1: TListBox
Left = 24
Top = 64
Width = 137
Height = 153
ItemHeight = 12
TabOrder = 1
end
object Edit1: TEdit
Left = 56
Top = 8
Width = 105
Height = 20
TabOrder = 2
Text = 'www.yahoo.com'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -