fnavform.dfm
来自「都是关于Glscene的实例」· DFM 代码 · 共 31 行
DFM
31 行
object NavForm: TNavForm
Left = 276
Top = 111
BorderStyle = bsDialog
Caption = 'NavForm'
ClientHeight = 192
ClientWidth = 192
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Image: TImage32
Left = 0
Top = 0
Width = 192
Height = 192
BitmapAlign = baTopLeft
Scale = 1
ScaleMode = smScale
TabOrder = 0
OnMouseDown = ImageMouseDown
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?