object FiltreForm: TFiltreForm Left = 292 Top = 187 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Filtre color'#233 ClientHeight = 218 ClientWidth = 314 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 = 42 Height = 13 Caption = 'Couleur :' end object LblPct: TLabel Left = 16 Top = 72 Width = 37 Height = 13 Caption = 'Opacit'#233 end object BAnnuler: TButton Left = 224 Top = 176 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 144 Top = 176 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 176 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object TBPct: TTrackBar Left = 10 Top = 88 Width = 295 Height = 33 Max = 100 Min = 10 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 30 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBPctChange end object CBInverser: TCheckBox Left = 16 Top = 130 Width = 129 Height = 17 Caption = 'Inverser' TabOrder = 4 OnClick = CBInverserClick end object ColorEdit: TColorEdit Left = 16 Top = 32 Width = 89 Height = 21 BorderStyle = bsSingle Color = clMaroon CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = ColorEditChange end end