home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TFAVORITESFORM / TFAVORITESFORM.txt
Text File  |  1998-12-29  |  1KB  |  55 lines

  1. object FavoritesForm: TFavoritesForm
  2.   Left = 209
  3.   Top = 361
  4.   HelpContext = 511
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 221
  8.   ClientWidth = 355
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object FavList: TListBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 337
  24.     Height = 177
  25.     ItemHeight = 13
  26.     MultiSelect = True
  27.     TabOrder = 0
  28.   end
  29.   object RemoveButton: TButton
  30.     Left = 8
  31.     Top = 192
  32.     Width = 65
  33.     Height = 23
  34.     TabOrder = 1
  35.     OnClick = RemoveButtonClick
  36.   end
  37.   object OKButton: TButton
  38.     Left = 208
  39.     Top = 192
  40.     Width = 67
  41.     Height = 23
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 2
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 280
  48.     Top = 192
  49.     Width = 67
  50.     Height = 23
  51.     ModalResult = 2
  52.     TabOrder = 3
  53.   end
  54. end
  55.