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

  1. object Locator: TLocator
  2.   Left = 52
  3.   Top = 97
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 266
  7.   ClientWidth = 337
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object tsizer4: tsizer
  21.     Left = 0
  22.     Top = 0
  23.     Width = 337
  24.     Height = 266
  25.     Align = alClient
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     Caption = 'Point Locator'
  32.     Bw = 8
  33.     OnMouseDown = tsizer4MouseDown
  34.     OnSpclose = tsizer4Spclose
  35.     Anchor = False
  36.     object TabControl1: TTabControl
  37.       Left = 9
  38.       Top = 34
  39.       Width = 319
  40.       Height = 193
  41.       Align = alClient
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       TabIndex = 0
  49.       TabOrder = 0
  50.       Tabs.Strings = (
  51.         ' Address'
  52.         ' Place'
  53.         ' Zip'
  54.         ' Phone'
  55.         ' Lon/Lat')
  56.       OnChange = TabControl1Change
  57.       object GroupBox1: TGroupBox
  58.         Left = 12
  59.         Top = 84
  60.         Width = 293
  61.         Height = 81
  62.         Caption = ' Format Examples '
  63.         TabOrder = 3
  64.         object Label3: TLabel
  65.           Left = 12
  66.           Top = 24
  67.           Width = 114
  68.           Height = 13
  69.           Caption = '1) -87.66342,  41.99654'
  70.         end
  71.         object Label4: TLabel
  72.           Left = 12
  73.           Top = 40
  74.           Width = 114
  75.           Height = 13
  76.           Caption = '2) -87:35.22,  41:59.332'
  77.         end
  78.         object Label5: TLabel
  79.           Left = 12
  80.           Top = 56
  81.           Width = 108
  82.           Height = 13
  83.           Caption = '3) -87:35:13,  41:59:18'
  84.         end
  85.         object Label7: TLabel
  86.           Left = 152
  87.           Top = 24
  88.           Width = 50
  89.           Height = 13
  90.           Caption = 'DEG.DDD'
  91.         end
  92.         object Label9: TLabel
  93.           Left = 152
  94.           Top = 40
  95.           Width = 67
  96.           Height = 13
  97.           Caption = 'DEG:MIN.MM'
  98.         end
  99.         object Label10: TLabel
  100.           Left = 152
  101.           Top = 56
  102.           Width = 70
  103.           Height = 13
  104.           Caption = 'DEG:MIN:SEC'
  105.         end
  106.       end
  107.       object nb2: TNotebook
  108.         Left = 4
  109.         Top = 24
  110.         Width = 311
  111.         Height = 53
  112.         Align = alTop
  113.         PageIndex = 1
  114.         TabOrder = 0
  115.         OnPageChanged = nb2PageChanged
  116.         object TPage
  117.           Left = 0
  118.           Top = 0
  119.           Caption = '0'
  120.           object lb1: TLabel
  121.             Left = 8
  122.             Top = 4
  123.             Width = 144
  124.             Height = 13
  125.             Caption = '&Address:(# street,city,state,zip)'
  126.             FocusControl = Edit3
  127.           end
  128.           object Edit3: TEdit
  129.             Left = 4
  130.             Top = 20
  131.             Width = 229
  132.             Height = 21
  133.             TabOrder = 0
  134.             Text = '127th Street,Lemont,IL 60439'
  135.             OnKeyPress = Edit3KeyPress
  136.           end
  137.         end
  138.         object TPage
  139.           Left = 0
  140.           Top = 0
  141.           Caption = '1'
  142.           object Label6: TLabel
  143.             Left = 8
  144.             Top = 4
  145.             Width = 27
  146.             Height = 13
  147.             Caption = '&Place'
  148.             FocusControl = Edit4
  149.           end
  150.           object Edit4: TEdit
  151.             Left = 8
  152.             Top = 20
  153.             Width = 197
  154.             Height = 21
  155.             TabOrder = 0
  156.             Text = 'Lemont,IL'
  157.             OnKeyPress = Edit4KeyPress
  158.           end
  159.         end
  160.         object TPage
  161.           Left = 0
  162.           Top = 0
  163.           Caption = '2'
  164.           object Label8: TLabel
  165.             Left = 8
  166.             Top = 4
  167.             Width = 43
  168.             Height = 13
  169.             Caption = '&Zip Code'
  170.             FocusControl = Edit5
  171.           end
  172.           object Edit5: TEdit
  173.             Left = 8
  174.             Top = 20
  175.             Width = 73
  176.             Height = 21
  177.             TabOrder = 0
  178.             Text = '60439'
  179.             OnKeyPress = Edit5KeyPress
  180.           end
  181.         end
  182.         object TPage
  183.           Left = 0
  184.           Top = 0
  185.           Caption = '3'
  186.           object Label1: TLabel
  187.             Left = 12
  188.             Top = 4
  189.             Width = 40
  190.             Height = 13
  191.             Caption = 'Number:'
  192.           end
  193.           object MaskEdit1: TMaskEdit
  194.             Left = 12
  195.             Top = 20
  196.             Width = 105
  197.             Height = 21
  198.             EditMask = '!( 000 )  999 - 9999;1;_'
  199.             MaxLength = 19
  200.             TabOrder = 0
  201.             Text = '( 630 )  257 - 7616'
  202.           end
  203.         end
  204.         object TPage
  205.           Left = 0
  206.           Top = 0
  207.           Caption = '4'
  208.           object Label32: TLabel
  209.             Left = 12
  210.             Top = 4
  211.             Width = 54
  212.             Height = 13
  213.             Caption = 'C&oordinate:'
  214.             FocusControl = Edit2
  215.           end
  216.           object Edit2: TEdit
  217.             Left = 8
  218.             Top = 20
  219.             Width = 157
  220.             Height = 21
  221.             TabOrder = 0
  222.             OnKeyPress = Edit2KeyPress
  223.           end
  224.         end
  225.       end
  226.       object L2: TListBox
  227.         Left = 4
  228.         Top = 77
  229.         Width = 311
  230.         Height = 112
  231.         Align = alClient
  232.         Ctl3D = True
  233.         ItemHeight = 16
  234.         ParentCtl3D = False
  235.         Style = lbOwnerDrawFixed
  236.         TabOrder = 1
  237.         OnDblClick = L2DblClick
  238.         OnDrawItem = L2DrawItem
  239.         OnKeyPress = L2KeyPress
  240.       end
  241.       object Panel1: TPanel
  242.         Left = 240
  243.         Top = 24
  244.         Width = 73
  245.         Height = 45
  246.         BevelOuter = bvNone
  247.         TabOrder = 2
  248.         Visible = False
  249.         object Label2: TLabel
  250.           Left = 10
  251.           Top = 4
  252.           Width = 30
  253.           Height = 13
  254.           Caption = '&Zoom:'
  255.           FocusControl = ComboBox1
  256.         end
  257.         object ComboBox1: TComboBox
  258.           Left = 8
  259.           Top = 20
  260.           Width = 57
  261.           Height = 21
  262.           Style = csDropDownList
  263.           ItemHeight = 13
  264.           Items.Strings = (
  265.             '0.1'
  266.             '0.2'
  267.             '0.5'
  268.             '1'
  269.             '2'
  270.             '5'
  271.             '10'
  272.             '50'
  273.             '')
  274.           TabOrder = 0
  275.         end
  276.       end
  277.     end
  278.     object Panel3: TPanel
  279.       Left = 9
  280.       Top = 227
  281.       Width = 319
  282.       Height = 30
  283.       Align = alBottom
  284.       BevelOuter = bvNone
  285.       Font.Charset = DEFAULT_CHARSET
  286.       Font.Color = clBlack
  287.       Font.Height = -11
  288.       Font.Name = 'MS Sans Serif'
  289.       Font.Style = []
  290.       ParentFont = False
  291.       TabOrder = 1
  292.       object BtOk: TButton
  293.         Left = 188
  294.         Top = 4
  295.         Width = 57
  296.         Height = 25
  297.         Caption = '&Ok'
  298.         TabOrder = 0
  299.         OnClick = BtOkClick
  300.       end
  301.       object BtCn: TButton
  302.         Left = 252
  303.         Top = 4
  304.         Width = 57
  305.         Height = 25
  306.         Caption = '&Cancel'
  307.         TabOrder = 1
  308.         OnClick = BtCnClick
  309.       end
  310.       object bt1: TButton
  311.         Left = 4
  312.         Top = 4
  313.         Width = 57
  314.         Height = 25
  315.         Caption = '&Find'
  316.         TabOrder = 2
  317.         OnClick = bt1Click
  318.       end
  319.       object CheckBox1: TCheckBox
  320.         Left = 76
  321.         Top = 8
  322.         Width = 81
  323.         Height = 17
  324.         Caption = 'Mark Point'
  325.         TabOrder = 3
  326.         OnClick = CheckBox1Click
  327.       end
  328.     end
  329.   end
  330. end
  331.