home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TLENSFORM / TLENSFORM.txt
Text File  |  2008-01-12  |  2KB  |  97 lines

  1. object LensForm: TLensForm
  2.   Left = 238
  3.   Top = 214
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sph'#233'risation / Lentille'
  7.   ClientHeight = 184
  8.   ClientWidth = 298
  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 = 16
  26.     Width = 30
  27.     Height = 13
  28.     Caption = 'Fond :'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 74
  33.     Width = 57
  34.     Height = 13
  35.     Caption = 'D'#233'formation'
  36.   end
  37.   object BAnnuler: TButton
  38.     Left = 208
  39.     Top = 144
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Annuler'
  44.     TabOrder = 0
  45.     OnClick = BAnnulerClick
  46.   end
  47.   object BOk: TButton
  48.     Left = 128
  49.     Top = 144
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ok'
  53.     Default = True
  54.     TabOrder = 1
  55.     OnClick = BOkClick
  56.   end
  57.   object BApercu: TButton
  58.     Left = 16
  59.     Top = 144
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Aper'#231'u'
  63.     TabOrder = 3
  64.     OnClick = BApercuClick
  65.   end
  66.   object TBN: TTrackBar
  67.     Left = 10
  68.     Top = 90
  69.     Width = 278
  70.     Height = 33
  71.     Max = 20
  72.     Min = 1
  73.     Orientation = trHorizontal
  74.     Frequency = 1
  75.     Position = 5
  76.     SelEnd = 0
  77.     SelStart = 0
  78.     TabOrder = 2
  79.     ThumbLength = 15
  80.     TickMarks = tmBottomRight
  81.     TickStyle = tsAuto
  82.     OnChange = TBNChange
  83.   end
  84.   object ColorEdit: TColorEdit
  85.     Left = 16
  86.     Top = 32
  87.     Width = 89
  88.     Height = 21
  89.     BorderStyle = bsSingle
  90.     Color = clWhite
  91.     CustomText = 'Autres couleurs...'
  92.     ColorDialog = MainForm.GlobalColorDialog
  93.     ReadOnly = False
  94.     OnChange = OptionChange
  95.   end
  96. end
  97.