object AttenuerForm: TAttenuerForm Left = 295 Top = 256 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Att'#233'nuer' ClientHeight = 121 ClientWidth = 298 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 LblN: TLabel Left = 16 Top = 16 Width = 37 Height = 13 Caption = 'Opacit'#233 end object BAnnuler: TButton Left = 208 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 1 OnClick = BAnnulerClick end object BOk: TButton Left = 128 Top = 80 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 2 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 80 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 3 OnClick = BApercuClick end object TBN: TTrackBar Left = 10 Top = 32 Width = 278 Height = 33 Max = 100 PageSize = 5 Frequency = 5 Position = 20 TabOrder = 0 ThumbLength = 15 OnChange = TBNChange end end