7e6a613e7a
- aggiunti operatori e trasformazioni su Vector, Point e Frame3d - modifiche a funzioni di apertura file di Scene - nuova gestione toolbar tipo RibbonBar - gestione parametro open file su linea di comando.
314 lines
13 KiB
VB.net
314 lines
13 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Il codice è stato generato da uno strumento.
|
|
' Versione runtime:4.0.30319.34014
|
|
'
|
|
' Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
|
' il codice viene rigenerato.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
Imports System
|
|
|
|
Namespace My.Resources
|
|
|
|
'Questa classe è stata generata automaticamente dalla classe StronglyTypedResourceBuilder.
|
|
'tramite uno strumento quale ResGen o Visual Studio.
|
|
'Per aggiungere o rimuovere un membro, modificare il file con estensione ResX ed eseguire nuovamente ResGen
|
|
'con l'opzione /str oppure ricompilare il progetto VS.
|
|
'''<summary>
|
|
''' Classe di risorse fortemente tipizzata per la ricerca di stringhe localizzate e così via.
|
|
'''</summary>
|
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
|
Friend Module Resources
|
|
|
|
Private resourceMan As Global.System.Resources.ResourceManager
|
|
|
|
Private resourceCulture As Global.System.Globalization.CultureInfo
|
|
|
|
'''<summary>
|
|
''' Restituisce l'istanza di ResourceManager nella cache utilizzata da questa classe.
|
|
'''</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("TestEIn.Resources", GetType(Resources).Assembly)
|
|
resourceMan = temp
|
|
End If
|
|
Return resourceMan
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Esegue l'override della proprietà CurrentUICulture del thread corrente per tutte le
|
|
''' ricerche di risorse eseguite utilizzando questa classe di risorse fortemente tipizzata.
|
|
'''</summary>
|
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
|
Get
|
|
Return resourceCulture
|
|
End Get
|
|
Set
|
|
resourceCulture = value
|
|
End Set
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property _New() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("New", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Analyze() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Analyze", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property CurveDir() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("CurveDir", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Exec() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Exec", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Export() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Export", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property GetDist() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("GetDist", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Import() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Import", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromBACK() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromBACK", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromFRONT() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromFRONT", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromISO_NE() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromISO_NE", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromISO_NW() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromISO_NW", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromISO_SE() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromISO_SE", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromISO_SW() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromISO_SW", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromLEFT() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromLEFT", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromRIGHT() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromRIGHT", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property LookFromTOP() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("LookFromTOP", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Open() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Open", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property RenderingHL() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("RenderingHL", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property RenderingSH() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("RenderingSH", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property RenderingWF() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("RenderingWF", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
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
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property SaveAs() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("SaveAs", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property ZoomAll() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ZoomAll", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property ZoomIn() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ZoomIn", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Cerca una risorsa localizzata di tipo System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property ZoomOut() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("ZoomOut", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|