object Form8: TForm8 Left = 191 Top = 109 BorderStyle = bsDialog Caption = 'Travelling Stereo' ClientHeight = 171 ClientWidth = 302 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 40 Height = 13 Alignment = taCenter Caption = '&Percent:' FocusControl = TrackBar1 WordWrap = True end object Label3: TLabel Left = 96 Top = 32 Width = 14 Height = 13 Caption = '0%' end object Label5: TLabel Left = 264 Top = 32 Width = 26 Height = 13 Caption = '100%' end object Label2: TLabel Left = 32 Top = 48 Width = 38 Height = 22 Caption = '50%' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object TrackBar1: TTrackBar Left = 88 Top = 8 Width = 200 Height = 25 Max = 100 Orientation = trHorizontal Frequency = 1 Position = 50 SelEnd = 50 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object RadioGroup1: TRadioGroup Left = 96 Top = 48 Width = 185 Height = 105 Caption = '&Direction:' Items.Strings = ( 'Left -> Right' 'Right -> Left') TabOrder = 1 end object Button1: TButton Left = 8 Top = 80 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 120 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 3 OnClick = Button2Click end end