home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TIMPORTFAVORITESDLG / TIMPORTFAVORITESDLG.txt
Text File  |  1999-12-09  |  2KB  |  85 lines

  1. object ImportFavoritesDlg: TImportFavoritesDlg
  2.   Left = 165
  3.   Top = 127
  4.   ActiveControl = Lookup1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Import MS Internet Explorer Favorites'
  7.   ClientHeight = 145
  8.   ClientWidth = 308
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 201
  21.     Height = 129
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 165
  29.     Height = 13
  30.     Caption = 'Select Category for Imported Items:'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 220
  40.     Top = 8
  41.     Width = 77
  42.     Height = 27
  43.     TabOrder = 2
  44.     OnClick = OKBtnClick
  45.     Kind = bkOK
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 220
  52.     Top = 40
  53.     Width = 77
  54.     Height = 27
  55.     TabOrder = 3
  56.     Kind = bkCancel
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object Lookup1: TLookup
  62.     Left = 16
  63.     Top = 32
  64.     Width = 177
  65.     Height = 21
  66.     ItemHeight = 13
  67.     Sorted = True
  68.     TabOrder = 0
  69.     Source = 'list1.dbf'
  70.   end
  71.   object RadioGroup1: TRadioGroup
  72.     Left = 16
  73.     Top = 64
  74.     Width = 185
  75.     Height = 57
  76.     Caption = 'Folders:'
  77.     ItemIndex = 0
  78.     Items.Strings = (
  79.       'Ignore Folders'
  80.       'Use Folders As Categories')
  81.     TabOrder = 1
  82.     OnClick = RadioGroup1Click
  83.   end
  84. end
  85.