VBEditorResources.Designer.vb 9.6 KB
Newer Older
1 2 3
'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
4
'     Runtime Version:4.0.30319.42000
5 6 7 8 9 10 11 12 13 14 15
'
'     Changes to this file may cause incorrect behavior and will be lost if
'     the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict On
Option Explicit On

Imports System

16
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.VBEditorResources
17 18 19 20 21 22 23 24
    
    '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.
    '''<summary>
    '''  A strongly-typed resource class, for looking up localized strings, etc.
    '''</summary>
25
    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0"),  _
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
     Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _
    Friend Module VBEditorResources
        
        Private resourceMan As Global.System.Resources.ResourceManager
        
        Private resourceCulture As Global.System.Globalization.CultureInfo
        
        '''<summary>
        '''  Returns the cached ResourceManager instance used by this class.
        '''</summary>
        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
        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
        
        '''<summary>
        '''  Overrides the current thread's CurrentUICulture property for all
        '''  resource lookups using this strongly typed resource class.
        '''</summary>
        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
        Friend Property Culture() As Global.System.Globalization.CultureInfo
            Get
                Return resourceCulture
            End Get
            Set
                resourceCulture = value
            End Set
        End Property
        
        '''<summary>
64
        '''  Looks up a localized string similar to ({0} Events).
65
        '''</summary>
66
        Friend ReadOnly Property _0_Events() As String
67
            Get
68
                Return ResourceManager.GetString("_0_Events", resourceCulture)
69 70 71 72
            End Get
        End Property
        
        '''<summary>
73
        '''  Looks up a localized string similar to Add any initialization after the InitializeComponent() call..
74
        '''</summary>
75
        Friend ReadOnly Property Add_any_initialization_after_the_InitializeComponent_call() As String
76
            Get
77
                Return ResourceManager.GetString("Add_any_initialization_after_the_InitializeComponent_call", resourceCulture)
78 79 80 81
            End Get
        End Property
        
        '''<summary>
82
        '''  Looks up a localized string similar to Case Correction.
83
        '''</summary>
84
        Friend ReadOnly Property Case_Correction() As String
85
            Get
86
                Return ResourceManager.GetString("Case_Correction", resourceCulture)
87 88 89 90
            End Get
        End Property
        
        '''<summary>
91
        '''  Looks up a localized string similar to Committing line.
92
        '''</summary>
93
        Friend ReadOnly Property Committing_line() As String
94
            Get
95
                Return ResourceManager.GetString("Committing_line", resourceCulture)
96 97 98 99
            End Get
        End Property
        
        '''<summary>
100
        '''  Looks up a localized string similar to Correcting word casing....
101
        '''</summary>
102
        Friend ReadOnly Property Correcting_word_casing() As String
103
            Get
104
                Return ResourceManager.GetString("Correcting_word_casing", resourceCulture)
105 106 107 108
            End Get
        End Property
        
        '''<summary>
109
        '''  Looks up a localized string similar to End Construct.
110
        '''</summary>
111
        Friend ReadOnly Property End_Construct() As String
112
            Get
113
                Return ResourceManager.GetString("End_Construct", resourceCulture)
114 115 116 117 118 119
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Format Document.
        '''</summary>
120
        Friend ReadOnly Property Format_Document() As String
121
            Get
122
                Return ResourceManager.GetString("Format_Document", resourceCulture)
123 124 125 126 127 128
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Format on Save.
        '''</summary>
129
        Friend ReadOnly Property Format_on_Save() As String
130
            Get
131
                Return ResourceManager.GetString("Format_on_Save", resourceCulture)
132 133 134 135 136 137
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Format Paste.
        '''</summary>
138
        Friend ReadOnly Property Format_Paste() As String
139
            Get
140
                Return ResourceManager.GetString("Format_Paste", resourceCulture)
141 142 143 144 145 146
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Formatting Document....
        '''</summary>
147
        Friend ReadOnly Property Formatting_Document() As String
148
            Get
149
                Return ResourceManager.GetString("Formatting_Document", resourceCulture)
150 151 152 153 154 155
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Formatting pasted text....
        '''</summary>
156
        Friend ReadOnly Property Formatting_pasted_text() As String
157
            Get
158
                Return ResourceManager.GetString("Formatting_pasted_text", resourceCulture)
159 160 161 162 163 164
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Generate Member.
        '''</summary>
165
        Friend ReadOnly Property Generate_Member() As String
166
            Get
167
                Return ResourceManager.GetString("Generate_Member", resourceCulture)
168 169 170
            End Get
        End Property
        
171
        '''<summary>
172
        '''  Looks up a localized string similar to Implement Abstract Class Or Interface.
173
        '''</summary>
174
        Friend ReadOnly Property Implement_Abstract_Class_Or_Interface() As String
175
            Get
176
                Return ResourceManager.GetString("Implement_Abstract_Class_Or_Interface", resourceCulture)
177 178
            End Get
        End Property
179 180 181 182
        
        '''<summary>
        '''  Looks up a localized string similar to Insert new line.
        '''</summary>
183
        Friend ReadOnly Property Insert_new_line() As String
184
            Get
185
                Return ResourceManager.GetString("Insert_new_line", resourceCulture)
186 187 188
            End Get
        End Property
        
P
Pilchie 已提交
189 190 191
        '''<summary>
        '''  Looks up a localized string similar to Line commit.
        '''</summary>
192
        Friend ReadOnly Property Line_commit() As String
P
Pilchie 已提交
193
            Get
194
                Return ResourceManager.GetString("Line_commit", resourceCulture)
195 196 197 198 199 200
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to New.
        '''</summary>
201
        Friend ReadOnly Property New_() As String
202
            Get
203
                Return ResourceManager.GetString("New_", resourceCulture)
204 205 206 207 208 209
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to not supported.
        '''</summary>
210
        Friend ReadOnly Property not_supported() As String
211
            Get
212
                Return ResourceManager.GetString("not_supported", resourceCulture)
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Paste.
        '''</summary>
        Friend ReadOnly Property Paste() As String
            Get
                Return ResourceManager.GetString("Paste", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Smart Indenting.
        '''</summary>
228
        Friend ReadOnly Property Smart_Indenting() As String
229
            Get
230
                Return ResourceManager.GetString("Smart_Indenting", resourceCulture)
231 232 233 234 235 236
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to This call is required by the designer..
        '''</summary>
237
        Friend ReadOnly Property This_call_is_required_by_the_designer() As String
238
            Get
239
                Return ResourceManager.GetString("This_call_is_required_by_the_designer", resourceCulture)
240 241 242 243 244 245
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Visual Basic Pretty List.
        '''</summary>
246
        Friend ReadOnly Property Visual_Basic_Pretty_List() As String
247
            Get
248
                Return ResourceManager.GetString("Visual_Basic_Pretty_List", resourceCulture)
249 250 251 252
            End Get
        End Property
    End Module
End Namespace