PageRenderTime 67ms CodeModel.GetById 37ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/VBWinFormDataGridView/My Project/Resources.Designer.vb

#
Visual Basic | 62 lines | 31 code | 8 blank | 23 comment | 0 complexity | 46550a5c6a3da682446b4b9a4ace99f1 MD5 | raw file
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' This code was generated by a tool.
  4. ' Runtime Version:2.0.50727.4927
  5. '
  6. ' Changes to this file may cause incorrect behavior and will be lost if
  7. ' the code is regenerated.
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10. Option Strict On
  11. Option Explicit On
  12. Namespace My.Resources
  13. 'This class was auto-generated by the StronglyTypedResourceBuilder
  14. 'class via a tool like ResGen or Visual Studio.
  15. 'To add or remove a member, edit your .ResX file then rerun ResGen
  16. 'with the /str option, or rebuild your VS project.
  17. '<summary>
  18. ' A strongly-typed resource class, for looking up localized strings, etc.
  19. '</summary>
  20. <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
  21. Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
  22. Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
  23. Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
  24. Friend Module Resources
  25. Private resourceMan As Global.System.Resources.ResourceManager
  26. Private resourceCulture As Global.System.Globalization.CultureInfo
  27. '<summary>
  28. ' Returns the cached ResourceManager instance used by this class.
  29. '</summary>
  30. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  31. Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
  32. Get
  33. If Object.ReferenceEquals(resourceMan, Nothing) Then
  34. Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBWinFormDataGridView.Resources", GetType(Resources).Assembly)
  35. resourceMan = temp
  36. End If
  37. Return resourceMan
  38. End Get
  39. End Property
  40. '<summary>
  41. ' Overrides the current thread's CurrentUICulture property for all
  42. ' resource lookups using this strongly typed resource class.
  43. '</summary>
  44. <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
  45. Friend Property Culture() As Global.System.Globalization.CultureInfo
  46. Get
  47. Return resourceCulture
  48. End Get
  49. Set(ByVal value As Global.System.Globalization.CultureInfo)
  50. resourceCulture = value
  51. End Set
  52. End Property
  53. End Module
  54. End Namespace