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

  1. object PropertyPage2: TPropertyPage2
  2.   Left = 100
  3.   Top = 112
  4.   Width = 283
  5.   Height = 249
  6.   Caption = 'Paths'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object gb1: TGroupBox
  15.     Left = 0
  16.     Top = 0
  17.     Width = 275
  18.     Height = 222
  19.     Align = alClient
  20.     Caption = ' Define Location of Data '
  21.     TabOrder = 0
  22.     object Label17: TLabel
  23.       Left = 8
  24.       Top = 20
  25.       Width = 33
  26.       Height = 13
  27.       Caption = '&States:'
  28.       FocusControl = ed0
  29.       Font.Charset = DEFAULT_CHARSET
  30.       Font.Color = clBlue
  31.       Font.Height = -11
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.       ParentFont = False
  35.     end
  36.     object Label1: TLabel
  37.       Left = 48
  38.       Top = 20
  39.       Width = 107
  40.       Height = 13
  41.       Caption = '"TIGER"  below 2 mile'
  42.     end
  43.     object Label18: TLabel
  44.       Left = 8
  45.       Top = 60
  46.       Width = 32
  47.       Height = 13
  48.       Caption = 'Data&1:'
  49.       FocusControl = ed1
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clBlue
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.     end
  57.     object Secondary: TLabel
  58.       Left = 44
  59.       Top = 60
  60.       Width = 117
  61.       Height = 13
  62.       Caption = 'Secondary, above 2 mile'
  63.     end
  64.     object Label19: TLabel
  65.       Left = 8
  66.       Top = 104
  67.       Width = 32
  68.       Height = 13
  69.       Caption = 'Data&2:'
  70.       FocusControl = ed2
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clBlue
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object Landmark: TLabel
  79.       Left = 48
  80.       Top = 104
  81.       Width = 155
  82.       Height = 13
  83.       Caption = '"GNIS" Landmarks, below 1 mile'
  84.     end
  85.     object Label20: TLabel
  86.       Left = 8
  87.       Top = 144
  88.       Width = 32
  89.       Height = 13
  90.       Caption = 'Data&3:'
  91.       FocusControl = ed3
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clBlue
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       ParentFont = False
  98.     end
  99.     object Label2: TLabel
  100.       Left = 48
  101.       Top = 144
  102.       Width = 121
  103.       Height = 13
  104.       Caption = 'Search Info (zip,ac,place)'
  105.     end
  106.     object SpeedButton1: TSpeedButton
  107.       Left = 224
  108.       Top = 36
  109.       Width = 25
  110.       Height = 21
  111.       Caption = '...'
  112.       OnClick = SpeedButton1Click
  113.     end
  114.     object SpeedButton2: TSpeedButton
  115.       Tag = 1
  116.       Left = 224
  117.       Top = 76
  118.       Width = 25
  119.       Height = 21
  120.       Caption = '...'
  121.       OnClick = SpeedButton1Click
  122.     end
  123.     object SpeedButton3: TSpeedButton
  124.       Tag = 2
  125.       Left = 224
  126.       Top = 120
  127.       Width = 25
  128.       Height = 21
  129.       Caption = '...'
  130.       OnClick = SpeedButton1Click
  131.     end
  132.     object SpeedButton4: TSpeedButton
  133.       Tag = 3
  134.       Left = 224
  135.       Top = 160
  136.       Width = 25
  137.       Height = 21
  138.       Caption = '...'
  139.       OnClick = SpeedButton1Click
  140.     end
  141.     object Label25: TLabel
  142.       Left = 104
  143.       Top = 192
  144.       Width = 65
  145.       Height = 13
  146.       Caption = 'Default Drive:'
  147.     end
  148.     object ed0: TEdit
  149.       Left = 8
  150.       Top = 36
  151.       Width = 213
  152.       Height = 21
  153.       TabOrder = 0
  154.     end
  155.     object ed1: TEdit
  156.       Left = 8
  157.       Top = 76
  158.       Width = 213
  159.       Height = 21
  160.       TabOrder = 1
  161.     end
  162.     object ed2: TEdit
  163.       Left = 8
  164.       Top = 120
  165.       Width = 213
  166.       Height = 21
  167.       TabOrder = 2
  168.     end
  169.     object ed3: TEdit
  170.       Left = 8
  171.       Top = 160
  172.       Width = 213
  173.       Height = 21
  174.       TabOrder = 3
  175.     end
  176.     object ComboBox1: TComboBox
  177.       Left = 172
  178.       Top = 188
  179.       Width = 49
  180.       Height = 21
  181.       ItemHeight = 13
  182.       TabOrder = 4
  183.       Text = 'ComboBox1'
  184.       OnChange = ComboBox1Change
  185.     end
  186.   end
  187. end
  188.