object PropertyPage2: TPropertyPage2 Left = 100 Top = 112 Width = 283 Height = 249 Caption = 'Paths' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object gb1: TGroupBox Left = 0 Top = 0 Width = 275 Height = 222 Align = alClient Caption = ' Define Location of Data ' TabOrder = 0 object Label17: TLabel Left = 8 Top = 20 Width = 33 Height = 13 Caption = '&States:' FocusControl = ed0 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 48 Top = 20 Width = 107 Height = 13 Caption = '"TIGER" below 2 mile' end object Label18: TLabel Left = 8 Top = 60 Width = 32 Height = 13 Caption = 'Data&1:' FocusControl = ed1 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Secondary: TLabel Left = 44 Top = 60 Width = 117 Height = 13 Caption = 'Secondary, above 2 mile' end object Label19: TLabel Left = 8 Top = 104 Width = 32 Height = 13 Caption = 'Data&2:' FocusControl = ed2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Landmark: TLabel Left = 48 Top = 104 Width = 155 Height = 13 Caption = '"GNIS" Landmarks, below 1 mile' end object Label20: TLabel Left = 8 Top = 144 Width = 32 Height = 13 Caption = 'Data&3:' FocusControl = ed3 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 48 Top = 144 Width = 121 Height = 13 Caption = 'Search Info (zip,ac,place)' end object SpeedButton1: TSpeedButton Left = 224 Top = 36 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Tag = 1 Left = 224 Top = 76 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object SpeedButton3: TSpeedButton Tag = 2 Left = 224 Top = 120 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object SpeedButton4: TSpeedButton Tag = 3 Left = 224 Top = 160 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object Label25: TLabel Left = 104 Top = 192 Width = 65 Height = 13 Caption = 'Default Drive:' end object ed0: TEdit Left = 8 Top = 36 Width = 213 Height = 21 TabOrder = 0 end object ed1: TEdit Left = 8 Top = 76 Width = 213 Height = 21 TabOrder = 1 end object ed2: TEdit Left = 8 Top = 120 Width = 213 Height = 21 TabOrder = 2 end object ed3: TEdit Left = 8 Top = 160 Width = 213 Height = 21 TabOrder = 3 end object ComboBox1: TComboBox Left = 172 Top = 188 Width = 49 Height = 21 ItemHeight = 13 TabOrder = 4 Text = 'ComboBox1' OnChange = ComboBox1Change end end end