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

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