_ Partial Class frmVirtualMacintoshClose Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVirtualMacintoshClose)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel Me.OK_Button = New System.Windows.Forms.Button Me.Cancel_Button = New System.Windows.Forms.Button Me.ShutdownHelp = New System.Windows.Forms.Label Me.ShutdownIcon = New System.Windows.Forms.PictureBox Me.TableLayoutPanel1.SuspendLayout() CType(Me.ShutdownIcon, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TableLayoutPanel1 ' resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1") Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" ' 'OK_Button ' resources.ApplyResources(Me.OK_Button, "OK_Button") Me.OK_Button.Name = "OK_Button" ' 'Cancel_Button ' resources.ApplyResources(Me.Cancel_Button, "Cancel_Button") Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Cancel_Button.Name = "Cancel_Button" ' 'ShutdownHelp ' resources.ApplyResources(Me.ShutdownHelp, "ShutdownHelp") Me.ShutdownHelp.Name = "ShutdownHelp" ' 'ShutdownIcon ' Me.ShutdownIcon.Image = Global.VirtualMac.My.Resources.Resources.Shutdown_Icon resources.ApplyResources(Me.ShutdownIcon, "ShutdownIcon") Me.ShutdownIcon.Name = "ShutdownIcon" Me.ShutdownIcon.TabStop = False ' 'frmVirtualMacintoshDialog ' Me.AcceptButton = Me.OK_Button resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Cancel_Button Me.Controls.Add(Me.ShutdownHelp) Me.Controls.Add(Me.ShutdownIcon) Me.Controls.Add(Me.TableLayoutPanel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmVirtualMacintoshDialog" Me.ShowInTaskbar = False Me.TableLayoutPanel1.ResumeLayout(False) CType(Me.ShutdownIcon, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents OK_Button As System.Windows.Forms.Button Friend WithEvents Cancel_Button As System.Windows.Forms.Button Friend WithEvents ShutdownIcon As System.Windows.Forms.PictureBox Friend WithEvents ShutdownHelp As System.Windows.Forms.Label End Class