object ContourProgForm: TContourProgForm Left = 257 Top = 195 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Contour progressif' ClientHeight = 289 ClientWidth = 281 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnHide = FormHide OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 120 Top = 16 Width = 42 Height = 13 Caption = 'Couleur :' end object LblPct: TLabel Left = 16 Top = 96 Width = 37 Height = 13 Caption = 'Opacit'#233 end object Label2: TLabel Left = 16 Top = 16 Width = 42 Height = 13 Caption = 'Largeur :' end object BAnnuler: TButton Left = 191 Top = 248 Width = 75 Height = 25 Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 110 Top = 248 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 248 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object TBPct: TTrackBar Left = 8 Top = 112 Width = 265 Height = 25 Max = 100 Min = 50 Orientation = trHorizontal PageSize = 5 Frequency = 2 Position = 100 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBPctChange end object SELargeur: TSpinEdit2 Left = 16 Top = 32 Width = 89 Height = 21 MaxLength = 3 MaxValue = 100 MinValue = 3 ShowUpDown = True TabOrder = 4 Value = 20 OnChange = OptionChange end object ColorEdit: TColorEdit Left = 120 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clBlack CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = OptionChange end object CBInverser: TCheckBox Left = 16 Top = 64 Width = 169 Height = 17 Caption = 'Ext'#233'rieur' TabOrder = 6 OnClick = OptionChange end object RGEffet: TRadioGroup Left = 16 Top = 148 Width = 250 Height = 85 Caption = ' Effet ' Items.Strings = ( 'Aucun' 'Flou' 'Diffusion') TabOrder = 7 OnClick = OptionChange end end