object SpiraleForm: TSpiraleForm Left = 238 Top = 214 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Spirale' ClientHeight = 184 ClientWidth = 298 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 Label1: TLabel Left = 16 Top = 16 Width = 30 Height = 13 Caption = 'Fond :' end object LblPct: TLabel Left = 16 Top = 80 Width = 57 Height = 13 Caption = 'D'#233'formation' end object BAnnuler: TButton Left = 208 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 128 Top = 144 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 144 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 3 OnClick = BApercuClick end object TBN: TTrackBar Left = 8 Top = 96 Width = 281 Height = 33 Max = 16 Min = 1 Orientation = trHorizontal Frequency = 1 Position = 4 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object RBHoraire: TRadioButton Left = 136 Top = 24 Width = 145 Height = 17 Caption = 'Sens horaire' Checked = True TabOrder = 4 TabStop = True OnClick = OptionChange end object RBAntiHoraire: TRadioButton Left = 136 Top = 44 Width = 145 Height = 17 Caption = 'Sens anti-horaire' TabOrder = 5 OnClick = OptionChange end object ColorEdit: TColorEdit Left = 16 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = OptionChange end end