object TravellingStereofrm: TTravellingStereofrm Left = 191 Top = 109 BorderStyle = bsDialog Caption = 'Travelling Stereo' ClientHeight = 171 ClientWidth = 296 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 61 Width = 40 Height = 13 Alignment = taCenter Caption = '&Percent:' FocusControl = TrackBar1 WordWrap = True end object Label3: TLabel Left = 96 Top = 77 Width = 14 Height = 13 Caption = '0%' end object Label5: TLabel Left = 264 Top = 77 Width = 26 Height = 13 Caption = '100%' end object Label4: TLabel Left = 39 Top = 8 Width = 217 Height = 24 Caption = 'TRAVELLING STEREO' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Panel1: TPanel Left = 200 Top = 101 Width = 82 Height = 60 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 4 object Label2: TLabel Left = 19 Top = 16 Width = 52 Height = 29 Caption = '50%' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object TrackBar1: TTrackBar Left = 88 Top = 53 Width = 199 Height = 25 Max = 100 Orientation = trHorizontal Frequency = 10 Position = 50 SelEnd = 50 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object RadioGroup1: TRadioGroup Left = 96 Top = 96 Width = 97 Height = 65 Caption = '&Direction:' Items.Strings = ( 'Left -> Right' 'Right -> Left') TabOrder = 1 end object Button1: TButton Left = 8 Top = 104 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 136 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 3 OnClick = Button2Click end end