?? unitabout.dfm
字號:
object FormAbout: TFormAbout
Left = 367
Top = 583
BorderStyle = bsDialog
Caption = '關于……'
ClientHeight = 107
ClientWidth = 233
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 12
object LabelProg: TLabel
Left = 32
Top = 16
Width = 66
Height = 12
Caption = '貪吃蛇 v1.0'
end
object Label2: TLabel
Left = 64
Top = 40
Width = 150
Height = 12
Caption = 'Copyright (C) Victor Chen'
end
object LabelHome: TLabel
Left = 80
Top = 56
Width = 138
Height = 12
Cursor = crHandPoint
Caption = 'http://www.cppfans.com/'
OnClick = LabelHomeClick
end
object Bevel1: TBevel
Left = 0
Top = 72
Width = 233
Height = 2
end
object BnOK: TBitBtn
Left = 80
Top = 80
Width = 75
Height = 25
Cursor = crHandPoint
Caption = '關閉'
TabOrder = 0
Kind = bkOK
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -