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

  1. object Qclosest: TQclosest
  2.   Left = 89
  3.   Top = 84
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find Closest Street'
  7.   ClientHeight = 288
  8.   ClientWidth = 447
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel3: TPanel
  21.     Left = 0
  22.     Top = 253
  23.     Width = 447
  24.     Height = 35
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object BtFind: TButton
  29.       Left = 16
  30.       Top = 7
  31.       Width = 60
  32.       Height = 24
  33.       Hint = 'Search For Street Name'
  34.       Caption = '&Find'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       OnClick = BtFindClick
  43.     end
  44.     object BtQuit: TButton
  45.       Left = 160
  46.       Top = 7
  47.       Width = 60
  48.       Height = 24
  49.       Hint = 'Exit from Dialog'
  50.       Caption = '&Cancel'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       TabOrder = 1
  60.       OnClick = BtQuitClick
  61.     end
  62.     object Button1: TButton
  63.       Left = 88
  64.       Top = 7
  65.       Width = 61
  66.       Height = 24
  67.       Caption = '&Goto'
  68.       TabOrder = 2
  69.       OnClick = Button1Click
  70.     end
  71.   end
  72.   object Panel4: TPanel
  73.     Left = 0
  74.     Top = 0
  75.     Width = 447
  76.     Height = 253
  77.     Align = alClient
  78.     Caption = 'Panel4'
  79.     TabOrder = 1
  80.     object pn2: TPanel
  81.       Left = 8
  82.       Top = 76
  83.       Width = 429
  84.       Height = 169
  85.       Caption = 'pn2'
  86.       TabOrder = 0
  87.       object lb1: TListBox
  88.         Left = 8
  89.         Top = 24
  90.         Width = 413
  91.         Height = 114
  92.         Ctl3D = False
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clNavy
  95.         Font.Height = -11
  96.         Font.Name = 'MS Sans Serif'
  97.         Font.Style = []
  98.         IntegralHeight = True
  99.         ItemHeight = 16
  100.         ParentCtl3D = False
  101.         ParentFont = False
  102.         Style = lbOwnerDrawFixed
  103.         TabOrder = 2
  104.         OnClick = lb1Click
  105.         OnDblClick = lb1DblClick
  106.         OnDrawItem = lb1DrawItem
  107.         OnMeasureItem = lb1MeasureItem
  108.       end
  109.       object hd1: THeader
  110.         Left = 8
  111.         Top = 4
  112.         Width = 413
  113.         Height = 21
  114.         Sections.Sections = (
  115.           #0'8'#0
  116.           #0'87'#0'Street           '
  117.           #0'44'#0'Block'
  118.           #0'106'#0'City                   '
  119.           #0'29'#0'Zip'
  120.           #0'31'#0'Dist')
  121.         TabOrder = 0
  122.         OnSizing = hd1Sizing
  123.       end
  124.       object Panel2: TPanel
  125.         Left = 1
  126.         Top = 140
  127.         Width = 427
  128.         Height = 28
  129.         Align = alBottom
  130.         Alignment = taLeftJustify
  131.         BevelInner = bvLowered
  132.         BevelOuter = bvNone
  133.         BorderWidth = 3
  134.         TabOrder = 1
  135.       end
  136.     end
  137.     object GroupBox1: TGroupBox
  138.       Left = 292
  139.       Top = 4
  140.       Width = 141
  141.       Height = 65
  142.       Caption = ' Constraints '
  143.       TabOrder = 1
  144.       object Label4: TLabel
  145.         Left = 18
  146.         Top = 16
  147.         Width = 27
  148.         Height = 13
  149.         Caption = '&Zoom'
  150.         FocusControl = cb1
  151.       end
  152.       object Label2: TLabel
  153.         Left = 84
  154.         Top = 12
  155.         Width = 33
  156.         Height = 13
  157.         Caption = '&Radius'
  158.       end
  159.       object Label1: TLabel
  160.         Left = 152
  161.         Top = 36
  162.         Width = 3
  163.         Height = 13
  164.       end
  165.       object cb1: TComboBox
  166.         Tag = 3
  167.         Left = 12
  168.         Top = 32
  169.         Width = 49
  170.         Height = 21
  171.         Style = csDropDownList
  172.         ItemHeight = 13
  173.         Items.Strings = (
  174.           '0.1'
  175.           '0.2'
  176.           '0.5'
  177.           '1'
  178.           '2')
  179.         TabOrder = 0
  180.         OnKeyDown = cb3KeyDown
  181.       end
  182.       object cb2: TComboBox
  183.         Tag = 2
  184.         Left = 80
  185.         Top = 32
  186.         Width = 49
  187.         Height = 21
  188.         Style = csDropDownList
  189.         ItemHeight = 13
  190.         Items.Strings = (
  191.           '0.2'
  192.           '0.5'
  193.           '1'
  194.           '1.5'
  195.           '2.0'
  196.           '4.0')
  197.         TabOrder = 1
  198.         OnKeyDown = cb3KeyDown
  199.       end
  200.     end
  201.     object GroupBox2: TGroupBox
  202.       Left = 8
  203.       Top = 4
  204.       Width = 277
  205.       Height = 65
  206.       Caption = ' Screen Center'
  207.       TabOrder = 2
  208.       object Label3: TLabel
  209.         Left = 12
  210.         Top = 32
  211.         Width = 32
  212.         Height = 13
  213.         Caption = 'Label3'
  214.       end
  215.     end
  216.   end
  217. end
  218.