object NiveauxForm: TNiveauxForm Left = 251 Top = 131 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Niveaux' ClientHeight = 338 ClientWidth = 314 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 BAnnuler: TButton Left = 224 Top = 296 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 142 Top = 296 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 296 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 283 Height = 129 Caption = ' Tons sombres ' TabOrder = 3 object LblSeuil1: TLabel Left = 16 Top = 24 Width = 23 Height = 13 Caption = 'Seuil' end object LblInt1: TLabel Left = 16 Top = 72 Width = 40 Height = 13 Caption = 'Intensit'#233 end object TBSeuil1: TTrackBar Left = 8 Top = 40 Width = 265 Height = 25 Max = 120 Min = 10 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 100 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBSeuil1Change end object TBInt1: TTrackBar Left = 8 Top = 88 Width = 265 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBInt1Change end end object GroupBox2: TGroupBox Left = 16 Top = 154 Width = 283 Height = 129 Caption = ' Tons clairs ' TabOrder = 4 object LblSeuil2: TLabel Left = 16 Top = 24 Width = 23 Height = 13 Caption = 'Seuil' end object LblInt2: TLabel Left = 16 Top = 72 Width = 40 Height = 13 Caption = 'Intensit'#233 end object TBSeuil2: TTrackBar Left = 8 Top = 40 Width = 265 Height = 25 Max = 240 Min = 130 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 150 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBSeuil2Change end object TBInt2: TTrackBar Left = 8 Top = 88 Width = 265 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBInt2Change end end end