home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / multimedia / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TPEFORM / TPEFORM.txt
Text File  |  2008-01-12  |  977b  |  45 lines

  1. object PeForm: TPeForm
  2.   Left = 280
  3.   Top = 187
  4.   BorderStyle = bsNone
  5.   Caption = 'Plein '#233'cran'
  6.   ClientHeight = 210
  7.   ClientWidth = 320
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnKeyDown = FormKeyDown
  20.   OnMouseDown = FormMouseDown
  21.   OnMouseWheelDown = FormMouseWheelDown
  22.   OnMouseWheelUp = FormMouseWheelUp
  23.   OnPaint = FormPaint
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object PnlInfos: TPanel
  28.     Left = 0
  29.     Top = 188
  30.     Width = 320
  31.     Height = 22
  32.     Align = alBottom
  33.     BevelOuter = bvNone
  34.     Caption = 'PnlInfos'
  35.     Color = clBlack
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     TabOrder = 0
  43.   end
  44. end
  45.