📄 mainform.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 352
Height = 324
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object Label3: TLabel
Left = 95
Top = 41
Width = 65
Height = 16
Caption = '主机名称:'
end
object Label4: TLabel
Left = 14
Top = 67
Width = 146
Height = 16
Caption = '用WinApi获取得IP地址:'
end
object Label5: TLabel
Left = -12
Top = 94
Width = 172
Height = 16
Caption = '用PowerSock获取得IP地址:'
end
object Label1: TLabel
Left = 40
Top = 165
Width = 70
Height = 16
Cursor = crHandPoint
Caption = '联 系 我 们'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = Label1Click
end
object Label2: TLabel
Left = 127
Top = 165
Width = 78
Height = 16
Cursor = crHandPoint
Caption = '到我们的网站'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = Label2Click
end
object Refresh1: TButton
Left = 38
Top = 247
Width = 75
Height = 25
Caption = 'API方法'
TabOrder = 0
OnClick = Refresh1Click
end
object Button2: TButton
Left = 259
Top = 247
Width = 58
Height = 25
Caption = '退 出'
TabOrder = 1
OnClick = Button2Click
end
object Button1: TButton
Left = 117
Top = 247
Width = 102
Height = 25
Caption = 'PowerSock方法'
TabOrder = 2
OnClick = Button1Click
end
object Edit1: TEdit
Left = 158
Top = 30
Width = 121
Height = 24
TabOrder = 3
end
object Edit2: TEdit
Left = 158
Top = 58
Width = 121
Height = 24
TabOrder = 4
end
object Edit3: TEdit
Left = 158
Top = 86
Width = 121
Height = 24
TabOrder = 5
end
object Powersock1: TPowersock
Port = 0
ReportLevel = 0
Left = 297
Top = 169
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -