📄 flatversion.dfm
字号:
object VersionForm: TVersionForm
Left = 189
Top = 503
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 120
ClientWidth = 352
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object About: TLabel
Left = 24
Top = 8
Width = 28
Height = 13
Caption = 'About'
end
object OKBtn: TButton
Left = 144
Top = 88
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -