home *** CD-ROM | disk | FTP | other *** search
/ Trailer Life - RV Campground Finder 2001 / BIN+CUE.zip / TLUSAMAPS.bin / MAPPRO40.OC_ / MAPPRO40.OC / 0 / RCDATA / TGOTODLG / TGOTODLG.txt
Text File  |  2000-08-09  |  5KB  |  239 lines

  1. object GotoDlg: TGotoDlg
  2.   Left = 163
  3.   Top = 154
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Move to Specified Coordinate'
  7.   ClientHeight = 171
  8.   ClientWidth = 237
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel2: TPanel
  21.     Left = 0
  22.     Top = 137
  23.     Width = 237
  24.     Height = 34
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Button1: TButton
  29.       Left = 24
  30.       Top = 5
  31.       Width = 60
  32.       Height = 24
  33.       Caption = '&Goto'
  34.       TabOrder = 0
  35.       OnClick = Button1Click
  36.     end
  37.     object Button2: TButton
  38.       Left = 152
  39.       Top = 5
  40.       Width = 60
  41.       Height = 24
  42.       Caption = '&Cancel'
  43.       TabOrder = 1
  44.       OnClick = Button2Click
  45.     end
  46.     object Button3: TButton
  47.       Left = 92
  48.       Top = 5
  49.       Width = 53
  50.       Height = 24
  51.       Caption = '&Help'
  52.       TabOrder = 2
  53.       OnClick = Button3Click
  54.     end
  55.   end
  56.   object Panel4: TPanel
  57.     Left = 0
  58.     Top = 0
  59.     Width = 237
  60.     Height = 137
  61.     Align = alClient
  62.     BevelOuter = bvNone
  63.     BorderWidth = 3
  64.     TabOrder = 1
  65.     object Panel3: TPanel
  66.       Left = 3
  67.       Top = 3
  68.       Width = 231
  69.       Height = 49
  70.       Align = alTop
  71.       TabOrder = 0
  72.       object Longitude: TLabel
  73.         Left = 8
  74.         Top = 4
  75.         Width = 151
  76.         Height = 13
  77.         Caption = 'Coordinate ( Longitude,Latitude)'
  78.         FocusControl = Edit1
  79.       end
  80.       object Label1: TLabel
  81.         Left = 168
  82.         Top = 4
  83.         Width = 50
  84.         Height = 13
  85.         Caption = '&Zoom (km)'
  86.         FocusControl = cb1
  87.       end
  88.       object Edit1: TEdit
  89.         Left = 8
  90.         Top = 20
  91.         Width = 153
  92.         Height = 21
  93.         TabOrder = 0
  94.         OnKeyPress = Edit1KeyPress
  95.       end
  96.       object cb1: TComboBox
  97.         Left = 168
  98.         Top = 20
  99.         Width = 49
  100.         Height = 21
  101.         Style = csDropDownList
  102.         ItemHeight = 13
  103.         Items.Strings = (
  104.           '0.1'
  105.           '0.2'
  106.           '0.5'
  107.           '1'
  108.           '2'
  109.           '5'
  110.           '10'
  111.           '20'
  112.           '50')
  113.         TabOrder = 1
  114.       end
  115.     end
  116.     object Panel1: TPanel
  117.       Left = 3
  118.       Top = 52
  119.       Width = 231
  120.       Height = 82
  121.       Align = alClient
  122.       TabOrder = 1
  123.       object Label4: TLabel
  124.         Left = 17
  125.         Top = 4
  126.         Width = 32
  127.         Height = 13
  128.         Caption = 'Types:'
  129.       end
  130.       object TLabel
  131.         Left = 16
  132.         Top = 24
  133.         Width = 61
  134.         Height = 13
  135.         Caption = '1) DD.ddddd'
  136.         Font.Charset = DEFAULT_CHARSET
  137.         Font.Color = clBlack
  138.         Font.Height = -11
  139.         Font.Name = 'MS Sans Serif'
  140.         Font.Style = []
  141.         ParentFont = False
  142.       end
  143.       object Label2: TLabel
  144.         Left = 16
  145.         Top = 40
  146.         Width = 68
  147.         Height = 13
  148.         Caption = '2) DD:MM.mm'
  149.         Font.Charset = DEFAULT_CHARSET
  150.         Font.Color = clBlack
  151.         Font.Height = -11
  152.         Font.Name = 'MS Sans Serif'
  153.         Font.Style = []
  154.         ParentFont = False
  155.       end
  156.       object Label3: TLabel
  157.         Left = 16
  158.         Top = 56
  159.         Width = 66
  160.         Height = 13
  161.         Caption = '3) DD:MM:SS'
  162.         Font.Charset = DEFAULT_CHARSET
  163.         Font.Color = clBlack
  164.         Font.Height = -11
  165.         Font.Name = 'MS Sans Serif'
  166.         Font.Style = []
  167.         ParentFont = False
  168.       end
  169.       object Label5: TLabel
  170.         Left = 107
  171.         Top = 24
  172.         Width = 30
  173.         Height = 13
  174.         Caption = '-72.45'
  175.         Font.Charset = DEFAULT_CHARSET
  176.         Font.Color = clBlack
  177.         Font.Height = -11
  178.         Font.Name = 'MS Sans Serif'
  179.         Font.Style = []
  180.         ParentFont = False
  181.       end
  182.       object Label6: TLabel
  183.         Left = 107
  184.         Top = 40
  185.         Width = 51
  186.         Height = 13
  187.         Caption = '-72:20.123'
  188.         Font.Charset = DEFAULT_CHARSET
  189.         Font.Color = clBlack
  190.         Font.Height = -11
  191.         Font.Name = 'MS Sans Serif'
  192.         Font.Style = []
  193.         ParentFont = False
  194.       end
  195.       object Label7: TLabel
  196.         Left = 107
  197.         Top = 56
  198.         Width = 45
  199.         Height = 13
  200.         Caption = '-72:20:15'
  201.         Font.Charset = DEFAULT_CHARSET
  202.         Font.Color = clBlack
  203.         Font.Height = -11
  204.         Font.Name = 'MS Sans Serif'
  205.         Font.Style = []
  206.         ParentFont = False
  207.       end
  208.       object Label8: TLabel
  209.         Left = 112
  210.         Top = 4
  211.         Width = 43
  212.         Height = 13
  213.         Caption = 'Example:'
  214.       end
  215.       object Label9: TLabel
  216.         Left = 164
  217.         Top = 24
  218.         Width = 30
  219.         Height = 13
  220.         Caption = ',42.50'
  221.       end
  222.       object Label10: TLabel
  223.         Left = 164
  224.         Top = 40
  225.         Width = 45
  226.         Height = 13
  227.         Caption = ',42:30.00'
  228.       end
  229.       object Label11: TLabel
  230.         Left = 164
  231.         Top = 56
  232.         Width = 45
  233.         Height = 13
  234.         Caption = ',32:30:15'
  235.       end
  236.     end
  237.   end
  238. end
  239.