📄 mainunit.dfm
字号:
object MainForm: TMainForm
Left = 347
Top = 190
Width = 274
Height = 393
Caption = 'MainForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object GroupBox1: TGroupBox
Left = 10
Top = 10
Width = 247
Height = 336
Caption = #35831#36873#25321#23186#20307#25773#25918#22120#31867#22411
TabOrder = 0
object MpgPlay: TButton
Left = 30
Top = 49
Width = 178
Height = 41
Caption = #30005#24433#25773#25918#22120
TabOrder = 0
OnClick = MpgPlayClick
end
object WavPlay: TButton
Left = 30
Top = 118
Width = 178
Height = 41
Caption = 'WAV'#25773#25918#22120
TabOrder = 1
OnClick = WavPlayClick
end
object MidiPlay: TButton
Left = 30
Top = 177
Width = 178
Height = 41
Caption = 'MIDI'#25773#25918#22120
TabOrder = 2
OnClick = MidiPlayClick
end
object CDPlay: TButton
Left = 30
Top = 256
Width = 178
Height = 41
Caption = 'CD'#25773#25918#22120
TabOrder = 3
OnClick = CDPlayClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -