object fDemo: TfDemo Left = 226 Top = 148 BorderStyle = bsNone Caption = 'Demo' ClientHeight = 366 ClientWidth = 582 Color = clYellow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 583 Height = 367 AutoSize = True Picture.Data = {} end object Button1: TButton Left = 496 Top = 324 Width = 75 Height = 25 Cursor = crHandPoint Caption = '&Zamknij' TabOrder = 0 OnClick = Button1Click end end