object FormNasycenie: TFormNasycenie Left = 259 Top = 138 Width = 522 Height = 308 Caption = 'Nasycenie' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object rys1: TImage Left = 8 Top = 24 Width = 240 Height = 180 end object Label1: TLabel Left = 8 Top = 219 Width = 50 Height = 13 Caption = 'Nasycenie' end object rys2: TImage Left = 264 Top = 24 Width = 240 Height = 180 end object Label2: TLabel Left = 8 Top = 8 Width = 40 Height = 13 Caption = 'Orygina'#322 end object Label3: TLabel Left = 264 Top = 8 Width = 74 Height = 13 Caption = 'Zmodyfikowany' end object tbNasycenie: TTrackBar Left = 48 Top = 216 Width = 241 Height = 24 Max = 100 Min = -100 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 18 TickMarks = tmBottomRight TickStyle = tsNone OnChange = tbNasycenieChange end object BitBtn1: TBitBtn Left = 344 Top = 214 Width = 75 Height = 25 Caption = 'Zastosuj' TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 432 Top = 214 Width = 75 Height = 25 Caption = 'Anuluj' TabOrder = 2 Kind = bkCancel end object edNasycenie: TEdit Left = 296 Top = 216 Width = 33 Height = 21 TabOrder = 3 Text = '0' OnChange = edNasycenieChange end end