object FormTargetOptions: TFormTargetOptions Left = 429 Height = 247 Top = 228 Width = 506 Caption = 'Target options' ClientHeight = 247 ClientWidth = 506 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.0.4' object Edit1: TEdit Left = 10 Height = 33 Top = 38 Width = 389 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 0 end object Label1: TLabel Left = 10 Height = 25 Top = 8 Width = 144 Caption = 'Compiler location:' ParentColor = False ParentFont = False end object ButtonCompiler: TButton Left = 409 Height = 37 Top = 42 Width = 90 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonCompilerClick ParentFont = False TabOrder = 1 end object ButtonExecute: TButton Left = 409 Height = 37 Top = 115 Width = 90 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonExecuteClick ParentFont = False TabOrder = 2 end object Edit2: TEdit Left = 10 Height = 33 Top = 115 Width = 389 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 3 end object Label2: TLabel Left = 10 Height = 25 Top = 86 Width = 139 Caption = 'Executor location:' ParentColor = False ParentFont = False end object ButtonOk: TButton Left = 383 Height = 37 Top = 196 Width = 109 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 4 end object ButtonCancel: TButton Left = 248 Height = 37 Top = 196 Width = 109 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 5 end object OpenDialog1: TOpenDialog DefaultExt = '.exe' Filter = 'Program (*.exe)|*.exe|Jakýkoliv soubor (*.*)|*.*' left = 118 top = 145 end end