object GotoDlg: TGotoDlg Left = 163 Top = 154 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Move to Specified Coordinate' ClientHeight = 171 ClientWidth = 237 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 137 Width = 237 Height = 34 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 24 Top = 5 Width = 60 Height = 24 Caption = '&Goto' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 152 Top = 5 Width = 60 Height = 24 Caption = '&Cancel' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 92 Top = 5 Width = 53 Height = 24 Caption = '&Help' TabOrder = 2 OnClick = Button3Click end end object Panel4: TPanel Left = 0 Top = 0 Width = 237 Height = 137 Align = alClient BevelOuter = bvNone BorderWidth = 3 TabOrder = 1 object Panel3: TPanel Left = 3 Top = 3 Width = 231 Height = 49 Align = alTop TabOrder = 0 object Longitude: TLabel Left = 8 Top = 4 Width = 151 Height = 13 Caption = 'Coordinate ( Longitude,Latitude)' FocusControl = Edit1 end object Label1: TLabel Left = 168 Top = 4 Width = 50 Height = 13 Caption = '&Zoom (km)' FocusControl = cb1 end object Edit1: TEdit Left = 8 Top = 20 Width = 153 Height = 21 TabOrder = 0 OnKeyPress = Edit1KeyPress end object cb1: TComboBox Left = 168 Top = 20 Width = 49 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( '0.1' '0.2' '0.5' '1' '2' '5' '10' '20' '50') TabOrder = 1 end end object Panel1: TPanel Left = 3 Top = 52 Width = 231 Height = 82 Align = alClient TabOrder = 1 object Label4: TLabel Left = 17 Top = 4 Width = 32 Height = 13 Caption = 'Types:' end object TLabel Left = 16 Top = 24 Width = 61 Height = 13 Caption = '1) DD.ddddd' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 16 Top = 40 Width = 68 Height = 13 Caption = '2) DD:MM.mm' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 16 Top = 56 Width = 66 Height = 13 Caption = '3) DD:MM:SS' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 107 Top = 24 Width = 30 Height = 13 Caption = '-72.45' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 107 Top = 40 Width = 51 Height = 13 Caption = '-72:20.123' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 107 Top = 56 Width = 45 Height = 13 Caption = '-72:20:15' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label8: TLabel Left = 112 Top = 4 Width = 43 Height = 13 Caption = 'Example:' end object Label9: TLabel Left = 164 Top = 24 Width = 30 Height = 13 Caption = ',42.50' end object Label10: TLabel Left = 164 Top = 40 Width = 45 Height = 13 Caption = ',42:30.00' end object Label11: TLabel Left = 164 Top = 56 Width = 45 Height = 13 Caption = ',32:30:15' end end end end