object InstanceOptionsForm: TInstanceOptionsForm Left = 307 Height = 225 Top = 132 Width = 836 Caption = 'Options' ClientHeight = 225 ClientWidth = 836 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.3' object ButtonCancel: TButton Left = 671 Height = 25 Top = 195 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 OnClick = ButtonCancelClick TabOrder = 0 end object ButtonOk: TButton Left = 756 Height = 25 Top = 195 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 1 end object Label2: TLabel Left = 8 Height = 25 Top = 72 Width = 125 Caption = 'IDE selection:' ParentColor = False end object Label1: TLabel Left = 8 Height = 25 Top = 40 Width = 128 Caption = 'FPC selection:' ParentColor = False end object Edit1: TEdit Left = 168 Height = 35 Top = 8 Width = 662 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end object Label3: TLabel Left = 8 Height = 25 Top = 8 Width = 62 Caption = 'Name:' ParentColor = False end object Edit2: TEdit Left = 168 Height = 35 Top = 39 Width = 575 Anchors = [akTop, akLeft, akRight] ReadOnly = True TabOrder = 3 end object Button1: TButton Left = 752 Height = 25 Top = 40 Width = 75 Anchors = [akTop, akRight] Caption = 'Select' OnClick = Button1Click TabOrder = 4 end object Edit3: TEdit Left = 168 Height = 35 Top = 72 Width = 575 Anchors = [akTop, akLeft, akRight] ReadOnly = True TabOrder = 5 end object Button2: TButton Left = 752 Height = 25 Top = 72 Width = 75 Anchors = [akTop, akRight] Caption = 'Select' OnClick = Button2Click TabOrder = 6 end end