unit1.~dfm
来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· ~DFM 代码 · 共 79 行
~DFM
79 行
object TMyPing: TTMyPing
Left = 260
Top = 185
Width = 302
Height = 271
Caption = 'ping'#21629#20196#26597#39564#32852#32593#29366#24577
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 51
Height = 16
Caption = #30446#30340'IP'#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 16
Top = 8
Width = 257
Height = 73
end
object Bevel2: TBevel
Left = 16
Top = 88
Width = 257
Height = 137
end
object PingEdit: TEdit
Left = 24
Top = 48
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
end
object StatusShow: TMemo
Left = 24
Top = 88
Width = 241
Height = 129
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ScrollBars = ssVertical
TabOrder = 1
end
object exebtn: TButton
Left = 184
Top = 16
Width = 73
Height = 25
Caption = 'Ping'
TabOrder = 2
OnClick = exebtnClick
end
object Button1: TButton
Left = 184
Top = 48
Width = 73
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?