object OptionSelForm: TOptionSelForm Left = 366 Top = 215 ActiveControl = BOk BorderStyle = bsDialog Caption = 'S'#233'lection' ClientHeight = 169 ClientWidth = 282 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] 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 = 94 Width = 23 Height = 13 Caption = 'Infos' end object Label1: TLabel Left = 16 Top = 76 Width = 87 Height = 13 Caption = 'Nouvelle position :' end object BAnnuler: TButton Left = 192 Top = 128 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end object BOk: TButton Left = 110 Top = 128 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object TBN: TTrackBar Left = 8 Top = 40 Width = 265 Height = 33 Max = 51 Min = 1 PageSize = 5 Frequency = 2 Position = 10 TabOrder = 0 ThumbLength = 15 OnChange = TBNChange end end