home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / SpeedFan / installspeedfan444.exe / speedfan.exe / 0 / RCDATA / TSCUPTIME / TSCUPTIME.txt
Text File  |  2011-07-13  |  969b  |  43 lines

  1. inherited SCUptime: TSCUptime
  2.   Width = 148
  3.   Height = 81
  4.   OnResize = FrameResize
  5.   inherited panel: TJvPanel
  6.     inherited LABDesc: TLabel
  7.       Caption = 'Uptime'
  8.     end
  9.     object LABDays: TLabel
  10.       Left = 2
  11.       Top = 1
  12.       Width = 60
  13.       Height = 13
  14.       Alignment = taCenter
  15.       Anchors = [akLeft, akTop, akRight]
  16.       AutoSize = False
  17.       Caption = '???'
  18.       Font.Charset = DEFAULT_CHARSET
  19.       Font.Color = clWindowText
  20.       Font.Height = -11
  21.       Font.Name = 'MS Sans Serif'
  22.       Font.Style = [fsBold]
  23.       ParentFont = False
  24.     end
  25.     object LABTime: TLabel
  26.       Left = 2
  27.       Top = 14
  28.       Width = 60
  29.       Height = 13
  30.       Alignment = taCenter
  31.       Anchors = [akLeft, akTop, akRight]
  32.       AutoSize = False
  33.       Caption = '???'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.   end
  42. end
  43.