object FormMain: TFormMain Left = 689 Height = 300 Top = 331 Width = 400 BorderStyle = bsNone Caption = 'Desktop' ClientHeight = 300 ClientWidth = 400 DesignTimePPI = 120 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.2.0' WindowState = wsMaximized object PanelTaskBar: TPanel Left = 0 Height = 36 Top = 264 Width = 400 Align = alBottom ClientHeight = 36 ClientWidth = 400 TabOrder = 0 object ButtonMenu: TButton Left = 1 Height = 34 Top = 1 Width = 94 Align = alLeft Caption = 'Menu' OnClick = ButtonMenuClick TabOrder = 0 end object PanelTasks: TPanel Left = 105 Height = 34 Top = 1 Width = 294 Align = alClient BorderSpacing.Left = 10 BevelOuter = bvNone TabOrder = 1 end end end