object BruitForm: TBruitForm Left = 238 Top = 214 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Bruit' ClientHeight = 178 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 LblN: TLabel Left = 16 Top = 24 Width = 40 Height = 13 Caption = 'Quantit'#233 end object BAnnuler: TButton Left = 208 Top = 136 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 128 Top = 136 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 136 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 3 OnClick = BApercuClick end object TBN: TTrackBar Left = 10 Top = 40 Width = 279 Height = 33 Max = 100 Min = 1 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 20 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object CBUniforme: TCheckBox Left = 16 Top = 80 Width = 177 Height = 17 Caption = 'Uniforme' TabOrder = 4 end end