mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
6360 lines
244 KiB
VB.net
6360 lines
244 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' This code was generated by a tool.
|
|
' Runtime Version:2.0.50727.5444
|
|
'
|
|
' 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("mRemoteNG.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 _Error() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("_Error", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ActiveDirectory() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ActiveDirectory", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ActiveDirectory_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ActiveDirectory_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Appearance_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Appearance_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Arrow_Down() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Arrow_Down", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Arrow_Up() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Arrow_Up", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Bad_Symbol() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Bad_Symbol", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Bug() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Bug", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Chat() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Chat", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Collapse() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Collapse", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ComponentsCheck() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ComponentsCheck", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ComponentsCheck_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ComponentsCheck_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Config() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Config", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Config_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Config_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Connection_Add() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Connection_Add", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Connection_Duplicate() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Connection_Duplicate", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Connections_Load() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Connections_Load", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Connections_New() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Connections_New", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Connections_Save() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Connections_Save", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Connections_SaveAs() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Connections_SaveAs", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Connections_SaveAs_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Connections_SaveAs_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Console() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Console", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
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 Delete() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Delete", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Donate() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Donate", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ErrorsAndInfos() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ErrorsAndInfos", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ErrorSmall() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ErrorSmall", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Expand() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Expand", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ExtApp() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ExtApp", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ExtApp_Add() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ExtApp_Add", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ExtApp_Delete() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ExtApp_Delete", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ExtApp_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ExtApp_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property ExtApp_Start() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ExtApp_Start", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property File() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("File", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Folder() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Folder", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Folder_Add() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Folder_Add", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Fullscreen() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Fullscreen", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Good_Symbol() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Good_Symbol", 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 Help_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Help_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property HostStatus_Check() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("HostStatus_Check", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property HostStatus_Off() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("HostStatus_Off", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property HostStatus_On() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("HostStatus_On", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Info() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Info", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Info_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Info_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Information() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Information", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property InformationSmall() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("InformationSmall", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Inheritance() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Inheritance", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Inheritance_Default() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Inheritance_Default", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property JumpTo() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("JumpTo", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Keyboard() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Keyboard", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Lock() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Lock", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Logo() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Logo", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Monitor() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Monitor", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Monitor_GoTo() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Monitor_GoTo", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property mRemote() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("mRemote", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property mRemote_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("mRemote_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property News() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("News", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property News_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("News_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Options() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Options", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Options_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Options_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Page() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Page", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Panel_Add() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Panel_Add", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Panel_Close() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Panel_Close", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Panels() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Panels", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Panels_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Panels_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Pause() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Pause", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Play() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Play", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Play_Quick() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Play_Quick", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Play_Quick_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Play_Quick_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property PortScan() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("PortScan", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property PortScan_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("PortScan_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Properties() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Properties", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Properties_Default() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Properties_Default", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property PuttyConfig() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("PuttyConfig", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Quit() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Quit", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property RDP() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("RDP", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Refresh() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Refresh", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Rename() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Rename", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Root() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Root", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Root_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Root_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Save() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Save", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Save_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Save_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Screenshot() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Screenshot", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Screenshot_Add() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Screenshot_Add", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Screenshot_Copy() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Screenshot_Copy", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Screenshot_Delete() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Screenshot_Delete", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Screenshot_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Screenshot_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Screenshot_Save() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Screenshot_Save", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Search() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Search", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Session_LogOff() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Session_LogOff", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Sessions() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Sessions", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Sessions_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Sessions_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property SmartSize() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("SmartSize", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Sort_AZ() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Sort_AZ", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Sort_ZA() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Sort_ZA", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property SSHTransfer() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("SSHTransfer", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property SSHTransfer_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("SSHTransfer_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property StartupExit_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("StartupExit_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to About.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAbout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAbout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Active.
|
|
'''</summary>
|
|
Friend ReadOnly Property strActive() As String
|
|
Get
|
|
Return ResourceManager.GetString("strActive", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Activity.
|
|
'''</summary>
|
|
Friend ReadOnly Property strActivity() As String
|
|
Get
|
|
Return ResourceManager.GetString("strActivity", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Connection.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAddConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New folder.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAddFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to AddNodeFromXML failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAddNodeFromXmlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddNodeFromXmlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to AddNodesFromSQL failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAddNodesFromSqlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddNodesFromSqlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required).
|
|
'''</summary>
|
|
Friend ReadOnly Property strAllowOnlySingleInstance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAllowOnlySingleInstance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAlways() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlways", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always connect, even if authentication fails.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAlwaysConnectEvenIfAuthFails() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlwaysConnectEvenIfAuthFails", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always show panel selection dialog when opening connections.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAlwaysShowPanelSelection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlwaysShowPanelSelection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always show System Tray Icon.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAlwaysShowSysTrayIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlwaysShowSysTrayIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ask me again later.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAskUpdatesCommandAskLater() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesCommandAskLater", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Customize the settings now.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAskUpdatesCommandCustom() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesCommandCustom", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use the recommended settings.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAskUpdatesCommandRecommended() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesCommandRecommended", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly..
|
|
'''</summary>
|
|
Friend ReadOnly Property strAskUpdatesContent() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesContent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatic update settings.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAskUpdatesMainInstruction() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesMainInstruction", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Aspect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAspect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAspect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatically get session information.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAutomaticallyGetSessionInfo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAutomaticallyGetSessionInfo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Auto Save every:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAutoSaveEvery() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAutoSaveEvery", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Minutes (0 means disabled).
|
|
'''</summary>
|
|
Friend ReadOnly Property strAutoSaveMins() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAutoSaveMins", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Current Version.
|
|
'''</summary>
|
|
Friend ReadOnly Property strAvailableVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAvailableVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Browse....
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonBrowse() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonBrowse", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Cancel.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonCancel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonCancel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Change.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonChange() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonChange", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Close.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonClose() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonClose", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Default Inheritance.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonDefaultInheritance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonDefaultInheritance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Default Properties.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonDefaultProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonDefaultProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disconnect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonDisconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonDisconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Icon.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Import.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonImport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonImport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inheritance.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonInheritance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonInheritance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Launch PuTTY.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonLaunchPutty() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonLaunchPutty", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &New.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonNew() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonNew", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &OK.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Properties.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Scan.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Stop.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonStop() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonStop", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Test Proxy.
|
|
'''</summary>
|
|
Friend ReadOnly Property strButtonTestProxy() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonTestProxy", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to You cannot import a normal connection file.
|
|
'''Please use File - Load Connections for normal connection files!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCannotImportNormalSessionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCannotImportNormalSessionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCannotStartPortScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCannotStartPortScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Appearance.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryAppearance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryAppearance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Credentials.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryCredentials() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryCredentials", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryDisplay() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryDisplay", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryGateway() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryGateway", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to General.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryGeneral() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryGeneral", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Miscellaneous.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryMiscellaneous() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryMiscellaneous", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Redirect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCategoryRedirect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryRedirect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always show this screen at startup.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcAlwaysShowScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcAlwaysShowScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Refresh.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcCheckAgain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcCheckAgain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcCheckFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcCheckFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check succeeded!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcCheckSucceeded() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcCheckSucceeded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The (RDP) Sessions feature requires that you have a registered copy of eolwtscom.dll on your system.
|
|
'''mRemoteNG ships with this component but will not register it automatically unless you run the setup package.
|
|
'''To do register it manually do this: Open up the run dialog (Start - Run) and enter the following: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (Where c:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation).
|
|
'''If you are still not able to pass this check or use the (RDP) Session [rest of string was truncated]";.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcEOLFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcEOLFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to EOLWTSCOM was found and seems to be registered properly..
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcEOLOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcEOLOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to To use the Gecko Rendering Engine you need to have XULrunner 1.8.1.x and the path to the installation set in your Options.
|
|
'''You can download XULrunner 1.8.1.3 here: ftp://ftp.mozilla.org/pub/xulrunner/releases/1.8.1.3/contrib/win32/
|
|
'''When you are finished downloading extract the package to a path of your choice. Then in mRemoteNG go to Tools - Options - Advanced and enter the correct path in the XULrunner path field.
|
|
'''If you are still not able to pass this check or use the Gecko Engine in mRemoteNG please c [rest of string was truncated]";.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcGeckoFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcGeckoFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to XULrunner was found and seems to be installed properly..
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcGeckoOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcGeckoOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/
|
|
'''If you have the XenDesktop Online Plugin installed and the check still fails, try to register wfica.ocx manually.
|
|
'''To do this open up the run dialog (Start - Run) and enter the following: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (Where c:\Program Files\Citrix\ICA Client\ is the path to your XenDesktop Online Plugin install [rest of string was truncated]";.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcICAFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcICAFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All ICA components were found and seem to be registered properly.
|
|
'''Citrix ICA Client Control Version {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcICAOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcICAOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to not installed properly.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcNotInstalledProperly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcNotInstalledProperly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The SSH, Telnet, Rlogin and RAW protocols need PuTTY to work. PuTTY comes with every mRemoteNG package and is located in the installation path.
|
|
'''Please make sure that either you have the Putty.exe in your mRemoteNG directory (default: c:\Program Files\mRemoteNG\) or that you specified a valid path to your PuTTY executable in the Options (Tools - Options - Advanced - Custom PuTTY path).
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcPuttyFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcPuttyFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The PuTTY executable was found and should be ready to use..
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcPuttyOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcPuttyOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to For RDP to work properly you need to have at least Remote Desktop Connection (Terminal Services Client) 6.1 installed. You can get it here: http://support.microsoft.com/kb/951616
|
|
'''If you have RDP 6.1 installed and the check still fails, try to register mstscax.dll manually. To do this open up the run dialog (Start - Run) and enter the following: regsvr32 "c:\windows\system32\mstscax.dll" (Where c:\ is your system drive).
|
|
'''If you still have trouble getting RDP to work please consult the mRemoteNG Forum at ht [rest of string was truncated]";.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcRDPFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcRDPFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All RDP components were found and seem to be registered properly.
|
|
'''Remote Desktop Connection Control Version {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcRDPOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcRDPOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC requires VncSharpNG.dll to be located in your mRemoteNG application folder.
|
|
'''Please make sure that you have the VncSharpNG.dll file in your mRemoteNG application folder (usually C:\Program Files\mRemoteNG\).
|
|
'''If you are still not able to pass this check or use VNC in mRemoteNG please consult the mRemoteNG Forum at http://forum.mremoteng.org/.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcVNCFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcVNCFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All VNC components were found and seem to be registered properly.
|
|
'''VncSharpNG Control Version {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCcVNCOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcVNCOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP && ICA only).
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxAutomaticReconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxAutomaticReconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Domain.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do not show this message again..
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxDoNotShowThisMessageAgain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxDoNotShowThisMessageAgain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inheritance.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxInheritance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxInheritance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to This proxy server requires authentication.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxProxyAuthentication() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxProxyAuthentication", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use custom PuTTY path:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxPuttyPath() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxPuttyPath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reconnect when ready.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxReconnectWhenReady() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxReconnectWhenReady", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use a proxy server to connect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxUpdateUseProxy() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxUpdateUseProxy", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Wait for exit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckboxWaitForExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxWaitForExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check Again.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckForUpdate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckForUpdate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check for updates and announcements at startup.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckForUpdatesOnStartup() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckForUpdatesOnStartup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check now.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckNow() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckNow", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check proper installation of components at startup.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCheckProperInstallationOfComponentsAtStartup() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckProperInstallationOfComponentsAtStartup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose panel before connecting.
|
|
'''</summary>
|
|
Friend ReadOnly Property strChoosePanelBeforeConnecting() As String
|
|
Get
|
|
Return ResourceManager.GetString("strChoosePanelBeforeConnecting", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Closed Ports.
|
|
'''</summary>
|
|
Friend ReadOnly Property strClosedPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strClosedPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Collapse all folders.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCollapseAllFolders() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCollapseAllFolders", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Arguments.
|
|
'''</summary>
|
|
Friend ReadOnly Property strColumnArguments() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnArguments", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Name.
|
|
'''</summary>
|
|
Friend ReadOnly Property strColumnDisplayName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnDisplayName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Filename.
|
|
'''</summary>
|
|
Friend ReadOnly Property strColumnFilename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnFilename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Hostname/IP.
|
|
'''</summary>
|
|
Friend ReadOnly Property strColumnHostnameIP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnHostnameIP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Message.
|
|
'''</summary>
|
|
Friend ReadOnly Property strColumnMessage() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnMessage", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username.
|
|
'''</summary>
|
|
Friend ReadOnly Property strColumnUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Wait For Exit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strColumnWaitForExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnWaitForExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't parse command line args!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCommandLineArgsCouldNotBeParsed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCommandLineArgsCouldNotBeParsed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Components Check.
|
|
'''</summary>
|
|
Friend ReadOnly Property strComponentsCheck() As String
|
|
Get
|
|
Return ResourceManager.GetString("strComponentsCheck", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to btnIcon_Click failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfigPropertyGridButtonIconClickFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridButtonIconClickFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ShowHideGridItems failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfigPropertyGridHideItemsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridHideItemsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to IconMenu_Click failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfigPropertyGridMenuClickFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridMenuClickFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Property Grid object failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfigPropertyGridObjectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridObjectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SetHostStatus failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfigPropertyGridSetHostStatusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridSetHostStatusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to pGrid_PopertyValueChanged failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfigPropertyGridValueFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridValueFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config UI load failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfigUiLoadFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigUiLoadFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the external tool, "{0}"?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmDeleteExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmDeleteExternalToolMultiple() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteExternalToolMultiple", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the connection, "{0}"?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmDeleteNodeConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteNodeConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the empty folder, "{0}"?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmDeleteNodeFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteNodeFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted..
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmDeleteNodeFolderNotEmpty() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteNodeFolderNotEmpty", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Confirm exit if there are open connections.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to close all open connections?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmExitMainInstruction() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmExitMainInstruction", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConfirmResetLayout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmResetLayout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect in fullscreen mode.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectInFullscreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectInFullscreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connecting....
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnecting() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnecting", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event Connected.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionEventConnected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventConnected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}").
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionEventConnectedDetail() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventConnectedDetail", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Conenction failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionEventConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event ErrorOccured.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionEventErrorOccured() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventErrorOccured", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Opening connection failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionOpenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionOpenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Cannot open connection: No hostname specified!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionOpenFailedNoHostname() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionOpenFailedNoHostname", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP error!
|
|
'''Error Code: {0}
|
|
'''Error Description: {1}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionRdpErrorDetail() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionRdpErrorDetail", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnections() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnections", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't set default port!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionSetDefaultPortFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionSetDefaultPortFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create backup of connections file!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionsFileBackupFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileBackupFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't import connections file!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionsFileCouldNotBeImported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeImported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections file "{0}" could not be loaded!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionsFileCouldNotBeLoaded() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeLoaded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections file "{0}" could not be loaded!
|
|
'''Starting with new connections file..
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionsFileCouldNotBeLoadedNew() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeLoadedNew", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save connections file!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionsFileCouldNotBeSaved() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeSaved", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save connections file as "{0}"!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectionsFileCouldNotSaveAs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotSaveAs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect to console session.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectToConsoleSession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectToConsoleSession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect (with options).
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnectWithOptions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectWithOptions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection to {0} via {1} closed by user {2}..
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnenctionClosedByUser() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionClosedByUser", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}").
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnenctionClosedByUserDetail() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionClosedByUserDetail", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection Event Closed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnenctionCloseEvent() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionCloseEvent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection Event Closed failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strConnenctionCloseEventFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionCloseEventFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create new connections file!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCouldNotCreateNewConnectionsFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCouldNotCreateNewConnectionsFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Installed version.
|
|
'''</summary>
|
|
Friend ReadOnly Property strCurrentVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCurrentVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Detect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strDetect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDetect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Don't connect if authentication fails.
|
|
'''</summary>
|
|
Friend ReadOnly Property strDontConnectWhenAuthFails() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDontConnectWhenAuthFails", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Double click on tab closes it.
|
|
'''</summary>
|
|
Friend ReadOnly Property strDoubleClickTabClosesIt() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDoubleClickTabClosesIt", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Download and Install.
|
|
'''</summary>
|
|
Friend ReadOnly Property strDownloadAndInstall() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDownloadAndInstall", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate.
|
|
'''</summary>
|
|
Friend ReadOnly Property strDuplicate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDuplicate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to continue with no password?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEmptyPasswordContinue() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEmptyPasswordContinue", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to For empty Username, Password or Domain fields use:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEmptyUsernamePasswordDomainFields() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEmptyUsernamePasswordDomainFields", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 128-bit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEnc128Bit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc128Bit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 128-bit (logon only).
|
|
'''</summary>
|
|
Friend ReadOnly Property strEnc128BitLogonOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc128BitLogonOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 40-bit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEnc40Bit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc40Bit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 56-bit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEnc56Bit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc56Bit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Basic.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEncBasic() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEncBasic", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Completely encrypt connection file.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEncryptCompleteConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEncryptCompleteConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to End IP.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEndIP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEndIP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to End Port.
|
|
'''</summary>
|
|
Friend ReadOnly Property strEndPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEndPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Error code {0}..
|
|
'''</summary>
|
|
Friend ReadOnly Property strErrorCode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorCode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Errors.
|
|
'''</summary>
|
|
Friend ReadOnly Property strErrors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Expand all folders.
|
|
'''</summary>
|
|
Friend ReadOnly Property strExpandAllFolders() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExpandAllFolders", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Experimental.
|
|
'''</summary>
|
|
Friend ReadOnly Property strExperimental() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExperimental", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Export.
|
|
'''</summary>
|
|
Friend ReadOnly Property strExport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Export mRemote/mRemoteNG XML.
|
|
'''</summary>
|
|
Friend ReadOnly Property strExportmRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExportmRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ext. App.
|
|
'''</summary>
|
|
Friend ReadOnly Property strExtApp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExtApp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Includes icons by [FAMFAMFAM].
|
|
'''</summary>
|
|
Friend ReadOnly Property strFAMFAMFAMAttribution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFAMFAMFAMAttribution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to http://www.famfamfam.com/.
|
|
'''</summary>
|
|
Friend ReadOnly Property strFAMFAMFAMAttributionURL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFAMFAMFAMAttributionURL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All Files (*.*).
|
|
'''</summary>
|
|
Friend ReadOnly Property strFilterAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFilterAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Application Files (*.exe).
|
|
'''</summary>
|
|
Friend ReadOnly Property strFilterApplication() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFilterApplication", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemote CSV Files (*.csv).
|
|
'''</summary>
|
|
Friend ReadOnly Property strFiltermRemoteCSV() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFiltermRemoteCSV", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemote XML Files (*.xml).
|
|
'''</summary>
|
|
Friend ReadOnly Property strFiltermRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFiltermRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Files (*.rdp).
|
|
'''</summary>
|
|
Friend ReadOnly Property strFilterRDP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFilterRDP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to visionapp Remote Desktop 2008 CSV Files (*.csv).
|
|
'''</summary>
|
|
Friend ReadOnly Property strFiltervRD2008CSV() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFiltervRD2008CSV", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inherit {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strFormatInherit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFormatInherit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Description of inherited property: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strFormatInheritDescription() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFormatInheritDescription", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Free.
|
|
'''</summary>
|
|
Friend ReadOnly Property strFree() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFree", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Fullscreen.
|
|
'''</summary>
|
|
Friend ReadOnly Property strFullscreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFullscreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to General.
|
|
'''</summary>
|
|
Friend ReadOnly Property strGeneral() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGeneral", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Get Connection Info From SQL failed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strGetConnectionInfoFromSqlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGetConnectionInfoFromSqlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Get Connection Info From XML failed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strGetConnectionInfoFromXmlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGetConnectionInfoFromXmlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatic Reconnect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strGroupboxAutomaticReconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxAutomaticReconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection.
|
|
'''</summary>
|
|
Friend ReadOnly Property strGroupboxConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool Properties.
|
|
'''</summary>
|
|
Friend ReadOnly Property strGroupboxExternalToolProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxExternalToolProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Files.
|
|
'''</summary>
|
|
Friend ReadOnly Property strGroupboxFiles() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxFiles", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Host.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHost() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHost", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to HTTP.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to HTTP Connect Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttpConnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpConnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create new HTTP Connection!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttpConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Changeing HTTP Document Tile Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttpDocumentTileChangeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpDocumentTileChangeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gecko (Firefox).
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttpGecko() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpGecko", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internet Explorer.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttpInternetExplorer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpInternetExplorer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to HTTPS.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttps() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttps", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Set HTTP Props failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strHttpSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA.
|
|
'''</summary>
|
|
Friend ReadOnly Property strICA() As String
|
|
Get
|
|
Return ResourceManager.GetString("strICA", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create new ICA Connection!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIcaConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Loading ICA Plugin failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIcaControlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaControlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA SetCredentials failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIcaSetCredentialsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetCredentialsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA Set Event Handlers Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIcaSetEventHandlersFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetEventHandlersFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA Set Props Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIcaSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA Set Resolution Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIcaSetResolutionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetResolutionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import from Active Directory.
|
|
'''</summary>
|
|
Friend ReadOnly Property strImportAD() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportAD", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import/Export.
|
|
'''</summary>
|
|
Friend ReadOnly Property strImportExport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportExport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import mRemote/mRemoteNG XML.
|
|
'''</summary>
|
|
Friend ReadOnly Property strImportmRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportmRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import from Port Scan.
|
|
'''</summary>
|
|
Friend ReadOnly Property strImportPortScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportPortScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import from .RDP file(s).
|
|
'''</summary>
|
|
Friend ReadOnly Property strImportRDPFiles() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportRDPFiles", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inactive.
|
|
'''</summary>
|
|
Friend ReadOnly Property strInactive() As String
|
|
Get
|
|
Return ResourceManager.GetString("strInactive", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Informations.
|
|
'''</summary>
|
|
Friend ReadOnly Property strInformations() As String
|
|
Get
|
|
Return ResourceManager.GetString("strInformations", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG is up to date.
|
|
'''</summary>
|
|
Friend ReadOnly Property strInheritNewConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strInheritNewConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dispose of Int App process failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppDisposeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppDisposeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Focus Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppFocusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppFocusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Handle: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Killing Int App Process failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppKillFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppKillFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel Handle: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppParentHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppParentHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Resize failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppResizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppResizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to --- IntApp Stuff ---.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppStuff() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppStuff", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Title: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strIntAppTitle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppTitle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to CTRL-ALT-DEL.
|
|
'''</summary>
|
|
Friend ReadOnly Property strKeysCtrlAltDel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strKeysCtrlAltDel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to CTRL-ESC.
|
|
'''</summary>
|
|
Friend ReadOnly Property strKeysCtrlEsc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strKeysCtrlEsc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Address:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Arguments:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelArguments() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelArguments", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Change Log:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelChangeLog() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelChangeLog", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Connect:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Name.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelDisplayName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelDisplayName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Domain:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Filename:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelFilename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelFilename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Options:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelOptions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelOptions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Port:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Portable Edition.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelPortableEdition() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPortableEdition", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to To configure PuTTY sessions click this button:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelPuttySessionsConfig() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPuttySessionsConfig", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Max. PuTTY && Integrated Ext. Apps wait time:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelPuttyTimeout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPuttyTimeout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Released under the GNU General Public License (GPL).
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelReleasedUnderGPL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelReleasedUnderGPL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to seconds.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelSeconds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelSeconds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue..
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelSelectPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelSelectPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Server Status:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelServerStatus() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelServerStatus", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Verify:.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLabelVerify() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelVerify", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Language.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLanguage() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLanguage", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to (Automatically Detect).
|
|
'''</summary>
|
|
Friend ReadOnly Property strLanguageDefault() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLanguageDefault", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to {0} must be restarted before changes to the language will take effect..
|
|
'''</summary>
|
|
Friend ReadOnly Property strLanguageRestartRequired() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLanguageRestartRequired", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Load From SQL failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLoadFromSqlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLoadFromSqlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Load From XML failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLoadFromXmlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLoadFromXmlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Local file.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLocalFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLocalFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Local file does not exist!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLocalFileDoesNotExist() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLocalFileDoesNotExist", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Logoff.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLogOff() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLogOff", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Writing to report file failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strLogWriteToFileFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLogWriteToFileFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save report to final location..
|
|
'''</summary>
|
|
Friend ReadOnly Property strLogWriteToFileFinalLocationFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLogWriteToFileFinalLocationFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Uses the Magic library by [Crownwood Software].
|
|
'''</summary>
|
|
Friend ReadOnly Property strMagicLibraryAttribution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMagicLibraryAttribution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to http://www.dotnetmagic.com/.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMagicLibraryAttributionURL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMagicLibraryAttributionURL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to About.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuAbout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuAbout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Add Connection Panel.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuAddConnectionPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuAddConnectionPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Announcements.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuAnnouncements() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuAnnouncements", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check for Updates.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuCheckForUpdates() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCheckForUpdates", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuConfig() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConfig", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection Panels.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuConnectionPanels() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnectionPanels", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuConnections() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnections", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections and Config.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuConnectionsAndConfig() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnectionsAndConfig", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Copy.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuCopy() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCopy", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ctrl-Alt-Del.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuCtrlAltDel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCtrlAltDel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ctrl-Esc.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuCtrlEsc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCtrlEsc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete....
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete Connection....
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDeleteConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDeleteConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete External Tool....
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDeleteExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDeleteExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete Folder....
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDeleteFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDeleteFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disconnect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDisconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDisconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Donate.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDonate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDonate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDuplicate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate Connection.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDuplicateConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicateConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate Folder.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDuplicateFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicateFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate Tab.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuDuplicateTab() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicateTab", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Exit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tools.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuExternalTools() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuExternalTools", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tools Toolbar.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuExternalToolsToolbar() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuExternalToolsToolbar", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &File.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Full Screen.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuFullScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuFullScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Full Screen (RDP).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuFullScreenRDP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuFullScreenRDP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Help.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuHelp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuHelp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG Help.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuHelpContents() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuHelpContents", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Jump To.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuJumpTo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuJumpTo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Launch External Tool.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuLaunchExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuLaunchExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Connection File.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuNewConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNewConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New External Tool.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuNewExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNewExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Notifications.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuNotifications() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNotifications", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open Connection File....
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuOpenConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuOpenConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Options.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuOptions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuOptions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Paste.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuPaste() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuPaste", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Port Scan.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuPortScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuPortScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick Connect Toolbar.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuQuickConnectToolbar() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuQuickConnectToolbar", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reconnect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuReconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuReconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Refresh Screen (VNC).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuRefreshScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRefreshScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuRename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename Connection.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuRenameConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRenameConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename Folder.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuRenameFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRenameFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename Tab.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuRenameTab() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRenameTab", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Report a Bug.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuReportBug() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuReportBug", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reset layout.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuResetLayout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuResetLayout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save Connection File.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSaveConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSaveConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save Connection File As....
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSaveConnectionFileAs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSaveConnectionFileAs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshot.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuScreenshot() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuScreenshot", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshot Manager.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuScreenshotManager() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuScreenshotManager", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Send Special Keys (VNC).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSendSpecialKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSendSpecialKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sessions.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSessions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSessions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sessions and Screenshots.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSessionsAndScreenshots() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSessionsAndScreenshots", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show Text.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuShowText() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuShowText", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SmartSize (RDP/VNC).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSmartSize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSmartSize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH File Transfer.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSSHFileTransfer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSSHFileTransfer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Start Chat (VNC).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuStartChat() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuStartChat", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Support Forum.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuSupportForum() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSupportForum", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Tools.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuTools() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuTools", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer File (SSH).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuTransferFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuTransferFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &View.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuView() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuView", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to View Only (VNC).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuViewOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuViewOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Website.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMenuWebsite() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuWebsite", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Minimize to System Tray.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMinimizeToSysTray() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMinimizeToSysTray", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Move down.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMoveDown() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMoveDown", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Move up.
|
|
'''</summary>
|
|
Friend ReadOnly Property strMoveUp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMoveUp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to My current credentials (Windows logon information).
|
|
'''</summary>
|
|
Friend ReadOnly Property strMyCurrentWindowsCreds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMyCurrentWindowsCreds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Never.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNever() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNever", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Connection.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNewConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Folder.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNewFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Panel.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNewPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Root.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNewRoot() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewRoot", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Title.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNewTitle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewTitle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No Compression.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNoCompression() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoCompression", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No Ext. App specified..
|
|
'''</summary>
|
|
Friend ReadOnly Property strNoExtAppDefined() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoExtAppDefined", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to None.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNoInformation() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoInformation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to None.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNone() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNone", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Normal.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNormal() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNormal", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No SmartSize.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNoSmartSize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoSmartSize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No update available.
|
|
'''</summary>
|
|
Friend ReadOnly Property strNoUpdateAvailable() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoUpdateAvailable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error.
|
|
'''If you run into such an error, please create a new connection file!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strOldConffile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOldConffile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open new tab to the right of the currently selected tab.
|
|
'''</summary>
|
|
Friend ReadOnly Property strOpenNewTabRight() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOpenNewTabRight", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open Ports.
|
|
'''</summary>
|
|
Friend ReadOnly Property strOpenPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOpenPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel Name.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPanelName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPanelName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password protect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPasswordProtect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPasswordProtect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Please fill all fields.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPleaseFillAllFields() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPleaseFillAllFields", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't load PortScan panel!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPortScanCouldNotLoadPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPortScanCouldNotLoadPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!).
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertiesWillOnlyBeSavedMRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertiesWillOnlyBeSavedMRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the hostname or ip you want to connect to..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Toggle all inheritance options..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select which authentication level this connection should use..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionAuthenticationLevel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAuthenticationLevel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select how you want to authenticate against the VNC server..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionAuthenticationMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAuthenticationMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether to use bitmap caching or not..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionCacheBitmaps() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionCacheBitmaps", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the colour quality to be used..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionColors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionColors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the compression value to be used..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionCompression() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionCompression", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Put your notes or a description for the host here..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionDescription() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDescription", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select yes if the theme of the remote host should be displayed..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionDisplayThemes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDisplayThemes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionDisplayWallpaper() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDisplayWallpaper", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your domain..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the encoding mode to be used..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionEncoding() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionEncoding", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the encryption strength of the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionEncryptionStrength() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionEncryptionStrength", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the external tool to be started..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionExternalToolAfter() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionExternalToolAfter", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionExternalToolBefore() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionExternalToolBefore", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose a icon that will be displayed when connected to the host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the MAC address of the remote host if you wish to use it in an external tool..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionMACAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionMACAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to This is the name that will be displayed in the connections tree..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sets the panel in which the connection will open..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your password..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the port the selected protocol is listening on..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a PuTTY session to be used when connecting..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionPuttySession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPuttySession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRDGatewayDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRDGatewayHostname() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayHostname", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRDGatewayUsageMethod() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayUsageMethod", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRDGatewayUseConnectionCredentials() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRDGatewayUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local disk drives should be shown on the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRedirectDrives() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectDrives", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRedirectKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRedirectPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local printers should be shown on the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRedirectPrinters() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectPrinters", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local Smart Cards should be available on the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRedirectSmartCards() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectSmartCards", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select how remote sound should be redirected..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRedirectSounds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectSounds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionRenderingEngine() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRenderingEngine", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose the resolution or mode this connection will open in..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionResolution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionResolution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the SmartSize mode to be used..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionSmartSizeMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionSmartSizeMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect to the console session of the remote host..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionUseConsoleSession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionUseConsoleSession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Feel free to enter any information you need here..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionUser1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionUser1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your username..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to If you want to establish a view only connection to the host select yes..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionViewOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionViewOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the proxy address to be used..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionVNCProxyAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your password for authenticating against the proxy..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionVNCProxyPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the port the proxy server listens on..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionVNCProxyPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionVNCProxyType() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyType", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your username for authenticating against the proxy..
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyDescriptionVNCProxyUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Hostname/IP.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Server Authentication.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameAuthenticationLevel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAuthenticationLevel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Authentication Mode.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameAuthenticationMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAuthenticationMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Cache Bitmaps.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameCacheBitmaps() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameCacheBitmaps", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Colours.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameColors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameColors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Compression.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameCompression() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameCompression", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Description.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameDescription() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDescription", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Themes.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameDisplayThemes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDisplayThemes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Wallpaper.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameDisplayWallpaper() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDisplayWallpaper", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Domain.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Encoding.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameEncoding() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameEncoding", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Encryption Strength.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameEncryptionStrength() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameEncryptionStrength", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool After.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameExternalToolAfter() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameExternalToolAfter", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool Before.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameExternalToolBefore() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameExternalToolBefore", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Icon.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to MAC Address.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameMACAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameMACAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Name.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNamePanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNamePassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Port.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNamePort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Session.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNamePuttySession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePuttySession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Domain.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRDGatewayDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Hostname.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRDGatewayHostname() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayHostname", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remote Desktop Gateway Password.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRDGatewayPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use Gateway.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRDGatewayUsageMethod() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayUsageMethod", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Credentials.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRDGatewayUseConnectionCredentials() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayUseConnectionCredentials", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Username.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRDGatewayUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disk Drives.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRedirectDrives() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectDrives", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Key Combinations.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRedirectKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ports.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRedirectPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Printers.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRedirectPrinters() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectPrinters", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Smart Cards.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRedirectSmartCards() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectSmartCards", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sounds.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRedirectSounds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectSounds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rendering Engine.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameRenderingEngine() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRenderingEngine", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Resolution.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameResolution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameResolution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SmartSize Mode.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameSmartSizeMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameSmartSizeMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use Console Session.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameUseConsoleSession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameUseConsoleSession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to User Field.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameUser1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameUser1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to View Only.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameViewOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameViewOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Address.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameVNCProxyAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Password.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameVNCProxyPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Port.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameVNCProxyPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Type.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameVNCProxyType() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyType", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Username.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPropertyNameVNCProxyUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event Disconnected.
|
|
'''Message:
|
|
'''{0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strProtocolEventDisconnected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProtocolEventDisconnected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event Disconnected failed.
|
|
'''{0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strProtocolEventDisconnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProtocolEventDisconnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol to import.
|
|
'''</summary>
|
|
Friend ReadOnly Property strProtocolToImport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProtocolToImport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy test failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strProxyTestFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProxyTestFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy test succeeded!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strProxyTestSucceeded() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProxyTestSucceeded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dispose of Putty process failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyDisposeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyDisposeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't set focus!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyFocusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyFocusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Get Putty Sessions Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyGetSessionsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyGetSessionsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Putty Handle: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Killing Putty Process failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyKillFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyKillFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel Handle: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyParentHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyParentHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Putty Resize Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyResizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyResizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Settings.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttySettings() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttySettings", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show PuTTY Settings Dialog failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyShowSettingsDialogFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyShowSettingsDialogFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Putty Start Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyStartFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyStartFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to --- PuTTY Stuff ---.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyStuff() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyStuff", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Title: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strPuttyTitle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyTitle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick: {0}.
|
|
'''</summary>
|
|
Friend ReadOnly Property strQuick() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuick", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick Connect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strQuickConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuickConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick Connect Add Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strQuickConnectAddFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuickConnectAddFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Creating quick connect failed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strQuickConnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuickConnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick Connect History Exists Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strQuickConnectHistoryExistsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuickConnectHistoryExistsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RAW.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRAW() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRAW", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 16777216 Colours (24-bit).
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDP16777216Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP16777216Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 256 Colours (8-bit).
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDP256Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP256Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 32768 Colours (15-bit).
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDP32768Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP32768Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 16777216 Colours (32-bit).
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDP4294967296Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP4294967296Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 65536 Colours (16-bit).
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDP65536Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP65536Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Add Resolution failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpAddResolutionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpAddResolutionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Add Resolutions failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpAddResolutionsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpAddResolutionsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Add Session failed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpAddSessionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpAddSessionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Close RDP Connection failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpCloseConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpCloseConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Opening connection failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpConnectionOpenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpConnectionOpenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create RDP control, please check mRemoteNG requirements..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpControlCreationFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpControlCreationFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Cursor blinking.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPDisableCursorblinking() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableCursorblinking", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Cursor Shadow.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPDisableCursorShadow() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableCursorShadow", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Full Window drag.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPDisableFullWindowdrag() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableFullWindowdrag", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Menu Animations.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPDisableMenuAnimations() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableMenuAnimations", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Themes.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPDisableThemes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableThemes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Wallpaper.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPDisableWallpaper() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableWallpaper", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP disconnected!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpDisconnected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpDisconnected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Disconnect failed, trying to close!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpDisconnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpDisconnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 1..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorCode1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 2..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorCode2() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode2", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 3. This is not a valid state..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorCode3() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode3", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 4..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorCode4() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode4", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An unrecoverable error has occurred during client connection..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GetError failed (FatalErrors).
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorGetFailure() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorGetFailure", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An unknown fatal RDP error has occurred. Error code {0}..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorGetUnknown() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorGetUnknown", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An out-of-memory error has occurred..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorOutOfMemory() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorOutOfMemory", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An unknown error has occurred..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorUnknown() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorUnknown", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to A window-creation error has occurred..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorWindowCreation() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorWindowCreation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Winsock initialization error..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpErrorWinsock() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorWinsock", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't import rdp file!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpFileCouldNotBeImported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpFileCouldNotBeImported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Fit To Panel.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPFitToPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPFitToPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Focus failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpFocusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpFocusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RD Gateway is supported..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpGatewayIsSupported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpGatewayIsSupported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RD Gateway is not supported!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpGatewayNotSupported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpGatewayNotSupported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GetSessions failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpGetSessionsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpGetSessionsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open RDP Connectin failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpOpenConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpOpenConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Reconnection Count.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpReconnectCount() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpReconnectCount", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetAuthenticationLevel failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetAuthenticationLevelFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetAuthenticationLevelFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetUseConsoleSession failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetConsoleSessionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetConsoleSessionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Setting Console switch for RDC {0}..
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetConsoleSwitch() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetConsoleSwitch", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetCredentials failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetCredentialsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetCredentialsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetEventHandlers failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetEventHandlersFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetEventHandlersFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetRDGateway failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetGatewayFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetGatewayFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetPerformanceFlags failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetPerformanceFlagsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetPerformanceFlagsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetPort failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetPortFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetPortFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetProps failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rdp Set Redirection Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetRedirectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetRedirectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rdp Set Redirect Keys Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetRedirectKeysFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetRedirectKeysFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetResolution failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpSetResolutionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetResolutionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Smart Size.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPSmartSize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSmartSize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Bring to this computer.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPSoundBringToThisComputer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSoundBringToThisComputer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do not play.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPSoundDoNotPlay() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSoundDoNotPlay", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Leave at remote computer.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRDPSoundLeaveAtRemoteComputer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSoundLeaveAtRemoteComputer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP ToggleFullscreen failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpToggleFullscreenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpToggleFullscreenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP ToggleSmartSize failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRdpToggleSmartSizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpToggleSmartSizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reconnect to previously opened sessions on startup.
|
|
'''</summary>
|
|
Friend ReadOnly Property strReconnectAtStartup() As String
|
|
Get
|
|
Return ResourceManager.GetString("strReconnectAtStartup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Refresh.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRefresh() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRefresh", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remote file.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRemoteFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRemoteFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remove All.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRemoveAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRemoveAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rlogin.
|
|
'''</summary>
|
|
Friend ReadOnly Property strRlogin() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRlogin", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSave() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSave", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save All.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSaveAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to save the current connections file before loading another?.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSaveConnectionsFileBeforeOpeningAnother() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveConnectionsFileBeforeOpeningAnother", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save connections on exit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSaveConsOnExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveConsOnExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSaveImageFilter() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveImageFilter", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screen.
|
|
'''</summary>
|
|
Friend ReadOnly Property strScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshot.
|
|
'''</summary>
|
|
Friend ReadOnly Property strScreenshot() As String
|
|
Get
|
|
Return ResourceManager.GetString("strScreenshot", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshots.
|
|
'''</summary>
|
|
Friend ReadOnly Property strScreenshots() As String
|
|
Get
|
|
Return ResourceManager.GetString("strScreenshots", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Send To....
|
|
'''</summary>
|
|
Friend ReadOnly Property strSendTo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSendTo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Get Sessions Background failed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSessionGetFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSessionGetFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Kill Session Background failed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSessionKillFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSessionKillFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Set hostname like display name when creating new connections.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSetHostnameLikeDisplayName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSetHostnameLikeDisplayName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Setting main form text failed.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSettingMainFormTextFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSettingMainFormTextFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save settings or dispose SysTray Icon!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSettingsCouldNotBeSavedOrTrayDispose() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSettingsCouldNotBeSavedOrTrayDispose", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show description tooltips in connection tree.
|
|
'''</summary>
|
|
Friend ReadOnly Property strShowDescriptionTooltips() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowDescriptionTooltips", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show full connections file path in window title.
|
|
'''</summary>
|
|
Friend ReadOnly Property strShowFullConsFilePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowFullConsFilePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show logon information on tab names.
|
|
'''</summary>
|
|
Friend ReadOnly Property strShowLogonInfoOnTabs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowLogonInfoOnTabs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show protocols on tab names.
|
|
'''</summary>
|
|
Friend ReadOnly Property strShowProtocolOnTabs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowProtocolOnTabs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Single click on connection opens it.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSingleClickOnConnectionOpensIt() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSingleClickOnConnectionOpensIt", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Single click on opened connection switches to it.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSingleClickOnOpenConnectionSwitchesToIt() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSingleClickOnOpenConnectionSwitchesToIt", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Aspect.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSmartSizeModeAspect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSmartSizeModeAspect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Free.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSmartSizeModeFree() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSmartSizeModeFree", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No SmartSize.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSmartSizeModeNone() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSmartSizeModeNone", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Socks 5.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSocks5() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSocks5", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sort.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ascending (A-Z).
|
|
'''</summary>
|
|
Friend ReadOnly Property strSortAsc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSortAsc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Descending (Z-A).
|
|
'''</summary>
|
|
Friend ReadOnly Property strSortDesc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSortDesc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Speical Keys.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSpecialKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSpecialKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSQLInfo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSQLInfo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SQL Server.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSQLServer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSQLServer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SQL Update check finished and there is an update available! Going to refresh connections..
|
|
'''</summary>
|
|
Friend ReadOnly Property strSqlUpdateCheckUpdateAvailable() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSqlUpdateCheckUpdateAvailable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH version 1.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSsh1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSsh1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH version 2.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSsh2() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSsh2", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH background transfer failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSSHStartTransferBG() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHStartTransferBG", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer successful!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSSHTranferSuccessful() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHTranferSuccessful", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH Transfer End (UI.Window.SSHTransfer) failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSSHTransferEndFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHTransferEndFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSSHTransferFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHTransferFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Start IP.
|
|
'''</summary>
|
|
Friend ReadOnly Property strStartIP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStartIP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Start Port.
|
|
'''</summary>
|
|
Friend ReadOnly Property strStartPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStartPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Startup/Exit.
|
|
'''</summary>
|
|
Friend ReadOnly Property strStartupExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStartupExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Status.
|
|
'''</summary>
|
|
Friend ReadOnly Property strStatus() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStatus", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Switch to Notifications panel on.
|
|
'''</summary>
|
|
Friend ReadOnly Property strSwitchToErrorsAndInfos() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSwitchToErrorsAndInfos", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Advanced.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTabAdvanced() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTabAdvanced", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Appearance.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTabAppearance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTabAppearance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Tabs && Panels.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTabsAndPanels() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTabsAndPanels", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Telnet.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTelnet() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTelnet", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The follwing.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTheFollowing() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTheFollowing", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Error ({0}).
|
|
'''</summary>
|
|
Friend ReadOnly Property strTitleError() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleError", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Information ({0}).
|
|
'''</summary>
|
|
Friend ReadOnly Property strTitleInformation() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleInformation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTitlePassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitlePassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select Panel.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTitleSelectPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleSelectPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warning ({0}).
|
|
'''</summary>
|
|
Friend ReadOnly Property strTitleWarning() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleWarning", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTransfer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTransfer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTransferFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTransferFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Try to integrate.
|
|
'''</summary>
|
|
Friend ReadOnly Property strTryIntegrate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTryIntegrate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Type.
|
|
'''</summary>
|
|
Friend ReadOnly Property strType() As String
|
|
Get
|
|
Return ResourceManager.GetString("strType", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ultra VNC Repeater.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUltraVncRepeater() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUltraVncRepeater", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to UltraVNC SingleClick Port.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUltraVNCSCListeningPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUltraVNCSCListeningPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Uncheck the properties you want not to be saved!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUncheckProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUncheckProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG requires an update.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateAvailable() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateAvailable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates and product announcements..
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateCheck() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheck", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check for update completion failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateCheckCompleteFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheckCompleteFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check For Update failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateCheckFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheckFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Error deleting update file!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateDeleteFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateDeleteFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Download complete!
|
|
'''mRemoteNG will now quit and begin with the installation..
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateDownloadComplete() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateDownloadComplete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Download complete failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateDownloadCompleteFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateDownloadCompleteFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Download Update failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateDownloadFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateDownloadFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Every {0} days.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateFrequencyCustom() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyCustom", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Daily.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateFrequencyDaily() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyDaily", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Monthly.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateFrequencyMonthly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyMonthly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Weekly.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateFrequencyWeekly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyWeekly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Error starting update!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUpdateStartFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateStartFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use a different username and password.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUseDifferentUsernameAndPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseDifferentUsernameAndPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use only Notifications panel (no messagebox popups).
|
|
'''</summary>
|
|
Friend ReadOnly Property strUseOnlyErrorsAndInfosPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseOnlyErrorsAndInfosPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to User.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUser() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUser", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use the same username and password.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUseSameUsernameAndPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseSameUsernameAndPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use SQL Server to load && save connections.
|
|
'''</summary>
|
|
Friend ReadOnly Property strUseSQLServer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseSQLServer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Version.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVnc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVnc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC disconnect failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncConnectionDisconnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncConnectionDisconnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Opening connection failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncConnectionOpenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncConnectionOpenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Refresh Screen Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncRefreshFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncRefreshFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC SendSpecialKeys failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncSendSpecialKeysFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncSendSpecialKeysFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Set Event Handlers failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncSetEventHandlersFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncSetEventHandlersFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Set Props Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Start Chat Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncStartChatFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncStartChatFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Toggle SmartSize Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncToggleSmartSizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncToggleSmartSizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Toggle ViewOnly Failed!.
|
|
'''</summary>
|
|
Friend ReadOnly Property strVncToggleViewOnlyFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncToggleViewOnlyFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warn me if authentication fails.
|
|
'''</summary>
|
|
Friend ReadOnly Property strWarnIfAuthFails() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWarnIfAuthFails", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warnings.
|
|
'''</summary>
|
|
Friend ReadOnly Property strWarnings() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWarnings", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Uses the DockPanel Suite by [Weifen Luo].
|
|
'''</summary>
|
|
Friend ReadOnly Property strWeifenLuoAttribution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWeifenLuoAttribution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to http://sourceforge.net/projects/dockpanelsuite/.
|
|
'''</summary>
|
|
Friend ReadOnly Property strWeifenLuoAttributionURL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWeifenLuoAttributionURL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Windows.
|
|
'''</summary>
|
|
Friend ReadOnly Property strWindows() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWindows", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Write log file (mRemoteNG.log).
|
|
'''</summary>
|
|
Friend ReadOnly Property strWriteLogFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWriteLogFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to XULrunner path.
|
|
'''</summary>
|
|
Friend ReadOnly Property strXULrunnerPath() As String
|
|
Get
|
|
Return ResourceManager.GetString("strXULrunnerPath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Yes.
|
|
'''</summary>
|
|
Friend ReadOnly Property strYes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strYes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Tab_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Tab_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Tools() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Tools", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Update() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Update", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Update_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Update_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property UVNC_SC() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("UVNC_SC", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property UVNC_SC_Icon() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("UVNC_SC_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property View() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("View", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Warning() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Warning", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property WarningSmall() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("WarningSmall", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
Friend ReadOnly Property Website() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Website", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|