object MapForm: TMapForm Left = 0 Top = 0 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True BorderStyle = bsToolWindow Caption = 'Mapa' ClientHeight = 280 ClientWidth = 260 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poDefaultPosOnly ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object MapPanel: TPanel Left = 0 Top = 20 Width = 260 Height = 260 Align = alClient BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 end object TopPanel: TPanel Left = 0 Top = 0 Width = 260 Height = 20 Align = alTop BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 8 Top = 3 Width = 84 Height = 13 Caption = 'Barvy organism'#367':' end object OwnColorRadio: TRadioButton Left = 104 Top = 2 Width = 57 Height = 17 Caption = 'vlastn'#237 Checked = True TabOrder = 0 TabStop = True OnClick = ColorRadioClick end object SpeciesColorRadio: TRadioButton Left = 168 Top = 2 Width = 81 Height = 17 Caption = 'podle druhu' TabOrder = 1 OnClick = ColorRadioClick end end end