object CPUMeterForm: TCPUMeterForm Left = 128 Top = 165 BorderStyle = bsToolWindow Caption = 'Occupation processeur' ClientHeight = 256 ClientWidth = 200 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDefaultSizeOnly OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object CPUMeterArea: TImage Left = 0 Top = 0 Width = 200 Height = 256 end end