📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 291
Height = 111
Caption = 'Name'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblGetComputerNetName: TLabel
Left = 23
Top = 43
Width = 98
Height = 13
Caption = 'User From Windows:'
end
object lblGetUserFromWindows: TLabel
Left = 23
Top = 19
Width = 99
Height = 13
Caption = 'Computer Net Name:'
end
object edtGetComputerNetName: TEdit
Left = 128
Top = 16
Width = 121
Height = 21
Color = clScrollBar
TabOrder = 0
Text = 'edtGetComputerNetName'
end
object edtGetUserFromWindows: TEdit
Left = 128
Top = 40
Width = 121
Height = 21
Color = clScrollBar
TabOrder = 1
Text = 'edtGetUserFromWindows'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -