object LCForm: TLCForm Left = 238 Top = 214 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Luminosit'#233' / Contraste' ClientHeight = 242 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 LblLuminosite: TLabel Left = 16 Top = 16 Width = 50 Height = 13 Caption = 'Luminosit'#233 end object LblContraste: TLabel Left = 16 Top = 72 Width = 45 Height = 13 Caption = 'Contraste' end object Label1: TLabel Left = 16 Top = 128 Width = 43 Height = 13 Caption = 'Couche :' end object TBLuminosite: TTrackBar Left = 8 Top = 32 Width = 297 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBLuminositeChange end object TBContraste: TTrackBar Left = 8 Top = 88 Width = 297 Height = 25 Max = 100 Min = -100 Orientation = trHorizontal PageSize = 10 Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBContrasteChange end object BAnnuler: TButton Left = 224 Top = 200 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 2 OnClick = BAnnulerClick end object BOk: TButton Left = 144 Top = 200 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 3 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 200 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 4 OnClick = BApercuClick end object CBCouche: TComboBox Left = 16 Top = 144 Width = 113 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 5 Text = '' OnChange = CBCoucheChange Items.Strings = ( '' 'Rouge' 'Vert' 'Bleu' 'Cyan' 'Magenta' 'Jaune') end end