unit1.dfm
来自「Delphi 网络通信协议代码,是多种网络协议的实现代码」· DFM 代码 · 共 77 行
DFM
77 行
object Form1: TForm1
Left = 318
Top = 248
Width = 198
Height = 259
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 16
Width = 48
Height = 12
Caption = 'IP地址:'
end
object Label2: TLabel
Left = 24
Top = 144
Width = 36
Height = 12
Caption = '真正IP'
end
object Label3: TLabel
Left = 24
Top = 88
Width = 48
Height = 12
Caption = '十六进制'
end
object Bevel1: TBevel
Left = 16
Top = 64
Width = 153
Height = 9
end
object EditPresentation: TEdit
Left = 40
Top = 40
Width = 121
Height = 20
TabOrder = 0
Text = 'EditPresentation'
end
object EditResult: TEdit
Left = 40
Top = 160
Width = 121
Height = 20
TabOrder = 1
Text = 'EditResult'
end
object Button1: TButton
Left = 56
Top = 192
Width = 75
Height = 25
Caption = 'Calc'
TabOrder = 2
OnClick = Button1Click
end
object edtHex: TEdit
Left = 40
Top = 112
Width = 121
Height = 20
TabOrder = 3
Text = 'edtHex'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?