home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / applau13 / resource.dfm / resource.txt
Text File  |  1996-02-14  |  2KB  |  108 lines

  1. object ResourceForm: TResourceForm
  2.   Left = 367
  3.   Top = 229
  4.   BorderStyle = bsNone
  5.   ClientHeight = 58
  6.   ClientWidth = 109
  7.   Enabled = False
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 109
  20.     Height = 58
  21.     Align = alClient
  22.     BorderStyle = bsSingle
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Date: TLabel
  30.       Left = 44
  31.       Top = 4
  32.       Width = 57
  33.       Height = 15
  34.       Alignment = taRightJustify
  35.       AutoSize = False
  36.       Caption = '06-Dec-69'
  37.     end
  38.     object Time: TLabel
  39.       Left = 52
  40.       Top = 20
  41.       Width = 49
  42.       Height = 15
  43.       Alignment = taRightJustify
  44.       AutoSize = False
  45.       Caption = '99:99:99'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 6
  49.       Top = 4
  50.       Width = 10
  51.       Height = 14
  52.       Caption = 'U:'
  53.     end
  54.     object Label4: TLabel
  55.       Left = 6
  56.       Top = 20
  57.       Width = 11
  58.       Height = 14
  59.       Caption = 'G:'
  60.     end
  61.     object Label5: TLabel
  62.       Left = 6
  63.       Top = 36
  64.       Width = 10
  65.       Height = 14
  66.       Caption = 'S:'
  67.     end
  68.     object User: TLabel
  69.       Left = 22
  70.       Top = 4
  71.       Width = 25
  72.       Height = 14
  73.       AutoSize = False
  74.       Caption = '99%'
  75.     end
  76.     object GDI: TLabel
  77.       Left = 22
  78.       Top = 20
  79.       Width = 25
  80.       Height = 15
  81.       AutoSize = False
  82.       Caption = '99%'
  83.     end
  84.     object Sys: TLabel
  85.       Left = 22
  86.       Top = 36
  87.       Width = 25
  88.       Height = 15
  89.       AutoSize = False
  90.       Caption = '99%'
  91.     end
  92.     object Mem: TLabel
  93.       Left = 52
  94.       Top = 36
  95.       Width = 49
  96.       Height = 14
  97.       Alignment = taRightJustify
  98.       AutoSize = False
  99.       Caption = '999999k'
  100.     end
  101.   end
  102.   object Timer1: TTimer
  103.     OnTimer = Timer1Timer
  104.     Left = 47
  105.     Top = 22
  106.   end
  107. end
  108.