home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / setit / SetIt.exe / 0 / RCDATA / TFILEATTRIBSFORM / TFILEATTRIBSFORM.txt
Text File  |  2002-07-19  |  2KB  |  114 lines

  1. object FileAttribsForm: TFileAttribsForm
  2.   Left = 140
  3.   Top = 413
  4.   ActiveControl = CheckBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Atributy souboru'
  7.   ClientHeight = 169
  8.   ClientWidth = 314
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 144
  22.     Top = 136
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = Button1Click
  30.   end
  31.   object Button2: TButton
  32.     Left = 224
  33.     Top = 136
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Storno'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 8
  43.     Top = 8
  44.     Width = 297
  45.     Height = 121
  46.     Caption = 'Atributy'
  47.     TabOrder = 2
  48.     object CheckBox1: TCheckBox
  49.       Left = 8
  50.       Top = 24
  51.       Width = 140
  52.       Height = 17
  53.       Caption = 'bit 0 (Jen pro ∩┐╜ten∩┐╜) '
  54.       TabOrder = 0
  55.     end
  56.     object CheckBox2: TCheckBox
  57.       Left = 8
  58.       Top = 48
  59.       Width = 140
  60.       Height = 17
  61.       Caption = 'bit 1 (Skryt∩┐╜)'
  62.       TabOrder = 1
  63.     end
  64.     object CheckBox3: TCheckBox
  65.       Left = 8
  66.       Top = 72
  67.       Width = 140
  68.       Height = 17
  69.       Caption = 'bit 2 (Syst∩┐╜mov∩┐╜)'
  70.       TabOrder = 2
  71.     end
  72.     object CheckBox4: TCheckBox
  73.       Left = 8
  74.       Top = 96
  75.       Width = 140
  76.       Height = 17
  77.       Caption = 'bit 3 (Jmenovka svazku)'
  78.       TabOrder = 3
  79.     end
  80.     object CheckBox5: TCheckBox
  81.       Left = 152
  82.       Top = 24
  83.       Width = 140
  84.       Height = 17
  85.       Caption = 'bit 4 (Adres∩┐╜∩┐╜)'
  86.       TabOrder = 4
  87.     end
  88.     object CheckBox6: TCheckBox
  89.       Left = 152
  90.       Top = 48
  91.       Width = 140
  92.       Height = 17
  93.       Caption = 'bit 5 (Archivovat)'
  94.       TabOrder = 5
  95.     end
  96.     object CheckBox7: TCheckBox
  97.       Left = 152
  98.       Top = 72
  99.       Width = 140
  100.       Height = 17
  101.       Caption = 'bit 6 (Rezervov∩┐╜no)'
  102.       TabOrder = 6
  103.     end
  104.     object CheckBox8: TCheckBox
  105.       Left = 152
  106.       Top = 96
  107.       Width = 140
  108.       Height = 17
  109.       Caption = 'bit 7 (Norm∩┐╜ln∩┐╜)'
  110.       TabOrder = 7
  111.     end
  112.   end
  113. end
  114.