📄 unit7.dfm
字号:
object Form7: TForm7
Left = 412
Top = 201
Width = 205
Height = 252
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Form7'
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 Panel1: TPanel
Left = 0
Top = 0
Width = 197
Height = 225
Align = alClient
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 48
Width = 15
Height = 16
Caption = 'IP '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 112
Width = 32
Height = 13
Caption = 'Label2'
end
object Panel2: TPanel
Left = 1
Top = 1
Width = 195
Height = 24
Align = alTop
Caption = '请输入登陆信息'
TabOrder = 0
end
object Edit1: TEdit
Left = 64
Top = 48
Width = 121
Height = 21
TabOrder = 1
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -