📄 unitping.dfm
字号:
object Form1: TForm1
Left = 324
Top = 180
Width = 460
Height = 305
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 452
Height = 89
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 55
Top = 16
Width = 36
Height = 12
Caption = '主机:'
end
object Label2: TLabel
Left = 20
Top = 40
Width = 72
Height = 12
Caption = '数据包大小:'
end
object Label3: TLabel
Left = 32
Top = 64
Width = 60
Height = 12
Caption = '超时门槛:'
end
object Edit1: TEdit
Left = 95
Top = 8
Width = 218
Height = 20
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 95
Top = 32
Width = 218
Height = 20
TabOrder = 1
Text = 'Edit2'
end
object Button1: TButton
Left = 332
Top = 16
Width = 75
Height = 25
Caption = 'Ping'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 332
Top = 48
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 3
OnClick = Button2Click
end
object Edit3: TEdit
Left = 95
Top = 56
Width = 218
Height = 20
TabOrder = 4
Text = 'Edit3'
end
end
object Memo1: TMemo
Left = 0
Top = 89
Width = 452
Height = 189
Align = alClient
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 1
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 32
Top = 120
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -