object FormMain: TFormMain Left = 541 Height = 575 Top = 352 Width = 957 Caption = 'xmake' ClientHeight = 575 ClientWidth = 957 DesignTimePPI = 120 OnClose = FormClose OnShow = FormShow LCLVersion = '1.8.2.0' object Memo1: TMemo Left = 9 Height = 480 Top = 80 Width = 936 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end object EditFileName: TEdit Left = 9 Height = 28 Top = 7 Width = 935 Anchors = [akTop, akLeft, akRight] TabOrder = 1 end object ButtonRun: TButton Left = 9 Height = 31 Top = 44 Width = 94 Caption = 'Run' OnClick = ButtonRunClick TabOrder = 2 end end