home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TFILESYSTEMPROPFRAME / TFILESYSTEMPROPFRAME.txt
Encoding:
Text File  |  2002-12-06  |  2.4 KB  |  130 lines

  1. object FilesystemPropFrame: TFilesystemPropFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 328
  5.   Height = 333
  6.   TabOrder = 0
  7.   object Label27: TLabel
  8.     Left = 24
  9.     Top = 36
  10.     Width = 29
  11.     Height = 13
  12.     Caption = 'Level:'
  13.   end
  14.   object Label10: TLabel
  15.     Left = 24
  16.     Top = 253
  17.     Width = 38
  18.     Height = 13
  19.     Caption = 'Version:'
  20.   end
  21.   object cbISO: TCheckBox
  22.     Left = 8
  23.     Top = 12
  24.     Width = 74
  25.     Height = 17
  26.     Caption = 'ISO 9660'
  27.     TabOrder = 0
  28.     OnClick = cbISOClick
  29.   end
  30.   object cbISOLevel: TComboBox
  31.     Left = 71
  32.     Top = 33
  33.     Width = 90
  34.     Height = 21
  35.     Style = csDropDownList
  36.     ItemHeight = 13
  37.     TabOrder = 1
  38.     Items.Strings = (
  39.       'ISO 9660 - 1'
  40.       'ISO 9660 - 2'
  41.       'ISO 9660 - 3')
  42.   end
  43.   object cbJoliet: TExtCheckBox
  44.     Left = 24
  45.     Top = 59
  46.     Width = 113
  47.     Height = 17
  48.     HelpContext = 15022
  49.     CheckAlignment = caTop
  50.     Caption = '&Microsoft Joliet'
  51.     TabOrder = 2
  52.   end
  53.   object cbISOFileVersions: TCheckBox
  54.     Left = 24
  55.     Top = 76
  56.     Width = 145
  57.     Height = 17
  58.     HelpContext = 15680
  59.     Caption = 'Write file &versions'
  60.     TabOrder = 3
  61.   end
  62.   object cbISOMaxFolderLevel: TCheckBox
  63.     Left = 24
  64.     Top = 92
  65.     Width = 297
  66.     Height = 17
  67.     HelpContext = 15650
  68.     Caption = 'Maximum of 8 directory levels'
  69.     Enabled = False
  70.     TabOrder = 4
  71.   end
  72.   object cbISOPathLength: TCheckBox
  73.     Left = 24
  74.     Top = 108
  75.     Width = 299
  76.     Height = 17
  77.     HelpContext = 15660
  78.     Caption = 'Maximum of &255 Characters in Path'
  79.     Checked = True
  80.     State = cbChecked
  81.     TabOrder = 5
  82.   end
  83.   object cbUDF: TCheckBox
  84.     Left = 8
  85.     Top = 227
  86.     Width = 89
  87.     Height = 17
  88.     HelpContext = 15690
  89.     Caption = '&UDF'
  90.     TabOrder = 6
  91.     OnClick = cbUDFClick
  92.   end
  93.   object cbUDFVersion: TComboBox
  94.     Left = 71
  95.     Top = 249
  96.     Width = 90
  97.     Height = 21
  98.     Style = csDropDownList
  99.     ItemHeight = 13
  100.     TabOrder = 7
  101.     Items.Strings = (
  102.       '1.02'
  103.       '1.50'
  104.       '2.00'
  105.       '2.01')
  106.   end
  107.   object cbSameDate: TCheckBox
  108.     Left = 8
  109.     Top = 286
  110.     Width = 265
  111.     Height = 17
  112.     HelpContext = 15670
  113.     Caption = '&Same date and time for all files and folders'
  114.     TabOrder = 8
  115.   end
  116.   object rgCharSet: TRadioGroup
  117.     Left = 8
  118.     Top = 136
  119.     Width = 129
  120.     Height = 81
  121.     Caption = 'Charset for ISO names'
  122.     Items.Strings = (
  123.       'ISO9660'
  124.       'DOS'
  125.       'ASCII'
  126.       'MultiByte')
  127.     TabOrder = 9
  128.   end
  129. end
  130.