home *** CD-ROM | disk | FTP | other *** search
- object FilesystemPropFrame: TFilesystemPropFrame
- Left = 0
- Top = 0
- Width = 328
- Height = 333
- TabOrder = 0
- object Label27: TLabel
- Left = 24
- Top = 36
- Width = 29
- Height = 13
- Caption = 'Level:'
- end
- object Label10: TLabel
- Left = 24
- Top = 253
- Width = 38
- Height = 13
- Caption = 'Version:'
- end
- object cbISO: TCheckBox
- Left = 8
- Top = 12
- Width = 74
- Height = 17
- Caption = 'ISO 9660'
- TabOrder = 0
- OnClick = cbISOClick
- end
- object cbISOLevel: TComboBox
- Left = 71
- Top = 33
- Width = 90
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'ISO 9660 - 1'
- 'ISO 9660 - 2'
- 'ISO 9660 - 3')
- end
- object cbJoliet: TExtCheckBox
- Left = 24
- Top = 59
- Width = 113
- Height = 17
- HelpContext = 15022
- CheckAlignment = caTop
- Caption = '&Microsoft Joliet'
- TabOrder = 2
- end
- object cbISOFileVersions: TCheckBox
- Left = 24
- Top = 76
- Width = 145
- Height = 17
- HelpContext = 15680
- Caption = 'Write file &versions'
- TabOrder = 3
- end
- object cbISOMaxFolderLevel: TCheckBox
- Left = 24
- Top = 92
- Width = 297
- Height = 17
- HelpContext = 15650
- Caption = 'Maximum of 8 directory levels'
- Enabled = False
- TabOrder = 4
- end
- object cbISOPathLength: TCheckBox
- Left = 24
- Top = 108
- Width = 299
- Height = 17
- HelpContext = 15660
- Caption = 'Maximum of &255 Characters in Path'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object cbUDF: TCheckBox
- Left = 8
- Top = 227
- Width = 89
- Height = 17
- HelpContext = 15690
- Caption = '&UDF'
- TabOrder = 6
- OnClick = cbUDFClick
- end
- object cbUDFVersion: TComboBox
- Left = 71
- Top = 249
- Width = 90
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 7
- Items.Strings = (
- '1.02'
- '1.50'
- '2.00'
- '2.01')
- end
- object cbSameDate: TCheckBox
- Left = 8
- Top = 286
- Width = 265
- Height = 17
- HelpContext = 15670
- Caption = '&Same date and time for all files and folders'
- TabOrder = 8
- end
- object rgCharSet: TRadioGroup
- Left = 8
- Top = 136
- Width = 129
- Height = 81
- Caption = 'Charset for ISO names'
- Items.Strings = (
- 'ISO9660'
- 'DOS'
- 'ASCII'
- 'MultiByte')
- TabOrder = 9
- end
- end
-