object RVBForm: TRVBForm Left = 306 Top = 159 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Balance des couleurs' ClientHeight = 249 ClientWidth = 353 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 Label4: TLabel Left = 290 Top = 32 Width = 53 Height = 13 AutoSize = False Caption = 'Rouge' end object Label5: TLabel Left = 290 Top = 88 Width = 53 Height = 13 AutoSize = False Caption = 'Vert' end object Label6: TLabel Left = 290 Top = 144 Width = 53 Height = 13 AutoSize = False Caption = 'Bleu' end object Label1: TLabel Left = 8 Top = 32 Width = 54 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Cyan' end object Label2: TLabel Left = 8 Top = 88 Width = 54 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Magenta' end object Label3: TLabel Left = 8 Top = 144 Width = 54 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Jaune' end object LblR: TLabel Left = 152 Top = 16 Width = 49 Height = 13 Alignment = taCenter AutoSize = False Caption = 'R' end object LblV: TLabel Left = 152 Top = 72 Width = 49 Height = 13 Alignment = taCenter AutoSize = False Caption = 'V' end object LblB: TLabel Left = 152 Top = 128 Width = 49 Height = 13 Alignment = taCenter AutoSize = False Caption = 'B' end object TBRouge: TTrackBar Left = 64 Top = 32 Width = 225 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBRougeChange end object TBVert: TTrackBar Left = 64 Top = 88 Width = 225 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 = TBVertChange end object BAnnuler: TButton Left = 264 Top = 208 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 2 OnClick = BAnnulerClick end object BOk: TButton Left = 184 Top = 208 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 3 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 208 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 4 OnClick = BApercuClick end object TBBleu: TTrackBar Left = 64 Top = 144 Width = 225 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 5 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBBleuChange end end