Partial Class frmColaTitulos 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.lblTitulo = New System.Windows.Forms.Label() Me.dgvColaReportos = New System.Windows.Forms.DataGridView() Me.dgvGeneradosReportos = New System.Windows.Forms.DataGridView() Me.lblPropuestaTitulo = New System.Windows.Forms.Label() Me.lblGenerados = New System.Windows.Forms.Label() Me.grpPropuesta = New System.Windows.Forms.GroupBox() Me.grpTitulos = New System.Windows.Forms.GroupBox() Me.lblDetalles = New System.Windows.Forms.Label() Me.btnGenerarReporto = New System.Windows.Forms.Button() Me.dgvDetalles = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.dgvColaTitulos = New System.Windows.Forms.DataGridView() Me.btnGenerarTitulo = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.dgvGenerarTitulos = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.dgvTitulosRaiz = New System.Windows.Forms.DataGridView() Me.Label4 = New System.Windows.Forms.Label() Me.dgvReporteados = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.dgvEspApro = New System.Windows.Forms.DataGridView() Me.Label5 = New System.Windows.Forms.Label() Me.btnVerEstado = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.grpCancelados = New System.Windows.Forms.GroupBox() Me.dgvCancelados = New System.Windows.Forms.DataGridView() Me.Label7 = New System.Windows.Forms.Label() CType(Me.dgvColaReportos, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvGeneradosReportos, System.ComponentModel.ISupportInitialize).BeginInit() Me.grpPropuesta.SuspendLayout() Me.grpTitulos.SuspendLayout() CType(Me.dgvDetalles, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvColaTitulos, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvGenerarTitulos, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() CType(Me.dgvTitulosRaiz, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvReporteados, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvEspApro, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.grpCancelados.SuspendLayout() CType(Me.dgvCancelados, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lblTitulo ' Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top Me.lblTitulo.AutoSize = True Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitulo.ForeColor = System.Drawing.Color.White Me.lblTitulo.Location = New System.Drawing.Point(-152, 9) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(256, 24) Me.lblTitulo.TabIndex = 81 Me.lblTitulo.Text = "Administración de Arbitraje" ' 'dgvColaReportos ' Me.dgvColaReportos.AllowUserToAddRows = False Me.dgvColaReportos.AllowUserToDeleteRows = False DataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black DataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black Me.dgvColaReportos.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.dgvColaReportos.BackgroundColor = System.Drawing.Color.CornflowerBlue Me.dgvColaReportos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.Color.White DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvColaReportos.DefaultCellStyle = DataGridViewCellStyle2 Me.dgvColaReportos.GridColor = System.Drawing.Color.Gray Me.dgvColaReportos.Location = New System.Drawing.Point(19, 42) Me.dgvColaReportos.Name = "dgvColaReportos" Me.dgvColaReportos.RowHeadersVisible = False DataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black Me.dgvColaReportos.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.dgvColaReportos.Size = New System.Drawing.Size(1281, 194) Me.dgvColaReportos.TabIndex = 82 ' 'dgvGeneradosReportos ' Me.dgvGeneradosReportos.AllowUserToAddRows = False Me.dgvGeneradosReportos.AllowUserToDeleteRows = False Me.dgvGeneradosReportos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvGeneradosReportos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvGeneradosReportos.BackgroundColor = System.Drawing.Color.Khaki Me.dgvGeneradosReportos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.Color.White DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvGeneradosReportos.DefaultCellStyle = DataGridViewCellStyle4 Me.dgvGeneradosReportos.Location = New System.Drawing.Point(632, 40) Me.dgvGeneradosReportos.Name = "dgvGeneradosReportos" Me.dgvGeneradosReportos.RowHeadersVisible = False DataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black Me.dgvGeneradosReportos.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.dgvGeneradosReportos.Size = New System.Drawing.Size(668, 194) Me.dgvGeneradosReportos.TabIndex = 83 ' 'lblPropuestaTitulo ' Me.lblPropuestaTitulo.AutoSize = True Me.lblPropuestaTitulo.ForeColor = System.Drawing.Color.White Me.lblPropuestaTitulo.Location = New System.Drawing.Point(577, 26) Me.lblPropuestaTitulo.Name = "lblPropuestaTitulo" Me.lblPropuestaTitulo.Size = New System.Drawing.Size(127, 13) Me.lblPropuestaTitulo.TabIndex = 84 Me.lblPropuestaTitulo.Text = "Información de los Titulos" ' 'lblGenerados ' Me.lblGenerados.AutoSize = True Me.lblGenerados.ForeColor = System.Drawing.Color.White Me.lblGenerados.Location = New System.Drawing.Point(863, 24) Me.lblGenerados.Name = "lblGenerados" Me.lblGenerados.Size = New System.Drawing.Size(247, 13) Me.lblGenerados.TabIndex = 85 Me.lblGenerados.Text = "Titulos que se pueden Reportear (Solo Finalizados)" ' 'grpPropuesta ' Me.grpPropuesta.Controls.Add(Me.dgvColaReportos) Me.grpPropuesta.Controls.Add(Me.lblPropuestaTitulo) Me.grpPropuesta.ForeColor = System.Drawing.Color.White Me.grpPropuesta.Location = New System.Drawing.Point(5, 308) Me.grpPropuesta.Name = "grpPropuesta" Me.grpPropuesta.Size = New System.Drawing.Size(1306, 253) Me.grpPropuesta.TabIndex = 86 Me.grpPropuesta.TabStop = False Me.grpPropuesta.Text = "Generar Propuesta de Inversión" ' 'grpTitulos ' Me.grpTitulos.Controls.Add(Me.lblDetalles) Me.grpTitulos.Controls.Add(Me.btnGenerarReporto) Me.grpTitulos.Controls.Add(Me.dgvDetalles) Me.grpTitulos.Controls.Add(Me.Button1) Me.grpTitulos.Controls.Add(Me.dgvColaTitulos) Me.grpTitulos.Controls.Add(Me.btnGenerarTitulo) Me.grpTitulos.Controls.Add(Me.Label2) Me.grpTitulos.Controls.Add(Me.dgvGenerarTitulos) Me.grpTitulos.Controls.Add(Me.Label3) Me.grpTitulos.ForeColor = System.Drawing.Color.White Me.grpTitulos.Location = New System.Drawing.Point(5, 36) Me.grpTitulos.Name = "grpTitulos" Me.grpTitulos.Size = New System.Drawing.Size(1306, 266) Me.grpTitulos.TabIndex = 87 Me.grpTitulos.TabStop = False Me.grpTitulos.Text = "Generar Listas" ' 'lblDetalles ' Me.lblDetalles.AutoSize = True Me.lblDetalles.Location = New System.Drawing.Point(710, 19) Me.lblDetalles.Name = "lblDetalles" Me.lblDetalles.Size = New System.Drawing.Size(94, 13) Me.lblDetalles.TabIndex = 93 Me.lblDetalles.Text = "Detalles de Titulos" ' 'btnGenerarReporto ' Me.btnGenerarReporto.BackColor = System.Drawing.Color.WhiteSmoke Me.btnGenerarReporto.ForeColor = System.Drawing.Color.Black Me.btnGenerarReporto.Location = New System.Drawing.Point(244, 216) Me.btnGenerarReporto.Name = "btnGenerarReporto" Me.btnGenerarReporto.Size = New System.Drawing.Size(153, 44) Me.btnGenerarReporto.TabIndex = 88 Me.btnGenerarReporto.Text = "Generar Reporto" Me.btnGenerarReporto.UseVisualStyleBackColor = False ' 'dgvDetalles ' Me.dgvDetalles.AllowUserToAddRows = False Me.dgvDetalles.AllowUserToDeleteRows = False Me.dgvDetalles.BackgroundColor = System.Drawing.Color.DodgerBlue Me.dgvDetalles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.Color.White DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvDetalles.DefaultCellStyle = DataGridViewCellStyle6 Me.dgvDetalles.GridColor = System.Drawing.Color.Gray Me.dgvDetalles.Location = New System.Drawing.Point(450, 35) Me.dgvDetalles.Name = "dgvDetalles" DataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black Me.dgvDetalles.RowsDefaultCellStyle = DataGridViewCellStyle7 Me.dgvDetalles.Size = New System.Drawing.Size(586, 225) Me.dgvDetalles.TabIndex = 86 ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.WhiteSmoke Me.Button1.ForeColor = System.Drawing.Color.Black Me.Button1.Location = New System.Drawing.Point(45, 35) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(149, 225) Me.Button1.TabIndex = 92 Me.Button1.Text = "Preparar Reporto (Lista)" Me.Button1.UseVisualStyleBackColor = False ' 'dgvColaTitulos ' Me.dgvColaTitulos.AllowUserToAddRows = False Me.dgvColaTitulos.AllowUserToDeleteRows = False Me.dgvColaTitulos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvColaTitulos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvColaTitulos.BackgroundColor = System.Drawing.Color.LightGray Me.dgvColaTitulos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle8.ForeColor = System.Drawing.Color.White DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvColaTitulos.DefaultCellStyle = DataGridViewCellStyle8 Me.dgvColaTitulos.Location = New System.Drawing.Point(200, 35) Me.dgvColaTitulos.Name = "dgvColaTitulos" Me.dgvColaTitulos.RowHeadersVisible = False DataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black Me.dgvColaTitulos.RowsDefaultCellStyle = DataGridViewCellStyle9 Me.dgvColaTitulos.Size = New System.Drawing.Size(244, 175) Me.dgvColaTitulos.TabIndex = 82 ' 'btnGenerarTitulo ' Me.btnGenerarTitulo.BackColor = System.Drawing.Color.WhiteSmoke Me.btnGenerarTitulo.ForeColor = System.Drawing.Color.Black Me.btnGenerarTitulo.Location = New System.Drawing.Point(1090, 216) Me.btnGenerarTitulo.Name = "btnGenerarTitulo" Me.btnGenerarTitulo.Size = New System.Drawing.Size(153, 44) Me.btnGenerarTitulo.TabIndex = 91 Me.btnGenerarTitulo.Text = "Generar Titulo" Me.btnGenerarTitulo.UseVisualStyleBackColor = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(241, 19) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(168, 13) Me.Label2.TabIndex = 84 Me.Label2.Text = "En Espera (Generar Pool Reporto)" ' 'dgvGenerarTitulos ' Me.dgvGenerarTitulos.AllowUserToAddRows = False Me.dgvGenerarTitulos.AllowUserToDeleteRows = False Me.dgvGenerarTitulos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvGenerarTitulos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvGenerarTitulos.BackgroundColor = System.Drawing.Color.LightGray Me.dgvGenerarTitulos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle10.ForeColor = System.Drawing.Color.White DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvGenerarTitulos.DefaultCellStyle = DataGridViewCellStyle10 Me.dgvGenerarTitulos.Location = New System.Drawing.Point(1042, 35) Me.dgvGenerarTitulos.Name = "dgvGenerarTitulos" Me.dgvGenerarTitulos.RowHeadersVisible = False DataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black Me.dgvGenerarTitulos.RowsDefaultCellStyle = DataGridViewCellStyle11 Me.dgvGenerarTitulos.ScrollBars = System.Windows.Forms.ScrollBars.None Me.dgvGenerarTitulos.Size = New System.Drawing.Size(244, 175) Me.dgvGenerarTitulos.TabIndex = 89 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(1087, 19) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(154, 13) Me.Label3.TabIndex = 90 Me.Label3.Text = "Hábilitado Para Generar Titulos" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.dgvTitulosRaiz) Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Controls.Add(Me.dgvReporteados) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.ForeColor = System.Drawing.Color.White Me.GroupBox2.Location = New System.Drawing.Point(5, 1120) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(1306, 276) Me.GroupBox2.TabIndex = 88 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Titulos Reporteados y Raiz" ' 'dgvTitulosRaiz ' Me.dgvTitulosRaiz.AllowUserToAddRows = False Me.dgvTitulosRaiz.AllowUserToDeleteRows = False Me.dgvTitulosRaiz.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvTitulosRaiz.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvTitulosRaiz.BackgroundColor = System.Drawing.Color.SandyBrown Me.dgvTitulosRaiz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle12.ForeColor = System.Drawing.Color.White DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvTitulosRaiz.DefaultCellStyle = DataGridViewCellStyle12 Me.dgvTitulosRaiz.Location = New System.Drawing.Point(632, 42) Me.dgvTitulosRaiz.Name = "dgvTitulosRaiz" Me.dgvTitulosRaiz.RowHeadersVisible = False DataGridViewCellStyle13.ForeColor = System.Drawing.Color.Black Me.dgvTitulosRaiz.RowsDefaultCellStyle = DataGridViewCellStyle13 Me.dgvTitulosRaiz.Size = New System.Drawing.Size(668, 194) Me.dgvTitulosRaiz.TabIndex = 88 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(959, 26) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(143, 13) Me.Label4.TabIndex = 89 Me.Label4.Text = "Raiz Titulos (Visualizar Flujo )" ' 'dgvReporteados ' Me.dgvReporteados.AllowUserToAddRows = False Me.dgvReporteados.AllowUserToDeleteRows = False Me.dgvReporteados.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvReporteados.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvReporteados.BackgroundColor = System.Drawing.Color.Salmon Me.dgvReporteados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle14.ForeColor = System.Drawing.Color.White DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvReporteados.DefaultCellStyle = DataGridViewCellStyle14 Me.dgvReporteados.Location = New System.Drawing.Point(13, 42) Me.dgvReporteados.Name = "dgvReporteados" Me.dgvReporteados.RowHeadersVisible = False DataGridViewCellStyle15.ForeColor = System.Drawing.Color.Black Me.dgvReporteados.RowsDefaultCellStyle = DataGridViewCellStyle15 Me.dgvReporteados.Size = New System.Drawing.Size(602, 194) Me.dgvReporteados.TabIndex = 86 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(262, 26) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(102, 13) Me.Label1.TabIndex = 87 Me.Label1.Text = "Titulos Reporteados" ' 'dgvEspApro ' Me.dgvEspApro.AllowUserToAddRows = False Me.dgvEspApro.AllowUserToDeleteRows = False Me.dgvEspApro.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvEspApro.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvEspApro.BackgroundColor = System.Drawing.Color.LightGreen Me.dgvEspApro.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle16.ForeColor = System.Drawing.Color.White DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvEspApro.DefaultCellStyle = DataGridViewCellStyle16 Me.dgvEspApro.Location = New System.Drawing.Point(13, 40) Me.dgvEspApro.Name = "dgvEspApro" Me.dgvEspApro.RowHeadersVisible = False DataGridViewCellStyle17.ForeColor = System.Drawing.Color.Black Me.dgvEspApro.RowsDefaultCellStyle = DataGridViewCellStyle17 Me.dgvEspApro.Size = New System.Drawing.Size(602, 194) Me.dgvEspApro.TabIndex = 90 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(215, 24) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(149, 13) Me.Label5.TabIndex = 91 Me.Label5.Text = "Titulos Esperando Aprobación" ' 'btnVerEstado ' Me.btnVerEstado.Location = New System.Drawing.Point(270, 9) Me.btnVerEstado.Name = "btnVerEstado" Me.btnVerEstado.Size = New System.Drawing.Size(111, 26) Me.btnVerEstado.TabIndex = 89 Me.btnVerEstado.Text = "Ver Estado" Me.btnVerEstado.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.dgvEspApro) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.dgvGeneradosReportos) Me.GroupBox1.Controls.Add(Me.lblGenerados) Me.GroupBox1.ForeColor = System.Drawing.Color.White Me.GroupBox1.Location = New System.Drawing.Point(5, 570) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(1306, 253) Me.GroupBox1.TabIndex = 90 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Titulos en Espera y Habilitados" ' 'grpCancelados ' Me.grpCancelados.Controls.Add(Me.dgvCancelados) Me.grpCancelados.Controls.Add(Me.Label7) Me.grpCancelados.ForeColor = System.Drawing.Color.White Me.grpCancelados.Location = New System.Drawing.Point(5, 829) Me.grpCancelados.Name = "grpCancelados" Me.grpCancelados.Size = New System.Drawing.Size(638, 276) Me.grpCancelados.TabIndex = 91 Me.grpCancelados.TabStop = False Me.grpCancelados.Text = "Cancelados" ' 'dgvCancelados ' Me.dgvCancelados.AllowUserToAddRows = False Me.dgvCancelados.AllowUserToDeleteRows = False Me.dgvCancelados.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvCancelados.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dgvCancelados.BackgroundColor = System.Drawing.Color.Salmon Me.dgvCancelados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle18.ForeColor = System.Drawing.Color.White DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvCancelados.DefaultCellStyle = DataGridViewCellStyle18 Me.dgvCancelados.Location = New System.Drawing.Point(13, 42) Me.dgvCancelados.Name = "dgvCancelados" Me.dgvCancelados.RowHeadersVisible = False DataGridViewCellStyle19.ForeColor = System.Drawing.Color.Black Me.dgvCancelados.RowsDefaultCellStyle = DataGridViewCellStyle19 Me.dgvCancelados.Size = New System.Drawing.Size(602, 194) Me.dgvCancelados.TabIndex = 86 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(262, 26) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(63, 13) Me.Label7.TabIndex = 87 Me.Label7.Text = "Cancelados" ' 'frmColaTitulos ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(1336, 605) Me.Controls.Add(Me.grpCancelados) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.btnVerEstado) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.grpTitulos) Me.Controls.Add(Me.grpPropuesta) Me.Controls.Add(Me.lblTitulo) Me.Name = "frmColaTitulos" Me.Text = "frmColaTitulos" CType(Me.dgvColaReportos, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvGeneradosReportos, System.ComponentModel.ISupportInitialize).EndInit() Me.grpPropuesta.ResumeLayout(False) Me.grpPropuesta.PerformLayout() Me.grpTitulos.ResumeLayout(False) Me.grpTitulos.PerformLayout() CType(Me.dgvDetalles, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvColaTitulos, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvGenerarTitulos, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.dgvTitulosRaiz, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvReporteados, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvEspApro, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.grpCancelados.ResumeLayout(False) Me.grpCancelados.PerformLayout() CType(Me.dgvCancelados, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblTitulo As Label Friend WithEvents dgvColaReportos As DataGridView Friend WithEvents dgvGeneradosReportos As DataGridView Friend WithEvents lblPropuestaTitulo As Label Friend WithEvents lblGenerados As Label Friend WithEvents grpPropuesta As GroupBox Friend WithEvents grpTitulos As GroupBox Friend WithEvents dgvColaTitulos As DataGridView Friend WithEvents Label2 As Label Friend WithEvents dgvDetalles As DataGridView Friend WithEvents btnGenerarReporto As Button Friend WithEvents btnGenerarTitulo As Button Friend WithEvents dgvGenerarTitulos As DataGridView Friend WithEvents Label3 As Label Friend WithEvents Button1 As Button Friend WithEvents GroupBox2 As GroupBox Friend WithEvents lblDetalles As Label Friend WithEvents dgvReporteados As DataGridView Friend WithEvents Label1 As Label Friend WithEvents dgvTitulosRaiz As DataGridView Friend WithEvents Label4 As Label Friend WithEvents dgvEspApro As DataGridView Friend WithEvents Label5 As Label Friend WithEvents btnVerEstado As Button Friend WithEvents GroupBox1 As GroupBox Friend WithEvents grpCancelados As GroupBox Friend WithEvents dgvCancelados As DataGridView Friend WithEvents Label7 As Label End Class