object ImportFavoritesDlg: TImportFavoritesDlg Left = 165 Top = 127 ActiveControl = Lookup1 BorderStyle = bsDialog Caption = 'Import MS Internet Explorer Favorites' ClientHeight = 145 ClientWidth = 308 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 201 Height = 129 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 16 Top = 16 Width = 165 Height = 13 Caption = 'Select Category for Imported Items:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 220 Top = 8 Width = 77 Height = 27 TabOrder = 2 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 220 Top = 40 Width = 77 Height = 27 TabOrder = 3 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object Lookup1: TLookup Left = 16 Top = 32 Width = 177 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 0 Source = 'list1.dbf' end object RadioGroup1: TRadioGroup Left = 16 Top = 64 Width = 185 Height = 57 Caption = 'Folders:' ItemIndex = 0 Items.Strings = ( 'Ignore Folders' 'Use Folders As Categories') TabOrder = 1 OnClick = RadioGroup1Click end end