object LensForm: TLensForm Left = 238 Top = 214 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Sph'#233'risation / Lentille' ClientHeight = 184 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 30 Height = 13 Caption = 'Fond :' end object Label2: TLabel Left = 16 Top = 74 Width = 57 Height = 13 Caption = 'D'#233'formation' end object BAnnuler: TButton Left = 208 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 128 Top = 144 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 144 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 3 OnClick = BApercuClick end object TBN: TTrackBar Left = 10 Top = 90 Width = 278 Height = 33 Max = 20 Min = 1 Orientation = trHorizontal Frequency = 1 Position = 5 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object ColorEdit: TColorEdit Left = 16 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = OptionChange end end