object FormMain: TFormMain Left = 689 Height = 360 Top = 331 Width = 480 BorderStyle = bsNone Caption = 'Desktop' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' WindowState = wsFullScreen object PanelTaskBar: TPanel Left = 0 Height = 43 Top = 317 Width = 480 Align = alBottom ClientHeight = 43 ClientWidth = 480 TabOrder = 0 object ButtonMenu: TButton Left = 1 Height = 41 Top = 1 Width = 113 Align = alLeft Caption = 'Menu' OnClick = ButtonMenuClick TabOrder = 0 end object PanelTasks: TPanel Left = 126 Height = 41 Top = 1 Width = 353 Align = alClient BorderSpacing.Left = 12 BevelOuter = bvNone TabOrder = 1 end end end