object FormTargetOptions: TFormTargetOptions Left = 987 Height = 251 Top = 599 Width = 675 Caption = 'Target options' ClientHeight = 251 ClientWidth = 675 DesignTimePPI = 144 LCLVersion = '3.4.0.0' object ButtonOk: TButton Left = 552 Height = 37 Top = 200 Width = 109 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 417 Height = 37 Top = 200 Width = 109 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ScrollBox1: TScrollBox Left = 8 Height = 179 Top = 8 Width = 662 HorzScrollBar.Page = 165 VertScrollBar.Page = 158 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 177 ClientWidth = 660 TabOrder = 2 object Label1: TLabel Left = 10 Height = 26 Top = 8 Width = 155 Caption = 'Compiler location:' ParentColor = False ParentFont = False end object Edit1: TEdit Left = 10 Height = 43 Top = 38 Width = 540 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 0 end object ButtonCompiler: TButton Left = 558 Height = 37 Top = 42 Width = 90 Anchors = [akTop, akRight] Caption = 'Select...' ParentFont = False TabOrder = 1 OnClick = ButtonCompilerClick end object ButtonExecute: TButton Left = 558 Height = 37 Top = 115 Width = 90 Anchors = [akTop, akRight] Caption = 'Select...' ParentFont = False TabOrder = 2 OnClick = ButtonExecuteClick end object Edit2: TEdit Left = 10 Height = 43 Top = 115 Width = 540 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 3 end object Label2: TLabel Left = 10 Height = 26 Top = 86 Width = 151 Caption = 'Executor location:' ParentColor = False ParentFont = False end end object OpenDialog1: TOpenDialog Left = 200 Top = 16 end end