object Zipdlg: TZipdlg Left = 137 Top = 80 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Locate Zip Code' ClientHeight = 308 ClientWidth = 338 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnCreate = FormCreate OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Panel3: TPanel Left = 0 Top = 274 Width = 338 Height = 34 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 12 Top = 6 Width = 60 Height = 24 Caption = '&Find' Default = True TabOrder = 0 OnClick = Button1Click end object Button3: TButton Left = 76 Top = 6 Width = 60 Height = 24 Caption = '&Goto' TabOrder = 1 OnClick = Button3Click end object Button2: TButton Left = 140 Top = 6 Width = 60 Height = 24 Caption = '&Cancel' TabOrder = 2 OnClick = Button2Click end end object Panel4: TPanel Left = 0 Top = 0 Width = 338 Height = 274 Align = alClient TabOrder = 1 object Bevel1: TBevel Left = 12 Top = 8 Width = 169 Height = 50 Shape = bsFrame end object Label14: TLabel Left = 24 Top = 12 Width = 46 Height = 13 Caption = '&Zip Code:' FocusControl = Edit1 end object Label1: TLabel Left = 100 Top = 12 Width = 46 Height = 13 Caption = 'Z&oom (mi)' FocusControl = cb1 end object Edit1: TEdit Left = 24 Top = 28 Width = 61 Height = 21 MaxLength = 5 TabOrder = 0 Text = '01905' end object cb1: TComboBox Left = 100 Top = 28 Width = 57 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( '0.1' '0.5' '1' '2' '5' '10') TabOrder = 1 end object Panel1: TPanel Left = 8 Top = 68 Width = 321 Height = 201 BevelOuter = bvNone Caption = 'Panel1' TabOrder = 2 object Header1: THeader Left = 4 Top = 4 Width = 313 Height = 25 Sections.Sections = ( #0'27'#0'Zip' #0'30'#0'City' #0'39'#0'State' #0'68'#0'Area Code') TabOrder = 0 OnSizing = Header1Sizing end object Lb1: TListBox Left = 4 Top = 28 Width = 313 Height = 141 Ctl3D = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentCtl3D = False ParentFont = False Style = lbOwnerDrawFixed TabOrder = 2 OnClick = Lb1Click OnDblClick = Lb1DblClick OnDrawItem = Lb1DrawItem end object Panel2: TPanel Left = 0 Top = 173 Width = 321 Height = 28 Align = alBottom Alignment = taLeftJustify BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 3 TabOrder = 1 end end end end