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

  1. object Qplace: TQplace
  2.   Left = 198
  3.   Top = 66
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find City or County'
  7.   ClientHeight = 295
  8.   ClientWidth = 240
  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.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel3: TPanel
  21.     Left = 0
  22.     Top = 262
  23.     Width = 240
  24.     Height = 33
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object FindBt: TButton
  29.       Left = 12
  30.       Top = 4
  31.       Width = 53
  32.       Height = 24
  33.       Caption = '&Find'
  34.       Default = True
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       ParentShowHint = False
  42.       ShowHint = True
  43.       TabOrder = 0
  44.       OnClick = FindBtClick
  45.     end
  46.     object GotoBt: TButton
  47.       Left = 68
  48.       Top = 4
  49.       Width = 49
  50.       Height = 24
  51.       Caption = '&Goto'
  52.       TabOrder = 1
  53.       OnClick = GotoBtClick
  54.     end
  55.     object CancelBt: TButton
  56.       Left = 180
  57.       Top = 4
  58.       Width = 56
  59.       Height = 24
  60.       Hint = 'Exit Dialog'
  61.       Caption = '&Cancel'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       ParentShowHint = False
  69.       ShowHint = True
  70.       TabOrder = 2
  71.       OnClick = CancelBtClick
  72.     end
  73.   end
  74.   object Panel4: TPanel
  75.     Left = 0
  76.     Top = 0
  77.     Width = 240
  78.     Height = 262
  79.     Align = alClient
  80.     BevelOuter = bvNone
  81.     BorderWidth = 4
  82.     TabOrder = 1
  83.     object Bevel2: TBevel
  84.       Left = 4
  85.       Top = 4
  86.       Width = 232
  87.       Height = 49
  88.       Align = alTop
  89.       Style = bsRaised
  90.     end
  91.     object Label1: TLabel
  92.       Left = 14
  93.       Top = 8
  94.       Width = 30
  95.       Height = 13
  96.       Caption = '&Place:'
  97.       FocusControl = Edit1
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.     end
  105.     object Label3: TLabel
  106.       Left = 167
  107.       Top = 8
  108.       Width = 30
  109.       Height = 13
  110.       Caption = '&Zoom:'
  111.       FocusControl = cb1
  112.     end
  113.     object Edit1: TEdit
  114.       Left = 12
  115.       Top = 24
  116.       Width = 141
  117.       Height = 21
  118.       ParentShowHint = False
  119.       ShowHint = True
  120.       TabOrder = 0
  121.       OnKeyPress = Edit1KeyPress
  122.     end
  123.     object cb1: TComboBox
  124.       Left = 164
  125.       Top = 24
  126.       Width = 49
  127.       Height = 21
  128.       Style = csDropDownList
  129.       ItemHeight = 13
  130.       Items.Strings = (
  131.         '0.1'
  132.         '0.5'
  133.         '1'
  134.         '2'
  135.         '5'
  136.         '10'
  137.         '20'
  138.         '50')
  139.       TabOrder = 1
  140.     end
  141.     object Panel1: TPanel
  142.       Left = 4
  143.       Top = 53
  144.       Width = 232
  145.       Height = 205
  146.       Align = alClient
  147.       BorderWidth = 4
  148.       TabOrder = 2
  149.       object Panel8: TPanel
  150.         Left = 5
  151.         Top = 5
  152.         Width = 222
  153.         Height = 195
  154.         Align = alClient
  155.         BevelOuter = bvNone
  156.         Caption = 'Panel8'
  157.         TabOrder = 0
  158.         object Header1: THeader
  159.           Left = 0
  160.           Top = 4
  161.           Width = 204
  162.           Height = 21
  163.           Font.Charset = DEFAULT_CHARSET
  164.           Font.Color = clBlack
  165.           Font.Height = -11
  166.           Font.Name = 'MS Sans Serif'
  167.           Font.Style = []
  168.           ParentFont = False
  169.           Sections.Sections = (
  170.             #0'41'#0'Name'
  171.             #0'39'#0'State')
  172.           TabOrder = 0
  173.           OnSizing = Header1Sizing
  174.         end
  175.         object lb1: TListBox
  176.           Left = 0
  177.           Top = 25
  178.           Width = 221
  179.           Height = 152
  180.           Ctl3D = False
  181.           ItemHeight = 16
  182.           ParentCtl3D = False
  183.           Style = lbOwnerDrawFixed
  184.           TabOrder = 1
  185.           OnClick = lb1Click
  186.           OnDblClick = lb1DblClick
  187.           OnDrawItem = lb1DrawItem
  188.           OnKeyPress = lb1KeyPress
  189.         end
  190.         object Panel2: TPanel
  191.           Left = 0
  192.           Top = 177
  193.           Width = 203
  194.           Height = 18
  195.           Alignment = taLeftJustify
  196.           BevelInner = bvLowered
  197.           BevelOuter = bvNone
  198.           Font.Charset = DEFAULT_CHARSET
  199.           Font.Color = clBlack
  200.           Font.Height = -11
  201.           Font.Name = 'MS Sans Serif'
  202.           Font.Style = []
  203.           ParentFont = False
  204.           TabOrder = 2
  205.         end
  206.         object spdbtn1: Tspdbtn
  207.           Left = 204
  208.           Top = 5
  209.           Width = 17
  210.           Height = 20
  211.           Parentwindow = 0
  212.           Flat = True
  213.           Glyph.Data = {
  214.             D6000000424DD60000000000000076000000280000000C0000000C0000000100
  215.             0400000000006000000000000000000000001000000000000000000000000000
  216.             80000080000000808000800000008000800080800000C0C0C000808080000000
  217.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  218.             0000770000000007000077000000000700007777777777770000777777777777
  219.             0000770000000007000077700000007700007777000007770000777770007777
  220.             0000777777077777000077777777777700007777777777770000}
  221.           OnClick = spdbtn1Click
  222.           Rep = False
  223.           Caption = '+'
  224.           Mode = None
  225.         end
  226.         object spdbtn2: Tspdbtn
  227.           Left = 204
  228.           Top = 177
  229.           Width = 17
  230.           Height = 18
  231.           Parentwindow = 0
  232.           Flat = True
  233.           Glyph.Data = {
  234.             D6000000424DD60000000000000076000000280000000C0000000C0000000100
  235.             0400000000006000000000000000000000001000000000000000000000000000
  236.             80000080000000808000800000008000800080800000C0C0C000808080000000
  237.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  238.             0000777777777777000077777707777700007777700077770000777700000777
  239.             0000777000000077000077000000000700007777777777770000777777777777
  240.             0000770000000007000077000000000700007777777777770000}
  241.           OnClick = spdbtn2Click
  242.           Rep = False
  243.           Caption = '-'
  244.           Mode = None
  245.         end
  246.       end
  247.     end
  248.   end
  249. end
  250.