home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.7 / 2000-04_Disc_5.7.bin / pcgamer.exe / 0 / RCDATA / TFILEATTRFORM / TFILEATTRFORM.txt
Text File  |  2000-01-24  |  2KB  |  106 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.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  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 = 77
  49.     Height = 27
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 0
  54.   end
  55.   object CancelBtn: TButton
  56.     Left = 300
  57.     Top = 40
  58.     Width = 77
  59.     Height = 27
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object GroupBox1: TGroupBox
  66.     Left = 24
  67.     Top = 88
  68.     Width = 249
  69.     Height = 65
  70.     Caption = 'Attributes'
  71.     TabOrder = 2
  72.     object ReadOnly: TCheckBox
  73.       Left = 16
  74.       Top = 16
  75.       Width = 97
  76.       Height = 17
  77.       Caption = '&Read Only'
  78.       TabOrder = 0
  79.     end
  80.     object Archive: TCheckBox
  81.       Left = 16
  82.       Top = 40
  83.       Width = 97
  84.       Height = 17
  85.       Caption = '&Archive'
  86.       TabOrder = 1
  87.     end
  88.     object System: TCheckBox
  89.       Left = 120
  90.       Top = 16
  91.       Width = 97
  92.       Height = 17
  93.       Caption = '&System'
  94.       TabOrder = 2
  95.     end
  96.     object Hidden: TCheckBox
  97.       Left = 120
  98.       Top = 40
  99.       Width = 97
  100.       Height = 17
  101.       Caption = '&Hidden'
  102.       TabOrder = 3
  103.     end
  104.   end
  105. end
  106.