object LocationBrowser: TLocationBrowser Left = 279 Top = 255 Width = 512 Height = 390 Caption = 'Location Browser (World Map)' Color = 8404992 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnClick = FormClick OnClose = FormClose OnCreate = FormCreate OnMouseMove = FormMouseMove OnPaint = FormPaint OnResize = FormResize OnShow = FormShow PixelsPerInch = 125 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 339 Width = 504 Height = 19 Align = alBottom Caption = 'Readouts are approximate - Expand for greater accuracy' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object HidePanelButton: TButton Left = 472 Top = 2 Width = 24 Height = 16 Caption = 'X' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = HidePanelButtonClick end end object IniOut1: TIniOut FileName = 'ADASTRA.INI' Items.Strings = ( 'LocationBrowser;Visible;;Appearance;LocationBrowserVisible;1;0' 'LocationBrowser;Width;;Dimensions;LocationBrowserWidth;1;0' 'LocationBrowser;Left;;Position;LocationBrowserLeft;1;0' 'LocationBrowser;Top;;Position;LocationBrowserTop;1;0' ';;;;;0;0') RegistryRoot = CURRENT_USER Left = 470 Top = 7 end end