ping.dfm
来自「这是一个间歇的IE小程序,希望能给刚刚学习DELPHI和朋友提供一点帮助!」· DFM 代码 · 共 42 行
DFM
42 行
object frmPing: TfrmPing
Left = 213
Top = 196
Width = 604
Height = 358
Caption = 'frmPing'
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 Edit1: TEdit
Left = 8
Top = 0
Width = 269
Height = 21
ImeName = '极品五笔输入法'
TabOrder = 0
end
object btping: TButton
Left = 280
Top = 0
Width = 80
Height = 25
Caption = 'Ping'
TabOrder = 1
end
object ListBox1: TListBox
Left = 5
Top = 33
Width = 584
Height = 289
ImeName = '极品五笔输入法'
ItemHeight = 13
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?