home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / NetBuddy.exe / 0 / RCDATA / TTASKBARWINDOWFORM / TTASKBARWINDOWFORM.txt < prev   
Text File  |  1999-08-25  |  3KB  |  138 lines

  1. object TaskBarWindowForm: TTaskBarWindowForm
  2.   Left = 430
  3.   Top = 247
  4.   Cursor = crSizeAll
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = []
  8.   BorderStyle = bsNone
  9.   ClientHeight = 33
  10.   ClientWidth = 490
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnHide = FormHide
  23.   OnResize = FormResize
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object TimerFloatingText: TStaticText
  28.     Left = 0
  29.     Top = 1
  30.     Width = 145
  31.     Height = 18
  32.     Cursor = crSizeAll
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     BorderStyle = sbsSunken
  36.     Color = clSilver
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     ParentColor = False
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnMouseDown = TimerFloatingTextMouseDown
  46.     OnMouseMove = TimerFloatingTextMouseMove
  47.     OnMouseUp = TimerFloatingTextMouseUp
  48.   end
  49.   object AccountText: TStaticText
  50.     Left = 161
  51.     Top = 8
  52.     Width = 75
  53.     Height = 18
  54.     Cursor = crSizeAll
  55.     Alignment = taCenter
  56.     BorderStyle = sbsSunken
  57.     Caption = 'Account ∩┐╜0.00'
  58.     Color = clSilver
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'Arial'
  63.     Font.Style = []
  64.     ParentColor = False
  65.     ParentFont = False
  66.     TabOrder = 1
  67.     OnMouseDown = TimerFloatingTextMouseDown
  68.     OnMouseMove = TimerFloatingTextMouseMove
  69.     OnMouseUp = TimerFloatingTextMouseUp
  70.   end
  71.   object DailyText: TStaticText
  72.     Left = 261
  73.     Top = 8
  74.     Width = 57
  75.     Height = 18
  76.     Cursor = crSizeAll
  77.     Alignment = taCenter
  78.     BorderStyle = sbsSunken
  79.     Caption = 'Daily ∩┐╜0.00'
  80.     Color = clSilver
  81.     Font.Charset = ANSI_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'Arial'
  85.     Font.Style = []
  86.     ParentColor = False
  87.     ParentFont = False
  88.     TabOrder = 2
  89.     OnMouseDown = TimerFloatingTextMouseDown
  90.     OnMouseMove = TimerFloatingTextMouseMove
  91.     OnMouseUp = TimerFloatingTextMouseUp
  92.   end
  93.   object ReceivedText: TStaticText
  94.     Left = 325
  95.     Top = 4
  96.     Width = 69
  97.     Height = 18
  98.     Cursor = crSizeAll
  99.     Alignment = taCenter
  100.     BorderStyle = sbsSunken
  101.     Caption = 'Rec 00.00K/s'
  102.     Color = clSilver
  103.     Font.Charset = ANSI_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'Arial'
  107.     Font.Style = []
  108.     ParentColor = False
  109.     ParentFont = False
  110.     TabOrder = 3
  111.     OnMouseDown = TimerFloatingTextMouseDown
  112.     OnMouseMove = TimerFloatingTextMouseMove
  113.     OnMouseUp = TimerFloatingTextMouseUp
  114.   end
  115.   object TransmittedText: TStaticText
  116.     Left = 398
  117.     Top = 4
  118.     Width = 72
  119.     Height = 18
  120.     Cursor = crSizeAll
  121.     Alignment = taCenter
  122.     BorderStyle = sbsSunken
  123.     Caption = 'Tran 00.00K/s'
  124.     Color = clSilver
  125.     Font.Charset = ANSI_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'Arial'
  129.     Font.Style = []
  130.     ParentColor = False
  131.     ParentFont = False
  132.     TabOrder = 4
  133.     OnMouseDown = TimerFloatingTextMouseDown
  134.     OnMouseMove = TimerFloatingTextMouseMove
  135.     OnMouseUp = TimerFloatingTextMouseUp
  136.   end
  137. end
  138.