Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

javaSpy

Browsing My Project/Resources.Designer.vb (13.11 KB)

'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
'     Runtime Version:2.0.50727.3649
'
'     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("javaSpy.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
        
        Friend ReadOnly Property copy() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("copy", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property cursor_off() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("cursor_off", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property cursor_on() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("cursor_on", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property cut() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("cut", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property data_both() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("data_both", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property data_none() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("data_none", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property data_recv() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("data_recv", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property data_send() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("data_send", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property expose() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("expose", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property find() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("find", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property help() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("help", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property ico_green() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("ico_green", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property ico_red() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("ico_red", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property ico_silver() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("ico_silver", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property notepad() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("notepad", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property paste() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("paste", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property process() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("process", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property push() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("push", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property selectall() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("selectall", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Handle: {0}
        '''Parent: {1}
        '''Class: {2}
        '''Caption: {3}
        '''Dimensions: {4}
        '''WindowState: {5}
        '''Assembly: {6}
        '''.
        '''</summary>
        Friend ReadOnly Property txtInfo() As String
            Get
                Return ResourceManager.GetString("txtInfo", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to Sends one or more keystrokes to the window as if typed at the keyboard.
        '''
        '''To specify characters that aren&apos;t displayed when you press a key,
        '''such as ENTER or TAB, and keys that represent actions rather than characters,
        '''use the codes shown below:
        '''
        '''Key :: Code
        '''
        '''BACKSPACE :: {BACKSPACE}, {BS}, or {BKSP}
        '''BREAK :: {BREAK}
        '''CAPS LOCK  :: {CAPSLOCK}
        '''DEL or DELETE :: {DELETE} or {DEL}
        '''DOWN ARROW :: {DOWN}
        '''END :: {END}
        '''ENTER :: {ENTER} or ~
        '''ESC :: {ESC}
        '''HELP :: {HELP}
        '''HOME :: {HOME}
        '''INS or INSERT :: { [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property txtSendKeys() As String
            Get
                Return ResourceManager.GetString("txtSendKeys", resourceCulture)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to &lt;html&gt;
        '''&lt;head&gt;
        '''  &lt;title&gt;Blank&lt;/title&gt;
        '''&lt;/head&gt;
        '''&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
        '''  &lt;table width=&quot;100%&quot; height=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
        '''    &lt;tr&gt;
        '''      &lt;td width=&quot;100%&quot; height=&quot;100%&quot; align=&quot;center&quot; valign=&quot;center&quot;&gt;
        '''        &lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;Please enter a URL to use the DOM Spy.&lt;/font&gt;
        '''      &lt;/td&gt;
        '''    &lt;/tr&gt;
        '''  &lt;/table&gt;
        '''&lt;/body&gt;
        '''&lt;/html&gt;
        '''.
        '''</summary>
        Friend ReadOnly Property web_blank() As String
            Get
                Return ResourceManager.GetString("web_blank", resourceCulture)
            End Get
        End Property
        
        Friend ReadOnly Property window_capture() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("window_capture", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property window_captured() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("window_captured", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property window_configure() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("window_configure", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        Friend ReadOnly Property world() As System.Drawing.Bitmap
            Get
                Dim obj As Object = ResourceManager.GetObject("world", resourceCulture)
                Return CType(obj,System.Drawing.Bitmap)
            End Get
        End Property
        
        '''<summary>
        '''  Looks up a localized string similar to &lt;ports&gt;
        '''  &lt;port num=&quot;1&quot; name=&quot;tcpmux&quot; /&gt;
        '''  &lt;port num=&quot;5&quot; name=&quot;rje&quot; /&gt;
        '''  &lt;port num=&quot;7&quot; name=&quot;echo&quot; /&gt;
        '''  &lt;port num=&quot;9&quot; name=&quot;discard&quot; /&gt;
        '''  &lt;port num=&quot;11&quot; name=&quot;systat&quot; /&gt;
        '''  &lt;port num=&quot;13&quot; name=&quot;daytime&quot; /&gt;
        '''  &lt;port num=&quot;15&quot; name=&quot;netstat&quot; /&gt;
        '''  &lt;port num=&quot;17&quot; name=&quot;qotd&quot; /&gt;
        '''  &lt;port num=&quot;18&quot; name=&quot;send/rwp&quot; /&gt;
        '''  &lt;port num=&quot;19&quot; name=&quot;chargen&quot; /&gt;
        '''  &lt;port num=&quot;20&quot; name=&quot;ftp-data&quot; /&gt;
        '''  &lt;port num=&quot;21&quot; name=&quot;ftp&quot; /&gt;
        '''  &lt;port num=&quot;22&quot; name=&quot;ssh&quot; /&gt;
        '''  &lt;port num=&quot;23&quot; name=&quot;telnet&quot; /&gt;
        '''  &lt;port num=&quot;25&quot; name= [rest of string was truncated]&quot;;.
        '''</summary>
        Friend ReadOnly Property xml_ports() As String
            Get
                Return ResourceManager.GetString("xml_ports", resourceCulture)
            End Get
        End Property
    End Module
End Namespace

Download My Project/Resources.Designer.vb

Back to file list


Back to project page