?? getname.dfm
字號(hào):
object mainform: Tmainform
Left = 302
Top = 103
Width = 472
Height = 320
Caption = 'Computer Name'
Color = clBackground
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object NameButton: TButton
Left = 40
Top = 30
Width = 145
Height = 25
Caption = 'Computer Name'
Default = True
TabOrder = 0
OnClick = NameButtonClick
end
object Memo: TMemo
Left = 219
Top = 30
Width = 185
Height = 151
ReadOnly = True
TabOrder = 1
end
object Button1: TButton
Left = 40
Top = 70
Width = 145
Height = 25
Caption = 'User Name'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 40
Top = 110
Width = 145
Height = 25
Caption = 'Windows Version'
TabOrder = 3
OnClick = Button2Click
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -