object PeForm: TPeForm Left = 280 Top = 187 BorderStyle = bsNone Caption = 'Plein '#233'cran' ClientHeight = 210 ClientWidth = 320 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False OnCreate = FormCreate OnHide = FormHide OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown OnMouseWheelDown = FormMouseWheelDown OnMouseWheelUp = FormMouseWheelUp OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PnlInfos: TPanel Left = 0 Top = 188 Width = 320 Height = 22 Align = alBottom BevelOuter = bvNone Caption = 'PnlInfos' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end end