object FormTargetOptions: TFormTargetOptions Left = 667 Height = 242 Top = 613 Width = 586 Caption = 'Target options' ClientHeight = 242 ClientWidth = 586 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.10.0' object Edit1: TEdit Left = 10 Height = 42 Top = 38 Width = 469 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 0 end object Label1: TLabel Left = 10 Height = 24 Top = 8 Width = 155 Caption = 'Compiler location:' ParentColor = False ParentFont = False end object ButtonCompiler: TButton Left = 489 Height = 37 Top = 42 Width = 90 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonCompilerClick ParentFont = False TabOrder = 1 end object ButtonExecute: TButton Left = 489 Height = 37 Top = 115 Width = 90 Anchors = [akTop, akRight] Caption = 'Select...' OnClick = ButtonExecuteClick ParentFont = False TabOrder = 2 end object Edit2: TEdit Left = 10 Height = 42 Top = 115 Width = 469 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 3 end object Label2: TLabel Left = 10 Height = 24 Top = 86 Width = 151 Caption = 'Executor location:' ParentColor = False ParentFont = False end object ButtonOk: TButton Left = 463 Height = 37 Top = 191 Width = 109 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 4 end object ButtonCancel: TButton Left = 328 Height = 37 Top = 191 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