object FormTargetOptions: TFormTargetOptions Left = 429 Height = 206 Top = 228 Width = 422 Caption = 'Target options' ClientHeight = 206 ClientWidth = 422 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.8.2.0' object Edit1: TEdit Left = 8 Height = 28 Top = 32 Width = 325 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object Label1: TLabel Left = 8 Height = 20 Top = 7 Width = 122 Caption = 'Compiler location:' ParentColor = False end object ButtonCompiler: TButton Left = 341 Height = 31 Top = 35 Width = 75 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonCompilerClick TabOrder = 1 end object ButtonExecute: TButton Left = 341 Height = 31 Top = 96 Width = 75 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonExecuteClick TabOrder = 2 end object Edit2: TEdit Left = 8 Height = 28 Top = 96 Width = 325 Anchors = [akTop, akLeft, akRight] TabOrder = 3 end object Label2: TLabel Left = 8 Height = 20 Top = 72 Width = 118 Caption = 'Executor location:' ParentColor = False end object ButtonOk: TButton Left = 319 Height = 31 Top = 163 Width = 91 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 4 end object ButtonCancel: TButton Left = 207 Height = 31 Top = 163 Width = 91 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