object PForm1: TPForm1 Left = 10 Top = 18 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Tablica Mendelejewa' ClientHeight = 520 ClientWidth = 725 Font.Color = clWindowText Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 24 object Image1: TImage Left = 0 Top = 0 Width = 725 Height = 520 Picture.Data = {} OnMouseMove = Image1MouseMove OnMouseUp = Image1MouseUp end object BitBtn1: TBitBtn Left = 320 Top = 96 Width = 137 Height = 33 Caption = 'Zamknij' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 2 end object BitBtn2: TBitBtn Left = 320 Top = 56 Width = 137 Height = 33 Caption = 'Tabela' TabOrder = 1 OnClick = BitBtn2Click end object Panel1: TPanel Left = 16 Top = 376 Width = 137 Height = 129 BevelInner = bvLowered Color = clWhite TabOrder = 2 Visible = False object Label1: TLabel Left = 8 Top = 18 Width = 47 Height = 24 Alignment = taRightJustify AutoSize = False end object Label2: TLabel Left = 64 Top = 12 Width = 57 Height = 32 AutoSize = False Font.Color = clWindowText Font.Height = -27 Font.Name = 'Arial CE' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 44 Width = 121 Height = 24 Alignment = taCenter AutoSize = False end object Label4: TLabel Left = 8 Top = 68 Width = 121 Height = 24 Alignment = taCenter AutoSize = False end object Label5: TLabel Left = 8 Top = 92 Width = 121 Height = 24 Alignment = taCenter AutoSize = False end end end