object OptionSelForm: TOptionSelForm Left = 366 Top = 215 ActiveControl = BOk BorderStyle = bsDialog Caption = 'S'#233'lection' ClientHeight = 186 ClientWidth = 251 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 OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LblEpaisseur: TLabel Left = 16 Top = 24 Width = 36 Height = 13 Caption = 'Largeur' end object LblInfos: TLabel Left = 16 Top = 96 Width = 23 Height = 13 Caption = 'Infos' end object Label1: TLabel Left = 16 Top = 80 Width = 87 Height = 13 Caption = 'Nouvelle position :' end object BAnnuler: TButton Left = 160 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 0 end object BOk: TButton Left = 80 Top = 144 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object TBN: TTrackBar Left = 8 Top = 40 Width = 233 Height = 33 Max = 51 Min = 1 Orientation = trHorizontal PageSize = 5 Frequency = 2 Position = 10 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end end