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

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