object Bar: TBar Left = 258 Top = 188 BorderIcons = [] BorderStyle = bsNone Caption = 'Taskbar' ClientHeight = 30 ClientWidth = 387 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poDefault Scaled = False Visible = True OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnPaint = FormPaint OnResize = FormResize TextHeight = 13 object StartBtn: TStyleSpeed Left = 3 Top = 5 Width = 68 Height = 23 AllowAllUp = True GroupIndex = 2 Caption = 'Start' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] Glyph.Data = { B0010000424DB00100000000000076000000280000001A000000120000000100 0400000000002001000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000 00333333333338000000333387800CCCCC0033333333870000003387770CCC00 00CC0333337878000000877780CCC0787700C087878B87000000778704C40877 78B80C0878B87800000087770C4C0778778B80078B8787000000778704C40877 7878B868B8787800000087770444077877878BFB878787000000778704440877 78787FFF78787800000087770EEE077877878BFB87878700000077870EEEE077 7878B868B87878000000877780EEE078778B87800B8787000000778770EEEE07 78B8787E08B8780000008777870EEEE07B87870E07878700000077877770FFFF B87870FF087878000000877787860FFBF0000FFF07878300000077873333300F FFFFFF0008783300000087333333333000000087873333000000000000000000 0000000000000000000000000000000000000000} Margin = 2 ParentFont = False Spacing = -1 OnClick = StartBtnClick OnMouseDown = StartBtnMouseDown Style = sbWin95 end object Clock: TPanel Left = 326 Top = 5 Width = 57 Height = 23 BevelOuter = bvLowered Caption = '00:00 AM' ParentShowHint = False ShowHint = False TabOrder = 0 OnMouseDown = ClockMouseDown OnMouseMove = ClockMouseMove OnMouseUp = ClockMouseUp end object TaskMenu: TPopupMenu OnPopup = TaskMenuPopup Left = 88 Top = 4 object Restore: TMenuItem Caption = '&Restore' OnClick = RestoreClick end object Minimize: TMenuItem Caption = 'Mi&nimize' OnClick = MinimizeClick end object Maximize: TMenuItem Caption = 'Ma&ximize' OnClick = MaximizeClick end object CloseItem: TMenuItem Caption = '&Close' OnClick = CloseItemClick end end object SysMenu: TPopupMenu OnPopup = SysMenuPopup Left = 156 Top = 4 object Quit: TMenuItem Caption = 'Unload taskbar' OnClick = QuitClick end object HideBar: TMenuItem Caption = 'Hide' OnClick = HideBarClick end object Stay: TMenuItem Tag = 2 Caption = 'Stay visible' OnClick = StayClick end object N1: TMenuItem Caption = '-' end object Startproperties1: TMenuItem Caption = 'Start properties...' OnClick = Startproperties1Click end object Properties1: TMenuItem Caption = 'Taskbar properties...' OnClick = Properties1Click end object N2: TMenuItem Caption = '-' end object Spy: TMenuItem Caption = 'Spy' OnClick = SpyClick end object Terminate: TMenuItem Caption = 'Terminate...' OnClick = TerminateClick end end object Timer: TTimer Enabled = False Interval = 5000 OnTimer = TimerTimer Left = 124 Top = 4 end object HintTimer: TTimer Enabled = False Interval = 800 OnTimer = HintTimerTimer Left = 190 Top = 4 end end