Partial Class frmBonos 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(frmBonos)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = 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.Label13 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.dtpUltimaFechaCuponCompra = New System.Windows.Forms.DateTimePicker() Me.dtpSiguienteFechaCuponCompra = New System.Windows.Forms.DateTimePicker() Me.dtpFechaLiquidacionCompra = New System.Windows.Forms.DateTimePicker() Me.dtpFechaVencimientoCompra = New System.Windows.Forms.DateTimePicker() Me.txtValorNominalCompra = New System.Windows.Forms.TextBox() Me.txtPorcentajeCuponCompra = New System.Windows.Forms.TextBox() Me.txtYTMAlVencimientoComisionCompra = New System.Windows.Forms.TextBox() Me.txtYTMAlVencimientoCompra = New System.Windows.Forms.TextBox() Me.txtPrecioAlVencimientoCompra = New System.Windows.Forms.TextBox() Me.txtPrecioCompra = New System.Windows.Forms.TextBox() Me.txtDiasAcumuladosCompra = New System.Windows.Forms.TextBox() Me.txtPrecioSucioCompra = New System.Windows.Forms.TextBox() Me.txtInteresAcumuladoCompra = New System.Windows.Forms.TextBox() Me.txtPorcentajeInteresAcumuladoCompra = New System.Windows.Forms.TextBox() Me.txtValorTransadoCompra = New System.Windows.Forms.TextBox() Me.txtMontoAPagar = New System.Windows.Forms.TextBox() Me.txtCostoTransferenciaCompra = New System.Windows.Forms.TextBox() Me.txtDiasAlVencimientoCompra = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.lblBono = New System.Windows.Forms.Label() Me.txtDiasAlVencimientoVenta = New System.Windows.Forms.TextBox() Me.txtCostoTransferenciaVenta = New System.Windows.Forms.TextBox() Me.txtMontoARecibir = New System.Windows.Forms.TextBox() Me.txtValorTransadoVenta = New System.Windows.Forms.TextBox() Me.txtPorcentajeInteresAcumuladoVenta = New System.Windows.Forms.TextBox() Me.txtInteresAcumuladoVenta = New System.Windows.Forms.TextBox() Me.txtPrecioSucioVenta = New System.Windows.Forms.TextBox() Me.txtDiasAcumuladosVenta = New System.Windows.Forms.TextBox() Me.txtPrecioVenta = New System.Windows.Forms.TextBox() Me.txtPrecioAlVencimientoVenta = New System.Windows.Forms.TextBox() Me.txtYTMAlVencimientoVenta = New System.Windows.Forms.TextBox() Me.txtYTMAlVencimientoComisionVenta = New System.Windows.Forms.TextBox() Me.txtPorcentajeCuponVenta = New System.Windows.Forms.TextBox() Me.txtValorNominalVenta = New System.Windows.Forms.TextBox() Me.dtpFechaVencimientoVenta = New System.Windows.Forms.DateTimePicker() Me.dtpFechaLiquidacionVenta = New System.Windows.Forms.DateTimePicker() Me.dtpSiguienteFechaCuponVenta = New System.Windows.Forms.DateTimePicker() Me.dtpUltimaFechaCuponVenta = New System.Windows.Forms.DateTimePicker() Me.Label22 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.Label25 = New System.Windows.Forms.Label() Me.Label26 = New System.Windows.Forms.Label() Me.label27 = New System.Windows.Forms.Label() Me.lblIngresosPorIntereses_Op = New System.Windows.Forms.Label() Me.lblCostosTotales_Op = New System.Windows.Forms.Label() Me.lblGananciaPerdidaTotal_Op = New System.Windows.Forms.Label() Me.lblRendimientoGananciaPerdida_Op = New System.Windows.Forms.Label() Me.lblRendimientoIntereses_Op = New System.Windows.Forms.Label() Me.lblRendimientoAntesISR_Op = New System.Windows.Forms.Label() Me.lblRendimientoDespuesISR_Op = New System.Windows.Forms.Label() Me.Label35 = New System.Windows.Forms.Label() Me.txtValorNominal_Op = New System.Windows.Forms.TextBox() Me.txtPlazo_Op = New System.Windows.Forms.TextBox() Me.txtPrecioCompra_Op = New System.Windows.Forms.TextBox() Me.txtPrecioVenta_Op = New System.Windows.Forms.TextBox() Me.txtGananciaPerdidaCapital_Op = New System.Windows.Forms.TextBox() Me.txtIngresosPorIntereses_Op = New System.Windows.Forms.TextBox() Me.txtCostosTotales_Op = New System.Windows.Forms.TextBox() Me.txtGananciaPerdidaTotal_Op = New System.Windows.Forms.TextBox() Me.txtRendimientoGananciaPerdida_Op = New System.Windows.Forms.TextBox() Me.txtRendimientoIntereses_Op = New System.Windows.Forms.TextBox() Me.txtRendimientoAntesISR_Op = New System.Windows.Forms.TextBox() Me.txtRendimientoDespuesISR_Op = New System.Windows.Forms.TextBox() Me.btnAceptar = New System.Windows.Forms.Button() Me.btnCancelar = New System.Windows.Forms.Button() Me.cboAnioBaseC = New System.Windows.Forms.ComboBox() Me.cboAnioBaseV = New System.Windows.Forms.ComboBox() Me.cboPeriodosC = New System.Windows.Forms.ComboBox() Me.cboPeriodosV = New System.Windows.Forms.ComboBox() Me.Label29 = New System.Windows.Forms.Label() Me.Label30 = New System.Windows.Forms.Label() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.btnBolsaVenta = New System.Windows.Forms.TextBox() Me.btnCasaVenta = New System.Windows.Forms.TextBox() Me.btnBolsaCompra = New System.Windows.Forms.TextBox() Me.btnCasaCompra = New System.Windows.Forms.TextBox() Me.btnPorcentajeBolsaVenta = New System.Windows.Forms.TextBox() Me.btnPorcentajeCasaVenta = New System.Windows.Forms.TextBox() Me.btnPorcentajeBolsaCompra = New System.Windows.Forms.TextBox() Me.btnPorcentajeCasaCompra = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.btnAccionIngreso = New System.Windows.Forms.Button() Me.dgvIngresos = New System.Windows.Forms.DataGridView() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.pnlPie = New System.Windows.Forms.Panel() 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.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage4.SuspendLayout() Me.pnlPie.SuspendLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.SuspendLayout() ' '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(20, 73) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(88, 18) Me.Label1.TabIndex = 0 Me.Label1.Text = "Valor Nominal" ' '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(20, 95) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(142, 18) Me.Label2.TabIndex = 1 Me.Label2.Text = "Ultima Fecha de Cupon" ' '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(20, 117) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(159, 18) Me.Label3.TabIndex = 2 Me.Label3.Text = "Siguiente Fecha de Cupon" ' '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(20, 139) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(131, 18) Me.Label4.TabIndex = 3 Me.Label4.Text = "Fecha de Liquidacion" ' '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(20, 161) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(136, 18) Me.Label5.TabIndex = 4 Me.Label5.Text = "Fecha de Vencimiento" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(20, 250) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 18) Me.Label6.TabIndex = 5 Me.Label6.Text = "Cupon %" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(20, 294) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(182, 18) Me.Label7.TabIndex = 6 Me.Label7.Text = "YTM Al Vencimiento Comision" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.ForeColor = System.Drawing.SystemColors.ControlText Me.Label8.Location = New System.Drawing.Point(20, 272) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(124, 18) Me.Label8.TabIndex = 7 Me.Label8.Text = "YTM Al vencimiento" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(20, 382) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(134, 18) Me.Label9.TabIndex = 8 Me.Label9.Text = "Precio al Vencimiento" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.ForeColor = System.Drawing.SystemColors.ControlText Me.Label10.Location = New System.Drawing.Point(20, 404) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(133, 18) Me.Label10.TabIndex = 9 Me.Label10.Text = "Precio Compra/Venta" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(20, 183) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(74, 18) Me.Label11.TabIndex = 10 Me.Label11.Text = "Base (Dias)" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(20, 228) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(106, 18) Me.Label12.TabIndex = 11 Me.Label12.Text = "Dias Acumulados" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Location = New System.Drawing.Point(20, 206) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(123, 18) Me.Label13.TabIndex = 12 Me.Label13.Text = "Dias al Vencimiento" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(20, 426) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(116, 18) Me.Label16.TabIndex = 15 Me.Label16.Text = "Interes Acumulado" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(20, 448) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(91, 18) Me.Label18.TabIndex = 17 Me.Label18.Text = "Precio Sucio %" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(20, 470) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(95, 18) Me.Label19.TabIndex = 18 Me.Label19.Text = "Valor Transado" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(20, 492) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(140, 18) Me.Label20.TabIndex = 19 Me.Label20.Text = "Monto a Pagar/Recibir" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.Location = New System.Drawing.Point(20, 514) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(126, 18) Me.Label21.TabIndex = 20 Me.Label21.Text = "Costo Transferencia" ' 'dtpUltimaFechaCuponCompra ' Me.dtpUltimaFechaCuponCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpUltimaFechaCuponCompra.Location = New System.Drawing.Point(203, 94) Me.dtpUltimaFechaCuponCompra.Name = "dtpUltimaFechaCuponCompra" Me.dtpUltimaFechaCuponCompra.Size = New System.Drawing.Size(150, 20) Me.dtpUltimaFechaCuponCompra.TabIndex = 3 ' 'dtpSiguienteFechaCuponCompra ' Me.dtpSiguienteFechaCuponCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpSiguienteFechaCuponCompra.Location = New System.Drawing.Point(203, 116) Me.dtpSiguienteFechaCuponCompra.Name = "dtpSiguienteFechaCuponCompra" Me.dtpSiguienteFechaCuponCompra.Size = New System.Drawing.Size(150, 20) Me.dtpSiguienteFechaCuponCompra.TabIndex = 4 ' 'dtpFechaLiquidacionCompra ' Me.dtpFechaLiquidacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaLiquidacionCompra.Location = New System.Drawing.Point(203, 138) Me.dtpFechaLiquidacionCompra.Name = "dtpFechaLiquidacionCompra" Me.dtpFechaLiquidacionCompra.Size = New System.Drawing.Size(150, 20) Me.dtpFechaLiquidacionCompra.TabIndex = 5 ' 'dtpFechaVencimientoCompra ' Me.dtpFechaVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaVencimientoCompra.Location = New System.Drawing.Point(203, 160) Me.dtpFechaVencimientoCompra.Name = "dtpFechaVencimientoCompra" Me.dtpFechaVencimientoCompra.Size = New System.Drawing.Size(150, 20) Me.dtpFechaVencimientoCompra.TabIndex = 6 ' 'txtValorNominalCompra ' Me.txtValorNominalCompra.Location = New System.Drawing.Point(203, 72) Me.txtValorNominalCompra.Name = "txtValorNominalCompra" Me.txtValorNominalCompra.Size = New System.Drawing.Size(150, 20) Me.txtValorNominalCompra.TabIndex = 2 ' 'txtPorcentajeCuponCompra ' Me.txtPorcentajeCuponCompra.Location = New System.Drawing.Point(203, 249) Me.txtPorcentajeCuponCompra.Name = "txtPorcentajeCuponCompra" Me.txtPorcentajeCuponCompra.Size = New System.Drawing.Size(150, 20) Me.txtPorcentajeCuponCompra.TabIndex = 8 ' 'txtYTMAlVencimientoComisionCompra ' Me.txtYTMAlVencimientoComisionCompra.Location = New System.Drawing.Point(203, 293) Me.txtYTMAlVencimientoComisionCompra.Name = "txtYTMAlVencimientoComisionCompra" Me.txtYTMAlVencimientoComisionCompra.ReadOnly = True Me.txtYTMAlVencimientoComisionCompra.Size = New System.Drawing.Size(150, 20) Me.txtYTMAlVencimientoComisionCompra.TabIndex = 10 ' 'txtYTMAlVencimientoCompra ' Me.txtYTMAlVencimientoCompra.Location = New System.Drawing.Point(203, 271) Me.txtYTMAlVencimientoCompra.Name = "txtYTMAlVencimientoCompra" Me.txtYTMAlVencimientoCompra.ReadOnly = True Me.txtYTMAlVencimientoCompra.Size = New System.Drawing.Size(150, 20) Me.txtYTMAlVencimientoCompra.TabIndex = 9 ' 'txtPrecioAlVencimientoCompra ' Me.txtPrecioAlVencimientoCompra.Location = New System.Drawing.Point(203, 381) Me.txtPrecioAlVencimientoCompra.Name = "txtPrecioAlVencimientoCompra" Me.txtPrecioAlVencimientoCompra.Size = New System.Drawing.Size(150, 20) Me.txtPrecioAlVencimientoCompra.TabIndex = 11 ' 'txtPrecioCompra ' Me.txtPrecioCompra.Location = New System.Drawing.Point(203, 403) Me.txtPrecioCompra.Name = "txtPrecioCompra" Me.txtPrecioCompra.Size = New System.Drawing.Size(150, 20) Me.txtPrecioCompra.TabIndex = 12 ' 'txtDiasAcumuladosCompra ' Me.txtDiasAcumuladosCompra.Location = New System.Drawing.Point(203, 227) Me.txtDiasAcumuladosCompra.Name = "txtDiasAcumuladosCompra" Me.txtDiasAcumuladosCompra.ReadOnly = True Me.txtDiasAcumuladosCompra.Size = New System.Drawing.Size(150, 20) Me.txtDiasAcumuladosCompra.TabIndex = 0 ' 'txtPrecioSucioCompra ' Me.txtPrecioSucioCompra.Location = New System.Drawing.Point(203, 447) Me.txtPrecioSucioCompra.Name = "txtPrecioSucioCompra" Me.txtPrecioSucioCompra.ReadOnly = True Me.txtPrecioSucioCompra.Size = New System.Drawing.Size(150, 20) Me.txtPrecioSucioCompra.TabIndex = 0 ' 'txtInteresAcumuladoCompra ' Me.txtInteresAcumuladoCompra.Location = New System.Drawing.Point(203, 425) Me.txtInteresAcumuladoCompra.Name = "txtInteresAcumuladoCompra" Me.txtInteresAcumuladoCompra.ReadOnly = True Me.txtInteresAcumuladoCompra.Size = New System.Drawing.Size(108, 20) Me.txtInteresAcumuladoCompra.TabIndex = 0 ' 'txtPorcentajeInteresAcumuladoCompra ' Me.txtPorcentajeInteresAcumuladoCompra.Location = New System.Drawing.Point(313, 425) Me.txtPorcentajeInteresAcumuladoCompra.Name = "txtPorcentajeInteresAcumuladoCompra" Me.txtPorcentajeInteresAcumuladoCompra.ReadOnly = True Me.txtPorcentajeInteresAcumuladoCompra.Size = New System.Drawing.Size(40, 20) Me.txtPorcentajeInteresAcumuladoCompra.TabIndex = 0 ' 'txtValorTransadoCompra ' Me.txtValorTransadoCompra.Location = New System.Drawing.Point(203, 469) Me.txtValorTransadoCompra.Name = "txtValorTransadoCompra" Me.txtValorTransadoCompra.ReadOnly = True Me.txtValorTransadoCompra.Size = New System.Drawing.Size(150, 20) Me.txtValorTransadoCompra.TabIndex = 0 ' 'txtMontoAPagar ' Me.txtMontoAPagar.Location = New System.Drawing.Point(203, 491) Me.txtMontoAPagar.Name = "txtMontoAPagar" Me.txtMontoAPagar.ReadOnly = True Me.txtMontoAPagar.Size = New System.Drawing.Size(150, 20) Me.txtMontoAPagar.TabIndex = 0 ' 'txtCostoTransferenciaCompra ' Me.txtCostoTransferenciaCompra.Location = New System.Drawing.Point(203, 513) Me.txtCostoTransferenciaCompra.Name = "txtCostoTransferenciaCompra" Me.txtCostoTransferenciaCompra.Size = New System.Drawing.Size(150, 20) Me.txtCostoTransferenciaCompra.TabIndex = 16 ' 'txtDiasAlVencimientoCompra ' Me.txtDiasAlVencimientoCompra.Location = New System.Drawing.Point(203, 205) Me.txtDiasAlVencimientoCompra.Name = "txtDiasAlVencimientoCompra" Me.txtDiasAlVencimientoCompra.ReadOnly = True Me.txtDiasAlVencimientoCompra.Size = New System.Drawing.Size(150, 20) Me.txtDiasAlVencimientoCompra.TabIndex = 0 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(256, 15) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(55, 18) Me.Label17.TabIndex = 55 Me.Label17.Text = "Compra" ' 'lblBono ' 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(13, 33) Me.lblBono.Name = "lblBono" Me.lblBono.Size = New System.Drawing.Size(167, 24) Me.lblBono.TabIndex = 56 Me.lblBono.Text = "Bono Corporativo" ' 'txtDiasAlVencimientoVenta ' Me.txtDiasAlVencimientoVenta.Location = New System.Drawing.Point(359, 205) Me.txtDiasAlVencimientoVenta.Name = "txtDiasAlVencimientoVenta" Me.txtDiasAlVencimientoVenta.ReadOnly = True Me.txtDiasAlVencimientoVenta.Size = New System.Drawing.Size(150, 20) Me.txtDiasAlVencimientoVenta.TabIndex = 77 ' 'txtCostoTransferenciaVenta ' Me.txtCostoTransferenciaVenta.Location = New System.Drawing.Point(359, 513) Me.txtCostoTransferenciaVenta.Name = "txtCostoTransferenciaVenta" Me.txtCostoTransferenciaVenta.Size = New System.Drawing.Size(150, 20) Me.txtCostoTransferenciaVenta.TabIndex = 32 ' 'txtMontoARecibir ' Me.txtMontoARecibir.Location = New System.Drawing.Point(359, 491) Me.txtMontoARecibir.Name = "txtMontoARecibir" Me.txtMontoARecibir.ReadOnly = True Me.txtMontoARecibir.Size = New System.Drawing.Size(150, 20) Me.txtMontoARecibir.TabIndex = 0 ' 'txtValorTransadoVenta ' Me.txtValorTransadoVenta.Location = New System.Drawing.Point(359, 469) Me.txtValorTransadoVenta.Name = "txtValorTransadoVenta" Me.txtValorTransadoVenta.ReadOnly = True Me.txtValorTransadoVenta.Size = New System.Drawing.Size(150, 20) Me.txtValorTransadoVenta.TabIndex = 0 ' 'txtPorcentajeInteresAcumuladoVenta ' Me.txtPorcentajeInteresAcumuladoVenta.Location = New System.Drawing.Point(469, 425) Me.txtPorcentajeInteresAcumuladoVenta.Name = "txtPorcentajeInteresAcumuladoVenta" Me.txtPorcentajeInteresAcumuladoVenta.ReadOnly = True Me.txtPorcentajeInteresAcumuladoVenta.Size = New System.Drawing.Size(40, 20) Me.txtPorcentajeInteresAcumuladoVenta.TabIndex = 0 ' 'txtInteresAcumuladoVenta ' Me.txtInteresAcumuladoVenta.Location = New System.Drawing.Point(359, 425) Me.txtInteresAcumuladoVenta.Name = "txtInteresAcumuladoVenta" Me.txtInteresAcumuladoVenta.ReadOnly = True Me.txtInteresAcumuladoVenta.Size = New System.Drawing.Size(108, 20) Me.txtInteresAcumuladoVenta.TabIndex = 0 ' 'txtPrecioSucioVenta ' Me.txtPrecioSucioVenta.Location = New System.Drawing.Point(359, 447) Me.txtPrecioSucioVenta.Name = "txtPrecioSucioVenta" Me.txtPrecioSucioVenta.ReadOnly = True Me.txtPrecioSucioVenta.Size = New System.Drawing.Size(150, 20) Me.txtPrecioSucioVenta.TabIndex = 0 ' 'txtDiasAcumuladosVenta ' Me.txtDiasAcumuladosVenta.Location = New System.Drawing.Point(359, 227) Me.txtDiasAcumuladosVenta.Name = "txtDiasAcumuladosVenta" Me.txtDiasAcumuladosVenta.ReadOnly = True Me.txtDiasAcumuladosVenta.Size = New System.Drawing.Size(150, 20) Me.txtDiasAcumuladosVenta.TabIndex = 68 ' 'txtPrecioVenta ' Me.txtPrecioVenta.Location = New System.Drawing.Point(359, 403) Me.txtPrecioVenta.Name = "txtPrecioVenta" Me.txtPrecioVenta.Size = New System.Drawing.Size(150, 20) Me.txtPrecioVenta.TabIndex = 28 ' 'txtPrecioAlVencimientoVenta ' Me.txtPrecioAlVencimientoVenta.Location = New System.Drawing.Point(359, 381) Me.txtPrecioAlVencimientoVenta.Name = "txtPrecioAlVencimientoVenta" Me.txtPrecioAlVencimientoVenta.Size = New System.Drawing.Size(150, 20) Me.txtPrecioAlVencimientoVenta.TabIndex = 27 ' 'txtYTMAlVencimientoVenta ' Me.txtYTMAlVencimientoVenta.Location = New System.Drawing.Point(359, 271) Me.txtYTMAlVencimientoVenta.Name = "txtYTMAlVencimientoVenta" Me.txtYTMAlVencimientoVenta.ReadOnly = True Me.txtYTMAlVencimientoVenta.Size = New System.Drawing.Size(150, 20) Me.txtYTMAlVencimientoVenta.TabIndex = 25 ' 'txtYTMAlVencimientoComisionVenta ' Me.txtYTMAlVencimientoComisionVenta.Location = New System.Drawing.Point(359, 293) Me.txtYTMAlVencimientoComisionVenta.Name = "txtYTMAlVencimientoComisionVenta" Me.txtYTMAlVencimientoComisionVenta.ReadOnly = True Me.txtYTMAlVencimientoComisionVenta.Size = New System.Drawing.Size(150, 20) Me.txtYTMAlVencimientoComisionVenta.TabIndex = 26 ' 'txtPorcentajeCuponVenta ' Me.txtPorcentajeCuponVenta.Location = New System.Drawing.Point(359, 249) Me.txtPorcentajeCuponVenta.Name = "txtPorcentajeCuponVenta" Me.txtPorcentajeCuponVenta.Size = New System.Drawing.Size(150, 20) Me.txtPorcentajeCuponVenta.TabIndex = 24 ' 'txtValorNominalVenta ' Me.txtValorNominalVenta.Location = New System.Drawing.Point(359, 72) Me.txtValorNominalVenta.Name = "txtValorNominalVenta" Me.txtValorNominalVenta.Size = New System.Drawing.Size(150, 20) Me.txtValorNominalVenta.TabIndex = 18 ' 'dtpFechaVencimientoVenta ' Me.dtpFechaVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaVencimientoVenta.Location = New System.Drawing.Point(359, 160) Me.dtpFechaVencimientoVenta.Name = "dtpFechaVencimientoVenta" Me.dtpFechaVencimientoVenta.Size = New System.Drawing.Size(150, 20) Me.dtpFechaVencimientoVenta.TabIndex = 22 ' 'dtpFechaLiquidacionVenta ' Me.dtpFechaLiquidacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaLiquidacionVenta.Location = New System.Drawing.Point(359, 138) Me.dtpFechaLiquidacionVenta.Name = "dtpFechaLiquidacionVenta" Me.dtpFechaLiquidacionVenta.Size = New System.Drawing.Size(150, 20) Me.dtpFechaLiquidacionVenta.TabIndex = 21 ' 'dtpSiguienteFechaCuponVenta ' Me.dtpSiguienteFechaCuponVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpSiguienteFechaCuponVenta.Location = New System.Drawing.Point(359, 116) Me.dtpSiguienteFechaCuponVenta.Name = "dtpSiguienteFechaCuponVenta" Me.dtpSiguienteFechaCuponVenta.Size = New System.Drawing.Size(150, 20) Me.dtpSiguienteFechaCuponVenta.TabIndex = 20 ' 'dtpUltimaFechaCuponVenta ' Me.dtpUltimaFechaCuponVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpUltimaFechaCuponVenta.Location = New System.Drawing.Point(359, 94) Me.dtpUltimaFechaCuponVenta.Name = "dtpUltimaFechaCuponVenta" Me.dtpUltimaFechaCuponVenta.Size = New System.Drawing.Size(150, 20) Me.dtpUltimaFechaCuponVenta.TabIndex = 19 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.Location = New System.Drawing.Point(366, 15) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(43, 18) Me.Label22.TabIndex = 80 Me.Label22.Text = "Venta" ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label23.Location = New System.Drawing.Point(20, 55) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(88, 18) Me.Label23.TabIndex = 81 Me.Label23.Text = "Valor Nominal" ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label24.Location = New System.Drawing.Point(20, 77) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(38, 18) Me.Label24.TabIndex = 82 Me.Label24.Text = "Plazo" ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label25.Location = New System.Drawing.Point(20, 99) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(93, 18) Me.Label25.TabIndex = 83 Me.Label25.Text = "Precio Compra" ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label26.Location = New System.Drawing.Point(20, 121) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(81, 18) Me.Label26.TabIndex = 84 Me.Label26.Text = "Precio Venta" ' 'label27 ' Me.label27.AutoSize = True Me.label27.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.label27.Location = New System.Drawing.Point(20, 143) Me.label27.Name = "label27" Me.label27.Size = New System.Drawing.Size(176, 18) Me.label27.TabIndex = 85 Me.label27.Text = "Ganancia/Perdida de Capital" ' 'lblIngresosPorIntereses_Op ' Me.lblIngresosPorIntereses_Op.AutoSize = True Me.lblIngresosPorIntereses_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIngresosPorIntereses_Op.Location = New System.Drawing.Point(20, 165) Me.lblIngresosPorIntereses_Op.Name = "lblIngresosPorIntereses_Op" Me.lblIngresosPorIntereses_Op.Size = New System.Drawing.Size(132, 18) Me.lblIngresosPorIntereses_Op.TabIndex = 86 Me.lblIngresosPorIntereses_Op.Text = "Ingreso por Intereses" ' 'lblCostosTotales_Op ' Me.lblCostosTotales_Op.AutoSize = True Me.lblCostosTotales_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCostosTotales_Op.Location = New System.Drawing.Point(20, 187) Me.lblCostosTotales_Op.Name = "lblCostosTotales_Op" Me.lblCostosTotales_Op.Size = New System.Drawing.Size(94, 18) Me.lblCostosTotales_Op.TabIndex = 87 Me.lblCostosTotales_Op.Text = "Costos Totales" ' 'lblGananciaPerdidaTotal_Op ' Me.lblGananciaPerdidaTotal_Op.AutoSize = True Me.lblGananciaPerdidaTotal_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblGananciaPerdidaTotal_Op.Location = New System.Drawing.Point(20, 209) Me.lblGananciaPerdidaTotal_Op.Name = "lblGananciaPerdidaTotal_Op" Me.lblGananciaPerdidaTotal_Op.Size = New System.Drawing.Size(147, 18) Me.lblGananciaPerdidaTotal_Op.TabIndex = 88 Me.lblGananciaPerdidaTotal_Op.Text = "Ganancia/Perdida Total" ' 'lblRendimientoGananciaPerdida_Op ' Me.lblRendimientoGananciaPerdida_Op.AutoSize = True Me.lblRendimientoGananciaPerdida_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimientoGananciaPerdida_Op.Location = New System.Drawing.Point(20, 231) Me.lblRendimientoGananciaPerdida_Op.Name = "lblRendimientoGananciaPerdida_Op" Me.lblRendimientoGananciaPerdida_Op.Size = New System.Drawing.Size(191, 18) Me.lblRendimientoGananciaPerdida_Op.TabIndex = 89 Me.lblRendimientoGananciaPerdida_Op.Text = "Rendimiento Ganancia/Perdida" ' 'lblRendimientoIntereses_Op ' Me.lblRendimientoIntereses_Op.AutoSize = True Me.lblRendimientoIntereses_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimientoIntereses_Op.Location = New System.Drawing.Point(20, 253) Me.lblRendimientoIntereses_Op.Name = "lblRendimientoIntereses_Op" Me.lblRendimientoIntereses_Op.Size = New System.Drawing.Size(140, 18) Me.lblRendimientoIntereses_Op.TabIndex = 90 Me.lblRendimientoIntereses_Op.Text = "Rendimiento Intereses" ' 'lblRendimientoAntesISR_Op ' Me.lblRendimientoAntesISR_Op.AutoSize = True Me.lblRendimientoAntesISR_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimientoAntesISR_Op.Location = New System.Drawing.Point(20, 275) Me.lblRendimientoAntesISR_Op.Name = "lblRendimientoAntesISR_Op" Me.lblRendimientoAntesISR_Op.Size = New System.Drawing.Size(141, 18) Me.lblRendimientoAntesISR_Op.TabIndex = 91 Me.lblRendimientoAntesISR_Op.Text = "Rendimiento antes ISR" ' 'lblRendimientoDespuesISR_Op ' Me.lblRendimientoDespuesISR_Op.AutoSize = True Me.lblRendimientoDespuesISR_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimientoDespuesISR_Op.Location = New System.Drawing.Point(20, 297) Me.lblRendimientoDespuesISR_Op.Name = "lblRendimientoDespuesISR_Op" Me.lblRendimientoDespuesISR_Op.Size = New System.Drawing.Size(156, 18) Me.lblRendimientoDespuesISR_Op.TabIndex = 92 Me.lblRendimientoDespuesISR_Op.Text = "Rendimiento despues ISR" ' 'Label35 ' Me.Label35.AutoSize = True Me.Label35.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label35.Location = New System.Drawing.Point(122, 20) Me.Label35.Name = "Label35" Me.Label35.Size = New System.Drawing.Size(169, 18) Me.Label35.TabIndex = 93 Me.Label35.Text = "Resultado de la Operacion" ' 'txtValorNominal_Op ' Me.txtValorNominal_Op.Location = New System.Drawing.Point(219, 54) Me.txtValorNominal_Op.Name = "txtValorNominal_Op" Me.txtValorNominal_Op.ReadOnly = True Me.txtValorNominal_Op.Size = New System.Drawing.Size(150, 20) Me.txtValorNominal_Op.TabIndex = 0 ' 'txtPlazo_Op ' Me.txtPlazo_Op.Location = New System.Drawing.Point(219, 76) Me.txtPlazo_Op.Name = "txtPlazo_Op" Me.txtPlazo_Op.ReadOnly = True Me.txtPlazo_Op.Size = New System.Drawing.Size(150, 20) Me.txtPlazo_Op.TabIndex = 0 ' 'txtPrecioCompra_Op ' Me.txtPrecioCompra_Op.Location = New System.Drawing.Point(219, 98) Me.txtPrecioCompra_Op.Name = "txtPrecioCompra_Op" Me.txtPrecioCompra_Op.Size = New System.Drawing.Size(150, 20) Me.txtPrecioCompra_Op.TabIndex = 0 ' 'txtPrecioVenta_Op ' Me.txtPrecioVenta_Op.Location = New System.Drawing.Point(219, 120) Me.txtPrecioVenta_Op.Name = "txtPrecioVenta_Op" Me.txtPrecioVenta_Op.Size = New System.Drawing.Size(150, 20) Me.txtPrecioVenta_Op.TabIndex = 0 ' 'txtGananciaPerdidaCapital_Op ' Me.txtGananciaPerdidaCapital_Op.Location = New System.Drawing.Point(219, 142) Me.txtGananciaPerdidaCapital_Op.Name = "txtGananciaPerdidaCapital_Op" Me.txtGananciaPerdidaCapital_Op.ReadOnly = True Me.txtGananciaPerdidaCapital_Op.Size = New System.Drawing.Size(150, 20) Me.txtGananciaPerdidaCapital_Op.TabIndex = 0 ' 'txtIngresosPorIntereses_Op ' Me.txtIngresosPorIntereses_Op.Location = New System.Drawing.Point(219, 164) Me.txtIngresosPorIntereses_Op.Name = "txtIngresosPorIntereses_Op" Me.txtIngresosPorIntereses_Op.ReadOnly = True Me.txtIngresosPorIntereses_Op.Size = New System.Drawing.Size(150, 20) Me.txtIngresosPorIntereses_Op.TabIndex = 0 ' 'txtCostosTotales_Op ' Me.txtCostosTotales_Op.Location = New System.Drawing.Point(219, 186) Me.txtCostosTotales_Op.Name = "txtCostosTotales_Op" Me.txtCostosTotales_Op.ReadOnly = True Me.txtCostosTotales_Op.Size = New System.Drawing.Size(150, 20) Me.txtCostosTotales_Op.TabIndex = 0 ' 'txtGananciaPerdidaTotal_Op ' Me.txtGananciaPerdidaTotal_Op.Location = New System.Drawing.Point(219, 208) Me.txtGananciaPerdidaTotal_Op.Name = "txtGananciaPerdidaTotal_Op" Me.txtGananciaPerdidaTotal_Op.ReadOnly = True Me.txtGananciaPerdidaTotal_Op.Size = New System.Drawing.Size(150, 20) Me.txtGananciaPerdidaTotal_Op.TabIndex = 0 ' 'txtRendimientoGananciaPerdida_Op ' Me.txtRendimientoGananciaPerdida_Op.Location = New System.Drawing.Point(219, 230) Me.txtRendimientoGananciaPerdida_Op.Name = "txtRendimientoGananciaPerdida_Op" Me.txtRendimientoGananciaPerdida_Op.ReadOnly = True Me.txtRendimientoGananciaPerdida_Op.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoGananciaPerdida_Op.TabIndex = 0 ' 'txtRendimientoIntereses_Op ' Me.txtRendimientoIntereses_Op.Location = New System.Drawing.Point(219, 252) Me.txtRendimientoIntereses_Op.Name = "txtRendimientoIntereses_Op" Me.txtRendimientoIntereses_Op.ReadOnly = True Me.txtRendimientoIntereses_Op.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoIntereses_Op.TabIndex = 0 ' 'txtRendimientoAntesISR_Op ' Me.txtRendimientoAntesISR_Op.Location = New System.Drawing.Point(219, 274) Me.txtRendimientoAntesISR_Op.Name = "txtRendimientoAntesISR_Op" Me.txtRendimientoAntesISR_Op.ReadOnly = True Me.txtRendimientoAntesISR_Op.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoAntesISR_Op.TabIndex = 0 ' 'txtRendimientoDespuesISR_Op ' Me.txtRendimientoDespuesISR_Op.Location = New System.Drawing.Point(219, 296) Me.txtRendimientoDespuesISR_Op.Name = "txtRendimientoDespuesISR_Op" Me.txtRendimientoDespuesISR_Op.ReadOnly = True Me.txtRendimientoDespuesISR_Op.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoDespuesISR_Op.TabIndex = 0 ' 'btnAceptar ' Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK Me.btnAceptar.Location = New System.Drawing.Point(10, 3) Me.btnAceptar.Name = "btnAceptar" Me.btnAceptar.Size = New System.Drawing.Size(75, 23) Me.btnAceptar.TabIndex = 106 Me.btnAceptar.Text = "Aceptar" Me.btnAceptar.UseVisualStyleBackColor = True ' 'btnCancelar ' Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnCancelar.Location = New System.Drawing.Point(91, 3) Me.btnCancelar.Name = "btnCancelar" Me.btnCancelar.Size = New System.Drawing.Size(75, 23) Me.btnCancelar.TabIndex = 107 Me.btnCancelar.Text = "Cancelar" Me.btnCancelar.UseVisualStyleBackColor = True ' 'cboAnioBaseC ' Me.cboAnioBaseC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboAnioBaseC.FormattingEnabled = True Me.cboAnioBaseC.Items.AddRange(New Object() {"360", "365"}) Me.cboAnioBaseC.Location = New System.Drawing.Point(203, 182) Me.cboAnioBaseC.Name = "cboAnioBaseC" Me.cboAnioBaseC.Size = New System.Drawing.Size(150, 21) Me.cboAnioBaseC.TabIndex = 7 ' 'cboAnioBaseV ' Me.cboAnioBaseV.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboAnioBaseV.FormattingEnabled = True Me.cboAnioBaseV.Items.AddRange(New Object() {"360", "365"}) Me.cboAnioBaseV.Location = New System.Drawing.Point(359, 182) Me.cboAnioBaseV.Name = "cboAnioBaseV" Me.cboAnioBaseV.Size = New System.Drawing.Size(150, 21) Me.cboAnioBaseV.TabIndex = 23 ' 'cboPeriodosC ' Me.cboPeriodosC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboPeriodosC.FormattingEnabled = True Me.cboPeriodosC.Location = New System.Drawing.Point(203, 49) Me.cboPeriodosC.Name = "cboPeriodosC" Me.cboPeriodosC.Size = New System.Drawing.Size(150, 21) Me.cboPeriodosC.TabIndex = 1 ' 'cboPeriodosV ' Me.cboPeriodosV.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboPeriodosV.FormattingEnabled = True Me.cboPeriodosV.Location = New System.Drawing.Point(359, 49) Me.cboPeriodosV.Name = "cboPeriodosV" Me.cboPeriodosV.Size = New System.Drawing.Size(150, 21) Me.cboPeriodosV.TabIndex = 17 ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label29.Location = New System.Drawing.Point(20, 50) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(80, 18) Me.Label29.TabIndex = 115 Me.Label29.Text = "Periodicidad" ' 'Label30 ' Me.Label30.AutoSize = True Me.Label30.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label30.Location = New System.Drawing.Point(536, 373) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(59, 18) Me.Label30.TabIndex = 118 Me.Label30.Text = "Ingresos" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage4) Me.TabControl1.Location = New System.Drawing.Point(17, 72) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(696, 589) Me.TabControl1.TabIndex = 121 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.btnBolsaVenta) Me.TabPage1.Controls.Add(Me.btnCasaVenta) Me.TabPage1.Controls.Add(Me.btnBolsaCompra) Me.TabPage1.Controls.Add(Me.btnCasaCompra) Me.TabPage1.Controls.Add(Me.btnPorcentajeBolsaVenta) Me.TabPage1.Controls.Add(Me.btnPorcentajeCasaVenta) Me.TabPage1.Controls.Add(Me.btnPorcentajeBolsaCompra) Me.TabPage1.Controls.Add(Me.btnPorcentajeCasaCompra) Me.TabPage1.Controls.Add(Me.Label15) Me.TabPage1.Controls.Add(Me.Label14) Me.TabPage1.Controls.Add(Me.Label17) Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.Label3) Me.TabPage1.Controls.Add(Me.Label4) Me.TabPage1.Controls.Add(Me.Label5) Me.TabPage1.Controls.Add(Me.Label29) Me.TabPage1.Controls.Add(Me.Label6) Me.TabPage1.Controls.Add(Me.cboPeriodosV) Me.TabPage1.Controls.Add(Me.Label7) Me.TabPage1.Controls.Add(Me.cboPeriodosC) Me.TabPage1.Controls.Add(Me.Label8) Me.TabPage1.Controls.Add(Me.cboAnioBaseV) Me.TabPage1.Controls.Add(Me.Label9) Me.TabPage1.Controls.Add(Me.cboAnioBaseC) Me.TabPage1.Controls.Add(Me.Label10) Me.TabPage1.Controls.Add(Me.Label11) Me.TabPage1.Controls.Add(Me.Label12) Me.TabPage1.Controls.Add(Me.Label13) Me.TabPage1.Controls.Add(Me.Label16) Me.TabPage1.Controls.Add(Me.Label18) Me.TabPage1.Controls.Add(Me.Label19) Me.TabPage1.Controls.Add(Me.Label20) Me.TabPage1.Controls.Add(Me.Label21) Me.TabPage1.Controls.Add(Me.dtpUltimaFechaCuponCompra) Me.TabPage1.Controls.Add(Me.dtpSiguienteFechaCuponCompra) Me.TabPage1.Controls.Add(Me.dtpFechaLiquidacionCompra) Me.TabPage1.Controls.Add(Me.dtpFechaVencimientoCompra) Me.TabPage1.Controls.Add(Me.txtValorNominalCompra) Me.TabPage1.Controls.Add(Me.txtPorcentajeCuponCompra) Me.TabPage1.Controls.Add(Me.txtYTMAlVencimientoComisionCompra) Me.TabPage1.Controls.Add(Me.txtYTMAlVencimientoCompra) Me.TabPage1.Controls.Add(Me.txtPrecioAlVencimientoCompra) Me.TabPage1.Controls.Add(Me.txtPrecioCompra) Me.TabPage1.Controls.Add(Me.txtDiasAcumuladosCompra) Me.TabPage1.Controls.Add(Me.txtPrecioSucioCompra) Me.TabPage1.Controls.Add(Me.txtInteresAcumuladoCompra) Me.TabPage1.Controls.Add(Me.txtPorcentajeInteresAcumuladoCompra) Me.TabPage1.Controls.Add(Me.txtValorTransadoCompra) Me.TabPage1.Controls.Add(Me.txtMontoAPagar) Me.TabPage1.Controls.Add(Me.txtCostoTransferenciaCompra) Me.TabPage1.Controls.Add(Me.txtDiasAlVencimientoCompra) Me.TabPage1.Controls.Add(Me.Label22) Me.TabPage1.Controls.Add(Me.dtpUltimaFechaCuponVenta) Me.TabPage1.Controls.Add(Me.txtDiasAlVencimientoVenta) Me.TabPage1.Controls.Add(Me.dtpSiguienteFechaCuponVenta) Me.TabPage1.Controls.Add(Me.txtCostoTransferenciaVenta) Me.TabPage1.Controls.Add(Me.dtpFechaLiquidacionVenta) Me.TabPage1.Controls.Add(Me.txtMontoARecibir) Me.TabPage1.Controls.Add(Me.dtpFechaVencimientoVenta) Me.TabPage1.Controls.Add(Me.txtValorTransadoVenta) Me.TabPage1.Controls.Add(Me.txtValorNominalVenta) Me.TabPage1.Controls.Add(Me.txtPorcentajeInteresAcumuladoVenta) Me.TabPage1.Controls.Add(Me.txtPorcentajeCuponVenta) Me.TabPage1.Controls.Add(Me.txtInteresAcumuladoVenta) Me.TabPage1.Controls.Add(Me.txtYTMAlVencimientoComisionVenta) Me.TabPage1.Controls.Add(Me.txtPrecioSucioVenta) Me.TabPage1.Controls.Add(Me.txtYTMAlVencimientoVenta) Me.TabPage1.Controls.Add(Me.txtPrecioAlVencimientoVenta) Me.TabPage1.Controls.Add(Me.txtPrecioVenta) Me.TabPage1.Controls.Add(Me.txtDiasAcumuladosVenta) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(688, 563) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Operación" Me.TabPage1.UseVisualStyleBackColor = True ' 'btnBolsaVenta ' Me.btnBolsaVenta.Location = New System.Drawing.Point(402, 355) Me.btnBolsaVenta.Name = "btnBolsaVenta" Me.btnBolsaVenta.ReadOnly = True Me.btnBolsaVenta.Size = New System.Drawing.Size(104, 20) Me.btnBolsaVenta.TabIndex = 125 ' 'btnCasaVenta ' Me.btnCasaVenta.Location = New System.Drawing.Point(402, 322) Me.btnCasaVenta.Name = "btnCasaVenta" Me.btnCasaVenta.ReadOnly = True Me.btnCasaVenta.Size = New System.Drawing.Size(104, 20) Me.btnCasaVenta.TabIndex = 124 ' 'btnBolsaCompra ' Me.btnBolsaCompra.Location = New System.Drawing.Point(247, 355) Me.btnBolsaCompra.Name = "btnBolsaCompra" Me.btnBolsaCompra.ReadOnly = True Me.btnBolsaCompra.Size = New System.Drawing.Size(104, 20) Me.btnBolsaCompra.TabIndex = 123 ' 'btnCasaCompra ' Me.btnCasaCompra.Location = New System.Drawing.Point(247, 322) Me.btnCasaCompra.Name = "btnCasaCompra" Me.btnCasaCompra.ReadOnly = True Me.btnCasaCompra.Size = New System.Drawing.Size(104, 20) Me.btnCasaCompra.TabIndex = 122 ' 'btnPorcentajeBolsaVenta ' Me.btnPorcentajeBolsaVenta.Location = New System.Drawing.Point(359, 355) Me.btnPorcentajeBolsaVenta.Name = "btnPorcentajeBolsaVenta" Me.btnPorcentajeBolsaVenta.ReadOnly = True Me.btnPorcentajeBolsaVenta.Size = New System.Drawing.Size(37, 20) Me.btnPorcentajeBolsaVenta.TabIndex = 121 ' 'btnPorcentajeCasaVenta ' Me.btnPorcentajeCasaVenta.Location = New System.Drawing.Point(359, 322) Me.btnPorcentajeCasaVenta.Name = "btnPorcentajeCasaVenta" Me.btnPorcentajeCasaVenta.ReadOnly = True Me.btnPorcentajeCasaVenta.Size = New System.Drawing.Size(37, 20) Me.btnPorcentajeCasaVenta.TabIndex = 120 ' 'btnPorcentajeBolsaCompra ' Me.btnPorcentajeBolsaCompra.Location = New System.Drawing.Point(203, 355) Me.btnPorcentajeBolsaCompra.Name = "btnPorcentajeBolsaCompra" Me.btnPorcentajeBolsaCompra.ReadOnly = True Me.btnPorcentajeBolsaCompra.Size = New System.Drawing.Size(38, 20) Me.btnPorcentajeBolsaCompra.TabIndex = 119 ' 'btnPorcentajeCasaCompra ' Me.btnPorcentajeCasaCompra.Location = New System.Drawing.Point(203, 322) Me.btnPorcentajeCasaCompra.Name = "btnPorcentajeCasaCompra" Me.btnPorcentajeCasaCompra.ReadOnly = True Me.btnPorcentajeCasaCompra.Size = New System.Drawing.Size(38, 20) Me.btnPorcentajeCasaCompra.TabIndex = 118 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(20, 352) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(96, 18) Me.Label15.TabIndex = 117 Me.Label15.Text = "Comisión Bolsa" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(20, 322) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(94, 18) Me.Label14.TabIndex = 116 Me.Label14.Text = "Comisión Casa" ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.btnAccionIngreso) Me.TabPage2.Controls.Add(Me.dgvIngresos) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(688, 563) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Ingresos" Me.TabPage2.UseVisualStyleBackColor = True ' 'btnAccionIngreso ' Me.btnAccionIngreso.Location = New System.Drawing.Point(20, 212) Me.btnAccionIngreso.Name = "btnAccionIngreso" Me.btnAccionIngreso.Size = New System.Drawing.Size(75, 23) Me.btnAccionIngreso.TabIndex = 117 Me.btnAccionIngreso.Text = "Aceptar" Me.btnAccionIngreso.UseVisualStyleBackColor = True ' 'dgvIngresos ' Me.dgvIngresos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvIngresos.Location = New System.Drawing.Point(20, 20) Me.dgvIngresos.Name = "dgvIngresos" Me.dgvIngresos.Size = New System.Drawing.Size(646, 174) Me.dgvIngresos.TabIndex = 116 ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.Label35) Me.TabPage4.Controls.Add(Me.Label23) Me.TabPage4.Controls.Add(Me.Label24) Me.TabPage4.Controls.Add(Me.Label25) Me.TabPage4.Controls.Add(Me.Label26) Me.TabPage4.Controls.Add(Me.label27) Me.TabPage4.Controls.Add(Me.lblIngresosPorIntereses_Op) Me.TabPage4.Controls.Add(Me.lblCostosTotales_Op) Me.TabPage4.Controls.Add(Me.txtRendimientoDespuesISR_Op) Me.TabPage4.Controls.Add(Me.lblGananciaPerdidaTotal_Op) Me.TabPage4.Controls.Add(Me.txtRendimientoAntesISR_Op) Me.TabPage4.Controls.Add(Me.lblRendimientoGananciaPerdida_Op) Me.TabPage4.Controls.Add(Me.txtRendimientoIntereses_Op) Me.TabPage4.Controls.Add(Me.lblRendimientoIntereses_Op) Me.TabPage4.Controls.Add(Me.txtRendimientoGananciaPerdida_Op) Me.TabPage4.Controls.Add(Me.lblRendimientoAntesISR_Op) Me.TabPage4.Controls.Add(Me.txtGananciaPerdidaTotal_Op) Me.TabPage4.Controls.Add(Me.lblRendimientoDespuesISR_Op) Me.TabPage4.Controls.Add(Me.txtCostosTotales_Op) Me.TabPage4.Controls.Add(Me.txtValorNominal_Op) Me.TabPage4.Controls.Add(Me.txtIngresosPorIntereses_Op) Me.TabPage4.Controls.Add(Me.txtPlazo_Op) Me.TabPage4.Controls.Add(Me.txtGananciaPerdidaCapital_Op) Me.TabPage4.Controls.Add(Me.txtPrecioCompra_Op) Me.TabPage4.Controls.Add(Me.txtPrecioVenta_Op) Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Size = New System.Drawing.Size(688, 563) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "Resultado de la Op." Me.TabPage4.UseVisualStyleBackColor = True ' 'pnlPie ' Me.pnlPie.Controls.Add(Me.btnAceptar) Me.pnlPie.Controls.Add(Me.btnCancelar) Me.pnlPie.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnlPie.Location = New System.Drawing.Point(0, 667) Me.pnlPie.Name = "pnlPie" Me.pnlPie.Size = New System.Drawing.Size(747, 46) Me.pnlPie.TabIndex = 122 ' '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.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(747, 25) Me.BindingNavigator1.TabIndex = 128 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" ' 'frmBonos ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.ClientSize = New System.Drawing.Size(747, 713) Me.Controls.Add(Me.BindingNavigator1) Me.Controls.Add(Me.pnlPie) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.Label30) Me.Controls.Add(Me.lblBono) Me.Name = "frmBonos" Me.Text = "Bonos Corporativos" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage4.ResumeLayout(False) Me.TabPage4.PerformLayout() Me.pnlPie.ResumeLayout(False) CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents Label16 As Label Friend WithEvents Label18 As Label Friend WithEvents Label19 As Label Friend WithEvents Label20 As Label Friend WithEvents Label21 As Label Friend WithEvents dtpUltimaFechaCuponCompra As DateTimePicker Friend WithEvents dtpSiguienteFechaCuponCompra As DateTimePicker Friend WithEvents dtpFechaLiquidacionCompra As DateTimePicker Friend WithEvents dtpFechaVencimientoCompra As DateTimePicker Friend WithEvents txtValorNominalCompra As TextBox Friend WithEvents txtPorcentajeCuponCompra As TextBox Friend WithEvents txtYTMAlVencimientoComisionCompra As TextBox Friend WithEvents txtYTMAlVencimientoCompra As TextBox Friend WithEvents txtPrecioAlVencimientoCompra As TextBox Friend WithEvents txtPrecioCompra As TextBox Friend WithEvents txtDiasAcumuladosCompra As TextBox Friend WithEvents txtPrecioSucioCompra As TextBox Friend WithEvents txtInteresAcumuladoCompra As TextBox Friend WithEvents txtPorcentajeInteresAcumuladoCompra As TextBox Friend WithEvents txtValorTransadoCompra As TextBox Friend WithEvents txtMontoAPagar As TextBox Friend WithEvents txtCostoTransferenciaCompra As TextBox Friend WithEvents txtDiasAlVencimientoCompra As TextBox Friend WithEvents Label17 As Label Friend WithEvents lblBono As Label Friend WithEvents txtDiasAlVencimientoVenta As TextBox Friend WithEvents txtCostoTransferenciaVenta As TextBox Friend WithEvents txtMontoARecibir As TextBox Friend WithEvents txtValorTransadoVenta As TextBox Friend WithEvents txtPorcentajeInteresAcumuladoVenta As TextBox Friend WithEvents txtInteresAcumuladoVenta As TextBox Friend WithEvents txtPrecioSucioVenta As TextBox Friend WithEvents txtDiasAcumuladosVenta As TextBox Friend WithEvents txtPrecioVenta As TextBox Friend WithEvents txtPrecioAlVencimientoVenta As TextBox Friend WithEvents txtYTMAlVencimientoVenta As TextBox Friend WithEvents txtYTMAlVencimientoComisionVenta As TextBox Friend WithEvents txtPorcentajeCuponVenta As TextBox Friend WithEvents txtValorNominalVenta As TextBox Friend WithEvents dtpFechaVencimientoVenta As DateTimePicker Friend WithEvents dtpFechaLiquidacionVenta As DateTimePicker Friend WithEvents dtpSiguienteFechaCuponVenta As DateTimePicker Friend WithEvents dtpUltimaFechaCuponVenta As DateTimePicker Friend WithEvents Label22 As Label Friend WithEvents Label23 As Label Friend WithEvents Label24 As Label Friend WithEvents Label25 As Label Friend WithEvents Label26 As Label Friend WithEvents label27 As Label Friend WithEvents lblIngresosPorIntereses_Op As Label Friend WithEvents lblCostosTotales_Op As Label Friend WithEvents lblGananciaPerdidaTotal_Op As Label Friend WithEvents lblRendimientoGananciaPerdida_Op As Label Friend WithEvents lblRendimientoIntereses_Op As Label Friend WithEvents lblRendimientoAntesISR_Op As Label Friend WithEvents lblRendimientoDespuesISR_Op As Label Friend WithEvents Label35 As Label Friend WithEvents txtValorNominal_Op As TextBox Friend WithEvents txtPlazo_Op As TextBox Friend WithEvents txtPrecioCompra_Op As TextBox Friend WithEvents txtPrecioVenta_Op As TextBox Friend WithEvents txtGananciaPerdidaCapital_Op As TextBox Friend WithEvents txtIngresosPorIntereses_Op As TextBox Friend WithEvents txtCostosTotales_Op As TextBox Friend WithEvents txtGananciaPerdidaTotal_Op As TextBox Friend WithEvents txtRendimientoGananciaPerdida_Op As TextBox Friend WithEvents txtRendimientoIntereses_Op As TextBox Friend WithEvents txtRendimientoAntesISR_Op As TextBox Friend WithEvents txtRendimientoDespuesISR_Op As TextBox Friend WithEvents btnAceptar As Button Friend WithEvents btnCancelar As Button Friend WithEvents cboAnioBaseC As ComboBox Friend WithEvents cboAnioBaseV As ComboBox Friend WithEvents cboPeriodosC As ComboBox Friend WithEvents cboPeriodosV As ComboBox Friend WithEvents Label29 As Label Friend WithEvents Label30 As Label Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage4 As TabPage Friend WithEvents pnlPie As Panel 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 TabPage2 As TabPage Friend WithEvents dgvIngresos As DataGridView Friend WithEvents btnAccionIngreso As Button Friend WithEvents btnBolsaVenta As TextBox Friend WithEvents btnCasaVenta As TextBox Friend WithEvents btnBolsaCompra As TextBox Friend WithEvents btnCasaCompra As TextBox Friend WithEvents btnPorcentajeBolsaVenta As TextBox Friend WithEvents btnPorcentajeCasaVenta As TextBox Friend WithEvents btnPorcentajeBolsaCompra As TextBox Friend WithEvents btnPorcentajeCasaCompra As TextBox Friend WithEvents Label15 As Label Friend WithEvents Label14 As Label End Class