object FiltreDegradeForm: TFiltreDegradeForm Left = 277 Top = 148 ActiveControl = BOk BorderStyle = bsDialog Caption = 'D'#233'grad'#233 ClientHeight = 443 ClientWidth = 336 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 BAnnuler: TButton Left = 246 Top = 404 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 164 Top = 404 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 404 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 2 OnClick = BApercuClick end object GroupBox1: TGroupBox Left = 16 Top = 154 Width = 305 Height = 111 Caption = ' Couleur 1 ' TabOrder = 3 object LblAlpha1: TLabel Left = 16 Top = 56 Width = 37 Height = 13 Caption = 'Opacit'#233 end object SB1: TSpeedButton Left = 16 Top = 24 Width = 23 Height = 22 AllowAllUp = True GroupIndex = 1 Down = True Flat = True OnClick = SB1Click end object TBAlpha1: TTrackBar Left = 8 Top = 72 Width = 289 Height = 25 Max = 100 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 50 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBAlpha1Change end object ColorEdit1: TColorEdit Left = 41 Top = 24 Width = 89 Height = 22 BorderStyle = bsSingle Color = clBlack CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = ColorEditChange end end object GroupBox2: TGroupBox Left = 16 Top = 276 Width = 305 Height = 113 Caption = ' Couleur 2 ' TabOrder = 4 object LblAlpha2: TLabel Left = 16 Top = 56 Width = 37 Height = 13 Caption = 'Opacit'#233 end object SB2: TSpeedButton Left = 16 Top = 24 Width = 23 Height = 22 AllowAllUp = True GroupIndex = 1 Flat = True OnClick = SB2Click end object TBAlpha2: TTrackBar Left = 8 Top = 72 Width = 289 Height = 25 Max = 100 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 50 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBAlpha2Change end object ColorEdit2: TColorEdit Left = 41 Top = 24 Width = 89 Height = 22 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = ColorEditChange end end object RGDirection: TRadioGroup Left = 16 Top = 78 Width = 305 Height = 65 Caption = ' Direction ' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Gauche / Droite' 'Haut / Bas' 'Droite / Gauche' 'Bas / Haut') TabOrder = 5 end object RGStyle: TRadioGroup Left = 16 Top = 16 Width = 305 Height = 52 Caption = ' Style ' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Bichrome' 'Monochrome') TabOrder = 6 OnClick = RGStyleClick end end