object FormTargetOptions: TFormTargetOptions Left = 429 Height = 240 Top = 228 Width = 369 Caption = 'Target options' ClientHeight = 240 ClientWidth = 369 LCLVersion = '1.1' object Edit1: TEdit Left = 8 Height = 21 Top = 24 Width = 272 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object Label1: TLabel Left = 8 Height = 14 Top = 7 Width = 86 Caption = 'Compiler location:' ParentColor = False end object ButtonCompiler: TButton Left = 288 Height = 25 Top = 24 Width = 75 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonCompilerClick TabOrder = 1 end object ButtonExecute: TButton Left = 288 Height = 25 Top = 80 Width = 75 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonExecuteClick TabOrder = 2 end object Edit2: TEdit Left = 8 Height = 21 Top = 81 Width = 272 Anchors = [akTop, akLeft, akRight] TabOrder = 3 end object Label2: TLabel Left = 8 Height = 14 Top = 64 Width = 88 Caption = 'Executor location:' ParentColor = False end object ButtonOk: TButton Left = 288 Height = 25 Top = 208 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 4 end object ButtonCancel: TButton Left = 200 Height = 25 Top = 208 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object OpenDialog1: TOpenDialog DefaultExt = '.exe' Filter = 'Program (*.exe)|*.exe|Jakýkoliv soubor (*.*)|*.*' left = 98 top = 121 end end