From 9754f495672581abd7098c39027b512525b5f9ab Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 24 Nov 2022 21:26:45 +0700 Subject: Fully functional and partially working Shifter --- .../Contents/KnowledgeInputContent.Designer.vb | 254 +++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 ShiftOS-TheRevival/MainForms/Applications/Universal/Knowledge Input/Contents/KnowledgeInputContent.Designer.vb (limited to 'ShiftOS-TheRevival/MainForms/Applications/Universal/Knowledge Input/Contents/KnowledgeInputContent.Designer.vb') diff --git a/ShiftOS-TheRevival/MainForms/Applications/Universal/Knowledge Input/Contents/KnowledgeInputContent.Designer.vb b/ShiftOS-TheRevival/MainForms/Applications/Universal/Knowledge Input/Contents/KnowledgeInputContent.Designer.vb new file mode 100644 index 0000000..29f224a --- /dev/null +++ b/ShiftOS-TheRevival/MainForms/Applications/Universal/Knowledge Input/Contents/KnowledgeInputContent.Designer.vb @@ -0,0 +1,254 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +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. + ''' + ''' A strongly-typed resource class, for looking up localized strings, etc. + ''' + _ + Friend Class KnowledgeInputContent + + Private Shared resourceMan As Global.System.Resources.ResourceManager + + Private Shared resourceCulture As Global.System.Globalization.CultureInfo + + _ + Friend Sub New() + MyBase.New + End Sub + + ''' + ''' Returns the cached ResourceManager instance used by this class. + ''' + _ + Friend Shared 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_TheRevival.KnowledgeInputContent", GetType(KnowledgeInputContent).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. + ''' + _ + Friend Shared Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set + resourceCulture = value + End Set + End Property + + ''' + ''' Looks up a localized string similar to aardvark + '''albatross + '''alligator + '''alpaca + '''ant + '''anteater + '''antelope + '''ape + '''armadillo + '''ass + '''baboon + '''badger + '''barracuda + '''bat + '''bear + '''beaver + '''bee + '''bison + '''boar + '''buffalo + '''butterfly + '''camel + '''caribou + '''cat + '''caterpillar + '''cow + '''chamois + '''cheetah + '''chicken + '''chimpanzee + '''chinchilla + '''chough + '''clam + '''cobra + '''cockroach + '''cod + '''cormorant + '''coyote + '''crab + '''crane + '''crocodile + '''crow + '''curlew + '''deer + '''dinosaur + '''dog + '''dogfish + '''dolphin + '''donkey + '''dotterel + '''dove + '''dragonfly + '''duck + '''dugong + '''dunlin + '''eagle + '''echidna + '''eel + '''eland + '''elephant + '''elephant seal + '''elk + '''emu ''' [rest of string was truncated]";. + ''' + Friend Shared ReadOnly Property Animals() As String + Get + Return ResourceManager.GetString("Animals", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to afghanistan + '''albania + '''algeria + '''andorra + '''angola + '''antigua and barbuda + '''argentina + '''armenia + '''australia + '''austia + '''azerbaijan + '''bahamas + '''bahrain + '''bangladesh + '''barbados + '''belarus + '''belgium + '''belize + '''benin + '''bhutan + '''bolivia + '''bosnia and herzegovina + '''botswana + '''brazil + '''brunei + '''bulgraia + '''burkina faso + '''burundi + '''cambodia + '''cameroon + '''canada + '''cape verde + '''central african republic + '''chad + '''chile + '''china + '''colombia + '''comoros + '''democratic republic of the congo + '''republic of the congocosta rica + '''croatia + '''cuba + '''cyprus + '''czechia + '''denmark + '''djibou [rest of string was truncated]";. + ''' + Friend Shared ReadOnly Property Countries() As String + Get + Return ResourceManager.GetString("Countries", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to apple + '''apricot + '''avocado + '''banana + '''breadfruit + '''bilberry + '''blackberry + '''blackcurrant + '''blueberry + '''boysenberry + '''cantaloupe + '''currant + '''cherry + '''cherimoya + '''chili + '''cloudberry + '''coconut + '''damson + '''date + '''dragonfruit + '''durian + '''elderberry + '''feijoa + '''fig + '''gooseberry + '''grape + '''grapefruit + '''guava + '''huckleberry + '''honeydew + '''jackfruit + '''jambul + '''jujube + '''kiwi fruit + '''kumquat + '''legume + '''lemon + '''lime + '''loquat + '''lychee + '''mango + '''melon + '''canary melon + '''cantaloupe + '''honeydew + '''watermelon + '''rock melon + '''nectarine + '''nut + '''orange + '''clementine + '''mandarine + '''tangerine + '''p [rest of string was truncated]";. + ''' + Friend Shared ReadOnly Property Fruits() As String + Get + Return ResourceManager.GetString("Fruits", resourceCulture) + End Get + End Property + End Class +End Namespace -- cgit v1.2.3