mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-03 16:49:21 +00:00
Delete Application.Designer.vb
This commit is contained in:
parent
174cdc77fa
commit
5f0a9a420d
43
My Project/Application.Designer.vb
generated
43
My Project/Application.Designer.vb
generated
@ -1,43 +0,0 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Este código fue generado por una herramienta.
|
||||
' Versión del motor en tiempo de ejecución:2.0.50727.3053
|
||||
'
|
||||
' 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
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
'NOTA: este archivo se genera de forma automática; no lo modifique directamente. Para realizar cambios,
|
||||
' o si detecta errores de generación en este archivo, vaya al Diseñador de proyectos
|
||||
' (vaya a Propiedades del proyecto o haga doble clic en el nodo My Project en el
|
||||
' Explorador de soluciones) y realice cambios en la ficha Aplicación.
|
||||
'
|
||||
Partial Friend Class MyApplication
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Public Sub New()
|
||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||
Me.IsSingleInstance = false
|
||||
Me.EnableVisualStyles = true
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.VirtualMac.frmMain
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateSplashScreen()
|
||||
Me.SplashScreen = Global.VirtualMac.frmSplash
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
Loading…
Reference in New Issue
Block a user