_ Partial Class FrmCalStatus 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCalStatus)) Me.cmbstatus = New System.Windows.Forms.ComboBox() Me.txtcomentarios = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.txtpersonaboletinada = New System.Windows.Forms.TextBox() Me.txtporcentaje = New System.Windows.Forms.TextBox() Me.txtorganismo = New System.Windows.Forms.TextBox() Me.txtpais = New System.Windows.Forms.TextBox() Me.txtclientenombre = New System.Windows.Forms.TextBox() Me.txtnic = New System.Windows.Forms.TextBox() Me.txtestatus = New System.Windows.Forms.TextBox() Me.txtobservaciones = New System.Windows.Forms.TextBox() Me.txtfecha = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.txtidlistarestringida = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.btnInsertar = New System.Windows.Forms.Button() Me.btncancelar = New System.Windows.Forms.Button() Me.LblFigura = New System.Windows.Forms.Label() Me.TxtId_Figura = New System.Windows.Forms.TextBox() Me.txtNomFigura = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'cmbstatus ' Me.cmbstatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbstatus.Location = New System.Drawing.Point(105, 356) Me.cmbstatus.Name = "cmbstatus" Me.cmbstatus.Size = New System.Drawing.Size(280, 21) Me.cmbstatus.TabIndex = 2 ' 'txtcomentarios ' Me.txtcomentarios.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtcomentarios.Location = New System.Drawing.Point(105, 282) Me.txtcomentarios.MaxLength = 199 Me.txtcomentarios.Multiline = True Me.txtcomentarios.Name = "txtcomentarios" Me.txtcomentarios.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtcomentarios.Size = New System.Drawing.Size(387, 68) Me.txtcomentarios.TabIndex = 1 ' 'Label5 ' Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(1, 359) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(99, 19) Me.Label5.TabIndex = 60 Me.Label5.Text = "Cambiar Status" Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue ' 'txtpersonaboletinada ' Me.txtpersonaboletinada.Location = New System.Drawing.Point(105, 57) Me.txtpersonaboletinada.Name = "txtpersonaboletinada" Me.txtpersonaboletinada.ReadOnly = True Me.txtpersonaboletinada.Size = New System.Drawing.Size(360, 20) Me.txtpersonaboletinada.TabIndex = 6 ' 'txtporcentaje ' Me.txtporcentaje.Location = New System.Drawing.Point(105, 84) Me.txtporcentaje.Name = "txtporcentaje" Me.txtporcentaje.ReadOnly = True Me.txtporcentaje.Size = New System.Drawing.Size(62, 20) Me.txtporcentaje.TabIndex = 7 ' 'txtorganismo ' Me.txtorganismo.Location = New System.Drawing.Point(105, 110) Me.txtorganismo.Name = "txtorganismo" Me.txtorganismo.ReadOnly = True Me.txtorganismo.Size = New System.Drawing.Size(105, 20) Me.txtorganismo.TabIndex = 8 ' 'txtpais ' Me.txtpais.Location = New System.Drawing.Point(461, 411) Me.txtpais.Name = "txtpais" Me.txtpais.ReadOnly = True Me.txtpais.Size = New System.Drawing.Size(142, 20) Me.txtpais.TabIndex = 9 Me.txtpais.Visible = False ' 'txtclientenombre ' Me.txtclientenombre.Location = New System.Drawing.Point(105, 136) Me.txtclientenombre.Name = "txtclientenombre" Me.txtclientenombre.ReadOnly = True Me.txtclientenombre.Size = New System.Drawing.Size(360, 20) Me.txtclientenombre.TabIndex = 10 ' 'txtnic ' Me.txtnic.Location = New System.Drawing.Point(105, 162) Me.txtnic.Name = "txtnic" Me.txtnic.ReadOnly = True Me.txtnic.Size = New System.Drawing.Size(105, 20) Me.txtnic.TabIndex = 11 ' 'txtestatus ' Me.txtestatus.Location = New System.Drawing.Point(105, 188) Me.txtestatus.Name = "txtestatus" Me.txtestatus.ReadOnly = True Me.txtestatus.Size = New System.Drawing.Size(164, 20) Me.txtestatus.TabIndex = 12 ' 'txtobservaciones ' Me.txtobservaciones.Location = New System.Drawing.Point(495, 204) Me.txtobservaciones.Multiline = True Me.txtobservaciones.Name = "txtobservaciones" Me.txtobservaciones.ReadOnly = True Me.txtobservaciones.Size = New System.Drawing.Size(387, 37) Me.txtobservaciones.TabIndex = 13 Me.txtobservaciones.Visible = False ' 'txtfecha ' Me.txtfecha.Location = New System.Drawing.Point(105, 215) Me.txtfecha.Name = "txtfecha" Me.txtfecha.ReadOnly = True Me.txtfecha.Size = New System.Drawing.Size(66, 20) Me.txtfecha.TabIndex = 14 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(3, 58) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(99, 13) Me.Label1.TabIndex = 94 Me.Label1.Text = "Persona Boletinada" Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(3, 84) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(58, 13) Me.Label2.TabIndex = 95 Me.Label2.Text = "Porcentaje" Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(3, 110) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(57, 13) Me.Label4.TabIndex = 96 Me.Label4.Text = "Organismo" Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(359, 411) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(27, 13) Me.Label6.TabIndex = 97 Me.Label6.Text = "Pais" Me.Label6.Visible = False Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(3, 136) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(76, 13) Me.Label7.TabIndex = 98 Me.Label7.Text = "Nombre Figura" Me.Label7.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(3, 162) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(25, 13) Me.Label8.TabIndex = 99 Me.Label8.Text = "NIC" Me.Label8.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(3, 188) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(42, 13) Me.Label9.TabIndex = 100 Me.Label9.Text = "Estatus" Me.Label9.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(525, 252) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(78, 13) Me.Label10.TabIndex = 101 Me.Label10.Text = "Observaciones" Me.Label10.Visible = False Me.Label10.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(3, 222) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(37, 13) Me.Label11.TabIndex = 102 Me.Label11.Text = "Fecha" Me.Label11.ForeColor = System.Drawing.Color.MidnightBlue ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(6, 16) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(94, 13) Me.Label12.TabIndex = 103 Me.Label12.Text = "Id_ListaRestingida" Me.Label12.ForeColor = System.Drawing.Color.MidnightBlue ' 'txtidlistarestringida ' Me.txtidlistarestringida.Location = New System.Drawing.Point(105, 12) Me.txtidlistarestringida.Name = "txtidlistarestringida" Me.txtidlistarestringida.ReadOnly = True Me.txtidlistarestringida.Size = New System.Drawing.Size(62, 20) Me.txtidlistarestringida.TabIndex = 5 ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(3, 287) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(88, 16) Me.Label3.TabIndex = 58 Me.Label3.Text = "Comentarios" Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue ' 'btnInsertar ' Me.btnInsertar.Location = New System.Drawing.Point(484, 43) Me.btnInsertar.Name = "btnInsertar" Me.btnInsertar.Size = New System.Drawing.Size(97, 43) Me.btnInsertar.TabIndex = 3 Me.btnInsertar.Text = "Guardar" Me.btnInsertar.UseVisualStyleBackColor = True ' 'btncancelar ' Me.btncancelar.Location = New System.Drawing.Point(484, 99) Me.btncancelar.Name = "btncancelar" Me.btncancelar.Size = New System.Drawing.Size(97, 40) Me.btncancelar.TabIndex = 4 Me.btncancelar.Text = "Cancelar" Me.btncancelar.UseVisualStyleBackColor = True ' 'LblFigura ' Me.LblFigura.AutoSize = True Me.LblFigura.Location = New System.Drawing.Point(173, 15) Me.LblFigura.Name = "LblFigura" Me.LblFigura.Size = New System.Drawing.Size(51, 13) Me.LblFigura.TabIndex = 104 Me.LblFigura.Text = "Id_Figura" Me.LblFigura.ForeColor = System.Drawing.Color.MidnightBlue ' 'TxtId_Figura ' Me.TxtId_Figura.Location = New System.Drawing.Point(230, 9) Me.TxtId_Figura.Name = "TxtId_Figura" Me.TxtId_Figura.ReadOnly = True Me.TxtId_Figura.Size = New System.Drawing.Size(62, 20) Me.TxtId_Figura.TabIndex = 105 ' 'txtNomFigura ' Me.txtNomFigura.Location = New System.Drawing.Point(378, 8) Me.txtNomFigura.Name = "txtNomFigura" Me.txtNomFigura.ReadOnly = True Me.txtNomFigura.Size = New System.Drawing.Size(197, 20) Me.txtNomFigura.TabIndex = 107 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(307, 14) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(64, 13) Me.Label13.TabIndex = 106 Me.Label13.Text = "Nom. Figura" Me.Label13.ForeColor = System.Drawing.Color.MidnightBlue ' 'FrmCalStatus ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ClientSize = New System.Drawing.Size(610, 443) Me.Controls.Add(Me.txtNomFigura) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TxtId_Figura) Me.Controls.Add(Me.LblFigura) Me.Controls.Add(Me.btncancelar) Me.Controls.Add(Me.btnInsertar) Me.Controls.Add(Me.txtidlistarestringida) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtfecha) Me.Controls.Add(Me.txtobservaciones) Me.Controls.Add(Me.txtestatus) Me.Controls.Add(Me.txtnic) Me.Controls.Add(Me.txtclientenombre) Me.Controls.Add(Me.txtpais) Me.Controls.Add(Me.txtorganismo) Me.Controls.Add(Me.txtporcentaje) Me.Controls.Add(Me.txtpersonaboletinada) Me.Controls.Add(Me.cmbstatus) Me.Controls.Add(Me.txtcomentarios) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label3) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "FrmCalStatus" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Calificacion de Cliente vs Lista Restringida" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents cmbstatus As System.Windows.Forms.ComboBox Friend WithEvents txtcomentarios As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtpersonaboletinada As System.Windows.Forms.TextBox Friend WithEvents txtporcentaje As System.Windows.Forms.TextBox Friend WithEvents txtorganismo As System.Windows.Forms.TextBox Friend WithEvents txtpais As System.Windows.Forms.TextBox Friend WithEvents txtclientenombre As System.Windows.Forms.TextBox Friend WithEvents txtnic As System.Windows.Forms.TextBox Friend WithEvents txtestatus As System.Windows.Forms.TextBox Friend WithEvents txtobservaciones As System.Windows.Forms.TextBox Friend WithEvents txtfecha As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents txtidlistarestringida As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents btnInsertar As System.Windows.Forms.Button Friend WithEvents btncancelar As System.Windows.Forms.Button Friend WithEvents LblFigura As System.Windows.Forms.Label Friend WithEvents TxtId_Figura As System.Windows.Forms.TextBox Friend WithEvents txtNomFigura As System.Windows.Forms.TextBox Friend WithEvents Label13 As System.Windows.Forms.Label End Class