object TaskBarWindowForm: TTaskBarWindowForm Left = 430 Top = 247 Cursor = crSizeAll HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone ClientHeight = 33 ClientWidth = 490 Color = clBtnFace ParentFont = True FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = True Position = poDefault Scaled = False OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TimerFloatingText: TStaticText Left = 0 Top = 1 Width = 145 Height = 18 Cursor = crSizeAll Alignment = taCenter AutoSize = False BorderStyle = sbsSunken Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 0 OnMouseDown = TimerFloatingTextMouseDown OnMouseMove = TimerFloatingTextMouseMove OnMouseUp = TimerFloatingTextMouseUp end object AccountText: TStaticText Left = 161 Top = 8 Width = 75 Height = 18 Cursor = crSizeAll Alignment = taCenter BorderStyle = sbsSunken Caption = 'Account �0.00' Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 1 OnMouseDown = TimerFloatingTextMouseDown OnMouseMove = TimerFloatingTextMouseMove OnMouseUp = TimerFloatingTextMouseUp end object DailyText: TStaticText Left = 261 Top = 8 Width = 57 Height = 18 Cursor = crSizeAll Alignment = taCenter BorderStyle = sbsSunken Caption = 'Daily �0.00' Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 2 OnMouseDown = TimerFloatingTextMouseDown OnMouseMove = TimerFloatingTextMouseMove OnMouseUp = TimerFloatingTextMouseUp end object ReceivedText: TStaticText Left = 325 Top = 4 Width = 69 Height = 18 Cursor = crSizeAll Alignment = taCenter BorderStyle = sbsSunken Caption = 'Rec 00.00K/s' Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 3 OnMouseDown = TimerFloatingTextMouseDown OnMouseMove = TimerFloatingTextMouseMove OnMouseUp = TimerFloatingTextMouseUp end object TransmittedText: TStaticText Left = 398 Top = 4 Width = 72 Height = 18 Cursor = crSizeAll Alignment = taCenter BorderStyle = sbsSunken Caption = 'Tran 00.00K/s' Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 4 OnMouseDown = TimerFloatingTextMouseDown OnMouseMove = TimerFloatingTextMouseMove OnMouseUp = TimerFloatingTextMouseUp end end