unit1.dfm
来自「delhpi经典游戏程序设计40例,大家不防下载看看.源码全在项目文件里!」· DFM 代码 · 共 85 行
DFM
85 行
object MyPing: TMyPing
Left = 242
Top = 167
Width = 504
Height = 282
Caption = 'MyPing'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 168
Width = 115
Height = 24
Caption = #35831#36755#20837'ip'#22320#22336
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 224
Width = 113
Height = 16
AutoSize = False
Caption = #40657#33394#28023#23736#32447
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnMouseMove = Label2MouseMove
end
object Label3: TLabel
Left = 176
Top = 224
Width = 121
Height = 25
AutoSize = False
Caption = #22805#22812' QQ'#65306'50826043'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object PingEdit: TEdit
Left = 192
Top = 168
Width = 121
Height = 21
TabOrder = 0
end
object ExeBtn: TButton
Left = 360
Top = 168
Width = 75
Height = 25
Caption = 'ping'
TabOrder = 1
OnClick = ExeBtnClick
end
object StatusShow: TMemo
Left = 0
Top = 0
Width = 489
Height = 129
Lines.Strings = (
'StatusShow')
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?