object MainOptionsForm: TMainOptionsForm Left = 307 Height = 350 Top = 161 Width = 489 Caption = 'Options' ClientHeight = 350 ClientWidth = 489 OnShow = FormShow LCLVersion = '1.3' object Button1: TButton Left = 318 Height = 25 Top = 316 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 OnClick = Button1Click TabOrder = 0 end object Button2: TButton Left = 406 Height = 22 Top = 319 Width = 75 Anchors = [akRight, akBottom] Caption = 'Save' ModalResult = 1 OnClick = Button2Click TabOrder = 1 end object Label1: TLabel Left = 8 Height = 25 Top = 8 Width = 153 Caption = 'Bit utils location:' ParentColor = False end object Edit1: TEdit Left = 9 Height = 35 Top = 32 Width = 473 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end object Label2: TLabel Left = 8 Height = 25 Top = 72 Width = 81 Caption = 'Platform' ParentColor = False end object Edit2: TEdit Left = 9 Height = 35 Top = 96 Width = 473 Anchors = [akTop, akLeft, akRight] TabOrder = 3 end object Label3: TLabel Left = 9 Height = 25 Top = 136 Width = 257 Caption = 'Web source list file location:' ParentColor = False end object Edit3: TEdit Left = 9 Height = 35 Top = 168 Width = 475 Anchors = [akTop, akLeft, akRight] TabOrder = 4 end object Label4: TLabel Left = 9 Height = 25 Top = 208 Width = 187 Caption = 'Subversion location:' ParentColor = False end object Edit4: TEdit Left = 9 Height = 35 Top = 240 Width = 475 Anchors = [akTop, akLeft, akRight] TabOrder = 5 end end