Commit e69e11e2 by Trevor Kallaste

Lisa kodused yl

parent cfa9b69f
Showing with 3654 additions and 0 deletions

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PrjFaces", "PrjFaces\PrjFaces.vbproj", "{C8751A51-8954-4957-BEC3-0C9EE79184DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8751A51-8954-4957-BEC3-0C9EE79184DB}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{C8751A51-8954-4957-BEC3-0C9EE79184DB}.Debug|Any CPU.Build.0 = Release|Any CPU
{C8751A51-8954-4957-BEC3-0C9EE79184DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8751A51-8954-4957-BEC3-0C9EE79184DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF87CA15-A3CC-43AD-BFA6-E8F580EA743E}
EndGlobalSection
EndGlobal
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>1</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("PrjFaces")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Microsoft")>
<Assembly: AssemblyProduct("PrjFaces")>
<Assembly: AssemblyCopyright("Copyright © Microsoft 2018")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("9cdf4ba2-ff34-44bd-bb00-d729d9da2308")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
<Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'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>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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
'''<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("PrjFaces.Resources", GetType(Resources).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(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.PrjFaces.My.MySettings
Get
Return Global.PrjFaces.My.MySettings.Default
End Get
End Property
End Module
End Namespace
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C8751A51-8954-4957-BEC3-0C9EE79184DB}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>PrjFaces</RootNamespace>
<AssemblyName>PrjFaces</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>PrjFaces.xml</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>PrjFaces.xml</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="UCtrlEmotion.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UCtrlEmotion.Designer.vb">
<DependentUpon>UCtrlEmotion.vb</DependentUpon>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UCtrlEmotion.resx">
<DependentUpon>UCtrlEmotion.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>
\ No newline at end of file
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UCtrlEmotion
Inherits System.Windows.Forms.UserControl
'UserControl1 overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(UCtrlEmotion))
Me.pbEmotion = New System.Windows.Forms.PictureBox()
Me.imgLoend = New System.Windows.Forms.ImageList(Me.components)
CType(Me.pbEmotion, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'pbEmotion
'
Me.pbEmotion.Location = New System.Drawing.Point(3, 3)
Me.pbEmotion.Name = "pbEmotion"
Me.pbEmotion.Size = New System.Drawing.Size(32, 32)
Me.pbEmotion.TabIndex = 0
Me.pbEmotion.TabStop = False
'
'imgLoend
'
Me.imgLoend.ImageStream = CType(resources.GetObject("imgLoend.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.imgLoend.TransparentColor = System.Drawing.Color.Transparent
Me.imgLoend.Images.SetKeyName(0, "confused.png")
Me.imgLoend.Images.SetKeyName(1, "cool.png")
Me.imgLoend.Images.SetKeyName(2, "smile.png")
Me.imgLoend.Images.SetKeyName(3, "star.png")
Me.imgLoend.Images.SetKeyName(4, "teeth.png")
Me.imgLoend.Images.SetKeyName(5, "yell.png")
'
'UCtrlEmotion
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.pbEmotion)
Me.Name = "UCtrlEmotion"
Me.Size = New System.Drawing.Size(800, 450)
CType(Me.pbEmotion, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pbEmotion As PictureBox
Friend WithEvents imgLoend As ImageList
End Class
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="imgLoend.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="imgLoend.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAA6
HgAAAk1TRnQBSQFMAgEBBgEAARABAAEQAQABIAEAASABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABgAMAAUADAAEBAQABCAYAASAYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/woADv9uABb/DAAH/wP0
CP9KAAf/AvQC8wPyAvMC9Aj/BwAH/wH0AfIBvAH3AZIBtQHvAfAB8wH0Bv9HAAb/AvQB8wHwAe8B7QGR
ArQBkgH3AQcB8QHzAfQH/wUABv8B9AHzAfAB7wHsAbUC/wEZAe0BvAHyAfMB9Ab/RQAG/wH0AfMBBwG0
BdMC1AG6AbUBvAL0Bv8EAAb/AvQB8QG1AbMBugEHAe8BuwHwArQBBwHzAvQG/0QABv8B9AG7AtMBzQWs
Ac0B0wHaAdsBuwf/BAAH/wHwAbMB0wHUAYsEZQGKAdQB2wG7AfMG/0cAAv8BAAH0AbQDrAGmAawDrQSs
AdQB2gEJAf8BAAL/BwAF/wEJA6wBugZlAbMB0wHaAdsB8wEAA/9KAAH0Aa0BrAOmAa0BswO0AdUBtAGz
AqwB0wHaAQkB/w0AAbUDrAGzAbQBZQSmAWUBtAHUAdMB1AHbAfNMAAH/AbQCpgFlAYsCCQcZAQkB1AGs
AdMB1AHwDAABvAKmAooBswGtAaYBigGLAooBZQG0AdQBzQHTAdQB2wH/SwAB8AOmAYsBGQH0ChkBtAGs
AdMB1AH0CgAB9AGKAqYCigG0Aa0BiwOsAYoBpgKzAqwC0wEJSgAB/wGLAqYBiwsZAfQBGQEJAYsBrAHT
AQkKAAG1A6YCigGtAbQBGQQJAbUBswSsAtMB9EkAAfECpgGGAbUF8wT0BPMB8gGRAaYBrAGyAf8IAAH/
AYsDpgGKA6wBGQT/AQkGrAHTARlJAAG1AaYCiwEJAxkB8gLxBfAB8gHzARkBuwGLAYoBrAHyCAAB8QOm
AYoErAHUAdsCugG0Aa0BrAKKBKwB2wH/RwAB/wG0AaYBiwG0ARkC9AEZAfQFGQHzAhkB9AIZAZEBZgGs
AQkIAAEJAqYBrAGtA7QGrAGKAYsBkQG0AYsBigKsAbMB/0cAAf8BrQGLAbQBuwH0Av8B9AH/AvQB/wX0
Av8BGQG0Aa4BigEJCAABtQKsAbMBvAHzAfQB/wHxAbMErAG0AfMB9ALzAbUBigKsAfRHAAH/Aa0BswG0
AQkBGQH0DP8B9AEZArQBiwG0CAABtQKsAbsB9AT/AfQBswHTAawBtAT/ARkB9AGRAqwB9EcAAf8BswGt
AbQBuwEJAhkB9AH/AvQB/wL0Af8C9AH/AhkBuwG1AbMBtQgAAbsBrAGzAfMC/wHvARUBEQHsAQkB0wGz
AfQF/wHzAbsBigGsAfRIAAG0AawCsgG6AbMBtAG6A7sFCQK7AbQCswGLAa0BuwgAAQkBrAG6Av8BBwQA
ARIB0wHbAf8B8AG8BP8BvAGLAa0B/0gAAQkB2wGyAbMBsgHTA9kBuAWzAawBswGsBYoB8ggAAfMBsgG6
Av8B6wEOARABQwHrARQBswHhAbwBDgEAAe0D/wHwAYsBtEkAAfQCswG7AbwBtAGzAbIC2QHaAdMB2gHU
AbIBrAKzArsCigG6Af8IAAH/AbMBugL/AewCEQH3Af8B7wGzARkB7QEPAREB7wP/AbwBpgHwSQAB/wHc
AdsBugG7Af8B7wEOAREBkQGzAdkB0wG0AWYBDwHsAf8B8wG0AbMBpgG7CgAB8wHaAfQB/wHxARMBQwHs
AfABvAHaAQkB9ALrAfQD/wG1AYsB/0oAAfQB2wEZAboBuwG8ARUB7AH2AbQB2gGzAfEBFQFtAfIBCQGt
ArMBiwH/CgAB/wHcARkC/wHxAuwB7wEZAdkB2wb/AfMBiwHwSQAD/wIZAfQB2wHaAbQBBwH/AbMB0wGz
AfQB9wGRAbMBrAOmAfIKAAH/AQAB9AHcBv8B2wHTAdQBGQX/AbQBtUoABP8BGQH/ARkB2wLaAboBswHZ
AbMBtAGzAbIBrAKmAbQBvAsAA/8B8wG8BP8B3AHZAtMBswEZAv8B8QGzAbQB/0oABP8C9AEZAdwB2gHZ
AdoB2QHTAdsBsgKsAbQBpgGKAfAMAAL/AQAB/wEHAa4BkQG6AdoC2QHTAbICrAGzAa0BrAEJAf9LAAX/
AvQB3ALbAdkB2wOyA6wBtAH0DQAD/wEAAf8B9AHwAbQB2gHZA9MBsgKsAbQB9E8AA/8CAAH/AfQBCQHa
AdQCsgHbAbMBCQHzDwAF/wIAAf8B9AEJAbsBtAG6AbsB8QH/UQAF/wMAAv8C9AL/EwAD/wgAAQcB9wHw
AfQB/1AABf8cAAL/CAAB/wHzArwB/1IAAf//AH4AFP8SAAT/GQAN/xEAEv8LAAn/BvQJ/woAE/8MABb/
CQAY/wYAB/8C9AHzAfEBvAQHAbwB8QLzAfQH/wYACP8H9An/BwAH/wL0AvMD8gLzAvQI/wYAB/8B9AHz
AfIB8QO8AfAB8QHyAfMC9Ab/BQAG/wL0AfIBBwG0ArMD1AG0AZIB7wHyAfMB9Af/AwAH/wH0AfMB8gHw
AQcB7wH3Au8BvAHxAfMC9Ab/BQAG/wH0AfMB8gHwAe8BkgGRArQC9wEHAfIB8wH0B/8DAAf/AvQB8wG8
AfcBtAGzArkCtAH3AbwB8gL0B/8DAAf/AfIBtQTTA80B0wHUAdsBugHwCP8CAAf/AvQB8QG1ArMB0wPU
AbQB9wEHAfMC9Ab/BAAG/wH0AfMBBwGzAdMF1AHbAboBuwHxAvQG/wMACP8B8wG7AbMC0wHUArMBsgHU
AdsBugG7AfMI/wMABf8BAAHxAbMKrAHTAdQB2gG8Bv8EAAf/AbwBswPTBM0B0wHUAdsBuwHzB/8EAAb/
AfMBtAHTAbMHrAGzAtsBvAb/BQAF/wEAAfMBtAHTAdQBswWtAqwBswHaAdsB8gEABf8HAAH/AQAB8Ais
AaYBZQGLAawCzQHUAdoBCQH/AQAB/wcAA/8BAAH/AbsKrAHNAdMB2gHbAfMBAAP/BwAD/wEAAfMBswGs
AbMBiwGmCIoC2gEJBP8IAAL/AQAB8gGtArMDigGsA60BiwKKAawB1AHbAfIBAAL/CgAB8gKmAYoFrAGK
AWUBswHbAbMBrALNAdQB2gHwDAAB/wG1DKwBzQHTAdQB2wHzDQAB8wGLAawBtAGLAqYGigKmAYoB1AHa
AQkNAAHzAYsCswJlAooBiwOtAYsBigGmAWUBigHUAdoB8wsAAf8BrQKmBIoBugGsAaYBiwG6AYsBswOs
Ac0B0wHaAfMLAAG7AqYCigqsAc0B0wHUAdsB9AsAAf8BrQGKAbQBiwSmBIoDpgFlAYsB1AHaAfILAAH/
Ac8BrAGzA2UBpgKKAosCigKmAmUBigHUAdsB/woAAbsDpgSKAbMCtAEJAQcBZgFlBKwBzQHTAdsB/wkA
AfQDpgaKCKwC0wEJCwABuwGmAa0BiwNlCKYDZQHbAdQB2gH0CgABvAGmAbMBiwRlAqYDigKmBGUBrAHT
ARkJAAH/AYsDpgKKAawBswGRAfMB/wH0AbUBZgasAc0B0wH0CQABtAOmAooCrAWKBqwC0wH0CQAB/wGm
AYoBtAFmAWUCiwK0BbsCtAGLAWUBtAHVAdMBCQkAAf8BrQGKAYsHZQOmB2UBsgHaAf8IAAHwA6YBigOs
ArMEiwG6B6wB0wEJCAAB9AOmAooDrAaKAaYBigSsAdMBCQkAAbwBpgGtAYsBrgEJAfQI/wH0ARkBuwGL
AbMB2wHTAdQB/wgAAfIBpgOLAWYPZQGLAdQB8wgAAbUDpgWsAbMC2wLaCawB1AH/BwABvAOmAYoGrASz
Aa0BigKmA6wB1AH/CAABtAGmAa0BiwG0AxkDCQHcArsCCQEZAbsBiwG0AdsBrAHTAfQIAAG7AYsBtAG6
AwkBuwG1ArQEkQG0ArUCuwK0AbMBCQcAAf8BswGmAYoBrAG0ArsBtAesAbMDuwGzA6wBswH/BwABtQKm
CqwCsgOzAawBpgGKAawBsgH0BwAB/wGtAaYCrQqzA60CswK0AqwB8QgAAbQBiwG0AbsBGQL/AfQBGQH0
BhkB9AMZArQBswG6BwAB/wGtAqwBuwHzAfQC/wHwAbMErAG6AvQD8wGzA6wB9AcAAbQBig+sAa0BiwG0
AbMCrAH0BwAB/wisAdMErAGKAYsCigasAQkIAAG0Aa0BswG6AQkO/wEZAbsBtAGzAbQB/wYAAf8BrQGs
AbQB8wH0BP8B8gGyAdMBrAG0BP8B9AHyAfADrAH0BgAB/wG0BawCsgPTAbIGrAG0AYsBigKsAfIHAAH0
BqwCrQGsAtMBrAG0AbwB8AG8AZEBigGsAooCrAEJCAABtAKsArMBtAG6AbsBCQG8AfEE8wHyAvABuwG0
AbMCrQG0Af8GAAH/AbMBrAG7BP8C9AH/AbsB0wGzAfQF/wH0AfIBswKsAfQHAAG0A6wCsgfTBawCigOs
AfMHAAH/Aa0ErAG7AfEB8AG7Aa0BsgHwA/8B8wH0AbQEigGsAbsIAAG0A6wBsgHTArIB0wGyBbMBrQKs
BIoBrAG0CAABugGzARkD/wHvARABDgHsAfMBsgHbAf8B8gG8BP8B8wG0AYoBrQH/BwABuwKsAbMB3AHb
AbMBigGzAdoD0wGyArMBZQGLArsBswGKAawB9AcAAf8BswGsArIBCQT/ArsF/wHzAfIBiwOKAawB8AgA
AQkCsgGRAbMB0wLZArME0wGzBKwBigGLAYoBrAG7CAABCQGzAfMC/wHzARACDgEAAe8B2gHcAfABEAEA
AesD/wH0AbQBigG0CAABGQKyAbMB9AH/ARIBAAEOAe8B2gLTAdQB8AEVAQABDwHyAf8BrQGKAbMB/wgA
AbsCsgHaAv8B7wHwAf8B8wP/AfEB9wH0Af8B8wG0AaYCigGsAfQIAAHzAbIB0wEIAXoBcwGzAbsBmgGY
BNMB9wGZAZEBigFtAXkBmQGKAawB8QgAAf8BswHyAv8B8QERAkMBEgEHAdoBGQGSAQ4BEAHrBP8BtAGm
AfEIAAH/AbMB2gGyAQkB/wESAREBFAFsAdkD0wGRAREB6gEVAfEBCQKKAbsJAAEZAbMB1AHbAf8BvAEO
AfcB/wH0A/8BFQEOAfcB/wH0AbsCpgGKAbMB/wgAAf8BswHaAQkBwwKaAqABmALZAtMBtALDAnoBoAEc
AaYBrQH/CQABCQHcA/8B7AIVAfAB/wHaAdwBGwHqARMB8AP/AfMBiwGtAf8JAAEJAdsB2gG5Af8B7wHq
ARoBkQLZAdMBsgGLAWwBtAGLAZEBswGKAaYB9AkAAf8C2wHcAf8B8wEHAv8B9AP/AesB7wH0Av8BuwOm
AfAKAAEZAdoBGQLDAaACegGdAtkC0wG0AsMBmgJ6AesBpgEJCgAB/wHbBP8BBwHvAfQBGQHZAdsB/wH0
AfME/wG7AaYB8QoAAf8B2wEZAdsBugEJApEBuQLZAdMBrAOmAYoCrAGmAbsLAAHzAdsBGQX/AfMI/wG0
AqYBrQH/CgAB/wHcAZkBmgJ6AlkBdAG4AdkB0wGyAZIBmgJ6AlkBSwGtAf8IAAP/AfMBCQb/AdsB2QHU
ARkF/wHwAaYBtQoAAf8BAAHzAQkB/wHbAbgB2QGyAdMC2QHTAawBZQKKAbIBrAGmAa0B/woAAv8CGQT/
AfQB2wHhBv8BGQGLAqYB9AkAA/8B8QJ6AlkCUwF6ARwBsgHTAe0CegJZAlMBegEHCQAE/wHzBf8B4QLZ
AdMB1AEZA/8BCQGLAbQB/wwAAf8C8wHtAZABuAPZAtMBsgGsAbICrAGmAYsB9AoAA/8B9AEZAf8BGQLh
AdoB2QHaBf8B9AG0AqYB8QoAAf8BAAH/ARoBegFZAlMBWQKaAXoBHAHtAXoCWQJTAXoBmgGgAZoB/wgA
BP8B8gGRAbsCGQHbAtkC0wGyAbMCtAGtAaYBtQH/DgAB/wH0AbsBiwFlAYoC2QLTAbIDrAGmAbQB9AsA
BP8C9AEZAdsE2QHaARkB/wH0ARkBtAHHAYsB8gsABP8B9AEbAXoBmgHDAQgCmAKRARwBdAFSAXoBmgHD
ARsB9AH/CgAE/wHzAe8BbAGzAdoB2QPTAbIDrAGtAfIMAAL/AwAB/wH0ARkBuQGzAdkC0wKyAqwBrQEJ
Af8MAAX/AvQB3ALaAdkC0wGyArMCrAG1AfQNAAL/AgAB/wH0AZoBeQHaAdkE0wKsAQcBegEaDQAH/wH0
AQkB2wHUAdMBsgKzAbsB8gH/DgAD/wMAAf8B9AEJAboB1AOzAbsB8QH/DwAF/wLxARkBCQHaAdQCsgGz
AbQBCQHyAf8OAAb/AZoB8wH0AQkBugO0AQkB8wHyAXoB/w4AA/8FAAL/AvQB8AH0Af8RAAT/BAAF/xIA
Bv8BvAHtAfcB/wT0AfEB7wG8Af8PAAT/AQAC/wgAAf8B9hAABf8GAAEHAuwBBwH0EAAE/xwAA/8CAAH/
AfMB/wIAAf8B7QH3AfMB/xIAA/8dAAL/CAAB/wHzAbwBBwH0MQAB/wgAAf8B8gH//wAuAAFCAU0BPgcA
AT4DAAEoAwABgAMAAUADAAEBAQABAQYAAQQWAAP/AQAB/wGAAQEF/wgAAfgCAAEfAf4CAAF/CAAB4AIA
AQcB8AIAAR8IAAHAAgABAwHgAgABBwgAAcACAAEDAcACAAEDCAABwAIAAQMBwAIAAQcIAAHyAgABTwHg
AgABjwgAAfwCAAE/Af4CAAF/CAAB+AIAAT8B/AIAAT8IAAH4AgABHwH4AgABPwgAAfACAAEfAfgCAAEf
CAAB8AIAAQ8B8AIAAR8IAAHwAgABDwHwAgABDwgAAeACAAEPAfACAAEPCAAB4AIAAQ8B8AIAAQ8IAAHg
AgABDwHwAgABDwgAAeACAAEPAfACAAEPCAAB8AIAAQ8B8AIAAQ8IAAHwAgABDwHwAgABHwgAAfACAAEP
AfACAAEfCAAB8AIAAR8B+AIAAR8IAAH4AgABHwH4AgABPwgAAeACAAE/AfQCAAF/CAAB4AIAAX8B8AIA
AX8IAAHgAgAB/wHyAgAB/wgAAeABAAEBAf8B8QEAAQMB/wgAAfgBwAEHAf8B8AFgAQ8B/wgAAfgBOAEf
Af8B/AF/AYMB/wgAAfwBHwL/Af4BfwGDAf8IAAH/AX8G/wgACP8IAAj/CAAB/AIAAT8B/wHwA/8BgAED
Af8B/gIAAX8B8AIAAQ8B/AIAAX8B+AIAAR8B8AIAAQ8BwAIAAQMB8AIAAQ8B4AIAAQcB4AIAAQcBwAIA
AQEBwAIAAQcBwAIAAQMBgAIAAQEBwAIAAQEBgAIAAQMBwAIAAQMBgAIAAQEBwQIAAQMBwAIAAQMBwAIA
AQcBwQIAAYMB+gIAAS8B4gIAAY8B4gIAAQ8B8gIAAU8B/AIAAT8B/AIAAX8B/AIAAX8B/AIAAT8B+AIA
AR8B/AIAAT8B+AIAAT8B+AIAAR8B+AIAAQ8B+AIAAT8B+AIAAR8B+AIAAR8B8AIAAQ8B+AIAAR8B8AIA
AR8B8AIAAQ8B8AIAAQ8B8AIAAR8B8AIAAQ8B8AIAAQ8B8AIAAQcB8AIAAQ8B8AIAAQ8B8AIAAQ8B4AIA
AQcB8AIAAQ8B4AIAAQ8B8AIAAQ8B4AIAAQcB8AIAAQ8B4AIAAQ8B8AIAAQcB4AIAAQcB4AIAAQ8B4AIA
AQ8B8AIAAQcB4AIAAQcB8AIAAQ8B4AIAAQ8B8AIAAQ8B8AIAAQcB8AIAAQ8B4AIAAQ8B8AIAAQ8B8AIA
AQ8B8AIAAQ8B8AIAAQ8B8AIAAQ8B8AIAAQ8B8AIAAR8B8AIAAQ8B8AIAAQ8B+AIAAQ8B+AIAAR8B8AIA
AR8B+AIAAR8B+AIAAR8B+AIAAT8B+AIAAR8B+AIAAR8B4AIAAT8B9AIAAT8B8AIAAT8B4AIAAT8B4AIA
AT8B/AIAAX8B4AIAAX8B6AIAAR8B4AIAAX8B/gIAAf8B4AIAAf8B4AIAAT8B8AEAAQEB/wHnAQABAQH/
AeABAAEBAf8B8wEAAQEB/wHwAQABAwH/AfEBwAEHAf8B8AEAAQMB/wHwAQABAQH/AvgBDwH/AfgBeAE/
Af8B8AEAAQMB/wH4AU8B8wH/AfwBHwGDAf8B/AE/Av8B/AFjAQcB/wH+AT8C/wH+AX8BgwX/Af4B/wEf
Jf8L
</value>
</data>
</root>
\ No newline at end of file
Public Class UCtrlEmotion
' Klassisisene meetod kuvatava pildi määramiseks
Private Sub selectMood(ByVal intMood As Integer)
pbEmotion.Image = imgLoend.Images(intMood)
End Sub
' Avalik liidesmeetod
Public Sub setMood(ByVal strMood As String)
Select Case strMood
Case "confused"
Me.selectMood(0)
Case "cool"
Me.selectMood(1)
Case "smile"
Me.selectMood(2)
Case "star"
Me.selectMood(3)
Case "teeth"
Me.selectMood(4)
Case "yell"
Me.selectMood(5)
Case "puhasta"
'Me.Dispose()
pbEmotion.Image = Nothing
Case Else
Me.selectMood(0)
End Select
End Sub
End Class
<?xml version="1.0"?>
<doc>
<assembly>
<name>
PrjFaces
</name>
</assembly>
<members>
<member name="T:PrjFaces.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:PrjFaces.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:PrjFaces.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
C:\Users\Tref\AppData\Local\Temporary Projects\PrjFaces\obj\Release\PrjFaces.vbprojResolveAssemblyReference.cache
C:\Users\Tref\AppData\Local\Temporary Projects\PrjFaces\obj\Release\PrjFaces.Resources.resources
C:\Users\Tref\AppData\Local\Temporary Projects\PrjFaces\obj\Release\PrjFaces.UCtrlEmotion.resources
C:\Users\Tref\AppData\Local\Temporary Projects\PrjFaces\obj\Release\PrjFaces.vbproj.GenerateResource.cache
C:\Users\Tref\AppData\Local\Temporary Projects\PrjFaces\obj\Release\PrjFaces.vbproj.CoreCompileInputs.cache
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.vbprojResolveAssemblyReference.cache
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.Resources.resources
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.UCtrlEmotion.resources
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.vbproj.GenerateResource.cache
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.vbproj.CoreCompileInputs.cache
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\bin\Release\PrjFaces.dll
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\bin\Release\PrjFaces.pdb
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\bin\Release\PrjFaces.xml
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.dll
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.xml
C:\Users\Tref\source\repos\PrjFaces\PrjFaces\obj\Release\PrjFaces.pdb
<?xml version="1.0"?>
<doc>
<assembly>
<name>
PrjFaces
</name>
</assembly>
<members>
<member name="T:PrjFaces.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:PrjFaces.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:PrjFaces.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PrjTest", "PrjTest\PrjTest.vbproj", "{E799641D-F2A7-47C2-A4F0-004850578F7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E799641D-F2A7-47C2-A4F0-004850578F7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E799641D-F2A7-47C2-A4F0-004850578F7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E799641D-F2A7-47C2-A4F0-004850578F7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E799641D-F2A7-47C2-A4F0-004850578F7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0554EACC-FE2F-4D56-BC96-73DAF2070F34}
EndGlobalSection
EndGlobal
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
\ No newline at end of file
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.btnConfused = New System.Windows.Forms.Button()
Me.btnCool = New System.Windows.Forms.Button()
Me.btnSmile = New System.Windows.Forms.Button()
Me.btnStar = New System.Windows.Forms.Button()
Me.btnTeeth = New System.Windows.Forms.Button()
Me.btnYell = New System.Windows.Forms.Button()
Me.UCtrlEmotion1 = New PrjFaces.UCtrlEmotion()
Me.btnPuhasta = New System.Windows.Forms.Button()
Me.USwitch1 = New USwitch.USwitch()
Me.UBulb1 = New UBulb.UBulb()
Me.SuspendLayout()
'
'btnConfused
'
Me.btnConfused.Location = New System.Drawing.Point(423, 34)
Me.btnConfused.Name = "btnConfused"
Me.btnConfused.Size = New System.Drawing.Size(75, 23)
Me.btnConfused.TabIndex = 1
Me.btnConfused.Text = "Confused"
Me.btnConfused.UseVisualStyleBackColor = True
'
'btnCool
'
Me.btnCool.Location = New System.Drawing.Point(423, 63)
Me.btnCool.Name = "btnCool"
Me.btnCool.Size = New System.Drawing.Size(75, 23)
Me.btnCool.TabIndex = 2
Me.btnCool.Text = "Cool"
Me.btnCool.UseVisualStyleBackColor = True
'
'btnSmile
'
Me.btnSmile.Location = New System.Drawing.Point(423, 92)
Me.btnSmile.Name = "btnSmile"
Me.btnSmile.Size = New System.Drawing.Size(75, 23)
Me.btnSmile.TabIndex = 3
Me.btnSmile.Text = "Smile"
Me.btnSmile.UseVisualStyleBackColor = True
'
'btnStar
'
Me.btnStar.Location = New System.Drawing.Point(423, 121)
Me.btnStar.Name = "btnStar"
Me.btnStar.Size = New System.Drawing.Size(75, 23)
Me.btnStar.TabIndex = 4
Me.btnStar.Text = "Star"
Me.btnStar.UseVisualStyleBackColor = True
'
'btnTeeth
'
Me.btnTeeth.Location = New System.Drawing.Point(423, 150)
Me.btnTeeth.Name = "btnTeeth"
Me.btnTeeth.Size = New System.Drawing.Size(75, 23)
Me.btnTeeth.TabIndex = 5
Me.btnTeeth.Text = "Teeth"
Me.btnTeeth.UseVisualStyleBackColor = True
'
'btnYell
'
Me.btnYell.Location = New System.Drawing.Point(423, 179)
Me.btnYell.Name = "btnYell"
Me.btnYell.Size = New System.Drawing.Size(75, 23)
Me.btnYell.TabIndex = 6
Me.btnYell.Text = "Yell"
Me.btnYell.UseVisualStyleBackColor = True
'
'UCtrlEmotion1
'
Me.UCtrlEmotion1.Location = New System.Drawing.Point(12, 12)
Me.UCtrlEmotion1.Name = "UCtrlEmotion1"
Me.UCtrlEmotion1.Size = New System.Drawing.Size(121, 74)
Me.UCtrlEmotion1.TabIndex = 0
'
'btnPuhasta
'
Me.btnPuhasta.Location = New System.Drawing.Point(401, 243)
Me.btnPuhasta.Name = "btnPuhasta"
Me.btnPuhasta.Size = New System.Drawing.Size(97, 23)
Me.btnPuhasta.TabIndex = 7
Me.btnPuhasta.Text = "Puhasta"
Me.btnPuhasta.UseVisualStyleBackColor = True
'
'USwitch1
'
Me.USwitch1.Location = New System.Drawing.Point(213, 276)
Me.USwitch1.Name = "USwitch1"
Me.USwitch1.Size = New System.Drawing.Size(64, 42)
Me.USwitch1.TabIndex = 8
'
'UBulb1
'
Me.UBulb1.Location = New System.Drawing.Point(191, 70)
Me.UBulb1.Name = "UBulb1"
Me.UBulb1.Size = New System.Drawing.Size(139, 196)
Me.UBulb1.TabIndex = 9
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(533, 330)
Me.Controls.Add(Me.UBulb1)
Me.Controls.Add(Me.USwitch1)
Me.Controls.Add(Me.btnPuhasta)
Me.Controls.Add(Me.btnYell)
Me.Controls.Add(Me.btnTeeth)
Me.Controls.Add(Me.btnStar)
Me.Controls.Add(Me.btnSmile)
Me.Controls.Add(Me.btnCool)
Me.Controls.Add(Me.btnConfused)
Me.Controls.Add(Me.UCtrlEmotion1)
Me.Name = "Form1"
Me.Text = "Form1"
Me.ResumeLayout(False)
End Sub
Friend WithEvents UCtrlEmotion1 As PrjFaces.UCtrlEmotion
Friend WithEvents btnConfused As Button
Friend WithEvents btnCool As Button
Friend WithEvents btnSmile As Button
Friend WithEvents btnStar As Button
Friend WithEvents btnTeeth As Button
Friend WithEvents btnYell As Button
Friend WithEvents btnPuhasta As Button
Friend WithEvents USwitch1 As USwitch.USwitch
Friend WithEvents UBulb1 As UBulb.UBulb
End Class
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
Public Class Form1
Dim mode As Integer
Private Sub btnConfused_Click(sender As Object, e As EventArgs) Handles btnConfused.Click
UCtrlEmotion1.setMood("confused")
End Sub
Private Sub btnCool_Click(sender As Object, e As EventArgs) Handles btnCool.Click
UCtrlEmotion1.setMood("cool")
End Sub
Private Sub btnTeeth_Click(sender As Object, e As EventArgs) Handles btnTeeth.Click
UCtrlEmotion1.setMood("teeth")
End Sub
Private Sub btnStar_Click(sender As Object, e As EventArgs) Handles btnStar.Click
UCtrlEmotion1.setMood("star")
End Sub
Private Sub btnSmile_Click(sender As Object, e As EventArgs) Handles btnSmile.Click
UCtrlEmotion1.setMood("smile")
End Sub
Private Sub btnYell_Click(sender As Object, e As EventArgs) Handles btnYell.Click
UCtrlEmotion1.setMood("yell")
End Sub
Private Sub btnPuhasta_Click(sender As Object, e As EventArgs) Handles btnPuhasta.Click
UCtrlEmotion1.setMood("puhasta")
End Sub
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
UBulb1.setLevel("off")
USwitch1.setMode("on")
mode = 0
End Sub
Private Sub USwitch1_Click(sender As Object, e As EventArgs) Handles USwitch1.Click
If (mode = 0) Then
UBulb1.setLevel("on")
USwitch1.setMode("off")
mode = 1
Else
UBulb1.setLevel("off")
USwitch1.setMode("on")
mode = 0
End If
End Sub
End Class
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
' or if you encounter build errors in this file, go to the Project Designer
' (go to Project Properties or double-click the My Project node in
' Solution Explorer), and make changes on the Application tab.
'
Partial Friend Class MyApplication
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.PrjTest.Form1
End Sub
End Class
End Namespace
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>true</MySubMain>
<MainForm>Form1</MainForm>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>0</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("PrjTest")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Microsoft")>
<Assembly: AssemblyProduct("PrjTest")>
<Assembly: AssemblyCopyright("Copyright © Microsoft 2018")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("b1a3d754-e1dc-407d-bd92-0f0f082702b2")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'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>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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
'''<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("PrjTest.Resources", GetType(Resources).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(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.PrjTest.My.MySettings
Get
Return Global.PrjTest.My.MySettings.Default
End Get
End Property
End Module
End Namespace
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E799641D-F2A7-47C2-A4F0-004850578F7E}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>PrjTest.My.MyApplication</StartupObject>
<RootNamespace>PrjTest</RootNamespace>
<AssemblyName>PrjTest</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>PrjTest.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>PrjTest.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="PrjFaces">
<HintPath>..\..\PrjFaces\PrjFaces\bin\Release\PrjFaces.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="UBulb">
<HintPath>..\..\UBulb\UBulb\bin\Release\UBulb.dll</HintPath>
</Reference>
<Reference Include="USwitch">
<HintPath>..\..\USwitch\USwitch\bin\Release\USwitch.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.vb">
<DependentUpon>Form1.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>
\ No newline at end of file
<?xml version="1.0"?>
<doc>
<assembly>
<name>
PrjFaces
</name>
</assembly>
<members>
<member name="T:PrjFaces.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:PrjFaces.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:PrjFaces.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
\ No newline at end of file
<?xml version="1.0"?>
<doc>
<assembly>
<name>
PrjTest
</name>
</assembly>
<members>
<member name="T:PrjTest.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:PrjTest.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:PrjTest.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
<?xml version="1.0"?>
<doc>
<assembly>
<name>
UBulb
</name>
</assembly>
<members>
<member name="T:UBulb.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:UBulb.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:UBulb.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
<?xml version="1.0"?>
<doc>
<assembly>
<name>
USwitch
</name>
</assembly>
<members>
<member name="T:USwitch.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:USwitch.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:USwitch.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\PrjTest.exe.config
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\PrjTest.exe
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\PrjTest.pdb
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\PrjTest.xml
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\PrjFaces.dll
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\PrjFaces.pdb
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\PrjFaces.xml
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.vbprojResolveAssemblyReference.cache
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.Form1.resources
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.Resources.resources
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.vbproj.GenerateResource.cache
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.vbproj.CoreCompileInputs.cache
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.vbproj.CopyComplete
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.exe
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.xml
C:\Users\Tref\source\repos\PrjTest\PrjTest\obj\Debug\PrjTest.pdb
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\UBulb.dll
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\USwitch.dll
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\UBulb.pdb
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\UBulb.xml
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\USwitch.pdb
C:\Users\Tref\source\repos\PrjTest\PrjTest\bin\Debug\USwitch.xml
<?xml version="1.0"?>
<doc>
<assembly>
<name>
PrjTest
</name>
</assembly>
<members>
<member name="T:PrjTest.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:PrjTest.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:PrjTest.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UBulb", "UBulb\UBulb.vbproj", "{47556063-C8E3-4363-8504-C543483BC2CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47556063-C8E3-4363-8504-C543483BC2CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47556063-C8E3-4363-8504-C543483BC2CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47556063-C8E3-4363-8504-C543483BC2CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47556063-C8E3-4363-8504-C543483BC2CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EA1A667-9C29-454E-A0E1-894B5AC5765D}
EndGlobalSection
EndGlobal
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>1</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("UBulb")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Microsoft")>
<Assembly: AssemblyProduct("UBulb")>
<Assembly: AssemblyCopyright("Copyright © Microsoft 2018")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("67092236-2de3-444d-99d0-7fe63151f189")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
<Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'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>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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
'''<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("UBulb.Resources", GetType(Resources).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(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.UBulb.My.MySettings
Get
Return Global.UBulb.My.MySettings.Default
End Get
End Property
End Module
End Namespace
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UBulb
Inherits System.Windows.Forms.UserControl
'UserControl1 overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(UBulb))
Me.imgLoend = New System.Windows.Forms.ImageList(Me.components)
Me.pbBox = New System.Windows.Forms.PictureBox()
CType(Me.pbBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'imgLoend
'
Me.imgLoend.ImageStream = CType(resources.GetObject("imgLoend.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.imgLoend.TransparentColor = System.Drawing.Color.Transparent
Me.imgLoend.Images.SetKeyName(0, "lamp-0.jpg")
Me.imgLoend.Images.SetKeyName(1, "lamp-100.jpg")
'
'pbBox
'
Me.pbBox.Location = New System.Drawing.Point(0, 0)
Me.pbBox.Name = "pbBox"
Me.pbBox.Size = New System.Drawing.Size(139, 196)
Me.pbBox.TabIndex = 0
Me.pbBox.TabStop = False
'
'UBulb
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.pbBox)
Me.Name = "UBulb"
Me.Size = New System.Drawing.Size(139, 196)
CType(Me.pbBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents imgLoend As ImageList
Friend WithEvents pbBox As PictureBox
End Class
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="imgLoend.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="imgLoend.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADM
NQAAAk1TRnQBSQFMAgEBAgEAAQgBAAEIAQABiwEAAcQBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABLAECAgABxAMAAQEBAAEIBQABsAGpAQEXAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEA
AcAB3AHAAQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEA
A0IBAAM5AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIA
Af8BMwMAAWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIA
AmYCAAFmAZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHM
ATMCAAHMAWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEz
AQABZgEAATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIz
Af8BAAEzAWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEz
AQABMwGZAWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZ
AQABMwLMAQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFm
AQABMwEAAWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFm
ATMBmQEAAWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEz
AQABZgGZAWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEA
AWYBzAH/AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZ
ATMBmQEAAZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFm
AgABmQFmATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZ
AcwBAAKZAf8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIA
AZkB/wEzAQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHM
AQABmQEAAcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHM
AWYCAAHMAWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZ
AWYBAAHMApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHM
Af8CAAHMAf8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/
AQABmQEAAcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFm
ATMBAAHMAmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZ
AQAB/wGZAcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/
AQAC/wEzAQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/
AQAC/wFmAQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEA
A/gBAAHwAfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wEA//8X//8A
FwD//xf//wAXAP//F///ABcA//8X//8AFwD//xf//wAXAP//F///ABcA//8X//8AFwD//xf//wAXAP//
F///ABcA//8X//8AFwD//xf//wAXAP//F///ABcA//8X//8AFwD//xf//wAXAP//F///ABcA//8X//8A
FwD//xf//wAXAP//F///ABcA//8X//8AFwD//xf//wAXADv/AvUI/wH1AfQB/wH1Av8B9QH/AfV5/wH0
CP8B9QH0Af8B9QL/AfUB/wH1Pf//ABcAQ/8C9QH/AvMB/wH0Av8B9Hv/AfQF/wL1Af8C8wH/AfQC/wH0
Pv//ABcAQP8B8gHwAfEB/wHzAfEB9QPzAv8B9H7/AfIB8AHxAf8B8wHxAfUD8wL/AfQ+//8AFwA4/wH1
Bv8B8QHwAvIBvAHyAfQB8QH0AfMB9AHyA/UB/wH1c/8B9AH/AfQD/wH0AfEB8ALyAbwB8gH0AfEB9AHz
AfQB8gP1Af8B9Tv//wAXADr/AfQB/wH0Af8B8gHxAfQBvAHwARQB7wEVAfEC8wH0AfUC9AH/AfMB/wL1
c/8B9AH/AvQB8gHxAfQBvAHwARQB7wEVAfEC8wH0AfUC9AH/AfMB/wL1Of//ABcAPf8BvAHwAfEBvAEU
ARUBQwEUAREBFQERAUMBEAHwARQC9AH/AfMD9XX/AbwB8AHxAbwBFAEVAUMBFAERARUBEQFDARAB8AEU
AvQB/wHzA/U4//8AFwA7/wG8Ae8BEwESARQBQwEVAREBFAFDAhEBFQERARUBEAIVAf8B9AT1cv8B9AHw
Ae8BEgETARQBQwEVAREBFAFDAhEBFQERARUBEAIVAf8B9AT1OP//ABcAOP8B9AH/Ae4B7wESARQCFQEU
AUMBFQFDARQBQwERAkMBEQFDAREBFQERAf8E9XD/AfUB/wG8AfcBEgEVARQBFQEUAUMBFQFDARQBQwER
AkMBEQFDAREBFQERAf8E9Tj//wAXADH/AfUG/wH2Af8CBwETARUBEwFDBBUCEQJDAREBQwERARABQwEQ
ARMB9AP1Af8B9Wf/AfUG/wH2Af8CBwETARUBEwFDBBUCEQJDAREBQwERARABQwEQARMB9AP1Af8B9Tb/
/wAXADf/AfQC7gHvAQcCFAFDARUBEQEVAkMBFQERARACQwERA0MBFQFDARQB9AP1AfQB/wH1a/8B9ALu
Ae8BBwIUAUMBFQERARUCQwEVAREBEAJDAREDQwEVAUMBFAH0A/UB9AH/AfU0//8AFwA2/wH0AbwBBwHu
Ae8BEgEUARMCFQEUAxUBQwERAUMBFQERARACQwERARUBFAEVAbwB8wH1A/8B9AH1af8B9AG8AQcB7gHv
ARIBFAETAhUBFAMVAUMBEQFDARUBEQEQAkMBEQEVARQBFQG8AfMB9QP/AfQB9TP//wAXADX/AfMB8AEH
Au4BBwHuAbwBBwEUAREBQwQVAUMBEQEPAREBFAEVAREBFQMUAe8B7gHxAfQB9Wv/AfMB8AEHAu4BBwHu
AbwBBwEUAREBQwQVAUMBEQEPAREBFAEVAREBFQMUAe8B7gHxAfQB9Tb//wAXADX/AbwB7gHvAQcB7wG8
Ae8CvAHvARQBEQETAREBFQLvARMBDwEVAfcBBwPvBQcB8AG8AfMC9Wj/AbwB7gHvAQcB7wG8Ae8CvAHv
ARQBEQETAREBFQLvARMBDwEVAfcBBwPvBQcB8AG8AfMC9TP//wAXADT/AfUDBwG8AQcB7wG8AgcBvAEH
ARQB7wEHAe8B7gEHAe8B7gHvAgcB7wIHAe4B7wMHAvAB9AH/AfVn/wH1AwcBvAEHAe8BvAIHAbwBBwEU
Ae8BBwHvAe4BBwHvAe4B7wIHAe8CBwHuAe8DBwLwAfQB/wH1M///ABcAMP8B9gP/AfUDBwHvAe4BvAEH
AbwBBwG8Ae4JBwHvAQcB7gIHAe8B7QHrAfgB7AHvAfAC/wH1Y/8B9gP/AfUDBwHvAe4BvAEHAbwBBwG8
Ae4JBwHvAQcB7gIHAe8B7QHrAfgB7AHvAfAC/wH1M///ABcAM/8C9QLuAgcC7wPuAQcB7gsHAe8CBwHv
AesC+AHrAewBvAP1Zv8C9QLuAgcC7wPuAQcB7gsHAe8CBwHvAesC+AHrAewBvAP1M///ABcANP8BvAHu
AgcB7wYHAe8IBwHvBgcB6wP4AesC7QH0AfVn/wG8Ae4CBwHvBgcB7wgHAe8GBwHrA/gB6wLtAfQB9TP/
/wAXADT/ArwB7gEHAe4EBwPvDwcB+AHrAvgB6wHtAZIB9AH1Z/8CvAHuAQcB7gQHA+8PBwH4AesC+AHr
Ae0BkgH0AfUz//8AFwA0/wK8Ae4EBwrvCQcB7wHrBPgC9wH0AfVn/wK8Ae4EBwrvCQcB7wHrBPgC9wH0
AfUz//8AFwA0/wG8Ae4CBw/vBwcB7wHsAfgC6wH4AvcD9Wb/AbwB7gIHD+8HBwHvAewB+ALrAfgC9wP1
Mv//ABcANP8B7gEHEu8BBwHvAgcB7gK8AQcB7AH4AesB+AL3BPVl/wHuAQcS7wEHAe8CBwHuArwBBwHs
AfgB6wH4AvcE9TH//wAXADP/AfUB7gEHFO8B7gLwAfEBvAHuAQcBkgLsAvcB9QH0AvVk/wH1Ae4BBxTv
Ae4C8AHxAbwB7gEHAZIC7AL3AfUB9AL1Mf//ABcAM/8B9QEHFe8B8AEbAvIC7gHwAfcB7AH4ApIB9QH0
A/Vj/wH1AQcV7wHwARsC8gLuAfAB9wHsAfgCkgH1AfQD9TD//wAXADP/AfUBBwHvAgcH7wEcAfcJ7wEa
AfIB8AHyAfAB8gEHAewCbQHsAe0F9WP/AfUBBwHvAgcH7wEcAfcJ7wEaAfIB8AHyAfAB8gEHAewCbQHs
Ae0F9TD//wAXADP/AQcB7wEHAu8BBwXvARwB7wP3B+8B8QHyAfEB8gHwAfIG6wHtAf8E9WL/AQcB7wEH
Au8BBwXvARwB7wP3B+8B8QHyAfEB8gHwAfIG6wHtAf8E9S///wAXADP/AQcB7wEHBe8BBwLvAhwG9wTv
AfAB8gPxAfIE6wH4Ae0BkgH0BPVi/wEHAe8BBwXvAQcC7wIcBvcE7wHwAfID8QHyBOsB+AHtAZIB9AT1
L///ABcAM/8BBwHvAQcF7wEHAu8B9wEcAu8C9wKSBPcBBwLxAfIB8wHwA+sB+AHsAZIB7AGSBPVi/wEH
Ae8BBwXvAQcC7wH3ARwC7wL3ApIE9wEHAvEB8gHzAfAD6wH4AewBkgHsAZIE9S///wAXADP/AQcB7wEH
Ce8C9wLvAfcDkgH3Ae8BkgHvAfAC8QHwAe8BkgHtAW0B7APtAewE9WL/AQcB7wEHCe8C9wLvAfcDkgH3
Ae8BkgHvAfAC8QHwAe8BkgHtAW0B7APtAewE9S///wAXADP/AQcB7wEHCu8B9wLvAvcBkgL3Au8B8AH0
AvMB8ALvAe0B6wHtAZIB7ALtAfQD9WL/AQcB7wEHCu8B9wLvAvcBkgL3Au8B8AH0AvMB8ALvAe0B6wHt
AZIB7ALtAfQD9S///wAXADP/AQcB7wEHCu8C9wLvBPcBkgHvAfIB9AHxAvABvAHuAfgBbQHrAewBkgH3
AfUB9AP1Yv8BBwHvAQcK7wL3Au8E9wGSAe8B8gH0AfEC8AG8Ae4B+AFtAesB7AGSAfcB9QH0A/Uv//8A
FwAz/wEHAe8BBwzvB/cB8ALzAfICvAHwAe4B6wJtAesB7QH4AfUC9AL1Yv8BBwHvAQcM7wf3AfAC8wHy
ArwB8AHuAesCbQHrAe0B+AH1AvQC9S///wAXADP/AQcB7wEHDO8C9wWSAvIB8wH1AfABvAHwAbwB7AHr
AW0B+ALsAfUC9AL1Yv8BBwHvAQcM7wL3BZIC8gHzAfUB8AG8AfABvAHsAesBbQH4AuwB9QL0AvUv//8A
FwAw/wL2Af8BBwHvAQcK7wGSCPcB8gHzAfQB9QL0AfAB7gHtAewB6wH4AewB+AHvA/QC9V7/AfQC/wHu
AQcC7wEHCO8Bkgj3AfIB8wH0AfUC9AHwAbwC7AP4AewB7wP0AvUu//8AFwAy/wH0Ae4CBwnvBPcDkgL3
Ae8B8gb0AfED7AL4Ae0B9wP0AvVg/wH0Ae4EBwbvARwE9wOSAvcB7wHyBvQB8AHtBOwB7QHvA/QC9S7/
/wAXADD/AvYBvAUHB+8C9wSSAvcB7wHxAfQB9QX0AfMB9wHsAu0C7AHtA/QC9V7/AfYB9QG8AQcB7gMH
Bu8BHAGSAfcEkgL3Ae8B8QH0AfUF9AHyAZIC7AHtAewB+AHtA/QC9S7//wAXADD/AfUB/wYHB+8B9wOS
AvcD7wHyAfED9AH1AvQB/wG8Ae0F7AP0AvVf/wH0AgcB7gIHAe8CBwXvARwDkgL3A+8B8gHxA/QB9QL0
Af8B7gH3AewB7QPsA/QC9S7//wAXADL/Ae4DBwHvAQcBkwfvA/cG7wEHAfQB9QH0A/UB8gHvAe0B6wES
AeoBbQESA/QC9V//AfUD7gHvAQcB7wIHBu8D9wbvAQcB9AH1AfQD9QHxAe8B7AHqARIC6gESA/QC9S7/
/wAXADH/AfQB7gIHAu8BmQOTDu8BBwHzAv8B9QL0AfcB7QHsAW0BEgHqARIBbQP0AvVf/wH0AQcB7gEH
AZMDBwPvApML7wEHAfMC/wH1AvQB9wHtAewBbQISAeoBEgP0AvUu//8AFwAw/wH1AbwEBwHvAZkCkwEH
Ae8DkwvvAQcB8gP0AfUC7QHrARIB6gFtAeoBBwP0AvVe/wH1AfICBwLvApkB7wGTAQcB7wGTAe8Ckwrv
AQcB8gP0AfUB7QHsAesBbQHqARICbQP0AvUu//8AFwAx/wMHAe4BBwGTAZkCkwEHA5MB7wGTAQcK7wIH
Ae8BvAH0Ae0C6wFtA+oBBwP0AvVf/wHzAe4DBwKTAe8DBwGTAu8BkwEHCu8CBwHvAbwB9AHtAesDbQES
AeoBEgP0AvUu//8AFwAx/wH1Ae4B7wEHAe8BmQeTAe8BkwrvBgcBbQHrAW0B6gHsAe8BBwHuAQcB9AH/
AfVe/wP2Ae4CBwGTApkCkxDvAwcB7wIHAW0B6wJtAesBEgFtAQcB9AP1L///ABcAMP8B9gH0AbwCBwLv
B5MB7wGTAu8B9wGSARwE7wcHAbwB7wH4AesB7wHwAbwCBwH0Af8B9V7/A/YB7gEHAe4BkwGZApMBmQIH
Ce8B9wTvBAcC7gHwAe8B6wH4Ae4B8AHvAQcC9AL1L///ABcAMP8B9QHzAbwC7gEHBJMBBwHvAZMF7wL3
AgcB7gMHAe4FBwHuAbwCBwK8AgcBvAH0Af8B9V7/AvYB8wG8ARoBvAKZARwBkwGZAQcH7wMcAfcB7wHu
ARoBvAIHAe8CBwLuAfABvAEHArwB7gHwAvQC9QH2Lv//ABcAMP8B9AHwArwB7gEHAe8FBwLvBgcC7gIH
A+4HBwPuAgcCvAHzAvVe/wL2ARsDGgKZAZMDmQHvAZMB7wccAZMBBwQaA7wC7gW8Ae4BBwG8ARsB9AH2
AfUC9i3//wAXADD/AfIDvAHuDQcD7gIHBe4CBwLuArwCBwHuBLwB8gH0AfVe/wH2AhsDGgKaC5kCHAGT
AZkJGgLuBQcBGgEbAsME9i3//wAXADD/AfAB7gK8Ae4LBwPuAwcI7gO8A/AFvAHxAfMB9V7/AfYBGwMa
ApoBoAGaAaAKwwIaAsMCGgOZAxoBwwEaA5kBGgbDA/Yt//8AFwAv/wH0AfADvAYHAu4DBwHuAbwM7g28
AfEB9F7/AfYBGwIaCKAFwwKgBcMBoAjDARoLwwL2Lf//ABcALv8B9AHyA/ABvAYHAu4DBwHuAQcD7gG8
CO4IvAHuArwB8AG8AfAB9F7/AfYCwwEaG6AIwwGaBcMC9i3//wAXAC//BPABvAHuAQcC7gMHDe4DBwHu
AbwF8Ai8AfAC9Vv/AvYBGwEaAcMaoAPDAaAFwwOgBMMB9i7//wAXAC//BPABvAHuAQcC7gMHDe4BBwHu
A7wB8AHxAfAC8QLwBrwB8AP1Wv8B9gIbARoBwxmgCsMDoATDAfYu//8AFwAv/wPwArwE7gMHDe4BBwG8
BPAC8QLyAvEB8AK8AfACvAHwAfUB/wH1Wv8B9gIbARoBwxmgCsMEoAPDAvYt//8AFwAv/wPwArwE7gQH
De4E8ALxBPIB8QHwArwC8AG8AfAB9QH/AfVa/wH2AhsBGgHDGaALwwOgA8MC9i3//wAXAC//A/ACvATu
BAcM7gG8AvAC8QLyAfEB8gHxAvIB8AK8AvABvAHwAfQB/wH0AfVZ/wH2AhsBGgHDGaALwwSgAsMB9gH1
AfYs//8AFwAv/wLwBLwD7gMHDe4BvAHwA/EC8gTxAfIB8QK8AfABvALwAfMB9QH0AfVZ/wH2AhsBGgHD
GKAMwwSgAsME9iv//wAXAC//AvAFvALuAwcN7gG8AfAD8QTyAvEB8gHxBLwB8AG8AfEE9Vj/AfYCGwEa
AcMYoAzDBKADwwP2K///ABcAL/8C8AW8Au4DBw7uAfAC8gLxA/IC8QLyBLwB8AG8AfAB9AL1AfRY/wH2
AhsBGgHDGKALwwWgA8MD9iv//wAXAC//AfQIvAIHA+4GvAbuCPED8gHxAfAGvAP1Wf8B9gIbARoCwxeg
DMMEoAPDAvYB9Sv//wAXAC//AfMB8Ae8Be4HvATuAbwI8QPyAfEB8AW8AfAE9Vj/AfYCGwEaAsMXoAzD
BaACwwL2AfUr//8AFwAv/wHxAvAFvAXuCbwD7gG8AfAC8QLyAfEB8gHxA/IB8QHwBbwB8AH0A/VY/wH2
AhsBGgLDF6AMwwWgAsMC9gH1K///ABcAL/8B8AHxAfAFvAHuEbwB8ALxAvIB8QXyAfEB8AO8AfABvAHw
AfQD9Vj/AfYCGwEaAsMXoAzDBaADwwH2AfUr//8AFwAv/wLxAfAEvALuEbwB8AHxBvIC8QHyAvEB8AK8
AfABvAHwAfMD9Vj/AfYCGwEaAsMXoAzDBaADwwH2AfUr//8AFwAv/wLxAfAFvAHuErwB8ALyAfEB8gHx
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
AfEC9AL1Av8F9WT/A/YB9QT2GMMJ9i7//wAXADn/AvUB/wP1Af8C9QH0A/UB9AHzAfID8wL0CvVp/wL2
Av8C9QT2BMMBGwnDAhsBwwT2A/UD9jD//wAXADv/AvUB9AH1Af8I9QH0D/Vv/wP1FPYC9Tb//wAXAD7/
AfUB/xL1d/8I9Qb2BvUB9gH1N///ABcASf8H9YD/BvYG9Tr//wAXAEr/AfWH/wX2P///ABcA//8X//8A
FwD//xf//wAXAP//F///ABcA//8X//8AFwD//xf//wAXAP//F///ABcA//8X//8AFwD//xf//wAXAP//
F///ABcA//8X//8AFwD//xf//wAXAP//F///ABcA//8X//8AFwD//xf//wAXAP//F///ABcA//8X//8A
FwABQgFNAT4HAAE+AwABKAMAASwBAgIAAcQDAAEBAQABAQUAASABNxYAA///AP8A/wD/AP8A/wD/AP8A
/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A
/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AFgACw==
</value>
</data>
</root>
\ No newline at end of file
Public Class UBulb
' Klassisisene meetod kuvatava pildi määramiseks
Private Sub selectLevel(ByVal intLevel As Integer)
pbBox.Image = imgLoend.Images(intLevel)
End Sub
' Avalik liidesmeetod
Public Sub setLevel(ByVal strLevel As String)
Select Case strLevel
Case "off"
Me.selectLevel(0)
Case "on"
Me.selectLevel(1)
Case Else
Me.selectLevel(0)
End Select
End Sub
End Class
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{47556063-C8E3-4363-8504-C543483BC2CA}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>UBulb</RootNamespace>
<AssemblyName>UBulb</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>UBulb.xml</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>UBulb.xml</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="UBulb.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UBulb.Designer.vb">
<DependentUpon>UBulb.vb</DependentUpon>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UBulb.resx">
<DependentUpon>UBulb.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>
\ No newline at end of file
<?xml version="1.0"?>
<doc>
<assembly>
<name>
UBulb
</name>
</assembly>
<members>
<member name="T:UBulb.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:UBulb.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:UBulb.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
C:\Users\Tref\source\repos\UBulb\UBulb\bin\Release\UBulb.dll
C:\Users\Tref\source\repos\UBulb\UBulb\bin\Release\UBulb.pdb
C:\Users\Tref\source\repos\UBulb\UBulb\bin\Release\UBulb.xml
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.vbprojResolveAssemblyReference.cache
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.Resources.resources
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.vbproj.GenerateResource.cache
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.vbproj.CoreCompileInputs.cache
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.dll
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.xml
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.pdb
C:\Users\Tref\source\repos\UBulb\UBulb\obj\Release\UBulb.UBulb.resources
<?xml version="1.0"?>
<doc>
<assembly>
<name>
UBulb
</name>
</assembly>
<members>
<member name="T:UBulb.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:UBulb.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:UBulb.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "USwitch", "USwitch\USwitch.vbproj", "{0810A360-D4C4-490A-9090-0122BCDE6330}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0810A360-D4C4-490A-9090-0122BCDE6330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0810A360-D4C4-490A-9090-0122BCDE6330}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0810A360-D4C4-490A-9090-0122BCDE6330}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0810A360-D4C4-490A-9090-0122BCDE6330}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D92D3F9-CE59-4DC7-BF53-AFD429CD637D}
EndGlobalSection
EndGlobal
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>1</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("USwitch")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Microsoft")>
<Assembly: AssemblyProduct("USwitch")>
<Assembly: AssemblyCopyright("Copyright © Microsoft 2018")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("e598214b-2f0a-4e80-abb2-072af2dc588c")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
<Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'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>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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
'''<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("USwitch.Resources", GetType(Resources).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(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
'------------------------------------------------------------------------------
' <auto-generated>
' 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.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.USwitch.My.MySettings
Get
Return Global.USwitch.My.MySettings.Default
End Get
End Property
End Module
End Namespace
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class USwitch
Inherits System.Windows.Forms.UserControl
'UserControl1 overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(USwitch))
Me.pbBox = New System.Windows.Forms.PictureBox()
Me.imgLoend = New System.Windows.Forms.ImageList(Me.components)
CType(Me.pbBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'pbBox
'
Me.pbBox.Location = New System.Drawing.Point(3, 0)
Me.pbBox.Name = "pbBox"
Me.pbBox.Size = New System.Drawing.Size(64, 42)
Me.pbBox.TabIndex = 0
Me.pbBox.TabStop = False
'
'imgLoend
'
Me.imgLoend.ImageStream = CType(resources.GetObject("imgLoend.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.imgLoend.TransparentColor = System.Drawing.Color.Transparent
Me.imgLoend.Images.SetKeyName(0, "off.png")
Me.imgLoend.Images.SetKeyName(1, "on.png")
'
'USwitch
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.pbBox)
Me.Name = "USwitch"
Me.Size = New System.Drawing.Size(64, 42)
CType(Me.pbBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pbBox As PictureBox
Friend WithEvents imgLoend As ImageList
End Class
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="imgLoend.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="imgLoend.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADQ
CwAAAk1TRnQBSQFMAgEBAgEAAQgBAAEIAQABQAEAASoBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
BAABAQIAASoDAAEBAQABCAYAASoYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wEAQEdAVYAAQEdAVYAA
QEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAA
QEdAVYAAQEdAVYAAEEcBagGxAvUE/wGaAZQCRwFqAbED/wHDBkcB3gH1Av8BwwF1EkcUVQh3AU8CVQV3
A1UFdxRVgAAQRwHSAb0H/wHDAkcBagGxA/8BwwZHAd4B9QL/AcMBdRJHE1UBTwFwAboF/wF5Ak4BVQF3
AeIB9AL/AVcCVQFwAeIB9QL/AXkBdxJVgAAPRwGxBP8BGgG9AvUC/wHDAZQBagGxA/8BwwZHAd4B9QL/
AcMBdRJHElUBdwG5CP8BwwF4AU4BdwHiAfQC/wFXAVUBdwG6BP8BeQF3ElWAAA5HAWoBsQT/AXoB4wHe
AfUD/wGaAWoBsQP/AcMGRwHeAfUC/wHDAXUSRxJVAZUBwQn/AaABTgFxAeIB9AL/AVcBVQG4ARkE/wF5
AXcSVYAADkcBsQG3A/8BwwJHAbEBtwP/AcMBagGxA/8B9gOUARYCRwHeAfUC/wHDAb0ClAHjARcORxFV
AXcB4gH0Av8B9gGZAXABugT/AXkBlwHiAfQC/wFXAZ0B9AH1BP8BeQF3ElWAAA5HAdIBvQP/AcMCRwGP
AbcD/wHDAWoBsQf/AcMCRwHeAfUG/wGaAeMORxFVAZYB/wH1Av8BwwF4AVQBuQT/AaABlwHhAfQC/wE2
AboG/wF5AXcSVYAADkcB0gG9A/8BwwJHAY8BtwP/AcMBagGxB/8BwwJHAd4B9Qb/AZoB4w5HEVUBlgT/
AaABlwFVAZYB/wH1Av8BwwGYAeEB9Ar/AXkBdxJVgAAORwHSAb0D/wHDAkcBjwG3A/8BwwFqAbEH/wHD
AkcB3gH1Bv8BmgHjDkcRVQGWBP8BoAGXAVUBlgH/AfUC/wHDAZgB4QH0Cv8BeQF3ElWAAA5HAWoBtwP/
AfYBUwEXAbcB3gP/ARoBagGxA/8BwwZHAd4B9QL/AcMBdRJHEVUBlgT/AaABlwFUAZYB/wH1Av8BwwGY
AeEB9AX/AfYB9AP/AXkBdxJVgAAORwFqAbEE/wF6AeMB3gH1A/8BmgFqAbED/wHDBkcB3gH1Av8BwwF1
EkcRVQGWBP8BwwF4AU4BlQT/AaABlwHhAfQF/wH2ARkB9AL/AXkBdxJVgAAQRwG9AfMH/wH2AXUBFwFq
AbEI/wHDAZQB3gH1B/8B9g5HEVUBdwHhAeID/wHDAZYBwQP/AfYBWAF3AeIB9AT/AcMBeAHoARkC/wF5
AXcSVYAAEEcB0gG9B/8BwwJHAWoBsQj/AcMBlAHeAfUH/wH2DkcSVQG5ARkJ/wH2AVABdwHiAfQE/wF6
AZcB4QEZAv8BeQF3ElWAABJHAhYElAFNBEcBFwiUARYB4wIWCJQORxNVAZYBwgHzBf8BGwEIAZcBVAF3
AeIB9AL/AfYBGgFPAVUB4QEZAv8BeQF3ElWAAEBHFFUBdwHBBf8BoAFOAlUBdwHiAfUD/wF5AU4BVQHh
AfQC/wF6AZcSVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAA
QEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAQEdAVYAAAUIBTQE+BwABPgMAASgEAAEBAgABKgMA
AQEBAAEBBQABQAEFFgAD//8A/wD/AP8A/wBGAAs=
</value>
</data>
</root>
\ No newline at end of file
Public Class USwitch
' Klassisisene meetod kuvatava pildi määramiseks
Private Sub selectMode(ByVal intMode As Integer)
pbBox.Image = imgLoend.Images(intMode)
End Sub
' Avalik liidesmeetod
Public Sub setMode(ByVal strMode As String)
Select Case strMode
Case "on"
Me.selectMode(0)
Case "off"
Me.selectMode(1)
Case Else
Me.selectMode(0)
End Select
End Sub
End Class
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0810A360-D4C4-490A-9090-0122BCDE6330}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>USwitch</RootNamespace>
<AssemblyName>USwitch</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>USwitch.xml</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>USwitch.xml</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="USwitch.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="USwitch.Designer.vb">
<DependentUpon>USwitch.vb</DependentUpon>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="USwitch.resx">
<DependentUpon>USwitch.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>
\ No newline at end of file
<?xml version="1.0"?>
<doc>
<assembly>
<name>
USwitch
</name>
</assembly>
<members>
<member name="T:USwitch.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:USwitch.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:USwitch.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
C:\Users\Tref\source\repos\USwitch\USwitch\bin\Release\USwitch.dll
C:\Users\Tref\source\repos\USwitch\USwitch\bin\Release\USwitch.pdb
C:\Users\Tref\source\repos\USwitch\USwitch\bin\Release\USwitch.xml
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.vbprojResolveAssemblyReference.cache
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.Resources.resources
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.vbproj.GenerateResource.cache
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.vbproj.CoreCompileInputs.cache
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.dll
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.xml
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.pdb
C:\Users\Tref\source\repos\USwitch\USwitch\obj\Release\USwitch.USwitch.resources
<?xml version="1.0"?>
<doc>
<assembly>
<name>
USwitch
</name>
</assembly>
<members>
<member name="T:USwitch.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:USwitch.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:USwitch.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment