object InclinerForm: TInclinerForm Left = 291 Top = 166 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Incliner' ClientHeight = 208 ClientWidth = 289 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 Lbl: TLabel Left = 16 Top = 72 Width = 23 Height = 13 Caption = 'Haut' end object Label2: TLabel Left = 16 Top = 16 Width = 30 Height = 13 Caption = 'Fond :' end object TB: TTrackBar Left = 10 Top = 88 Width = 271 Height = 25 Max = 50 Min = -50 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBChange end object BAnnuler: TButton Left = 200 Top = 168 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 1 OnClick = BAnnulerClick end object BOk: TButton Left = 112 Top = 168 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 2 OnClick = BOkClick end object RBHorz: TRadioButton Left = 136 Top = 24 Width = 145 Height = 17 Caption = 'Axe horizontal' Checked = True TabOrder = 3 TabStop = True OnClick = RBClick end object RBVert: TRadioButton Left = 136 Top = 40 Width = 137 Height = 17 Caption = 'Axe vertical' TabOrder = 4 OnClick = RBClick end object CBLisser: TCheckBox Left = 16 Top = 128 Width = 217 Height = 17 Caption = 'Lisser' TabOrder = 5 end object ColorEdit: TColorEdit Left = 16 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False end end