object fmMenu: TfmMenu Left = 200 Top = 108 BorderStyle = bsNone Caption = 'fmMenu' ClientHeight = 48 ClientWidth = 209 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PopupMenu = PopupMenu1 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 209 Height = 48 Align = alClient BorderWidth = 3 Caption = 'Panel1' PopupMenu = PopupMenu1 TabOrder = 0 object pnSwitch: TPanel Left = 4 Top = 18 Width = 201 Height = 26 Align = alClient BevelInner = bvLowered Caption = 'pnSwitch' PopupMenu = PopupMenu2 TabOrder = 0 end object Panel2: TPanel Left = 4 Top = 4 Width = 201 Height = 14 Align = alTop BevelOuter = bvNone Color = clActiveCaption PopupMenu = PopupMenu1 TabOrder = 1 OnMouseDown = Panel2MouseDown OnMouseMove = Panel2MouseMove OnMouseUp = Panel2MouseUp object Label1: TLabel Left = 4 Top = 0 Width = 45 Height = 13 Caption = 'xDesktop' Font.Charset = DEFAULT_CHARSET Font.Color = clCaptionText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object btnSizer: TSpeedButton Left = 0 Top = 0 Width = 11 Height = 11 Glyph.Data = { 92000000424D9200000000000000760000002800000007000000070000000100 0400000000001C000000120B0000120B00000200000002000000008080000000 000000010000001110000111110000000000011111000011100000010000} OnClick = btnSizerClick end end end object PopupMenu1: TPopupMenu Left = 48 object Nastaven1: TMenuItem Caption = 'N&astaven�' OnClick = Nastaven1Click end object N2: TMenuItem Caption = '-' end object Npovda1: TMenuItem Caption = '&N�pov�da' end object Oaplikaci1: TMenuItem Caption = '&O aplikaci' OnClick = Oaplikaci1Click end object N1: TMenuItem Caption = '-' end object Konec1: TMenuItem Caption = '&Konec' OnClick = Konec1Click end end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 136 Top = 7 end object PopupMenu2: TPopupMenu OnPopup = PopupMenu2Popup Left = 80 object miSeznamOken: TMenuItem Caption = 'Seznam oken' end object N3: TMenuItem Caption = '-' end end end