_ Partial Class frmModificarTI Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.btnGuardar = New System.Windows.Forms.Button() Me.btnCerrar = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.txtC1 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtC2 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtC3 = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'btnGuardar ' Me.btnGuardar.Location = New System.Drawing.Point(273, 211) Me.btnGuardar.Name = "btnGuardar" Me.btnGuardar.Size = New System.Drawing.Size(121, 44) Me.btnGuardar.TabIndex = 0 Me.btnGuardar.Text = "Guardar" Me.btnGuardar.UseVisualStyleBackColor = True ' 'btnCerrar ' Me.btnCerrar.Location = New System.Drawing.Point(422, 211) Me.btnCerrar.Name = "btnCerrar" Me.btnCerrar.Size = New System.Drawing.Size(121, 44) Me.btnCerrar.TabIndex = 1 Me.btnCerrar.Text = "Cerrar" Me.btnCerrar.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(21, 111) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(20, 13) Me.Label1.TabIndex = 2 Me.Label1.Text = "C1" ' 'txtC1 ' Me.txtC1.Location = New System.Drawing.Point(47, 108) Me.txtC1.Name = "txtC1" Me.txtC1.Size = New System.Drawing.Size(128, 20) Me.txtC1.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(210, 111) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(20, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "C2" ' 'txtC2 ' Me.txtC2.Location = New System.Drawing.Point(236, 108) Me.txtC2.Name = "txtC2" Me.txtC2.Size = New System.Drawing.Size(120, 20) Me.txtC2.TabIndex = 3 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(397, 111) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(20, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "C3" ' 'txtC3 ' Me.txtC3.Location = New System.Drawing.Point(423, 108) Me.txtC3.Name = "txtC3" Me.txtC3.Size = New System.Drawing.Size(123, 20) Me.txtC3.TabIndex = 3 ' 'frmModificarTI ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(585, 297) Me.Controls.Add(Me.txtC3) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtC2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtC1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.btnCerrar) Me.Controls.Add(Me.btnGuardar) Me.Name = "frmModificarTI" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "frmModificarTI" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnGuardar As System.Windows.Forms.Button Friend WithEvents btnCerrar As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtC1 As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtC2 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtC3 As System.Windows.Forms.TextBox End Class