📄 mainform.dfm
字号:
object Form1: TForm1
Left = 192
Top = 108
BorderStyle = bsToolWindow
Caption = '系统图标光标示例'
ClientHeight = 306
ClientWidth = 431
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image2: TImage
Left = 362
Top = 5
Width = 53
Height = 52
Center = True
Transparent = True
end
object Panel1: TPanel
Left = 0
Top = 277
Width = 431
Height = 29
Align = alBottom
AutoSize = True
BevelInner = bvLowered
TabOrder = 0
object OpenButton: TButton
Left = 17
Top = 2
Width = 75
Height = 25
Caption = '取得图标&I'
TabOrder = 0
OnClick = OpenButtonClick
end
object Button2: TButton
Left = 132
Top = 2
Width = 75
Height = 25
Caption = '改变光标&C'
TabOrder = 1
OnClick = Button2Click
end
object ComboBox1: TComboBox
Left = 278
Top = 3
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 2
OnChange = ComboBox1Change
end
end
object ScrollBox1: TScrollBox
Left = 0
Top = 1
Width = 358
Height = 273
TabOrder = 1
object Image1: TImage
Left = 0
Top = 0
Width = 314
Height = 201
AutoSize = True
end
end
object OpenDialog1: TOpenDialog
Filter = ' 所有文件(*.exe,*.dll,*.ico,*.res)|*.exe;*.dll;*.ico;*.res'
Left = 377
Top = 163
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 375
Top = 84
end
object Timer2: TTimer
Interval = 50
OnTimer = Timer2Timer
Left = 376
Top = 123
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -