home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / prevodniky / download / TMPGEnc / TMPGEnc2521.exe / TMPGEnc.exe / 1036 / RCDATA / TCPUMETERFORM / TCPUMETERFORM.txt
Text File  |  2003-09-16  |  555b  |  27 lines

  1. object CPUMeterForm: TCPUMeterForm
  2.   Left = 128
  3.   Top = 165
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Occupation processeur'
  6.   ClientHeight = 256
  7.   ClientWidth = 200
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefaultSizeOnly
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object CPUMeterArea: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 200
  24.     Height = 256
  25.   end
  26. end
  27.