object DetourForm: TDetourForm Left = 252 Top = 168 BorderStyle = bsDialog Caption = 'D'#233'tourage optimis'#233 ClientHeight = 409 ClientWidth = 601 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 OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PnlImage: TPanel Left = 16 Top = 16 Width = 353 Height = 337 BevelOuter = bvLowered TabOrder = 0 end object BApercu: TButton Left = 16 Top = 368 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 1 OnClick = BApercuClick end object BOk: TButton Left = 428 Top = 368 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 2 OnClick = BOkClick end object BAnnuler: TButton Left = 510 Top = 368 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end object GBAuto: TGroupBox Left = 384 Top = 11 Width = 201 Height = 142 Caption = ' D'#233'tection de contour ' TabOrder = 4 object LblN: TLabel Left = 13 Top = 24 Width = 48 Height = 13 Caption = 'Tol'#233'rence' end object RBHorz: TRadioButton Left = 12 Top = 76 Width = 133 Height = 17 Caption = 'Horizontal' Checked = True TabOrder = 0 TabStop = True OnClick = OptionClick end object RBVert: TRadioButton Left = 12 Top = 96 Width = 141 Height = 17 Caption = 'Vertical' TabOrder = 1 OnClick = OptionClick end object TBN: TTrackBar Left = 8 Top = 40 Width = 180 Height = 25 Max = 50 Orientation = trHorizontal PageSize = 5 Frequency = 2 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object RBHorzVert: TRadioButton Left = 12 Top = 116 Width = 141 Height = 17 Caption = 'Bidirectionnel' TabOrder = 3 end end object RGEffet: TRadioGroup Left = 384 Top = 160 Width = 201 Height = 121 Caption = ' Effet ' ItemIndex = 0 Items.Strings = ( 'Aucun' 'Lissage' 'Flou' 'Contour progressif' 'Diffusion') TabOrder = 5 OnClick = OptionClick end object RGResultat: TRadioGroup Left = 384 Top = 288 Width = 201 Height = 65 Caption = ' R'#233'sultat ' ItemIndex = 0 Items.Strings = ( 'Envoyer vers le presse-papiers' 'Cr'#233'er une nouvelle image') TabOrder = 6 end end