📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 377
Height = 269
Caption = 'Form1'
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 SpeedButton1: TSpeedButton
Left = 96
Top = 88
Width = 20
Height = 20
Constraints.MaxHeight = 20
Constraints.MaxWidth = 20
Constraints.MinHeight = 20
Constraints.MinWidth = 20
Caption = 'SSSS'
Flat = True
end
object Edit1: TEdit
Left = 32
Top = 168
Width = 121
Height = 21
TabOrder = 0
Text = '192.168.1.33'
end
object Edit2: TEdit
Left = 168
Top = 168
Width = 121
Height = 21
TabOrder = 1
Text = 'E:\WinZip'
end
object Button2: TButton
Left = 240
Top = 112
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -