mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-01 03:49:23 +00:00
8b3286fe05
New Mac Wizard working, and revamped, so now you choose emulator and OS. Thank to adespoton for the Mac compatibility matrix. (https://docs.google.com/spreadsheets/d/1us6SCBgVs8NqbxofJXTmHDeK3nKQJpcgya2nWC9_t2w/edit#gid=0) Now PearPC files can be loaded and saved (I've taken code from PearPC Config File Generator and adapted it to Virtual Mac) Still getting the challenge of dealing with BII and SheepShaver config files. Will upload new versions of files when they work. Updated to 0.6.1 in file version, but technically it's 0.6.1 Beta (Or 0.6.1 RC, 0.6.0, not the final 0.6.1) Now with some investigation, the app is "translated" to Spanish and German (Please forgive the bad German translation, I used GTranslate and Virtual PC as reference points for this). To change the language, go to File > Options > Language and select the new language. Note that German(de-DE) or Spanish(es-MX) might be loaded by default if you are using these languages in you Windows installation. Note that the translation is crap, and is not complete, so many parts are still in English. Will try to fix this in 0.7.1 Still need to fix Saving BII and SS files, so this is not final 0.6.1, will release a "revision" later.
173 lines
7.3 KiB
VB.net
173 lines
7.3 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Este código fue generado por una herramienta.
|
|
' Versión de runtime:4.0.30319.42000
|
|
'
|
|
' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
' se vuelve a generar el código.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
Imports System
|
|
|
|
Namespace My.Resources
|
|
|
|
'StronglyTypedResourceBuilder generó automáticamente esta clase
|
|
'a través de una herramienta como ResGen o Visual Studio.
|
|
'Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen
|
|
'con la opción /str o vuelva a generar su proyecto de VS.
|
|
'''<summary>
|
|
''' Clase de recurso con establecimiento inflexible de tipos, para buscar cadenas traducidas, etc.
|
|
'''</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>
|
|
''' Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase.
|
|
'''</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("VirtualMac.Resources", GetType(Resources).Assembly)
|
|
resourceMan = temp
|
|
End If
|
|
Return resourceMan
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las
|
|
''' búsquedas de recursos mediante esta clase de recurso con establecimiento inflexible de tipos.
|
|
'''</summary>
|
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
|
Get
|
|
Return resourceCulture
|
|
End Get
|
|
Set
|
|
resourceCulture = value
|
|
End Set
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property About() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("About", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property BrowserBack() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("BrowserBack", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property BrowserForward() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("BrowserForward", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property BrowserHome() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("BrowserHome", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property BrowserSearch() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("BrowserSearch", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Busca una cadena traducida similar a Archivo.
|
|
'''</summary>
|
|
Friend ReadOnly Property mnuFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("mnuFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property NewDisk() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("NewDisk", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property NewMac() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("NewMac", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Shutdown_Icon() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Shutdown_Icon", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icono).
|
|
'''</summary>
|
|
Friend ReadOnly Property VirtualMacMain() As System.Drawing.Icon
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("VirtualMacMain", resourceCulture)
|
|
Return CType(obj,System.Drawing.Icon)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property WizardPicture() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("WizardPicture", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|