home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TFMCACHE / TFMCACHE.txt
Text File  |  1999-11-08  |  2KB  |  113 lines

  1. object fmCache: TfmCache
  2.   Left = 289
  3.   Top = 207
  4.   ActiveControl = rgSave
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Storage Options'
  8.   ClientHeight = 323
  9.   ClientWidth = 316
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object rgPurge: TGroupBox
  23.     Left = 8
  24.     Top = 176
  25.     Width = 297
  26.     Height = 97
  27.     Caption = 'Purge Options'
  28.     TabOrder = 2
  29.     TabStop = True
  30.     object Label1: TLabel
  31.       Left = 216
  32.       Top = 32
  33.       Width = 30
  34.       Height = 16
  35.       Caption = 'days'
  36.     end
  37.     object rbSome: TRadioButton
  38.       Left = 12
  39.       Top = 32
  40.       Width = 97
  41.       Height = 17
  42.       Caption = 'Purge after'
  43.       TabOrder = 0
  44.       TabStop = True
  45.       OnClick = rbSomeClick
  46.     end
  47.     object edDays: TSpinEdit
  48.       Left = 128
  49.       Top = 28
  50.       Width = 81
  51.       Height = 26
  52.       MaxLength = 2
  53.       MaxValue = 30
  54.       MinValue = 1
  55.       TabOrder = 1
  56.       Value = 7
  57.     end
  58.     object rbNever: TRadioButton
  59.       Left = 12
  60.       Top = 64
  61.       Width = 209
  62.       Height = 17
  63.       Caption = 'Purge when expired on server'
  64.       TabOrder = 2
  65.       TabStop = True
  66.       OnClick = rbNeverClick
  67.     end
  68.   end
  69.   object bOk: TButton
  70.     Left = 136
  71.     Top = 288
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Okay'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 3
  78.   end
  79.   object bCancel: TButton
  80.     Left = 224
  81.     Top = 288
  82.     Width = 75
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 4
  88.   end
  89.   object rgSave: TRadioGroup
  90.     Left = 8
  91.     Top = 8
  92.     Width = 297
  93.     Height = 105
  94.     Caption = 'Save Options'
  95.     Items.Strings = (
  96.       'Save &headers only'
  97.       'Save headers and &articles'
  98.       'Save ¬hing (purge cache on exit)')
  99.     TabOrder = 0
  100.     TabStop = True
  101.     OnClick = rgSaveClick
  102.   end
  103.   object bCompact: TButton
  104.     Left = 49
  105.     Top = 120
  106.     Width = 217
  107.     Height = 25
  108.     Caption = 'Compact article file'
  109.     ModalResult = 6
  110.     TabOrder = 1
  111.   end
  112. end
  113.