Added file name option to settings

This commit is contained in:
Michael J. Seiferling
2018-03-12 13:03:32 -06:00
parent 9eb095523e
commit 8e26e97fd4
8 changed files with 85 additions and 27 deletions
+10 -1
View File
@@ -4542,6 +4542,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Use Name instead of ID for folder and file names.
'''</summary>
Friend ReadOnly Property frmSettings_chkUseNames() As String
Get
Return ResourceManager.GetString("frmSettings_chkUseNames", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Do you want to revert all settings to their defaults?.
'''</summary>
@@ -4624,7 +4633,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to Folders.
''' Looks up a localized string similar to Files and Folders.
'''</summary>
Friend ReadOnly Property frmSettings_grpFolderOptions() As String
Get