⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmipm.designer.vb

📁 Examen Practico 1 de ssd4 visual 2008
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmIPM
#Region "C骴igo generado por el Dise馻dor de Windows Forms "
	<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
		MyBase.New()
		'Llamada necesaria para el Dise馻dor de Windows Forms.
		InitializeComponent()
	End Sub
	'Form invalida a Dispose para limpiar la lista de componentes.
	<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
		If Disposing Then
			If Not components Is Nothing Then
				components.Dispose()
			End If
		End If
		MyBase.Dispose(Disposing)
	End Sub
	'Requerido por el Dise馻dor de Windows Forms
	Private components As System.ComponentModel.IContainer
	Public ToolTip1 As System.Windows.Forms.ToolTip
	Public WithEvents cmdExit As System.Windows.Forms.Button
	Public WithEvents cmdSearch As System.Windows.Forms.Button
	Public WithEvents cmdDisplay As System.Windows.Forms.Button
	Public WithEvents txtBusqueda As System.Windows.Forms.TextBox
	Public WithEvents txtNumber As System.Windows.Forms.TextBox
	Public WithEvents txtDisplay As System.Windows.Forms.TextBox
	Public WithEvents _lblCoincidencia_3 As System.Windows.Forms.Label
	Public WithEvents _lblCoincidencia_2 As System.Windows.Forms.Label
	Public WithEvents _lblCoincidencia_1 As System.Windows.Forms.Label
	Public WithEvents _lblCoincidencia_0 As System.Windows.Forms.Label
	Public WithEvents lblIPM As System.Windows.Forms.Label
	Public WithEvents lblSearch As System.Windows.Forms.Label
	Public WithEvents lblDisplay As System.Windows.Forms.Label
	Public WithEvents lblRelationship As System.Windows.Forms.Label
	Public WithEvents lbl5 As System.Windows.Forms.Label
	Public WithEvents lbl4 As System.Windows.Forms.Label
	Public WithEvents lbl3 As System.Windows.Forms.Label
	Public WithEvents lbl2 As System.Windows.Forms.Label
	Public WithEvents lbl1 As System.Windows.Forms.Label
	Public WithEvents lblHeuristicas As System.Windows.Forms.Label
	Public WithEvents lblCoincidencia As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	'NOTA: el Dise馻dor de Windows Forms necesita el siguiente procedimiento
	'Se puede modificar mediante el Dise馻dor de Windows Forms.
	'No lo modifique con el editor de c骴igo.
	<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmIPM))
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.cmdExit = New System.Windows.Forms.Button
        Me.cmdSearch = New System.Windows.Forms.Button
        Me.cmdDisplay = New System.Windows.Forms.Button
        Me.txtBusqueda = New System.Windows.Forms.TextBox
        Me.txtNumber = New System.Windows.Forms.TextBox
        Me.txtDisplay = New System.Windows.Forms.TextBox
        Me._lblCoincidencia_3 = New System.Windows.Forms.Label
        Me._lblCoincidencia_2 = New System.Windows.Forms.Label
        Me._lblCoincidencia_1 = New System.Windows.Forms.Label
        Me._lblCoincidencia_0 = New System.Windows.Forms.Label
        Me.lblIPM = New System.Windows.Forms.Label
        Me.lblSearch = New System.Windows.Forms.Label
        Me.lblDisplay = New System.Windows.Forms.Label
        Me.lblRelationship = New System.Windows.Forms.Label
        Me.lbl5 = New System.Windows.Forms.Label
        Me.lbl4 = New System.Windows.Forms.Label
        Me.lbl3 = New System.Windows.Forms.Label
        Me.lbl2 = New System.Windows.Forms.Label
        Me.lbl1 = New System.Windows.Forms.Label
        Me.lblHeuristicas = New System.Windows.Forms.Label
        Me.lblCoincidencia = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        CType(Me.lblCoincidencia, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'cmdExit
        '
        Me.cmdExit.BackColor = System.Drawing.SystemColors.Control
        Me.cmdExit.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmdExit.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cmdExit.Location = New System.Drawing.Point(717, 392)
        Me.cmdExit.Name = "cmdExit"
        Me.cmdExit.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmdExit.Size = New System.Drawing.Size(89, 25)
        Me.cmdExit.TabIndex = 14
        Me.cmdExit.Text = "&Salir"
        Me.ToolTip1.SetToolTip(Me.cmdExit, "Salir")
        Me.cmdExit.UseVisualStyleBackColor = False
        '
        'cmdSearch
        '
        Me.cmdSearch.BackColor = System.Drawing.SystemColors.Control
        Me.cmdSearch.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmdSearch.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cmdSearch.Location = New System.Drawing.Point(349, 392)
        Me.cmdSearch.Name = "cmdSearch"
        Me.cmdSearch.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmdSearch.Size = New System.Drawing.Size(146, 25)
        Me.cmdSearch.TabIndex = 13
        Me.cmdSearch.Text = "&Buscar en las Relaciones"
        Me.ToolTip1.SetToolTip(Me.cmdSearch, "Buscar en las relaciones el texto ingresado")
        Me.cmdSearch.UseVisualStyleBackColor = False
        '
        'cmdDisplay
        '
        Me.cmdDisplay.BackColor = System.Drawing.SystemColors.Control
        Me.cmdDisplay.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmdDisplay.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cmdDisplay.Location = New System.Drawing.Point(349, 352)
        Me.cmdDisplay.Name = "cmdDisplay"
        Me.cmdDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmdDisplay.Size = New System.Drawing.Size(146, 21)
        Me.cmdDisplay.TabIndex = 12
        Me.cmdDisplay.Text = "&Desplegar Relaci髇"
        Me.ToolTip1.SetToolTip(Me.cmdDisplay, "Desplegar el texto")
        Me.cmdDisplay.UseVisualStyleBackColor = False
        '
        'txtBusqueda
        '
        Me.txtBusqueda.AcceptsReturn = True
        Me.txtBusqueda.BackColor = System.Drawing.SystemColors.Window
        Me.txtBusqueda.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtBusqueda.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtBusqueda.Location = New System.Drawing.Point(213, 392)
        Me.txtBusqueda.MaxLength = 0
        Me.txtBusqueda.Name = "txtBusqueda"
        Me.txtBusqueda.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtBusqueda.Size = New System.Drawing.Size(121, 20)
        Me.txtBusqueda.TabIndex = 11
        Me.ToolTip1.SetToolTip(Me.txtBusqueda, "Escribe la palabra clave a buscar")
        '
        'txtNumber
        '
        Me.txtNumber.AcceptsReturn = True
        Me.txtNumber.BackColor = System.Drawing.SystemColors.Window
        Me.txtNumber.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtNumber.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtNumber.Location = New System.Drawing.Point(213, 349)
        Me.txtNumber.MaxLength = 0
        Me.txtNumber.Name = "txtNumber"
        Me.txtNumber.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtNumber.Size = New System.Drawing.Size(121, 20)
        Me.txtNumber.TabIndex = 10
        Me.ToolTip1.SetToolTip(Me.txtNumber, "Ingresa tu selecci髇 aqu

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -