📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 574
Height = 379
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 280
Top = 120
Width = 200
Height = 41
Caption = #23545#26102
OnClick = SpeedButton1Click
end
object Label1: TLabel
Left = 24
Top = 16
Width = 80
Height = 16
Caption = #23545#26102#26381#21153#22120
Font.Charset = ANSI_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Transparent = True
end
object Edit1: TEdit
Left = 32
Top = 48
Width = 457
Height = 61
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -53
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '128.128.128.3'
end
object Button1: TButton
Left = 264
Top = 200
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -