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

  1. object Form3: TForm3
  2.   Left = 316
  3.   Top = 211
  4.   Width = 139
  5.   Height = 132
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Attributes'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CheckBox1: TCheckBox
  18.     Left = 8
  19.     Top = 6
  20.     Width = 93
  21.     Height = 13
  22.     Caption = 'Archive'
  23.     TabOrder = 0
  24.   end
  25.   object CheckBox2: TCheckBox
  26.     Left = 8
  27.     Top = 28
  28.     Width = 93
  29.     Height = 13
  30.     Caption = 'System'
  31.     TabOrder = 1
  32.   end
  33.   object CheckBox3: TCheckBox
  34.     Left = 6
  35.     Top = 50
  36.     Width = 95
  37.     Height = 17
  38.     Caption = 'Hidden'
  39.     TabOrder = 2
  40.   end
  41.   object CheckBox4: TCheckBox
  42.     Left = 6
  43.     Top = 76
  44.     Width = 95
  45.     Height = 15
  46.     Caption = 'Read Only'
  47.     TabOrder = 3
  48.   end
  49. end
  50.