diff options
Diffstat (limited to 'ShiftOS/My Project')
| -rw-r--r-- | ShiftOS/My Project/Application.Designer.vb | 38 | ||||
| -rw-r--r-- | ShiftOS/My Project/Application.myapp | 10 | ||||
| -rw-r--r-- | ShiftOS/My Project/AssemblyInfo.vb | 35 | ||||
| -rw-r--r-- | ShiftOS/My Project/Resources.Designer.vb | 3319 | ||||
| -rw-r--r-- | ShiftOS/My Project/Resources.resx | 1099 | ||||
| -rw-r--r-- | ShiftOS/My Project/Settings.Designer.vb | 85 | ||||
| -rw-r--r-- | ShiftOS/My Project/Settings.settings | 9 | ||||
| -rw-r--r-- | ShiftOS/My Project/app.manifest | 52 |
8 files changed, 0 insertions, 4647 deletions
diff --git a/ShiftOS/My Project/Application.Designer.vb b/ShiftOS/My Project/Application.Designer.vb deleted file mode 100644 index 8fd65ed..0000000 --- a/ShiftOS/My Project/Application.Designer.vb +++ /dev/null @@ -1,38 +0,0 @@ -'------------------------------------------------------------------------------ -' <auto-generated> -' This code was generated by a tool. -' Runtime Version:4.0.30319.36323 -' -' 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.ApplicationDefined) - Me.IsSingleInstance = true - Me.EnableVisualStyles = true - Me.SaveMySettingsOnExit = true - Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose - End Sub - - <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ - Protected Overrides Sub OnCreateMainForm() - Me.MainForm = Global.ShiftOS.HijackScreen - End Sub - End Class -End Namespace diff --git a/ShiftOS/My Project/Application.myapp b/ShiftOS/My Project/Application.myapp deleted file mode 100644 index c69e73d..0000000 --- a/ShiftOS/My Project/Application.myapp +++ /dev/null @@ -1,10 +0,0 @@ -<?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>HijackScreen</MainForm> - <SingleInstance>true</SingleInstance> - <ShutdownMode>1</ShutdownMode> - <EnableVisualStyles>true</EnableVisualStyles> - <AuthenticationMode>1</AuthenticationMode> - <SaveMySettingsOnExit>true</SaveMySettingsOnExit> -</MyApplicationData>
\ No newline at end of file diff --git a/ShiftOS/My Project/AssemblyInfo.vb b/ShiftOS/My Project/AssemblyInfo.vb deleted file mode 100644 index d1a405b..0000000 --- a/ShiftOS/My Project/AssemblyInfo.vb +++ /dev/null @@ -1,35 +0,0 @@ -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("ShiftOS")> -<Assembly: AssemblyDescription("Experience the thrills of evolving an experimental operating system named ShiftOS")> -<Assembly: AssemblyCompany("ShiftOS Community")> -<Assembly: AssemblyProduct("ShiftOS")> -<Assembly: AssemblyCopyright("Copyright © 2015 ShiftOS Community Developers")> -<Assembly: AssemblyTrademark("")> - -<Assembly: ComVisible(False)> - -'The following GUID is for the ID of the typelib if this project is exposed to COM -<Assembly: Guid("94aec2a7-7c85-4919-ad5a-79c3b34b3ec6")> - -' 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("0.0.8.0")> -<Assembly: AssemblyFileVersion("0.0.8.0")> diff --git a/ShiftOS/My Project/Resources.Designer.vb b/ShiftOS/My Project/Resources.Designer.vb deleted file mode 100644 index 301255a..0000000 --- a/ShiftOS/My Project/Resources.Designer.vb +++ /dev/null @@ -1,3319 +0,0 @@ -'------------------------------------------------------------------------------ -' <auto-generated> -' This code was generated by a tool. -' Runtime Version:4.0.30319.34014 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' </auto-generated> -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -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("ShiftOS.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 - resourceCulture = value - End Set - End Property - - '''<summary> - ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - '''</summary> - Friend ReadOnly Property _3beepvirus() As System.IO.UnmanagedMemoryStream - Get - Return ResourceManager.GetStream("_3beepvirus", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeaudioplayerbox() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeaudioplayerbox", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeaudioplayerprice() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeaudioplayerprice", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeaudioplayerpricepressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeaudioplayerpricepressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapecalculator() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapecalculator", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapecalculatorprice() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapecalculatorprice", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapecalculatorpricepressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapecalculatorpricepressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapedepositbitnotewalletscreenshot() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapedepositbitnotewalletscreenshot", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapedepositinfo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapedepositinfo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapedepositnowbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapedepositnowbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapedownloadbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapedownloadbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfoaudioplayertext() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfoaudioplayertext", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfoaudioplayervisualpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfoaudioplayervisualpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfobackbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfobackbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfobutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfobutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfobuttonpressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfobuttonpressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfobuybutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfobuybutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfocalculatortext() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfocalculatortext", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfocalculatorvisualpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfocalculatorvisualpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfoorcwritetext() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfoorcwritetext", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfoorcwritevisualpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfoorcwritevisualpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfovideoplayertext() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfovideoplayertext", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfovideoplayervisualpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfovideoplayervisualpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfowebbrowsertext() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfowebbrowsertext", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeinfowebbrowservisualpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeinfowebbrowservisualpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapemoresoftware() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapemoresoftware", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeorcwrite() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeorcwrite", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapetitlebanner() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapetitlebanner", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeundefinedprice() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeundefinedprice", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapeundefinedpricepressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapeundefinedpricepressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapevideoplayer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapevideoplayer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapevideoplayerprice() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapevideoplayerprice", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapevideoplayerpricepressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapevideoplayerpricepressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapewebbrowser() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapewebbrowser", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapewebbrowserprice() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapewebbrowserprice", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapewebbrowserpricepressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapewebbrowserpricepressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property appscapewelcometoappscape() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("appscapewelcometoappscape", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadcirclerubber() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadcirclerubber", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadcirclerubberselected() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadcirclerubberselected", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPaderacer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPaderacer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadfloodfill() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadfloodfill", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadlinetool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadlinetool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadmagnify() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadmagnify", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadnew() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadnew", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadopen() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadopen", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadOval() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadOval", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadpaintbrush() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadpaintbrush", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadpencil() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadpencil", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadpixelplacer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadpixelplacer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadpixelsetter() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadpixelsetter", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadRectangle() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadRectangle", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadredo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadredo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadsave() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadsave", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadsquarerubber() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadsquarerubber", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadsquarerubberselected() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadsquarerubberselected", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadtexttool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadtexttool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ArtPadundo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ArtPadundo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Byte[]. - '''</summary> - Friend ReadOnly Property AxInterop_WMPLib() As Byte() - Get - Dim obj As Object = ResourceManager.GetObject("AxInterop_WMPLib", resourceCulture) - Return CType(obj,Byte()) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property bitnotediggergradetable() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("bitnotediggergradetable", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property BitnotesAcceptedHereLogo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("BitnotesAcceptedHereLogo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property bitnoteswebsidepnl() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("bitnoteswebsidepnl", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property bitnotewalletdownload() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("bitnotewalletdownload", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property bitnotewalletpreviewscreenshot() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("bitnotewalletpreviewscreenshot", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property bitnotewebsitetitle() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("bitnotewebsitetitle", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property centrebutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("centrebutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property centrebuttonpressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("centrebuttonpressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property christmaseasteregg() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("christmaseasteregg", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property crash() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("crash", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property crash_cheat() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("crash_cheat", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property crash_force() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("crash_force", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property crash_ofm() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("crash_ofm", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property deletefile() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("deletefile", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property deletefolder() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("deletefolder", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized string similar to Desktop++ v1.0 - ''' - '''Ever wanted to have a useful desktop with icons? Icons that can open files, websites or other content? Icons that can be dragged across the screen any way you like? Well, Desktop++ is for you. Desktop++ constantly scans 'C:/ShiftOS/Home/Desktop' and creates an icon for each file and folder within. - ''' - '''Desktop++ also allows you to change between Icon and Tile view, where Tile view gives more information, and Icon View allows simplicity and draggability. It also allows you to dump a Text File [rest of string was truncated]";. - '''</summary> - Friend ReadOnly Property DesktopPlusPlusAbout() As String - Get - Return ResourceManager.GetString("DesktopPlusPlusAbout", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - '''</summary> - Friend ReadOnly Property dial_up_modem_02() As System.IO.UnmanagedMemoryStream - Get - Return ResourceManager.GetStream("dial_up_modem_02", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property dodge() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("dodge", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property downarrow() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("downarrow", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property floodgateicn() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("floodgateicn", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconArtpad() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconArtpad", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconAudioPlayer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconAudioPlayer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconBitnoteDigger() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconBitnoteDigger", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconBitnoteWallet() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconBitnoteWallet", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconCalculator() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconCalculator", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconClock() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconClock", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconColourPicker() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconColourPicker", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconDodge() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconDodge", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconDownloader() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconDownloader", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property icondownloadmanager() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("icondownloadmanager", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconFileOpener() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconFileOpener", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconFileSaver() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconFileSaver", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconFileSkimmer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconFileSkimmer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconfloodgate() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconfloodgate", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconGraphicPicker() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconGraphicPicker", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconIconManager() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconIconManager", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconInfoBox() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconInfoBox", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconinstaller() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconinstaller", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconKnowledgeInput() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconKnowledgeInput", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconmaze() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconmaze", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconNameChanger() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconNameChanger", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconorcwrite() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconorcwrite", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconPong() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconPong", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconShifter() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconShifter", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconShiftnet() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconShiftnet", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconShiftorium() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconShiftorium", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconshutdown() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconshutdown", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconSkinLoader() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconSkinLoader", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconSkinShifter() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconSkinShifter", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconSnakey() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconSnakey", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconSysinfo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconSysinfo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconTerminal() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconTerminal", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconTextPad() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconTextPad", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconunitytoggle() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconunitytoggle", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconVideoPlayer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconVideoPlayer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconvirusscanner() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconvirusscanner", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property iconWebBrowser() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("iconWebBrowser", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - '''</summary> - Friend ReadOnly Property infobox() As System.IO.UnmanagedMemoryStream - Get - Return ResourceManager.GetStream("infobox", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Byte[]. - '''</summary> - Friend ReadOnly Property Interop_WMPLib() As Byte() - Get - Dim obj As Object = ResourceManager.GetObject("Interop_WMPLib", resourceCulture) - Return CType(obj,Byte()) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Byte[]. - '''</summary> - Friend ReadOnly Property license() As Byte() - Get - Dim obj As Object = ResourceManager.GetObject("license", resourceCulture) - Return CType(obj,Byte()) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property loadbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("loadbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property Minimatchbackground() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("Minimatchbackground", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property minimatchdodgepreviewimage() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("minimatchdodgepreviewimage", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property minimatchlabyrinthpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("minimatchlabyrinthpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property newfolder() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("newfolder", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property newicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("newicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property nextbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("nextbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property openicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("openicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property pausebutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("pausebutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property playbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("playbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property previousbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("previousbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ReceiveClicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ReceiveClicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property ReceiveUnclicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("ReceiveUnclicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - '''</summary> - Friend ReadOnly Property rolldown() As System.IO.UnmanagedMemoryStream - Get - Return ResourceManager.GetStream("rolldown", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - '''</summary> - Friend ReadOnly Property rollup() As System.IO.UnmanagedMemoryStream - Get - Return ResourceManager.GetStream("rollup", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property saveicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("saveicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property SendClicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("SendClicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property SendUnclicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("SendUnclicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property shiftomizericonpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("shiftomizericonpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property shiftomizerindustrialskinpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("shiftomizerindustrialskinpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property shiftomizerlinuxmintskinpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("shiftomizerlinuxmintskinpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property shiftomizernamechangerpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("shiftomizernamechangerpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property shiftomizerskinchangerpreview() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("shiftomizerskinchangerpreview", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property shiftomizersliderleftarrow() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("shiftomizersliderleftarrow", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property shiftomizersliderrightarrow() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("shiftomizersliderrightarrow", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property skindownarrow() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("skindownarrow", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property skinfile() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("skinfile", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Byte[]. - '''</summary> - Friend ReadOnly Property skinIndustrial() As Byte() - Get - Dim obj As Object = ResourceManager.GetObject("skinIndustrial", resourceCulture) - Return CType(obj,Byte()) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Byte[]. - '''</summary> - Friend ReadOnly Property skinLinuxMint7() As Byte() - Get - Dim obj As Object = ResourceManager.GetObject("skinLinuxMint7", resourceCulture) - Return CType(obj,Byte()) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property skinuparrow() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("skinuparrow", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property snakeyback() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("snakeyback", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property stopbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("stopbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property stretchbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("stretchbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property stretchbuttonpressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("stretchbuttonpressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property Symbolinfo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("Symbolinfo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property test() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("test", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property tilebutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("tilebutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property tilebuttonpressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("tilebuttonpressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property TotalBalanceClicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("TotalBalanceClicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property TotalBalanceUnclicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("TotalBalanceUnclicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property transactionsClicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("transactionsClicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property transactionsUnclicked() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("transactionsUnclicked", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - '''</summary> - Friend ReadOnly Property typesound() As System.IO.UnmanagedMemoryStream - Get - Return ResourceManager.GetStream("typesound", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property uparrow() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("uparrow", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property updatecustomcolourpallets() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("updatecustomcolourpallets", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealartpad() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealartpad", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealclock() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealclock", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealfileskimmer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealfileskimmer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealpong() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealpong", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealshifter() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealshifter", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealshiftorium() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealshiftorium", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealtextpad() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealtextpad", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradealunitymode() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradealunitymode", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeamandpm() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeamandpm", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeanycolourshade() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeanycolourshade", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeanycolourshade2() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeanycolourshade2", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeanycolourshade3() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeanycolourshade3", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeanycolourshade4() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeanycolourshade4", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeapplaunchermenu() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeapplaunchermenu", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeapplaunchershutdown() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeapplaunchershutdown", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpad() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpad", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpad128colorpallets() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpad128colorpallets", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpad16colorpallets() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpad16colorpallets", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpad32colorpallets() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpad32colorpallets", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpad4colorpallets() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpad4colorpallets", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpad64colorpallets() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpad64colorpallets", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpad8colorpallets() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpad8colorpallets", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpaderaser() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpaderaser", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadfilltool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadfilltool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadlimitlesspixels() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadlimitlesspixels", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadlinetool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadlinetool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadload() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadload", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadnew() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadnew", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadovaltool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadovaltool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpaintbrushtool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpaintbrushtool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpenciltool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpenciltool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit1024() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit1024", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit16() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit16", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit16384() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit16384", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit256() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit256", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit4() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit4", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit4096() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit4096", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit64() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit64", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit65536() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit65536", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixellimit8() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixellimit8", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixelplacer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixelplacer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadpixelplacermovementmode() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadpixelplacermovementmode", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadrectangletool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadrectangletool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadredo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadredo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadsave() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadsave", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadtexttool() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadtexttool", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeartpadundo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeartpadundo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeautoscrollterminal() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeautoscrollterminal", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeblue() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeblue", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradebluecustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradebluecustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeblueshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeblueshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeblueshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeblueshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradebrown() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradebrown", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradebrowncustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradebrowncustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradebrownshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradebrownshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradebrownshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradebrownshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeclock() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeclock", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeclockicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeclockicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeclosebutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeclosebutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradecolourpickericon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradecolourpickericon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradecustomusername() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradecustomusername", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradedesktoppanel() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradedesktoppanel", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradedesktoppanelclock() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradedesktoppanelclock", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradedraggablewindows() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradedraggablewindows", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradefileskimmer() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradefileskimmer", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradefileskimmerdelete() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradefileskimmerdelete", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradefileskimmericon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradefileskimmericon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradefileskimmernew() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradefileskimmernew", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegray() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegray", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegraycustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegraycustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegrayshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegrayshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegrayshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegrayshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegreen() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegreen", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegreencustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegreencustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegreenshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegreenshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradegreenshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradegreenshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradehoursssincemidnight() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradehoursssincemidnight", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeiconunitymode() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeiconunitymode", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeinfoboxicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeinfoboxicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradekiaddons() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradekiaddons", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradekielements() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradekielements", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeknowledgeinput() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeknowledgeinput", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeknowledgeinputicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeknowledgeinputicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgrademinimizebutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgrademinimizebutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgrademinimizecommand() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgrademinimizecommand", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgrademinuteaccuracytime() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgrademinuteaccuracytime", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgrademinutesssincemidnight() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgrademinutesssincemidnight", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgrademoveablewindows() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgrademoveablewindows", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgrademultitasking() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgrademultitasking", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeorange() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeorange", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeorangecustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeorangecustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeorangeshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeorangeshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeorangeshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeorangeshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeosname() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeosname", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepanelbuttons() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepanelbuttons", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepink() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepink", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepinkcustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepinkcustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepinkshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepinkshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepinkshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepinkshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepong() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepong", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepongicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepongicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepurple() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepurple", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepurplecustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepurplecustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepurpleshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepurpleshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradepurpleshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradepurpleshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradered() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradered", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderedcustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderedcustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderedshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderedshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderedshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderedshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderemoveth1() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderemoveth1", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderemoveth2() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderemoveth2", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderemoveth3() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderemoveth3", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderemoveth4() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderemoveth4", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderesize() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderesize", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderollupbutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderollupbutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgraderollupcommand() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgraderollupcommand", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradesecondssincemidnight() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradesecondssincemidnight", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradesgameconsoles() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradesgameconsoles", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftapplauncher() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftapplauncher", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftborders() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftborders", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftbuttons() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftbuttons", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftdesktop() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftdesktop", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftdesktoppanel() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftdesktoppanel", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshifter() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshifter", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftericon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftericon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftitems() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftitems", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftoriumicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftoriumicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftpanelbuttons() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftpanelbuttons", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshiftpanelclock() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshiftpanelclock", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshifttitlebar() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshifttitlebar", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshifttitletext() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshifttitletext", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeshutdownicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeshutdownicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeskicarbrands() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeskicarbrands", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeskinning() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeskinning", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradesplitsecondaccuracy() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradesplitsecondaccuracy", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradesysinfo() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradesysinfo", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeterminalicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeterminalicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeterminalscrollbar() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeterminalscrollbar", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetextpad() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetextpad", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetextpadicon() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetextpadicon", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetextpadnew() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetextpadnew", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetextpadopen() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetextpadopen", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetextpadsave() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetextpadsave", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetitlebar() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetitlebar", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetitletext() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetitletext", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradetrm() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradetrm", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeunitymode() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeunitymode", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeusefulpanelbuttons() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeusefulpanelbuttons", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradevirusscanner() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradevirusscanner", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradewindowborders() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradewindowborders", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradewindowedterminal() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradewindowedterminal", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradewindowsanywhere() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradewindowsanywhere", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeyellow() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeyellow", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeyellowcustom() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeyellowcustom", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeyellowshades() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeyellowshades", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property upgradeyellowshadeset() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("upgradeyellowshadeset", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property webback() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("webback", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property webforward() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("webforward", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property webhome() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("webhome", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. - '''</summary> - Friend ReadOnly Property writesound() As System.IO.UnmanagedMemoryStream - Get - Return ResourceManager.GetStream("writesound", resourceCulture) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property zoombutton() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("zoombutton", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - - '''<summary> - ''' Looks up a localized resource of type System.Drawing.Bitmap. - '''</summary> - Friend ReadOnly Property zoombuttonpressed() As System.Drawing.Bitmap - Get - Dim obj As Object = ResourceManager.GetObject("zoombuttonpressed", resourceCulture) - Return CType(obj,System.Drawing.Bitmap) - End Get - End Property - End Module -End Namespace diff --git a/ShiftOS/My Project/Resources.resx b/ShiftOS/My Project/Resources.resx deleted file mode 100644 index 8eea251..0000000 --- a/ShiftOS/My Project/Resources.resx +++ /dev/null @@ -1,1099 +0,0 @@ -<?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> - <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> - <data name="upgrademinimizecommand" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgrademinimizecommand.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="writesound" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\writesound.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="appscapeinfobackbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfobackbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepinkcustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepinkcustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftbuttons" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftbuttons.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradewindowborders" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradewindowborders.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="saveicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\saveicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadredo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadredo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradedraggablewindows" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradedraggablewindows.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradebrown" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradebrown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegreenshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegreenshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradebrowncustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradebrowncustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealfileskimmer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealfileskimmer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepinkshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepinkshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="bitnotewalletpreviewscreenshot" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\bitnotewalletpreviewscreenshot.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="bitnoteswebsidepnl" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\bitnoteswebsidepnl.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapedownloadbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapedownloadbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="loadbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\loadbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconSnakey" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconSnakey.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadovaltool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadovaltool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeautoscrollterminal" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeautoscrollterminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradekiaddons" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradekiaddons.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconfloodgate" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconfloodgate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeblueshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeblueshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="typesound" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\typesound.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="upgradeterminalicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeterminalicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="nextbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\nextbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadrectangletool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadrectangletool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepurplecustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepurplecustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadpixelsetter" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\pixelsetter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit16384" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit16384.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeundefinedprice" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeundefinedprice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="transactionsClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\transactionsClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradedesktoppanel" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradedesktoppanel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="bitnotewebsitetitle" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\bitnotewebsitetitle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradebluecustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradebluecustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfobutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfobutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradecolourpickericon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradecolourpickericon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapetitlebanner" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapetitlebanner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconDownloader" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconDownloader.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfobuybutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfobuybutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradesgameconsoles" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradesgameconsoles.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapewebbrowser" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapewebbrowser.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="pausebutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\pausebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconArtpad" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconArtpad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconShiftnet" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconShiftnet.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeorange" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeorange.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="infobox" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\infobox.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="appscapeinfoaudioplayertext" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfoaudioplayertext.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit4096" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit4096.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit64" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit64.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpad8colorpallets" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpad8colorpallets.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ReceiveUnclicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\Receive.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetextpadnew" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetextpadnew.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="stopbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\stopbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegrayshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegrayshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpad16colorpallets" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpad16colorpallets.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit16" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="webforward" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\webforward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconshutdown" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconshutdown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeanycolourshade4" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\anycolourshade4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradesecondssincemidnight" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradesecondssincemidnight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshutdownicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshutdownicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeknowledgeinput" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeknowledgeinput.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradefileskimmerdelete" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradefileskimmerdelete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradewindowsanywhere" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradewindowsanywhere.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeskinning" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeskinning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegreen" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegreen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeaudioplayerpricepressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeaudioplayerpricepressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftdesktoppanel" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftdesktoppanel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradefileskimmernew" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradefileskimmernew.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit256" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit256.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeinfoboxicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeinfoboxicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfocalculatorvisualpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfocalculatorvisualpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfowebbrowsertext" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfowebbrowsertext.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeknowledgeinputicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeknowledgeinputicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="SendClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\SendClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshifter" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshifter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadpixelplacer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadpixelplacer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeyellowshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeyellowshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftericon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftericon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="rolldown" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\rolldown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="deletefolder" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\deletefolder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpad32colorpallets" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpad32colorpallets.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealpong" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealpong.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="skinuparrow" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\skinuparrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpad128colorpallets" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpad128colorpallets.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconAudioPlayer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconAudioPlayer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="newfolder" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\newfolder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconTextPad" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconTextPad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeyellow" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeyellow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpad64colorpallets" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpad64colorpallets.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeanycolourshade" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\anycolourshade.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeskicarbrands" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeskicarbrands.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadtexttool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadtexttool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgrademinutesssincemidnight" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgrademinutesssincemidnight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpad4colorpallets" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpad4colorpallets.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegraycustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegraycustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeorangecustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeorangecustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadnew" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadnew.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeyellowshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeyellowshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealclock" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealclock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapevideoplayer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapevideoplayer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconColourPicker" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconColourPicker.fw.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderedshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderedshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderedcustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderedcustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconFileOpener" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconFileOpener.fw.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="stretchbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\stretchbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="openicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\openicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradehoursssincemidnight" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradehoursssincemidnight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadsquarerubber" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadsquarerubber.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepong" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepong.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealtextpad" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealtextpad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit1024" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit1024.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradebrownshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradebrownshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadOval" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadOval.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeorangeshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeorangeshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadfloodfill" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadfloodfill.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradered" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradered.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="dial_up_modem_02" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\dial-up-modem-02.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="appscapeinfovideoplayervisualpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfovideoplayervisualpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="webback" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\webback.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="skinfile" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\skinfile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconinstaller" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\installericon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapedepositbitnotewalletscreenshot" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapedepositbitnotewalletscreenshot.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgrademinimizebutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgrademinimizebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfowebbrowservisualpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfowebbrowservisualpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconorcwrite" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconorcwrite.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadcirclerubber" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadcirclerubber.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapemoresoftware" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapemoresoftware.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfoaudioplayervisualpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfoaudioplayervisualpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadtexttool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadtexttool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetitletext" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetitletext.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeapplaunchermenu" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeapplaunchermenu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconShifter" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconShifter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadsave" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadsave.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadpencil" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadpencil.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeclock" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeclock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegreencustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegreencustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapevideoplayerprice" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapevideoplayerprice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="TotalBalanceClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\TotalBalanceClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="stretchbuttonpressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\stretchbuttonpressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftborders" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftborders.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadfilltool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadfilltool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepurpleshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepurpleshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepurpleshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepurpleshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="deletefile" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\deletefile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixelplacermovementmode" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixelplacermovementmode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadlimitlesspixels" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadlimitlesspixels.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="SendUnclicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\Send.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeaudioplayerprice" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeaudioplayerprice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconBitnoteWallet" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconBitnoteWallet.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeblueshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeblueshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadopen" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadopen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgrademultitasking" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgrademultitasking.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegrayshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegrayshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradewindowedterminal" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradewindowedterminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradebrownshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradebrownshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit4" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPaderacer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPaderacer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadcirclerubberselected" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadcirclerubberselected.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadundo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadundo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpad" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="rollup" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\rollup.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="iconVideoPlayer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconVideoPlayer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="snakeyback" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\snakeyback.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeclosebutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeclosebutton.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegray" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegray.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="Symbolinfo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\Symbolinfo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderollupcommand" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderollupcommand.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconInfoBox" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconInfoBox.fw.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshifttitletext" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshifttitletext.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeaudioplayerbox" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeaudioplayerbox.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconKnowledgeInput" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconKnowledgeInput.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadload" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadload.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealshiftorium" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealshiftorium.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconNameChanger" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconNameChanger.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="playbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\playbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit65536" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit65536.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeorangeshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeorangeshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="tilebuttonpressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\tilebuttonpressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadlinetool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadlinetool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfocalculatortext" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfocalculatortext.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="centrebuttonpressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\centrebuttonpressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepongicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepongicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeclockicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeclockicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeusefulpanelbuttons" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeusefulpanelbuttons.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadredo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadredo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeblue" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeblue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="dodge" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\dodge.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapedepositnowbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapedepositnowbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealshifter" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealshifter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapevideoplayerpricepressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapevideoplayerpricepressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="test" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\test.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgrademoveablewindows" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgrademoveablewindows.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="webhome" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\webhome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradefileskimmericon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradefileskimmericon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadpaintbrush" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadpaintbrush.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfobuttonpressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfobuttonpressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="icondownloadmanager" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\downloadmanagericon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapedepositinfo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapedepositinfo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradedesktoppanelclock" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradedesktoppanelclock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="BitnotesAcceptedHereLogo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\BitnotesAcceptedHereLogo.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconunitytoggle" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconunitytoggle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadsave" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadsave.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixellimit8" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixellimit8.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapewelcometoappscape" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapewelcometoappscape.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadundo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadundo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeundefinedpricepressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeundefinedpricepressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftpanelbuttons" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftpanelbuttons.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconIconManager" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconIconManager.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="downarrow" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\downarrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadsquarerubberselected" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadsquarerubberselected.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="previousbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\previousbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="centrebutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\centrebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfovideoplayertext" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfovideoplayertext.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpixelplacer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpixelplacer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconDodge" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconDodge.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadlinetool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadlinetool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeapplaunchershutdown" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeapplaunchershutdown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconSkinShifter" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconSkinShifter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapecalculator" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapecalculator.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpaderaser" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpaderaser.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapewebbrowserpricepressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapewebbrowserpricepressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="newicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\newicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpenciltool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpenciltool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetextpadsave" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetextpadsave.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapecalculatorprice" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapecalculatorprice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeanycolourshade3" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\anycolourshade3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderollupbutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderollupbutton.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconTerminal" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconTerminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconSkinLoader" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconSkinLoader.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconClock" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconClock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconWebBrowser" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconWebBrowser.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="TotalBalanceUnclicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\TotalBalanceUnclicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="skindownarrow" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\skindownarrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftpanelclock" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftpanelclock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconBitnoteDigger" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconBitnoteDigger.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconFileSaver" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconFileSaver.fw.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconvirusscanner" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconvirusscanner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftapplauncher" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftapplauncher.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradefileskimmer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradefileskimmer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetitlebar" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetitlebar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeamandpm" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeamandpm.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftdesktop" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftdesktop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadpaintbrushtool" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadpaintbrushtool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgrademinuteaccuracytime" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgrademinuteaccuracytime.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradecustomusername" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradecustomusername.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconPong" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconPong.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="bitnotewalletdownload" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\bitnotewalletdownload.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadRectangle" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadRectangle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetextpadicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetextpadicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeunitymode" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeunitymode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconSysinfo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconSysinfo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="bitnotediggergradetable" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\bitnotediggergradetable.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftoriumicon" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftoriumicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="transactionsUnclicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\transactionsUnclicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconShiftorium" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconShiftorium.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeanycolourshade2" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\anycolourshade2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradegreenshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradegreenshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderedshades" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderedshades.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetextpad" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetextpad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="_3beepvirus" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\3beepvirus.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="minimatchdodgepreviewimage" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\minimatchdodgepreviewimage.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshifttitlebar" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshifttitlebar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradesplitsecondaccuracy" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradesplitsecondaccuracy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepanelbuttons" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepanelbuttons.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconGraphicPicker" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\icongraphicpicker.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="Minimatchbackground" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\Minimatchbackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradekielements" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradekielements.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="zoombutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\zoombutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeyellowcustom" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeyellowcustom.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepurple" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepurple.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="zoombuttonpressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\zoombuttonpressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepink" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepink.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapewebbrowserprice" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapewebbrowserprice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="updatecustomcolourpallets" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\updatecustomcolourpallets.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="floodgateicn" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\floodgateicn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetextpadopen" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetextpadopen.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="tilebutton" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\tilebutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapecalculatorpricepressed" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapecalculatorpricepressed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconCalculator" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconCalculator.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradepinkshadeset" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradepinkshadeset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="uparrow" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\uparrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="iconFileSkimmer" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconFileSkimmer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealartpad" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealartpad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeterminalscrollbar" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeterminalscrollbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ReceiveClicked" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ReceiveClicked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="ArtPadmagnify" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ArtPadmagnify.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeartpadnew" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeartpadnew.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="crash" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\crash.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="shiftomizerindustrialskinpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\shiftomizerindustrialskinpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="shiftomizerlinuxmintskinpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\shiftomizerlinuxmintskinpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="shiftomizersliderleftarrow" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\shiftomizersliderleftarrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="shiftomizersliderrightarrow" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\shiftomizersliderrightarrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="crash_cheat" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\crash-cheat.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="crash_force" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\crash-force.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="shiftomizerskinchangerpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\shiftomizerskinshifterscreenshot.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="license" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\ShiftOS License.txt;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="christmaseasteregg" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\christmaseasteregg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="crash_ofm" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\crash_ofm.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="AxInterop_WMPLib" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\AxInterop.WMPLib.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="Interop_WMPLib" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\Interop.WMPLib.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="iconmaze" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\iconmaze.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="shiftomizericonpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\shiftomizericonpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="shiftomizernamechangerpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\shiftomizernamechangerpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="minimatchlabyrinthpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\minimatchlabyrinthpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradealunitymode" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradealunitymode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeiconunitymode" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeiconunitymode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeosname" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeosname.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderesize" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderesize.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradeshiftitems" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradeshiftitems.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradesysinfo" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradesysinfo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradetrm" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradetrm.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderemoveth1" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderemoveth1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderemoveth2" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderemoveth2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderemoveth3" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderemoveth3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgraderemoveth4" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgraderemoveth4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="upgradevirusscanner" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\upgradevirusscanner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeorcwrite" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeorcwrite.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfoorcwritetext" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfoorcwritetext.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="appscapeinfoorcwritevisualpreview" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\appscapeinfoorcwritevisualpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> - </data> - <data name="skinIndustrial" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\Industrial.skn;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="skinLinuxMint7" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\Linux Mint 7.skn;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </data> - <data name="DesktopPlusPlusAbout" type="System.Resources.ResXFileRef, System.Windows.Forms"> - <value>..\Resources\DesktopPlusPlusAbout.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> - </data> -</root>
\ No newline at end of file diff --git a/ShiftOS/My Project/Settings.Designer.vb b/ShiftOS/My Project/Settings.Designer.vb deleted file mode 100644 index 3238f3a..0000000 --- a/ShiftOS/My Project/Settings.Designer.vb +++ /dev/null @@ -1,85 +0,0 @@ -'------------------------------------------------------------------------------ -' <auto-generated> -' This code was generated by a tool. -' Runtime Version:4.0.30319.34003 -' -' 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 - - <Global.System.Configuration.UserScopedSettingAttribute(), _ - Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ - Global.System.Configuration.DefaultSettingValueAttribute("0")> _ - Public Property ShouldCrashOccur() As Integer - Get - Return CType(Me("ShouldCrashOccur"),Integer) - End Get - Set - Me("ShouldCrashOccur") = value - End Set - 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.ShiftOS.My.MySettings - Get - Return Global.ShiftOS.My.MySettings.Default - End Get - End Property - End Module -End Namespace diff --git a/ShiftOS/My Project/Settings.settings b/ShiftOS/My Project/Settings.settings deleted file mode 100644 index 3aec920..0000000 --- a/ShiftOS/My Project/Settings.settings +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version='1.0' encoding='utf-8'?> -<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true"> - <Profiles /> - <Settings> - <Setting Name="ShouldCrashOccur" Type="System.Int32" Scope="User"> - <Value Profile="(Default)">0</Value> - </Setting> - </Settings> -</SettingsFile>
\ No newline at end of file diff --git a/ShiftOS/My Project/app.manifest b/ShiftOS/My Project/app.manifest deleted file mode 100644 index f499e6a..0000000 --- a/ShiftOS/My Project/app.manifest +++ /dev/null @@ -1,52 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <assemblyIdentity version="1.0.0.0" name="MyApplication.app" /> - <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> - <security> - <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> - <!-- UAC Manifest Options - If you want to change the Windows User Account Control level replace the - requestedExecutionLevel node with one of the following. - - <requestedExecutionLevel level="asInvoker" uiAccess="false" /> - <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> - <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> - - Specifying requestedExecutionLevel node will disable file and registry virtualization. - If you want to utilize File and Registry Virtualization for backward - compatibility then delete the requestedExecutionLevel node. - --> - <requestedExecutionLevel level="asInvoker" uiAccess="false" /> - </requestedPrivileges> - <applicationRequestMinimum> - <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" /> - <defaultAssemblyRequest permissionSetReference="Custom" /> - </applicationRequestMinimum> - </security> - </trustInfo> - <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> - <application> - <!-- A list of all Windows versions that this application is designed to work with. - Windows will automatically select the most compatible environment.--> - <!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node--> - <!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>--> - <!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node--> - <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> - <!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node--> - <!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>--> - </application> - </compatibility> - <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) --> - <!-- <dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="*" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> - </dependency>--> -</asmv1:assembly>
\ No newline at end of file |
