home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / temacd / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TLENSFORM / TLENSFORM.txt
Text File  |  2007-07-11  |  2KB  |  90 lines

  1. object LensForm: TLensForm
  2.   Left = 388
  3.   Top = 189
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sph'#233'risation / Lentille'
  7.   ClientHeight = 185
  8.   ClientWidth = 426
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 72
  26.     Width = 30
  27.     Height = 13
  28.     Caption = 'Fond :'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 18
  33.     Width = 57
  34.     Height = 13
  35.     Caption = 'D'#233'formation'
  36.   end
  37.   object ImgApercu: TImage
  38.     Left = 258
  39.     Top = 16
  40.     Width = 153
  41.     Height = 153
  42.   end
  43.   object BAnnuler: TButton
  44.     Left = 96
  45.     Top = 144
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Annuler'
  50.     TabOrder = 3
  51.     OnClick = BAnnulerClick
  52.   end
  53.   object BOk: TButton
  54.     Left = 16
  55.     Top = 144
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Ok'
  59.     Default = True
  60.     TabOrder = 2
  61.     OnClick = BOkClick
  62.   end
  63.   object TBN: TTrackBar
  64.     Left = 10
  65.     Top = 34
  66.     Width = 237
  67.     Height = 31
  68.     Max = 20
  69.     Min = 1
  70.     Position = 5
  71.     TabOrder = 1
  72.     ThumbLength = 15
  73.     OnChange = TBNChange
  74.   end
  75.   object ColorEdit: TColorEdit
  76.     Left = 16
  77.     Top = 88
  78.     Width = 89
  79.     Height = 21
  80.     BorderStyle = bsSingle
  81.     Color = clWhite
  82.     CustomText = 'Autres couleurs...'
  83.     ColorDialog = MainForm.GlobalColorDialog
  84.     ReadOnly = False
  85.     TabOrder = 0
  86.     TabStop = True
  87.     OnChange = ColorEditChange
  88.   end
  89. end
  90.