object FormMenu: TFormMenu Left = 443 Height = 398 Top = 262 Width = 262 Caption = 'Menu' ClientHeight = 398 ClientWidth = 262 DesignTimePPI = 120 FormStyle = fsStayOnTop OnDeactivate = FormDeactivate OnShow = FormShow LCLVersion = '2.0.2.0' object ListBoxApps: TListBox Left = 10 Height = 345 Top = 7 Width = 245 Anchors = [akTop, akLeft, akRight, akBottom] Items.Strings = ( 'Calculator' 'File manager' ) ItemHeight = 20 OnClick = ListBoxAppsClick TabOrder = 0 end object ToolBar1: TToolBar Left = 164 Height = 30 Top = 362 Width = 90 Align = alCustom Anchors = [akTop, akRight] AutoSize = True Caption = 'ToolBar1' EdgeBorders = [] Flat = False ShowCaptions = True TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Caption = 'Shutdown' DropdownMenu = PopupMenu1 OnClick = ToolButton1Click Style = tbsDropDown end end object PopupMenu1: TPopupMenu left = 111 top = 278 object MenuItemReboot: TMenuItem Caption = 'Reboot' OnClick = MenuItemRebootClick end end end