home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / xnews / Xnews.exe / 0 / RCDATA / TFMCACHE / TFMCACHE.txt
Text File  |  2001-01-31  |  2KB  |  119 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 = clBtnText
  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.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -13
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       MaxLength = 2
  58.       MaxValue = 30
  59.       MinValue = 1
  60.       ParentFont = False
  61.       TabOrder = 1
  62.       Value = 7
  63.     end
  64.     object rbNever: TRadioButton
  65.       Left = 12
  66.       Top = 64
  67.       Width = 209
  68.       Height = 17
  69.       Caption = 'Purge when expired on server'
  70.       TabOrder = 2
  71.       TabStop = True
  72.       OnClick = rbNeverClick
  73.     end
  74.   end
  75.   object bOk: TButton
  76.     Left = 136
  77.     Top = 288
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'Okay'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 3
  84.   end
  85.   object bCancel: TButton
  86.     Left = 224
  87.     Top = 288
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 4
  94.   end
  95.   object rgSave: TRadioGroup
  96.     Left = 8
  97.     Top = 8
  98.     Width = 297
  99.     Height = 105
  100.     Caption = 'Save Options'
  101.     Items.Strings = (
  102.       'Save &headers only'
  103.       'Save headers and &articles'
  104.       'Save ¬hing (purge cache on exit)')
  105.     TabOrder = 0
  106.     TabStop = True
  107.     OnClick = rgSaveClick
  108.   end
  109.   object bCompact: TButton
  110.     Left = 49
  111.     Top = 120
  112.     Width = 217
  113.     Height = 25
  114.     Caption = 'Compact article file'
  115.     ModalResult = 6
  116.     TabOrder = 1
  117.   end
  118. end
  119.