MainUnit.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object MainForm: TMainForm
  2.   Left = 347
  3.   Top = 190
  4.   Width = 274
  5.   Height = 393
  6.   Caption = 'MainForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object GroupBox1: TGroupBox
  17.     Left = 10
  18.     Top = 10
  19.     Width = 247
  20.     Height = 336
  21.     Caption = #35831#36873#25321#23186#20307#25773#25918#22120#31867#22411
  22.     TabOrder = 0
  23.     object MpgPlay: TButton
  24.       Left = 30
  25.       Top = 49
  26.       Width = 178
  27.       Height = 41
  28.       Caption = #30005#24433#25773#25918#22120
  29.       TabOrder = 0
  30.       OnClick = MpgPlayClick
  31.     end
  32.     object WavPlay: TButton
  33.       Left = 30
  34.       Top = 118
  35.       Width = 178
  36.       Height = 41
  37.       Caption = 'WAV'#25773#25918#22120
  38.       TabOrder = 1
  39.       OnClick = WavPlayClick
  40.     end
  41.     object MidiPlay: TButton
  42.       Left = 30
  43.       Top = 177
  44.       Width = 178
  45.       Height = 41
  46.       Caption = 'MIDI'#25773#25918#22120
  47.       TabOrder = 2
  48.       OnClick = MidiPlayClick
  49.     end
  50.     object CDPlay: TButton
  51.       Left = 30
  52.       Top = 256
  53.       Width = 178
  54.       Height = 41
  55.       Caption = 'CD'#25773#25918#22120
  56.       TabOrder = 3
  57.       OnClick = CDPlayClick
  58.     end
  59.   end
  60. end