object FavoritesForm: TFavoritesForm Left = 209 Top = 361 HelpContext = 511 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog ClientHeight = 221 ClientWidth = 355 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object FavList: TListBox Left = 8 Top = 8 Width = 337 Height = 177 ItemHeight = 13 MultiSelect = True TabOrder = 0 end object RemoveButton: TButton Left = 8 Top = 192 Width = 65 Height = 23 TabOrder = 1 OnClick = RemoveButtonClick end object OKButton: TButton Left = 208 Top = 192 Width = 67 Height = 23 Default = True ModalResult = 1 TabOrder = 2 end object CancelButton: TButton Left = 280 Top = 192 Width = 67 Height = 23 ModalResult = 2 TabOrder = 3 end end