MainUnit.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
源码类别:
Delphi/CppBuilder
开发平台:
C++ Builder
- 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