home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95RFILER / RFILER.ZIP / RFILER.EXE / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1997-12-27  |  1KB  |  64 lines

  1. object Form5: TForm5
  2.   Left = 332
  3.   Top = 208
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options'
  7.   ClientHeight = 110
  8.   ClientWidth = 189
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnKeyPress = FormKeyPress
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ExplorerButton1: TExplorerButton
  19.     Left = 6
  20.     Top = 84
  21.     Width = 45
  22.     Height = 21
  23.     Caption = 'Save'
  24.     Enabled = False
  25.     Flat = True
  26.     OnClick = ExplorerButton1Click
  27.   end
  28.   object ExplorerButton2: TExplorerButton
  29.     Left = 138
  30.     Top = 84
  31.     Width = 45
  32.     Height = 21
  33.     Caption = 'Use'
  34.     Enabled = False
  35.     Flat = True
  36.     OnClick = ExplorerButton2Click
  37.   end
  38.   object CheckBox1: TCheckBox
  39.     Left = 8
  40.     Top = 8
  41.     Width = 123
  42.     Height = 19
  43.     Caption = 'Delete Confirmation'
  44.     TabOrder = 0
  45.   end
  46.   object CheckBox2: TCheckBox
  47.     Left = 8
  48.     Top = 32
  49.     Width = 123
  50.     Height = 19
  51.     Caption = 'Move Confirmation'
  52.     TabOrder = 1
  53.   end
  54.   object CheckBox3: TCheckBox
  55.     Left = 8
  56.     Top = 56
  57.     Width = 135
  58.     Height = 17
  59.     Caption = 'Future Use'
  60.     Enabled = False
  61.     TabOrder = 2
  62.   end
  63. end
  64.