'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' '------------------------------------------------------------------------------ Option Strict On Option Explicit On Imports System Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.VBEditorResources 'This class was auto-generated by the StronglyTypedResourceBuilder 'class via a tool like ResGen or Visual Studio. 'To add or remove a member, edit your .ResX file then rerun ResGen 'with the /str option, or rebuild your VS project. ''' ''' A strongly-typed resource class, for looking up localized strings, etc. ''' _ Friend Module VBEditorResources Private resourceMan As Global.System.Resources.ResourceManager Private resourceCulture As Global.System.Globalization.CultureInfo ''' ''' Returns the cached ResourceManager instance used by this class. ''' _ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager Get If Object.ReferenceEquals(resourceMan, Nothing) Then Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBEditorResources", GetType(VBEditorResources).Assembly) resourceMan = temp End If Return resourceMan End Get End Property ''' ''' Overrides the current thread's CurrentUICulture property for all ''' resource lookups using this strongly typed resource class. ''' _ Friend Property Culture() As Global.System.Globalization.CultureInfo Get Return resourceCulture End Get Set resourceCulture = value End Set End Property ''' ''' Looks up a localized string similar to ({0} Events). ''' Friend ReadOnly Property _0_Events() As String Get Return ResourceManager.GetString("_0_Events", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Add any initialization after the InitializeComponent() call.. ''' Friend ReadOnly Property Add_any_initialization_after_the_InitializeComponent_call() As String Get Return ResourceManager.GetString("Add_any_initialization_after_the_InitializeComponent_call", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Case Correction. ''' Friend ReadOnly Property Case_Correction() As String Get Return ResourceManager.GetString("Case_Correction", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Committing line. ''' Friend ReadOnly Property Committing_line() As String Get Return ResourceManager.GetString("Committing_line", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Correcting word casing.... ''' Friend ReadOnly Property Correcting_word_casing() As String Get Return ResourceManager.GetString("Correcting_word_casing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to End Construct. ''' Friend ReadOnly Property End_Construct() As String Get Return ResourceManager.GetString("End_Construct", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Format Document. ''' Friend ReadOnly Property Format_Document() As String Get Return ResourceManager.GetString("Format_Document", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Format on Save. ''' Friend ReadOnly Property Format_on_Save() As String Get Return ResourceManager.GetString("Format_on_Save", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Format Paste. ''' Friend ReadOnly Property Format_Paste() As String Get Return ResourceManager.GetString("Format_Paste", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Formatting Document.... ''' Friend ReadOnly Property Formatting_Document() As String Get Return ResourceManager.GetString("Formatting_Document", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Formatting pasted text.... ''' Friend ReadOnly Property Formatting_pasted_text() As String Get Return ResourceManager.GetString("Formatting_pasted_text", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generate Member. ''' Friend ReadOnly Property Generate_Member() As String Get Return ResourceManager.GetString("Generate_Member", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Implement Abstract Class Or Interface. ''' Friend ReadOnly Property Implement_Abstract_Class_Or_Interface() As String Get Return ResourceManager.GetString("Implement_Abstract_Class_Or_Interface", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Insert new line. ''' Friend ReadOnly Property Insert_new_line() As String Get Return ResourceManager.GetString("Insert_new_line", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Line commit. ''' Friend ReadOnly Property Line_commit() As String Get Return ResourceManager.GetString("Line_commit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to New. ''' Friend ReadOnly Property New_() As String Get Return ResourceManager.GetString("New_", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to not supported. ''' Friend ReadOnly Property not_supported() As String Get Return ResourceManager.GetString("not_supported", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Paste. ''' Friend ReadOnly Property Paste() As String Get Return ResourceManager.GetString("Paste", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Smart Indenting. ''' Friend ReadOnly Property Smart_Indenting() As String Get Return ResourceManager.GetString("Smart_Indenting", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This call is required by the designer.. ''' Friend ReadOnly Property This_call_is_required_by_the_designer() As String Get Return ResourceManager.GetString("This_call_is_required_by_the_designer", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Visual Basic Pretty List. ''' Friend ReadOnly Property Visual_Basic_Pretty_List() As String Get Return ResourceManager.GetString("Visual_Basic_Pretty_List", resourceCulture) End Get End Property End Module End Namespace