object Form1: TForm1 Left = 181 Top = 150 BorderStyle = bsNone Caption = 'Form1' ClientHeight = 602 ClientWidth = 800 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter WindowState = wsMaximized OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object iTlo: TImage Left = 0 Top = 0 Width = 800 Height = 600 Picture.Data = {} end object sTematy: TShape Left = 24 Top = 21 Width = 91 Height = 25 Cursor = crHandPoint Pen.Color = clNone Pen.Mode = pmMask OnMouseUp = sTematyMouseUp end object sWyjscie: TShape Left = 18 Top = 193 Width = 106 Height = 35 Cursor = crHandPoint Pen.Color = clNone Pen.Mode = pmMask OnMouseUp = sWyjscieMouseUp end object sQuiz: TShape Left = 21 Top = 154 Width = 101 Height = 37 Cursor = crHandPoint Pen.Color = clNone Pen.Mode = pmMask OnMouseUp = sQuizMouseUp end object sPomoc: TShape Left = 18 Top = 105 Width = 100 Height = 34 Cursor = crHandPoint Pen.Color = clNone Pen.Mode = pmMask OnMouseUp = sPomocMouseUp end object sIndeks: TShape Left = 22 Top = 62 Width = 95 Height = 33 Cursor = crHandPoint Pen.Color = clNone Pen.Mode = pmMask OnMouseUp = sIndeksMouseUp end object sSekcja1: TShape Left = 420 Top = 211 Width = 371 Height = 78 Cursor = crHandPoint Pen.Color = clNone Pen.Mode = pmMask OnMouseDown = sSekcja1MouseDown OnMouseUp = sSekcja1MouseUp end object sSekcja2: TShape Left = 354 Top = 330 Width = 436 Height = 77 Cursor = crHandPoint ParentShowHint = False Pen.Color = clNone Pen.Mode = pmMask ShowHint = False OnMouseDown = sSekcja2MouseDown OnMouseUp = sSekcja2MouseUp end object sSekcja3: TShape Left = 220 Top = 456 Width = 565 Height = 83 Cursor = crHandPoint Pen.Color = clNone Pen.Mode = pmMask OnMouseDown = sSekcja3MouseDown OnMouseUp = sSekcja3MouseUp end object lPlay: TLabel Left = 48 Top = 580 Width = 39 Height = 16 Caption = 'PLAY' Color = 659979 Font.Charset = EASTEUROPE_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Visible = False end object Button1: TButton Left = 32 Top = 312 Width = 75 Height = 25 Cursor = crHandPoint Caption = '&Poka�' TabOrder = 0 Visible = False OnClick = Button1Click end object UpDown1: TUpDown Left = 65 Top = 256 Width = 15 Height = 21 Associate = Edit1 Min = 1 Position = 1 TabOrder = 1 Visible = False Wrap = False end object Edit1: TEdit Left = 32 Top = 256 Width = 33 Height = 21 TabOrder = 2 Text = '1' Visible = False end end