📄 midiplay.dfm
字号:
object MidiForm: TMidiForm
Left = 212
Top = 159
Width = 399
Height = 153
Caption = 'MidiForm'
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 ScrollBar1: TScrollBar
Left = 24
Top = 16
Width = 345
Height = 17
PageSize = 0
TabOrder = 0
OnScroll = ScrollBar1Scroll
end
object BitBtn1: TBitBtn
Left = 16
Top = 88
Width = 75
Height = 25
Caption = #25171#24320#25991#20214
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 296
Top = 88
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = BitBtn2Click
end
object MediaPlayer1: TMediaPlayer
Left = 24
Top = 40
Width = 343
Height = 30
TabOrder = 3
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 200
Top = 88
end
object OpenDialog1: TOpenDialog
Left = 152
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -