| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | Option Strict On
|
| | Option Explicit On
|
| |
|
| | Imports System
|
| |
|
| | Namespace My.Resources
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
|
| | Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
| | Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
| | Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
| | Friend Module Resources
|
| |
|
| | Private resourceMan As Global.System.Resources.ResourceManager
|
| |
|
| | Private resourceCulture As Global.System.Globalization.CultureInfo
|
| |
|
| |
|
| |
|
| |
|
| | <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("DWSIM.SharedClasses.Resources", GetType(Resources).Assembly)
|
| | resourceMan = temp
|
| | End If
|
| | Return resourceMan
|
| | End Get
|
| | End Property
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | <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
|
| |
|
| |
|
| |
|
| |
|
| | Friend ReadOnly Property canvas_size() As System.Drawing.Bitmap
|
| | Get
|
| | Dim obj As Object = ResourceManager.GetObject("canvas_size", resourceCulture)
|
| | Return CType(obj,System.Drawing.Bitmap)
|
| | End Get
|
| | End Property
|
| |
|
| |
|
| |
|
| |
|
| | Friend ReadOnly Property icons8_spy_male() As System.Drawing.Bitmap
|
| | Get
|
| | Dim obj As Object = ResourceManager.GetObject("icons8-spy_male", resourceCulture)
|
| | Return CType(obj,System.Drawing.Bitmap)
|
| | End Get
|
| | End Property
|
| |
|
| |
|
| |
|
| |
|
| | Friend ReadOnly Property location_pin() As System.Drawing.Bitmap
|
| | Get
|
| | Dim obj As Object = ResourceManager.GetObject("location_pin", resourceCulture)
|
| | Return CType(obj,System.Drawing.Bitmap)
|
| | End Get
|
| | End Property
|
| | End Module
|
| | End Namespace
|
| |
|