home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / clipboard / clip_pile / SETUP.EXE / file0001.bin / 0 / RCDATA / TFORM6 / TFORM6.txt
Encoding:
Text File  |  1999-10-03  |  4.0 KB  |  174 lines

  1. object Form6: TForm6
  2.   Left = 200
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options - Current Collection'
  7.   ClientHeight = 240
  8.   ClientWidth = 315
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RadioGroup1: TRadioGroup
  19.     Left = 33
  20.     Top = 19
  21.     Width = 249
  22.     Height = 113
  23.     Caption = 'Storing items'
  24.     TabOrder = 0
  25.   end
  26.   object RadioButton1: TRadioButton
  27.     Left = 48
  28.     Top = 51
  29.     Width = 97
  30.     Height = 17
  31.     Hint = 'Keeps all items in the collection - safe collection.'
  32.     Caption = 'keep all items'
  33.     ParentShowHint = False
  34.     ShowHint = True
  35.     TabOrder = 1
  36.   end
  37.   object RadioButton2: TRadioButton
  38.     Left = 48
  39.     Top = 75
  40.     Width = 153
  41.     Height = 17
  42.     Hint = 
  43.       'By default, Clipboard Pile keeps only the newest 100 items in ea' +
  44.       'ch collection.'#13#10'Redundant items are deleted whenever the collect' +
  45.       'ion is loaded.'
  46.     Caption = 'keep up to               items'
  47.     Checked = True
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     TabOrder = 2
  51.     TabStop = True
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 125
  55.     Top = 72
  56.     Width = 32
  57.     Height = 21
  58.     Hint = 
  59.       'By default, Clipboard Pile keeps only the newest 100 items in ea' +
  60.       'ch collection.'#13#10'Redundant items are deleted whenever the collect' +
  61.       'ion is loaded.'
  62.     MaxLength = 4
  63.     ParentShowHint = False
  64.     ShowHint = True
  65.     TabOrder = 3
  66.     Text = '100'
  67.     OnExit = Edit1Exit
  68.   end
  69.   object RadioButton3: TRadioButton
  70.     Left = 48
  71.     Top = 99
  72.     Width = 201
  73.     Height = 17
  74.     Hint = 
  75.       'Select this option if you want only the newest items in the coll' +
  76.       'ection.'#13#10'Redundant items are deleted whenever the collection is ' +
  77.       'loaded.'
  78.     Caption = 'delete items older than              days'
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.     TabOrder = 4
  82.   end
  83.   object Edit2: TEdit
  84.     Left = 179
  85.     Top = 96
  86.     Width = 32
  87.     Height = 21
  88.     Hint = 
  89.       'Select this option if you want only the newest items in the coll' +
  90.       'ection.'#13#10'Redundant items are deleted whenever the collection is ' +
  91.       'loaded.'
  92.     MaxLength = 3
  93.     ParentShowHint = False
  94.     ShowHint = True
  95.     TabOrder = 5
  96.     Text = '10'
  97.     OnExit = Edit2Exit
  98.   end
  99.   object CheckBox1: TCheckBox
  100.     Left = 32
  101.     Top = 155
  102.     Width = 129
  103.     Height = 17
  104.     Hint = 
  105.       'Check this option if you want that Clipboard Pile stores duplica' +
  106.       'te items.'
  107.     Caption = 'Allow d&uplicate items'
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 6
  111.   end
  112.   object Button1: TButton
  113.     Left = 31
  114.     Top = 198
  115.     Width = 78
  116.     Height = 23
  117.     Caption = '&OK'
  118.     ModalResult = 1
  119.     TabOrder = 7
  120.   end
  121.   object Button2: TButton
  122.     Left = 119
  123.     Top = 198
  124.     Width = 78
  125.     Height = 23
  126.     Caption = 'C&ancel'
  127.     ModalResult = 2
  128.     TabOrder = 8
  129.   end
  130.   object Button3: TButton
  131.     Left = 207
  132.     Top = 198
  133.     Width = 78
  134.     Height = 23
  135.     Hint = 
  136.       'Click here if you want to restore default settings -  these are ' +
  137.       #13#10'recommended settings (Click OK to save changes).'
  138.     Caption = '&Defaults'
  139.     ParentShowHint = False
  140.     ShowHint = True
  141.     TabOrder = 9
  142.     OnClick = Button3Click
  143.   end
  144.   object RxGradientCaption1: TRxGradientCaption
  145.     Captions = <>
  146.     DefaultFont = False
  147.     FormCaption = 'Options - Current Collection'
  148.     Font.Charset = ANSI_CHARSET
  149.     Font.Color = clWhite
  150.     Font.Height = -12
  151.     Font.Name = 'Federation'
  152.     Font.Style = [fsBold]
  153.     StartColor = clBlue
  154.     Left = 192
  155.     Top = 152
  156.   end
  157.   object FormStorage1: TFormStorage
  158.     Options = []
  159.     StoredProps.Strings = (
  160.       'RadioButton1.Checked'
  161.       'RadioButton2.Checked'
  162.       'RadioButton3.Checked'
  163.       'Edit1.Text'
  164.       'Edit2.Text'
  165.       'CheckBox1.Checked')
  166.     Left = 224
  167.     Top = 152
  168.   end
  169.   object KTop1: TKTop
  170.     Left = 256
  171.     Top = 152
  172.   end
  173. end
  174.