object CompilerSettingsForm: TCompilerSettingsForm Left = 354 Height = 244 Top = 150 Width = 455 Caption = 'Compiler options' ClientHeight = 244 ClientWidth = 455 LCLVersion = '0.9.31' object Label1: TLabel Left = 8 Height = 14 Top = 12 Width = 71 Caption = 'Compiler path:' ParentColor = False end object EditPath: TEdit Left = 112 Height = 21 Top = 9 Width = 253 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object Button1: TButton Left = 373 Height = 21 Top = 9 Width = 75 Anchors = [akTop, akRight] Caption = 'Browse' OnClick = Button1Click TabOrder = 1 end object ButtonOk: TButton Left = 373 Height = 25 Top = 210 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 286 Height = 25 Top = 210 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' TabOrder = 3 end object OpenDialog1: TOpenDialog DefaultExt = '.exe' Filter = 'Executable files (*.exe)|*.exe|Any file (*.*)|*.*' left = 80 top = 72 end end