📄 unit1.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -