object Qclosest: TQclosest Left = 89 Top = 84 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find Closest Street' ClientHeight = 288 ClientWidth = 447 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Panel3: TPanel Left = 0 Top = 253 Width = 447 Height = 35 Align = alBottom BevelOuter = bvNone TabOrder = 0 object BtFind: TButton Left = 16 Top = 7 Width = 60 Height = 24 Hint = 'Search For Street Name' Caption = '&Find' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = BtFindClick end object BtQuit: TButton Left = 160 Top = 7 Width = 60 Height = 24 Hint = 'Exit from Dialog' Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BtQuitClick end object Button1: TButton Left = 88 Top = 7 Width = 61 Height = 24 Caption = '&Goto' TabOrder = 2 OnClick = Button1Click end end object Panel4: TPanel Left = 0 Top = 0 Width = 447 Height = 253 Align = alClient Caption = 'Panel4' TabOrder = 1 object pn2: TPanel Left = 8 Top = 76 Width = 429 Height = 169 Caption = 'pn2' TabOrder = 0 object lb1: TListBox Left = 8 Top = 24 Width = 413 Height = 114 Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] IntegralHeight = True ItemHeight = 16 ParentCtl3D = False ParentFont = False Style = lbOwnerDrawFixed TabOrder = 2 OnClick = lb1Click OnDblClick = lb1DblClick OnDrawItem = lb1DrawItem OnMeasureItem = lb1MeasureItem end object hd1: THeader Left = 8 Top = 4 Width = 413 Height = 21 Sections.Sections = ( #0'8'#0 #0'87'#0'Street ' #0'44'#0'Block' #0'106'#0'City ' #0'29'#0'Zip' #0'31'#0'Dist') TabOrder = 0 OnSizing = hd1Sizing end object Panel2: TPanel Left = 1 Top = 140 Width = 427 Height = 28 Align = alBottom Alignment = taLeftJustify BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 3 TabOrder = 1 end end object GroupBox1: TGroupBox Left = 292 Top = 4 Width = 141 Height = 65 Caption = ' Constraints ' TabOrder = 1 object Label4: TLabel Left = 18 Top = 16 Width = 27 Height = 13 Caption = '&Zoom' FocusControl = cb1 end object Label2: TLabel Left = 84 Top = 12 Width = 33 Height = 13 Caption = '&Radius' end object Label1: TLabel Left = 152 Top = 36 Width = 3 Height = 13 end object cb1: TComboBox Tag = 3 Left = 12 Top = 32 Width = 49 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( '0.1' '0.2' '0.5' '1' '2') TabOrder = 0 OnKeyDown = cb3KeyDown end object cb2: TComboBox Tag = 2 Left = 80 Top = 32 Width = 49 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( '0.2' '0.5' '1' '1.5' '2.0' '4.0') TabOrder = 1 OnKeyDown = cb3KeyDown end end object GroupBox2: TGroupBox Left = 8 Top = 4 Width = 277 Height = 65 Caption = ' Screen Center' TabOrder = 2 object Label3: TLabel Left = 12 Top = 32 Width = 32 Height = 13 Caption = 'Label3' end end end end