object FormTargetOptions: TFormTargetOptions Left = 345 Height = 250 Top = 134 Width = 477 Caption = 'Target options' ClientHeight = 250 ClientWidth = 477 LCLVersion = '1.1' object Label1: TLabel Left = 8 Height = 14 Top = 10 Width = 32 Caption = 'Name:' ParentColor = False end object LabelName: TLabel Left = 56 Height = 14 Top = 10 Width = 13 Caption = ' ' ParentColor = False end object Label2: TLabel Left = 7 Height = 14 Top = 32 Width = 71 Caption = 'Compiler path:' ParentColor = False end object EditProducer: TEdit Left = 96 Height = 21 Top = 31 Width = 295 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ButtonProducerSelect: TButton Left = 400 Height = 25 Top = 31 Width = 75 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonProducerSelectClick TabOrder = 1 end object Label3: TLabel Left = 8 Height = 14 Top = 65 Width = 73 Caption = 'Executor path:' ParentColor = False end object EditExecutor: TEdit Left = 97 Height = 21 Top = 64 Width = 295 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end object ButtonExecutorSelect: TButton Left = 399 Height = 25 Top = 64 Width = 75 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonExecutorSelectClick TabOrder = 3 end object Button1: TButton Left = 391 Height = 25 Top = 216 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 4 end object Button2: TButton Left = 305 Height = 25 Top = 216 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object OpenDialog1: TOpenDialog left = 128 top = 120 end end