object RVBForm: TRVBForm Left = 398 Top = 213 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Balance des couleurs' ClientHeight = 210 ClientWidth = 411 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 = 346 Top = 32 Width = 53 Height = 13 AutoSize = False Caption = 'Rouge' end object Label5: TLabel Left = 346 Top = 80 Width = 53 Height = 13 AutoSize = False Caption = 'Vert' end object Label6: TLabel Left = 346 Top = 128 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 = 80 Width = 54 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Magenta' end object Label3: TLabel Left = 8 Top = 128 Width = 54 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Jaune' end object LblR: TLabel Left = 182 Top = 16 Width = 49 Height = 13 Alignment = taCenter AutoSize = False Caption = 'R' end object LblV: TLabel Left = 182 Top = 64 Width = 49 Height = 13 Alignment = taCenter AutoSize = False Caption = 'V' end object LblB: TLabel Left = 182 Top = 112 Width = 49 Height = 13 Alignment = taCenter AutoSize = False Caption = 'B' end object TBRouge: TTrackBar Left = 93 Top = 32 Width = 225 Height = 25 Max = 100 Min = -100 PageSize = 10 Frequency = 10 TabOrder = 0 ThumbLength = 15 OnChange = TBRougeChange end object TBVert: TTrackBar Left = 93 Top = 80 Width = 225 Height = 25 Max = 100 Min = -100 PageSize = 10 Frequency = 10 TabOrder = 1 ThumbLength = 15 OnChange = TBVertChange end object BAnnuler: TButton Left = 319 Top = 168 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 5 OnClick = BAnnulerClick end object BOk: TButton Left = 232 Top = 168 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 4 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 168 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 3 OnClick = BApercuClick end object TBBleu: TTrackBar Left = 93 Top = 128 Width = 225 Height = 25 Max = 100 Min = -100 PageSize = 10 Frequency = 10 TabOrder = 2 ThumbLength = 15 OnChange = TBBleuChange end object PnlCouleur: TPanel Left = 70 Top = 30 Width = 21 Height = 21 BevelOuter = bvLowered Color = clAqua ParentBackground = False TabOrder = 6 end object Panel1: TPanel Left = 70 Top = 78 Width = 21 Height = 21 BevelOuter = bvLowered Color = clFuchsia ParentBackground = False TabOrder = 7 end object Panel2: TPanel Left = 70 Top = 126 Width = 21 Height = 21 BevelOuter = bvLowered Color = clYellow ParentBackground = False TabOrder = 8 end object Panel3: TPanel Left = 320 Top = 30 Width = 21 Height = 21 BevelOuter = bvLowered Color = clRed ParentBackground = False TabOrder = 9 end object Panel4: TPanel Left = 320 Top = 78 Width = 21 Height = 21 BevelOuter = bvLowered Color = clLime ParentBackground = False TabOrder = 10 end object Panel5: TPanel Left = 320 Top = 126 Width = 21 Height = 21 BevelOuter = bvLowered Color = clBlue ParentBackground = False TabOrder = 11 end end