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

  1. object Zipdlg: TZipdlg
  2.   Left = 137
  3.   Top = 80
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Locate Zip Code'
  7.   ClientHeight = 308
  8.   ClientWidth = 338
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnDeactivate = FormDeactivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel3: TPanel
  19.     Left = 0
  20.     Top = 274
  21.     Width = 338
  22.     Height = 34
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Button1: TButton
  27.       Left = 12
  28.       Top = 6
  29.       Width = 60
  30.       Height = 24
  31.       Caption = '&Find'
  32.       Default = True
  33.       TabOrder = 0
  34.       OnClick = Button1Click
  35.     end
  36.     object Button3: TButton
  37.       Left = 76
  38.       Top = 6
  39.       Width = 60
  40.       Height = 24
  41.       Caption = '&Goto'
  42.       TabOrder = 1
  43.       OnClick = Button3Click
  44.     end
  45.     object Button2: TButton
  46.       Left = 140
  47.       Top = 6
  48.       Width = 60
  49.       Height = 24
  50.       Caption = '&Cancel'
  51.       TabOrder = 2
  52.       OnClick = Button2Click
  53.     end
  54.   end
  55.   object Panel4: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 338
  59.     Height = 274
  60.     Align = alClient
  61.     TabOrder = 1
  62.     object Bevel1: TBevel
  63.       Left = 12
  64.       Top = 8
  65.       Width = 169
  66.       Height = 50
  67.       Shape = bsFrame
  68.     end
  69.     object Label14: TLabel
  70.       Left = 24
  71.       Top = 12
  72.       Width = 46
  73.       Height = 13
  74.       Caption = '&Zip Code:'
  75.       FocusControl = Edit1
  76.     end
  77.     object Label1: TLabel
  78.       Left = 100
  79.       Top = 12
  80.       Width = 46
  81.       Height = 13
  82.       Caption = 'Z&oom (mi)'
  83.       FocusControl = cb1
  84.     end
  85.     object Edit1: TEdit
  86.       Left = 24
  87.       Top = 28
  88.       Width = 61
  89.       Height = 21
  90.       MaxLength = 5
  91.       TabOrder = 0
  92.       Text = '01905'
  93.     end
  94.     object cb1: TComboBox
  95.       Left = 100
  96.       Top = 28
  97.       Width = 57
  98.       Height = 21
  99.       Style = csDropDownList
  100.       ItemHeight = 13
  101.       Items.Strings = (
  102.         '0.1'
  103.         '0.5'
  104.         '1'
  105.         '2'
  106.         '5'
  107.         '10')
  108.       TabOrder = 1
  109.     end
  110.     object Panel1: TPanel
  111.       Left = 8
  112.       Top = 68
  113.       Width = 321
  114.       Height = 201
  115.       BevelOuter = bvNone
  116.       Caption = 'Panel1'
  117.       TabOrder = 2
  118.       object Header1: THeader
  119.         Left = 4
  120.         Top = 4
  121.         Width = 313
  122.         Height = 25
  123.         Sections.Sections = (
  124.           #0'27'#0'Zip'
  125.           #0'30'#0'City'
  126.           #0'39'#0'State'
  127.           #0'68'#0'Area Code')
  128.         TabOrder = 0
  129.         OnSizing = Header1Sizing
  130.       end
  131.       object Lb1: TListBox
  132.         Left = 4
  133.         Top = 28
  134.         Width = 313
  135.         Height = 141
  136.         Ctl3D = False
  137.         Font.Color = clBlack
  138.         Font.Height = -11
  139.         Font.Name = 'MS Sans Serif'
  140.         Font.Style = []
  141.         ItemHeight = 16
  142.         ParentCtl3D = False
  143.         ParentFont = False
  144.         Style = lbOwnerDrawFixed
  145.         TabOrder = 2
  146.         OnClick = Lb1Click
  147.         OnDblClick = Lb1DblClick
  148.         OnDrawItem = Lb1DrawItem
  149.       end
  150.       object Panel2: TPanel
  151.         Left = 0
  152.         Top = 173
  153.         Width = 321
  154.         Height = 28
  155.         Align = alBottom
  156.         Alignment = taLeftJustify
  157.         BevelInner = bvLowered
  158.         BevelOuter = bvNone
  159.         BorderWidth = 3
  160.         TabOrder = 1
  161.       end
  162.     end
  163.   end
  164. end
  165.