object Form3: TForm3 Left = 200 Top = 108 Width = 222 Height = 254 ActiveControl = GroupBox1 Caption = 'Muzyka w tle' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 121 Height = 105 Caption = 'Muzyka' TabOrder = 0 object RadioButton1: TRadioButton Left = 16 Top = 40 Width = 73 Height = 17 Caption = 'W��czona' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 16 Top = 72 Width = 73 Height = 17 Caption = 'Wy��czona' TabOrder = 1 end end object Button1: TButton Left = 16 Top = 160 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 160 Width = 75 Height = 25 Caption = 'Anuluj' TabOrder = 2 OnClick = Button2Click end end