home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / FATTRDLG.DFM / FATTRDLG.txt
Text File  |  1997-02-14  |  2KB  |  105 lines

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