object Form1: TForm1 Left = 66 Top = 140 AutoScroll = False Caption = 'Form1' ClientHeight = 128 ClientWidth = 154 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Position = poDefaultPosOnly OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object RadioGroup1: TRadioGroup Left = 8 Top = 8 Width = 73 Height = 81 Caption = #34920#31034#20301#32622 ItemIndex = 0 Items.Strings = ( #20013#22830 #12479#12452#12523 #25313#22823) TabOrder = 0 end object Button_Open: TButton Left = 88 Top = 16 Width = 57 Height = 25 Caption = #38283#12367 TabOrder = 1 OnClick = Button_OpenClick end object CheckBox_Mute: TCheckBox Left = 88 Top = 100 Width = 57 Height = 17 Caption = #12511#12517#12540#12488 TabOrder = 2 OnClick = CheckBox_MuteClick end object Button_Play: TButton Left = 8 Top = 96 Width = 25 Height = 25 Hint = #20877#29983 Caption = '>' TabOrder = 3 OnClick = Button_PlayClick end object Button_Pause: TButton Left = 32 Top = 96 Width = 25 Height = 25 Hint = #19968#26178#20572#27490 Caption = '||' TabOrder = 4 OnClick = Button_PauseClick end object Button_Stop: TButton Left = 56 Top = 96 Width = 25 Height = 25 Hint = #20572#27490 Caption = #9632 TabOrder = 5 OnClick = Button_StopClick end object OpenDialog1: TOpenDialog Left = 88 Top = 40 end end