Partial Class frmResultadoTitularizacion 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmResultadoTitularizacion)) Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TbGenerales = New System.Windows.Forms.TabPage() Me.txtEmisionTotal = New System.Windows.Forms.TextBox() Me.txtCesionFlujo5 = New System.Windows.Forms.TextBox() Me.Label32 = New System.Windows.Forms.Label() Me.txtPeriodosEmision = New System.Windows.Forms.TextBox() Me.txtPeriodicidadEmision = New System.Windows.Forms.TextBox() Me.Label36 = New System.Windows.Forms.Label() Me.txtCesionFlujo4 = New System.Windows.Forms.TextBox() Me.Label37 = New System.Windows.Forms.Label() Me.txtCesionFlujo3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.GrpDatos = New System.Windows.Forms.GroupBox() Me.dtpFechaEmision = New System.Windows.Forms.DateTimePicker() Me.txtTasaEmision = New System.Windows.Forms.TextBox() Me.txtMontoCompraEmision = New System.Windows.Forms.TextBox() Me.txtMontoCompraPrimario = New System.Windows.Forms.TextBox() Me.txtCesionFlujo2 = New System.Windows.Forms.TextBox() Me.txtCesionFlujo1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.GrpInfo = New System.Windows.Forms.GroupBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label38 = New System.Windows.Forms.Label() Me.Label33 = New System.Windows.Forms.Label() Me.Label39 = New System.Windows.Forms.Label() Me.Label40 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.btnTit0 = New System.Windows.Forms.Button() Me.lblBono = New System.Windows.Forms.Label() Me.TbAmortizacion = New System.Windows.Forms.TabPage() Me.Panel3 = New System.Windows.Forms.Panel() Me.dgvAmortizacion = New System.Windows.Forms.DataGridView() Me.Panel2 = New System.Windows.Forms.Panel() Me.btnLimpiar = New System.Windows.Forms.Button() Me.btnExcel = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() Me.navModificar = New System.Windows.Forms.ToolStripButton() Me.navNuevo = New System.Windows.Forms.ToolStripButton() Me.navEliminar = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Panel1 = New System.Windows.Forms.Panel() Me.TabControl1.SuspendLayout() Me.TbGenerales.SuspendLayout() Me.GrpDatos.SuspendLayout() Me.GrpInfo.SuspendLayout() Me.TbAmortizacion.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TbGenerales) Me.TabControl1.Controls.Add(Me.TbAmortizacion) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(800, 467) Me.TabControl1.TabIndex = 0 ' 'TbGenerales ' Me.TbGenerales.BackColor = System.Drawing.Color.WhiteSmoke Me.TbGenerales.Controls.Add(Me.txtEmisionTotal) Me.TbGenerales.Controls.Add(Me.txtCesionFlujo5) Me.TbGenerales.Controls.Add(Me.Label32) Me.TbGenerales.Controls.Add(Me.txtPeriodosEmision) Me.TbGenerales.Controls.Add(Me.txtPeriodicidadEmision) Me.TbGenerales.Controls.Add(Me.Label36) Me.TbGenerales.Controls.Add(Me.txtCesionFlujo4) Me.TbGenerales.Controls.Add(Me.Label37) Me.TbGenerales.Controls.Add(Me.txtCesionFlujo3) Me.TbGenerales.Controls.Add(Me.Label4) Me.TbGenerales.Controls.Add(Me.GrpDatos) Me.TbGenerales.Controls.Add(Me.txtCesionFlujo2) Me.TbGenerales.Controls.Add(Me.txtCesionFlujo1) Me.TbGenerales.Controls.Add(Me.Label3) Me.TbGenerales.Controls.Add(Me.GrpInfo) Me.TbGenerales.Controls.Add(Me.Label40) Me.TbGenerales.Controls.Add(Me.Label1) Me.TbGenerales.Controls.Add(Me.Label2) Me.TbGenerales.Controls.Add(Me.btnTit0) Me.TbGenerales.Controls.Add(Me.lblBono) Me.TbGenerales.Location = New System.Drawing.Point(4, 22) Me.TbGenerales.Name = "TbGenerales" Me.TbGenerales.Padding = New System.Windows.Forms.Padding(3) Me.TbGenerales.Size = New System.Drawing.Size(792, 441) Me.TbGenerales.TabIndex = 0 Me.TbGenerales.Text = "Datos Generales" ' 'txtEmisionTotal ' Me.txtEmisionTotal.Location = New System.Drawing.Point(497, 271) Me.txtEmisionTotal.Name = "txtEmisionTotal" Me.txtEmisionTotal.Size = New System.Drawing.Size(150, 20) Me.txtEmisionTotal.TabIndex = 138 Me.txtEmisionTotal.Visible = False ' 'txtCesionFlujo5 ' Me.txtCesionFlujo5.Location = New System.Drawing.Point(497, 430) Me.txtCesionFlujo5.Name = "txtCesionFlujo5" Me.txtCesionFlujo5.Size = New System.Drawing.Size(150, 20) Me.txtCesionFlujo5.TabIndex = 160 Me.txtCesionFlujo5.Visible = False ' 'Label32 ' Me.Label32.AutoSize = True Me.Label32.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label32.Location = New System.Drawing.Point(117, 264) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(86, 18) Me.Label32.TabIndex = 139 Me.Label32.Text = "Emisión Total" Me.Label32.Visible = False ' 'txtPeriodosEmision ' Me.txtPeriodosEmision.Location = New System.Drawing.Point(497, 323) Me.txtPeriodosEmision.Name = "txtPeriodosEmision" Me.txtPeriodosEmision.Size = New System.Drawing.Size(150, 20) Me.txtPeriodosEmision.TabIndex = 146 Me.txtPeriodosEmision.Visible = False ' 'txtPeriodicidadEmision ' Me.txtPeriodicidadEmision.Location = New System.Drawing.Point(497, 297) Me.txtPeriodicidadEmision.Name = "txtPeriodicidadEmision" Me.txtPeriodicidadEmision.Size = New System.Drawing.Size(150, 20) Me.txtPeriodicidadEmision.TabIndex = 144 Me.txtPeriodicidadEmision.Visible = False ' 'Label36 ' Me.Label36.AutoSize = True Me.Label36.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label36.Location = New System.Drawing.Point(117, 287) Me.Label36.Name = "Label36" Me.Label36.Size = New System.Drawing.Size(79, 18) Me.Label36.TabIndex = 145 Me.Label36.Text = "Periodicidad" Me.Label36.Visible = False ' 'txtCesionFlujo4 ' Me.txtCesionFlujo4.Location = New System.Drawing.Point(497, 409) Me.txtCesionFlujo4.Name = "txtCesionFlujo4" Me.txtCesionFlujo4.Size = New System.Drawing.Size(150, 20) Me.txtCesionFlujo4.TabIndex = 158 Me.txtCesionFlujo4.Visible = False ' 'Label37 ' Me.Label37.AutoSize = True Me.Label37.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label37.Location = New System.Drawing.Point(117, 308) Me.Label37.Name = "Label37" Me.Label37.Size = New System.Drawing.Size(57, 18) Me.Label37.TabIndex = 147 Me.Label37.Text = "Periodos" Me.Label37.Visible = False ' 'txtCesionFlujo3 ' Me.txtCesionFlujo3.Location = New System.Drawing.Point(497, 388) Me.txtCesionFlujo3.Name = "txtCesionFlujo3" Me.txtCesionFlujo3.Size = New System.Drawing.Size(150, 20) Me.txtCesionFlujo3.TabIndex = 156 Me.txtCesionFlujo3.Visible = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(117, 411) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(109, 18) Me.Label4.TabIndex = 161 Me.Label4.Text = "Cesión de Flujo 5" Me.Label4.Visible = False ' 'GrpDatos ' Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpDatos.Controls.Add(Me.dtpFechaEmision) Me.GrpDatos.Controls.Add(Me.txtTasaEmision) Me.GrpDatos.Controls.Add(Me.txtMontoCompraEmision) Me.GrpDatos.Controls.Add(Me.txtMontoCompraPrimario) Me.GrpDatos.Location = New System.Drawing.Point(490, 83) Me.GrpDatos.Name = "GrpDatos" Me.GrpDatos.Size = New System.Drawing.Size(200, 178) Me.GrpDatos.TabIndex = 165 Me.GrpDatos.TabStop = False ' 'dtpFechaEmision ' Me.dtpFechaEmision.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaEmision.Location = New System.Drawing.Point(6, 19) Me.dtpFechaEmision.Name = "dtpFechaEmision" Me.dtpFechaEmision.Size = New System.Drawing.Size(150, 20) Me.dtpFechaEmision.TabIndex = 141 ' 'txtTasaEmision ' Me.txtTasaEmision.Location = New System.Drawing.Point(6, 41) Me.txtTasaEmision.MaxLength = 20 Me.txtTasaEmision.Name = "txtTasaEmision" Me.txtTasaEmision.Size = New System.Drawing.Size(150, 20) Me.txtTasaEmision.TabIndex = 143 ' 'txtMontoCompraEmision ' Me.txtMontoCompraEmision.Location = New System.Drawing.Point(6, 93) Me.txtMontoCompraEmision.MaxLength = 20 Me.txtMontoCompraEmision.Name = "txtMontoCompraEmision" Me.txtMontoCompraEmision.Size = New System.Drawing.Size(150, 20) Me.txtMontoCompraEmision.TabIndex = 148 ' 'txtMontoCompraPrimario ' Me.txtMontoCompraPrimario.Location = New System.Drawing.Point(6, 66) Me.txtMontoCompraPrimario.MaxLength = 20 Me.txtMontoCompraPrimario.Name = "txtMontoCompraPrimario" Me.txtMontoCompraPrimario.Size = New System.Drawing.Size(150, 20) Me.txtMontoCompraPrimario.TabIndex = 150 ' 'txtCesionFlujo2 ' Me.txtCesionFlujo2.Location = New System.Drawing.Point(497, 367) Me.txtCesionFlujo2.Name = "txtCesionFlujo2" Me.txtCesionFlujo2.Size = New System.Drawing.Size(150, 20) Me.txtCesionFlujo2.TabIndex = 154 Me.txtCesionFlujo2.Visible = False ' 'txtCesionFlujo1 ' Me.txtCesionFlujo1.Location = New System.Drawing.Point(497, 346) Me.txtCesionFlujo1.Name = "txtCesionFlujo1" Me.txtCesionFlujo1.Size = New System.Drawing.Size(150, 20) Me.txtCesionFlujo1.TabIndex = 152 Me.txtCesionFlujo1.Visible = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(117, 390) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(109, 18) Me.Label3.TabIndex = 159 Me.Label3.Text = "Cesión de Flujo 4" Me.Label3.Visible = False ' 'GrpInfo ' Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpInfo.Controls.Add(Me.Label5) Me.GrpInfo.Controls.Add(Me.Label38) Me.GrpInfo.Controls.Add(Me.Label33) Me.GrpInfo.Controls.Add(Me.Label39) Me.GrpInfo.Location = New System.Drawing.Point(119, 83) Me.GrpInfo.Name = "GrpInfo" Me.GrpInfo.Size = New System.Drawing.Size(200, 178) Me.GrpInfo.TabIndex = 164 Me.GrpInfo.TabStop = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(19, 36) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(34, 18) Me.Label5.TabIndex = 163 Me.Label5.Text = "Tasa" ' 'Label38 ' Me.Label38.AutoSize = True Me.Label38.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label38.Location = New System.Drawing.Point(18, 93) Me.Label38.Name = "Label38" Me.Label38.Size = New System.Drawing.Size(93, 18) Me.Label38.TabIndex = 149 Me.Label38.Text = "Monto Compra" ' 'Label33 ' Me.Label33.AutoSize = True Me.Label33.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label33.Location = New System.Drawing.Point(19, 17) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(92, 18) Me.Label33.TabIndex = 140 Me.Label33.Text = "Fecha Emisión" ' 'Label39 ' Me.Label39.AutoSize = True Me.Label39.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label39.Location = New System.Drawing.Point(18, 66) Me.Label39.Name = "Label39" Me.Label39.Size = New System.Drawing.Size(164, 18) Me.Label39.TabIndex = 151 Me.Label39.Text = "Monto Compra en Primario" ' 'Label40 ' Me.Label40.AutoSize = True Me.Label40.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label40.Location = New System.Drawing.Point(116, 327) Me.Label40.Name = "Label40" Me.Label40.Size = New System.Drawing.Size(109, 18) Me.Label40.TabIndex = 153 Me.Label40.Text = "Cesión de Flujo 1" Me.Label40.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(116, 348) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(109, 18) Me.Label1.TabIndex = 155 Me.Label1.Text = "Cesión de Flujo 2" Me.Label1.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(116, 369) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(109, 18) Me.Label2.TabIndex = 157 Me.Label2.Text = "Cesión de Flujo 3" Me.Label2.Visible = False ' 'btnTit0 ' Me.btnTit0.Anchor = System.Windows.Forms.AnchorStyles.None Me.btnTit0.BackColor = System.Drawing.Color.White Me.btnTit0.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnTit0.ForeColor = System.Drawing.Color.Maroon Me.btnTit0.Location = New System.Drawing.Point(355, 319) Me.btnTit0.Name = "btnTit0" Me.btnTit0.Size = New System.Drawing.Size(107, 35) Me.btnTit0.TabIndex = 162 Me.btnTit0.Text = "Aceptar" Me.btnTit0.UseVisualStyleBackColor = False ' 'lblBono ' Me.lblBono.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblBono.AutoSize = True Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblBono.Location = New System.Drawing.Point(329, 19) Me.lblBono.Name = "lblBono" Me.lblBono.Size = New System.Drawing.Size(153, 24) Me.lblBono.TabIndex = 57 Me.lblBono.Text = "Titularizaciones" ' 'TbAmortizacion ' Me.TbAmortizacion.Controls.Add(Me.Panel3) Me.TbAmortizacion.Controls.Add(Me.Panel2) Me.TbAmortizacion.Location = New System.Drawing.Point(4, 22) Me.TbAmortizacion.Name = "TbAmortizacion" Me.TbAmortizacion.Size = New System.Drawing.Size(792, 441) Me.TbAmortizacion.TabIndex = 2 Me.TbAmortizacion.Text = "Amortizacion" Me.TbAmortizacion.UseVisualStyleBackColor = True ' 'Panel3 ' Me.Panel3.Controls.Add(Me.dgvAmortizacion) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel3.Location = New System.Drawing.Point(0, 45) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(792, 396) Me.Panel3.TabIndex = 166 ' 'dgvAmortizacion ' Me.dgvAmortizacion.AllowUserToAddRows = False Me.dgvAmortizacion.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvAmortizacion.BackgroundColor = System.Drawing.Color.White Me.dgvAmortizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvAmortizacion.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvAmortizacion.Location = New System.Drawing.Point(0, 0) Me.dgvAmortizacion.Name = "dgvAmortizacion" Me.dgvAmortizacion.Size = New System.Drawing.Size(792, 396) Me.dgvAmortizacion.TabIndex = 133 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel2.Controls.Add(Me.btnLimpiar) Me.Panel2.Controls.Add(Me.btnExcel) Me.Panel2.Controls.Add(Me.Label6) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(792, 45) Me.Panel2.TabIndex = 165 ' 'btnLimpiar ' Me.btnLimpiar.BackColor = System.Drawing.Color.White Me.btnLimpiar.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLimpiar.ForeColor = System.Drawing.Color.Maroon Me.btnLimpiar.Location = New System.Drawing.Point(221, 3) Me.btnLimpiar.Name = "btnLimpiar" Me.btnLimpiar.Size = New System.Drawing.Size(78, 36) Me.btnLimpiar.TabIndex = 165 Me.btnLimpiar.Text = "Limpiar" Me.btnLimpiar.UseVisualStyleBackColor = False ' 'btnExcel ' Me.btnExcel.BackColor = System.Drawing.Color.White Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnExcel.ForeColor = System.Drawing.Color.Maroon Me.btnExcel.Location = New System.Drawing.Point(137, 3) Me.btnExcel.Name = "btnExcel" Me.btnExcel.Size = New System.Drawing.Size(78, 36) Me.btnExcel.TabIndex = 164 Me.btnExcel.Text = "Agregar lista" Me.btnExcel.UseVisualStyleBackColor = False ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(17, 12) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(114, 22) Me.Label6.TabIndex = 58 Me.Label6.Text = "Amortizacion" ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Nothing Me.BindingNavigator1.CountItem = Nothing Me.BindingNavigator1.DeleteItem = Nothing Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar, Me.ToolStripButton1}) Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0) Me.BindingNavigator1.MoveFirstItem = Nothing Me.BindingNavigator1.MoveLastItem = Nothing Me.BindingNavigator1.MoveNextItem = Nothing Me.BindingNavigator1.MovePreviousItem = Nothing Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Nothing Me.BindingNavigator1.Size = New System.Drawing.Size(800, 25) Me.BindingNavigator1.TabIndex = 125 Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) ' 'navModificar ' Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image) Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta Me.navModificar.Name = "navModificar" Me.navModificar.Size = New System.Drawing.Size(23, 22) Me.navModificar.Text = "Modificar" ' 'navNuevo ' Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image) Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta Me.navNuevo.Name = "navNuevo" Me.navNuevo.Size = New System.Drawing.Size(23, 22) Me.navNuevo.Text = "Nuevo" ' 'navEliminar ' Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image) Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta Me.navEliminar.Name = "navEliminar" Me.navEliminar.Size = New System.Drawing.Size(23, 22) Me.navEliminar.Text = "Eliminar" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Text = "btnRedencion" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.TabControl1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 25) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(800, 467) Me.Panel1.TabIndex = 126 ' 'frmResultadoTitularizacion ' 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(800, 492) Me.ControlBox = False Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.BindingNavigator1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "frmResultadoTitularizacion" Me.ShowIcon = False Me.Text = "frmResultadoTitularizacion" Me.TabControl1.ResumeLayout(False) Me.TbGenerales.ResumeLayout(False) Me.TbGenerales.PerformLayout() Me.GrpDatos.ResumeLayout(False) Me.GrpDatos.PerformLayout() Me.GrpInfo.ResumeLayout(False) Me.GrpInfo.PerformLayout() Me.TbAmortizacion.ResumeLayout(False) Me.Panel3.ResumeLayout(False) CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TabControl1 As TabControl Friend WithEvents TbGenerales As TabPage Friend WithEvents txtCesionFlujo5 As TextBox Friend WithEvents Label4 As Label Friend WithEvents txtCesionFlujo4 As TextBox Friend WithEvents Label3 As Label Friend WithEvents txtCesionFlujo3 As TextBox Friend WithEvents Label2 As Label Friend WithEvents txtCesionFlujo2 As TextBox Friend WithEvents Label1 As Label Friend WithEvents txtCesionFlujo1 As TextBox Friend WithEvents Label40 As Label Friend WithEvents txtMontoCompraPrimario As TextBox Friend WithEvents Label39 As Label Friend WithEvents txtMontoCompraEmision As TextBox Friend WithEvents Label38 As Label Friend WithEvents txtPeriodosEmision As TextBox Friend WithEvents Label37 As Label Friend WithEvents txtPeriodicidadEmision As TextBox Friend WithEvents Label36 As Label Friend WithEvents txtTasaEmision As TextBox Friend WithEvents dtpFechaEmision As DateTimePicker Friend WithEvents Label33 As Label Friend WithEvents txtEmisionTotal As TextBox Friend WithEvents Label32 As Label Friend WithEvents TbAmortizacion As TabPage Friend WithEvents Label6 As Label Friend WithEvents lblBono As Label Friend WithEvents dgvAmortizacion As DataGridView Friend WithEvents btnTit0 As Button Friend WithEvents BindingNavigator1 As BindingNavigator Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator Friend WithEvents navModificar As ToolStripButton Friend WithEvents navNuevo As ToolStripButton Friend WithEvents navEliminar As ToolStripButton Friend WithEvents btnExcel As Button Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents GrpDatos As GroupBox Friend WithEvents GrpInfo As GroupBox Friend WithEvents Label5 As Label Friend WithEvents Panel2 As Panel Friend WithEvents Panel1 As Panel Friend WithEvents Panel3 As Panel Friend WithEvents txtCantidadPeriodo As TextBox Friend WithEvents Label7 As Label Friend WithEvents cboPeriodoGracia As ComboBox Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents btnLimpiar As Button End Class