home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / ResourceMeter / Main.dfm next >
Text File  |  2001-10-12  |  1KB  |  72 lines

  1. object frmMain: TfrmMain
  2.   Left = 328
  3.   Top = 356
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Resource Meter'
  6.   ClientHeight = 140
  7.   ClientWidth = 229
  8.   Color = clBtnFace
  9.   Font.Charset = EASTEUROPE_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lGDI: TLabel
  19.     Left = 13
  20.     Top = 50
  21.     Width = 18
  22.     Height = 13
  23.     Caption = 'GDI'
  24.   end
  25.   object lSystem: TLabel
  26.     Left = 13
  27.     Top = 11
  28.     Width = 35
  29.     Height = 13
  30.     Caption = 'System'
  31.   end
  32.   object lUser: TLabel
  33.     Left = 13
  34.     Top = 89
  35.     Width = 22
  36.     Height = 13
  37.     Caption = 'User'
  38.   end
  39.   object pbGDI: TProgressBar
  40.     Left = 13
  41.     Top = 69
  42.     Width = 200
  43.     Height = 16
  44.     Min = 0
  45.     Max = 100
  46.     TabOrder = 0
  47.   end
  48.   object pbSystem: TProgressBar
  49.     Left = 14
  50.     Top = 30
  51.     Width = 200
  52.     Height = 16
  53.     Min = 0
  54.     Max = 100
  55.     TabOrder = 1
  56.   end
  57.   object pbUser: TProgressBar
  58.     Left = 13
  59.     Top = 108
  60.     Width = 200
  61.     Height = 16
  62.     Min = 0
  63.     Max = 100
  64.     TabOrder = 2
  65.   end
  66.   object Timer: TTimer
  67.     OnTimer = TimerTimer
  68.     Left = 188
  69.     Top = 32
  70.   end
  71. end
  72.