object FormMain: TFormMain Left = 703 Height = 587 Top = 236 Width = 857 ActiveControl = TreeView1 Caption = 'LinuxBuilder' ClientHeight = 561 ClientWidth = 857 Menu = MainMenu1 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.3' WindowState = wsMaximized object TreeView1: TTreeView Left = 8 Height = 504 Top = 0 Width = 840 Anchors = [akTop, akLeft, akRight, akBottom] DefaultItemHeight = 24 TabOrder = 0 end object StatusBar1: TStatusBar Left = 0 Height = 26 Top = 535 Width = 857 Panels = <> end object ToolBar1: TToolBar Left = 0 Height = 26 Top = 509 Width = 857 Align = alBottom Caption = 'ToolBar1' Images = ImageList1 TabOrder = 2 object ToolButton2: TToolButton Left = 1 Top = 2 Action = AViemSystem Style = tbsCheck end end object MainMenu1: TMainMenu Images = ImageList1 left = 320 top = 72 object MenuItem1: TMenuItem Caption = 'File' object MenuItem4: TMenuItem Action = AOpenDir end end object MenuItem2: TMenuItem Caption = 'View' object MenuItem3: TMenuItem Action = AViemSystem end end end object ActionList1: TActionList Images = ImageList1 left = 239 top = 264 object AOpenDir: TAction Caption = 'Open directory' OnExecute = AOpenDirExecute end object AViemSystem: TAction Caption = 'System options' OnExecute = AViemSystemExecute end end object ImageList1: TImageList left = 281 top = 185 end end