Click here to Skip to main content
15,895,142 members
Articles / Programming Languages / Visual Basic

Wordley

Rate me:
Please Sign up or sign in to vote.
4.73/5 (20 votes)
9 Mar 2011CPOL9 min read 31.2K   1.6K   33  
A look-up dictionary based on the WordNet database, with auto-complete spelling assistance.
'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
'     Runtime Version:2.0.50727.4206
'
'     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", "2.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("Wordley.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 string similar to .22 caliber|of or relating to the bore of a gun (or its ammunition) that measures twenty-two hundredths of an inch in diameter;&quot;a .22 caliber pistol&quot;
        '''.38 caliber|of or relating to the bore of a gun (or its ammunition) that measures thirty-eight hundredths of an inch in diameter;&quot;a .38 caliber shell&quot;
        '''.45 caliber|of or relating to the bore of a gun (or its ammunition) that measures forty-five hundredths of an inch in diameter
        '''a cappella|without musical accompaniment;&quot;they sang an a cappella Mass&quot;
        '''a few|more t [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property data_ADJ() As String
            Get
                Return ResourceManager.GetString("data_ADJ", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to a bit|to a small degree;somewhat;&quot;it&apos;s a bit warm&quot;
        '''a cappella|without musical accompaniment;&quot;they performed a cappella&quot;
        '''a fortiori|with greater reason;for a still stronger, more certain reason;&quot;if you are wrong then, a fortiori, so am I&quot;
        '''a la carte|by ordering items listed individually on a menu;&quot;we ate a la carte&quot;
        '''a la mode|with ice cream on top or on the side;&quot;we served the apple pie a la mode&quot;
        '''a lot|to a very great degree or extent;&quot;I feel a lot better&quot;
        '''a posteriori|derived from observed facts
        '''a priori|d [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property data_ADV() As String
            Get
                Return ResourceManager.GetString("data_ADV", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to 15 May Organization|a terrorist organization formed in 1979 by a faction of the Popular Front for the Liberation of Palestine but disbanded in the 1980s when key members left to join a faction of al-Fatah
        '''18-karat gold|an alloy that contains 75 per cent gold
        '''1900s|the decade from 1900 to 1909
        '''22-karat gold|an alloy that contains 87 per cent gold
        '''24/7|uptime is 24 hours a day 7 days a week
        '''24-karat gold|100 per cent gold
        '''401-k plan|a retirement savings plan that is funded by employee contributions and (often [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property data_NOUN() As String
            Get
                Return ResourceManager.GetString("data_NOUN", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to abacinate|blind by holding a red-hot metal plate before someone&apos;s eyes;&quot;The prisoners were abacinated by their captors&quot;
        '''abandon|forsake, leave behind;&quot;We abandoned the old car in the empty parking lot&quot;;give up with the intent of never claiming again;leave someone who needs or counts on you;leave in the lurch;stop maintaining or insisting on;of ideas or claims;&quot;He abandoned the thought of asking for her hand in marriage&quot;
        '''abate|become less in amount or intensity;&quot;The storm will abate&quot;
        '''abbreviate|shorten
        '''abdic [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property data_VRB() As String
            Get
                Return ResourceManager.GetString("data_VRB", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
        '''&lt;html&gt;
        '''&lt;head&gt;
        ''' &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
        ''' 
        ''' &lt;style type=&quot;text/css&quot;&gt;
        ''' body{
        ''' font-family:verdana,&apos;sans serif&apos;;
        ''' font-size:12pt;
        ''' color:#000000;}
        ''' 
        ''' .word{
        ''' font-size:10pt;
        ''' font-weight:bold;
        ''' color:#0000cc;}
        ''' &lt;/style&gt;
        ''' 
        '''&lt;/head&gt;
        '''&lt;body&gt;
        '''
        '''
        '''.
        '''</summary>
        Friend ReadOnly Property DefinitionHTML() As String
            Get
                Return ResourceManager.GetString("DefinitionHTML", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
        '''&lt;html&gt;
        '''&lt;head&gt;
        ''' &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
        '''  &lt;title&gt;&lt;/title&gt;
        '''  &lt;meta content=&quot;Alan Burkhart&quot; name=&quot;author&quot;&gt;
        '''  &lt;meta name=&quot;generator&quot; content=&quot;HTML Editor by Alan Burkhart&quot;&gt;
        '''&lt;/head&gt;
        '''&lt;style type=&quot;text/css&quot;&gt;
        '''
        '''body{
        '''font-family:verdana,arial,&apos;sans serif&apos;;
        '''font-size:12pt;}
        '''
        '''h3{
        '''color:#0000aa}
        '''
        '''&lt;/style&gt;
        '''&lt;body&gt;
        '''&lt;h3&gt;ABOUT WORDLEY...&lt;/h3&gt;
        '''&lt;p&gt;Wordley is simi [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property HelpHTML() As String
            Get
                Return ResourceManager.GetString("HelpHTML", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to ae|ea
        '''ard|erd,ird,ared
        '''erd,ard,ered,ird
        '''ird|ired,ard,erd
        '''are|air
        '''air|are
        '''ea|ae,ee,ei,ie
        '''ei|ie,ee
        '''hgt|ght
        '''el|le,ell
        '''er|or,ur
        '''ey|y
        '''f|ph
        '''ht|th
        '''ie|ei,ee
        '''le|el,ell
        '''on|un
        '''oo|u,ue,uu
        '''uu|oo,u,ue
        '''oon|une,oone
        '''une|oon
        '''or|er
        '''ou|uo
        '''ph|f
        '''sc|sk
        '''sch|sh
        '''sh|sch
        '''sk|sc
        '''th|ht
        '''un|on
        '''uo|ou
        '''y|ey
        '''ios|ious,ius,eos,eous
        '''ious|ios,ius,eos,eous
        '''ous|us,eous,ious
        '''eous|ous,us,ious
        '''us|ous
        '''eing|ing
        '''ning|nning
        '''ling|lling
        '''ting|tting
        '''ding|dding
        '''ring|rring
        '''zing|zzing
        '''sing|ssing
        '''dding|ding
        '''ying|ing
        '''kking|king,cking
        '''ng|ing
        '''ig|ing
        '''in|ing
        '''a|q,w,s,x [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property letterlist() As String
            Get
                Return ResourceManager.GetString("letterlist", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to abandonned|abandoned
        '''abberant|aberrant
        '''abberation|aberration
        '''abbriviated|abbreviated
        '''abbriviation|abbreviation
        '''abcess|abscess
        '''aberation|aberration
        '''abillity|ability
        '''abilties|abilities
        '''abilty|ability
        '''abit|a bit
        '''abondon|abandon
        '''abondoned|abandoned
        '''abondoning|abandoning
        '''abondons|abandons
        '''aborigene|aborigine
        '''abortificant|abortifacient
        '''abreviate|abbreviate
        '''abreviated|abbreviated
        '''abreviation|abbreviation
        '''abritrary|arbitrary
        '''abscence|absence
        '''absense|absence
        '''absolutly|absolutely
        '''absorbsion|ab [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property typolist() As String
            Get
                Return ResourceManager.GetString("typolist", resourceCulture)
            End Get
        End Property
    End Module
End Namespace

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I'm not an IT guy. Programming has been a hobby for me (and occasionally useful) ever since a sister in-law introduced me to a TI-99 4/A about a million years ago.

The creative challenge is relaxing and enjoyable. As such, I'd never mess up a fun hobby by doing it for a living.

Now, if I can just get Code Project to add "Truck Driver" to the list of job titles in the profiles...

Comments and Discussions