object Qconfig: TQconfig Left = 35 Top = 102 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Configure Data Paths and Other Options...' ClientHeight = 272 ClientWidth = 355 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnActivate = FormActivate OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 212 Top = 244 Width = 61 Height = 24 Caption = '&Ok' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 284 Top = 244 Width = 57 Height = 24 Caption = '&Cancel' TabOrder = 1 OnClick = Button2Click end object Panel1: TPanel Left = 0 Top = 0 Width = 355 Height = 237 Align = alTop BorderWidth = 4 TabOrder = 2 object Gb1: TGroupBox Left = 8 Top = 8 Width = 337 Height = 213 Caption = ' Define Location of Data ' TabOrder = 0 object Label2: TLabel Left = 14 Top = 26 Width = 110 Height = 13 Caption = 'Street Level (..\States):' end object Label3: TLabel Left = 7 Top = 56 Width = 117 Height = 13 Caption = 'Map Overlays (..\Data1):' end object Label4: TLabel Left = 20 Top = 86 Width = 104 Height = 13 Caption = 'Landmarks (..\Data2):' end object Label1: TLabel Left = 17 Top = 116 Width = 107 Height = 13 Caption = 'Search files (..\Data3):' end object Label7: TLabel Left = 36 Top = 146 Width = 88 Height = 13 Caption = 'Help files (..\Help):' end object SpeedButton1: TSpeedButton Left = 300 Top = 24 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Tag = 1 Left = 300 Top = 54 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object SpeedButton3: TSpeedButton Tag = 2 Left = 300 Top = 84 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object SpeedButton4: TSpeedButton Tag = 3 Left = 300 Top = 114 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object SpeedButton5: TSpeedButton Tag = 6 Left = 300 Top = 144 Width = 25 Height = 21 Caption = '...' OnClick = SpeedButton1Click end object ed0: TEdit Left = 128 Top = 24 Width = 169 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnEnter = ed0Enter end object ed1: TEdit Tag = 1 Left = 128 Top = 54 Width = 169 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnEnter = ed0Enter end object ed2: TEdit Tag = 2 Left = 128 Top = 84 Width = 169 Height = 21 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnEnter = ed0Enter end object ed3: TEdit Tag = 3 Left = 128 Top = 114 Width = 169 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnEnter = ed0Enter end object ed6: TEdit Tag = 6 Left = 128 Top = 144 Width = 169 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnEnter = ed0Enter end object Button4: TButton Left = 136 Top = 180 Width = 129 Height = 25 Caption = 'Set Default Data Paths' TabOrder = 5 OnClick = Button4Click end end end end