object VarianteForm: TVarianteForm Left = 255 Top = 197 BorderStyle = bsDialog Caption = 'Variation de teinte' ClientHeight = 255 ClientWidth = 429 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 OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 42 Height = 13 Caption = 'Couleur :' end object ImgApercu: TImage Left = 16 Top = 96 Width = 185 Height = 145 Center = True end object LblN: TLabel Left = 16 Top = 60 Width = 33 Height = 13 Alignment = taCenter AutoSize = False Caption = '0'#176 end object BOk: TButton Left = 339 Top = 184 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 0 OnClick = BOkClick end object BAnnuler: TButton Left = 339 Top = 216 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 1 end object Panel2: TPanel Left = 52 Top = 32 Width = 362 Height = 21 BevelOuter = bvLowered TabOrder = 2 object ImgDegrade: TImage Left = 1 Top = 1 Width = 360 Height = 19 Align = alClient OnMouseDown = ImgDegradeMouseDown end end object PnlCouleur: TPanel Left = 16 Top = 32 Width = 33 Height = 21 BevelOuter = bvLowered Color = clRed ParentBackground = False TabOrder = 3 end object TBN: TTrackBar Left = 47 Top = 56 Width = 373 Height = 25 Max = 359 PageSize = 10 Frequency = 10 TabOrder = 4 ThumbLength = 15 TickMarks = tmTopLeft OnChange = TBNChange end end