📄 unit1.dfm
字号:
object Form1: TForm1
Left = 263
Top = 164
Width = 560
Height = 354
Caption = '制作能播放MIDI,WAV和AVI文件的播放器'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object MediaPlayer1: TMediaPlayer
Left = 248
Top = 296
Width = 253
Height = 30
Display = Panel1
TabOrder = 0
OnNotify = MediaPlayer1Notify
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 537
Height = 281
TabOrder = 1
end
object Button1: TButton
Left = 8
Top = 296
Width = 145
Height = 25
Caption = '打开'
TabOrder = 2
OnClick = Button1Click
end
object OpenDialog1: TOpenDialog
Left = 512
Top = 296
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -