📄 unit1.dfm
字号:
object frmMain: TfrmMain
Left = 192
Top = 107
Width = 156
Height = 145
Caption = 'CURSOR'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object btnCursor: TButton
Left = 16
Top = 40
Width = 105
Height = 29
Caption = #36873#25321#20809#26631#25991#20214
TabOrder = 0
OnClick = btnCursorClick
end
object OpenDialog1: TOpenDialog
Filter = 'Cursors (*.cur)|*.cur'
Left = 48
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -