home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / FATTRDLG.DFM / FATTRDLG.txt
Text File  |  1997-05-08  |  2KB  |  105 lines

  1. object FileAttrForm: TFileAttrForm
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'File attributes'
  7.   ClientHeight = 179
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 161
  20.     Shape = bsFrame
  21.     IsControl = True
  22.   end
  23.   object FileDirName: TLabel
  24.     Left = 24
  25.     Top = 16
  26.     Width = 57
  27.     Height = 13
  28.     Caption = 'FileDirName'
  29.   end
  30.   object FilePathName: TLabel
  31.     Left = 24
  32.     Top = 40
  33.     Width = 66
  34.     Height = 13
  35.     Caption = 'FilePathName'
  36.   end
  37.   object ChangeDate: TLabel
  38.     Left = 24
  39.     Top = 64
  40.     Width = 60
  41.     Height = 13
  42.     Caption = 'ChangeDate'
  43.   end
  44.   object OKBtn: TButton
  45.     Left = 300
  46.     Top = 8
  47.     Width = 77
  48.     Height = 27
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 300
  56.     Top = 40
  57.     Width = 77
  58.     Height = 27
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64.   object GroupBox1: TGroupBox
  65.     Left = 24
  66.     Top = 88
  67.     Width = 249
  68.     Height = 65
  69.     Caption = 'Attributes'
  70.     TabOrder = 2
  71.     object ReadOnly: TCheckBox
  72.       Left = 16
  73.       Top = 16
  74.       Width = 97
  75.       Height = 17
  76.       Caption = '&Read Only'
  77.       TabOrder = 0
  78.     end
  79.     object Archive: TCheckBox
  80.       Left = 16
  81.       Top = 40
  82.       Width = 97
  83.       Height = 17
  84.       Caption = '&Archive'
  85.       TabOrder = 1
  86.     end
  87.     object System: TCheckBox
  88.       Left = 120
  89.       Top = 16
  90.       Width = 97
  91.       Height = 17
  92.       Caption = '&System'
  93.       TabOrder = 2
  94.     end
  95.     object Hidden: TCheckBox
  96.       Left = 120
  97.       Top = 40
  98.       Width = 97
  99.       Height = 17
  100.       Caption = '&Hidden'
  101.       TabOrder = 3
  102.     end
  103.   end
  104. end
  105.