_ Partial Class frmReporto 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(frmReporto)) Me.Label1 = New System.Windows.Forms.Label() Me.txtCodigoTitulo = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtValorTransado = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtDias = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.txtRendimiento = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.txtComisionCasa = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.txtComisionBolsa = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.txtIOF = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.txtOtrosCostos = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.txtTotalCostos = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.txtMontoALiquidar = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.dtpFechaCompra = New System.Windows.Forms.DateTimePicker() Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.txtInteresesAGenerar = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.txtCostoDeTransferencia = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.txtRendimientoNetoAntesISR = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.txtValorReCompra = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.txtISR = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.txtIngresoNeto = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.txtValorNeto = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.txtRendimientoNetoDespuesISR = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.lblBono = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.txtPorcentajeCasa = New System.Windows.Forms.TextBox() Me.txtPorcentajeBolsa = New System.Windows.Forms.TextBox() Me.txtPorcentajeIOF = New System.Windows.Forms.TextBox() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.cboCasaCorredora = New System.Windows.Forms.ComboBox() Me.btnAceptar = New System.Windows.Forms.Button() Me.btnCancelar = New System.Windows.Forms.Button() Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() 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(339, 283) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(36, 18) Me.Label1.TabIndex = 0 Me.Label1.Text = "Casa" Me.Label1.Visible = False ' 'txtCodigoTitulo ' Me.txtCodigoTitulo.Location = New System.Drawing.Point(141, 110) Me.txtCodigoTitulo.Name = "txtCodigoTitulo" Me.txtCodigoTitulo.Size = New System.Drawing.Size(150, 20) Me.txtCodigoTitulo.TabIndex = 2 ' '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, 111) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 18) Me.Label2.TabIndex = 2 Me.Label2.Text = "Titulo" ' 'txtValorTransado ' Me.txtValorTransado.Location = New System.Drawing.Point(141, 154) Me.txtValorTransado.Name = "txtValorTransado" Me.txtValorTransado.Size = New System.Drawing.Size(150, 20) Me.txtValorTransado.TabIndex = 4 ' '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, 155) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(93, 18) Me.Label3.TabIndex = 4 Me.Label3.Text = "Valor Transado" ' 'txtDias ' Me.txtDias.Location = New System.Drawing.Point(141, 176) Me.txtDias.Name = "txtDias" Me.txtDias.Size = New System.Drawing.Size(150, 20) Me.txtDias.TabIndex = 5 ' '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, 177) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(33, 18) Me.Label4.TabIndex = 6 Me.Label4.Text = "Dias" ' 'txtRendimiento ' Me.txtRendimiento.Location = New System.Drawing.Point(141, 220) Me.txtRendimiento.Name = "txtRendimiento" Me.txtRendimiento.Size = New System.Drawing.Size(150, 20) Me.txtRendimiento.TabIndex = 7 ' '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, 221) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(81, 18) Me.Label5.TabIndex = 8 Me.Label5.Text = "Rendimiento" ' 'txtComisionCasa ' Me.txtComisionCasa.Location = New System.Drawing.Point(509, 304) Me.txtComisionCasa.Name = "txtComisionCasa" Me.txtComisionCasa.ReadOnly = True Me.txtComisionCasa.Size = New System.Drawing.Size(101, 20) Me.txtComisionCasa.TabIndex = 0 Me.txtComisionCasa.Visible = False ' '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(339, 305) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(94, 18) Me.Label6.TabIndex = 10 Me.Label6.Text = "Comisión Casa" Me.Label6.Visible = False ' 'txtComisionBolsa ' Me.txtComisionBolsa.Location = New System.Drawing.Point(509, 326) Me.txtComisionBolsa.Name = "txtComisionBolsa" Me.txtComisionBolsa.ReadOnly = True Me.txtComisionBolsa.Size = New System.Drawing.Size(101, 20) Me.txtComisionBolsa.TabIndex = 0 Me.txtComisionBolsa.Visible = False ' '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(339, 327) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(96, 18) Me.Label7.TabIndex = 12 Me.Label7.Text = "Comisión Bolsa" Me.Label7.Visible = False ' 'txtIOF ' Me.txtIOF.Location = New System.Drawing.Point(509, 348) Me.txtIOF.Name = "txtIOF" Me.txtIOF.ReadOnly = True Me.txtIOF.Size = New System.Drawing.Size(101, 20) Me.txtIOF.TabIndex = 0 Me.txtIOF.Visible = False ' '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.Location = New System.Drawing.Point(339, 349) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(28, 18) Me.Label8.TabIndex = 14 Me.Label8.Text = "IOF" Me.Label8.Visible = False ' 'txtOtrosCostos ' Me.txtOtrosCostos.Location = New System.Drawing.Point(460, 370) Me.txtOtrosCostos.Name = "txtOtrosCostos" Me.txtOtrosCostos.Size = New System.Drawing.Size(150, 20) Me.txtOtrosCostos.TabIndex = 11 Me.txtOtrosCostos.Visible = False ' '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(339, 371) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(83, 18) Me.Label9.TabIndex = 16 Me.Label9.Text = "Otros Costos" Me.Label9.Visible = False ' 'txtTotalCostos ' Me.txtTotalCostos.Location = New System.Drawing.Point(141, 246) Me.txtTotalCostos.Name = "txtTotalCostos" Me.txtTotalCostos.ReadOnly = True Me.txtTotalCostos.Size = New System.Drawing.Size(150, 20) Me.txtTotalCostos.TabIndex = 0 ' '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.Location = New System.Drawing.Point(20, 247) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(79, 18) Me.Label10.TabIndex = 18 Me.Label10.Text = "Total Costos" ' 'txtMontoALiquidar ' Me.txtMontoALiquidar.Location = New System.Drawing.Point(141, 268) Me.txtMontoALiquidar.Name = "txtMontoALiquidar" Me.txtMontoALiquidar.ReadOnly = True Me.txtMontoALiquidar.Size = New System.Drawing.Size(150, 20) Me.txtMontoALiquidar.TabIndex = 0 ' '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, 269) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(107, 18) Me.Label11.TabIndex = 20 Me.Label11.Text = "Monto a Liquidar" ' 'dtpFechaCompra ' Me.dtpFechaCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaCompra.Location = New System.Drawing.Point(141, 132) Me.dtpFechaCompra.Name = "dtpFechaCompra" Me.dtpFechaCompra.Size = New System.Drawing.Size(150, 20) Me.dtpFechaCompra.TabIndex = 3 ' 'dtpFechaVencimiento ' Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaVencimiento.Location = New System.Drawing.Point(141, 198) Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento" Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20) Me.dtpFechaVencimiento.TabIndex = 6 ' '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, 133) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(91, 18) Me.Label12.TabIndex = 24 Me.Label12.Text = "Fecha Compra" ' '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, 199) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(117, 18) Me.Label13.TabIndex = 25 Me.Label13.Text = "Fecha Vencimiento" ' 'txtInteresesAGenerar ' Me.txtInteresesAGenerar.Location = New System.Drawing.Point(141, 290) Me.txtInteresesAGenerar.Name = "txtInteresesAGenerar" Me.txtInteresesAGenerar.ReadOnly = True Me.txtInteresesAGenerar.Size = New System.Drawing.Size(150, 20) Me.txtInteresesAGenerar.TabIndex = 0 ' '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, 291) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(111, 18) Me.Label14.TabIndex = 26 Me.Label14.Text = "Interes a Generar" ' 'txtCostoDeTransferencia ' Me.txtCostoDeTransferencia.Location = New System.Drawing.Point(460, 88) Me.txtCostoDeTransferencia.Name = "txtCostoDeTransferencia" Me.txtCostoDeTransferencia.Size = New System.Drawing.Size(150, 20) Me.txtCostoDeTransferencia.TabIndex = 30 ' '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(331, 89) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(125, 18) Me.Label16.TabIndex = 29 Me.Label16.Text = "Costo Transferencia" ' 'txtRendimientoNetoAntesISR ' Me.txtRendimientoNetoAntesISR.Location = New System.Drawing.Point(460, 110) Me.txtRendimientoNetoAntesISR.Name = "txtRendimientoNetoAntesISR" Me.txtRendimientoNetoAntesISR.ReadOnly = True Me.txtRendimientoNetoAntesISR.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoNetoAntesISR.TabIndex = 32 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(331, 111) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(112, 18) Me.Label17.TabIndex = 31 Me.Label17.Text = "Rendimiento Neto" ' 'txtValorReCompra ' Me.txtValorReCompra.Location = New System.Drawing.Point(460, 132) Me.txtValorReCompra.Name = "txtValorReCompra" Me.txtValorReCompra.ReadOnly = True Me.txtValorReCompra.Size = New System.Drawing.Size(150, 20) Me.txtValorReCompra.TabIndex = 34 ' '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(331, 133) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(102, 18) Me.Label18.TabIndex = 33 Me.Label18.Text = "Valor Re-compra" ' 'txtISR ' Me.txtISR.Location = New System.Drawing.Point(460, 154) Me.txtISR.Name = "txtISR" Me.txtISR.ReadOnly = True Me.txtISR.Size = New System.Drawing.Size(150, 20) Me.txtISR.TabIndex = 36 ' '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(331, 155) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(41, 18) Me.Label19.TabIndex = 35 Me.Label19.Text = "Renta" ' 'txtIngresoNeto ' Me.txtIngresoNeto.Location = New System.Drawing.Point(460, 176) Me.txtIngresoNeto.Name = "txtIngresoNeto" Me.txtIngresoNeto.ReadOnly = True Me.txtIngresoNeto.Size = New System.Drawing.Size(150, 20) Me.txtIngresoNeto.TabIndex = 38 ' '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(331, 177) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(82, 18) Me.Label20.TabIndex = 37 Me.Label20.Text = "Ingreso Neto" ' 'txtValorNeto ' Me.txtValorNeto.Location = New System.Drawing.Point(460, 198) Me.txtValorNeto.Name = "txtValorNeto" Me.txtValorNeto.ReadOnly = True Me.txtValorNeto.Size = New System.Drawing.Size(150, 20) Me.txtValorNeto.TabIndex = 40 ' '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(331, 199) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(67, 18) Me.Label21.TabIndex = 39 Me.Label21.Text = "Valor Neto" ' 'txtRendimientoNetoDespuesISR ' Me.txtRendimientoNetoDespuesISR.Location = New System.Drawing.Point(460, 220) Me.txtRendimientoNetoDespuesISR.Name = "txtRendimientoNetoDespuesISR" Me.txtRendimientoNetoDespuesISR.ReadOnly = True Me.txtRendimientoNetoDespuesISR.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoNetoDespuesISR.TabIndex = 42 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.Location = New System.Drawing.Point(331, 221) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(112, 18) Me.Label22.TabIndex = 41 Me.Label22.Text = "Rendimiento Neto" ' '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(12, 42) Me.lblBono.Name = "lblBono" Me.lblBono.Size = New System.Drawing.Size(90, 24) Me.lblBono.TabIndex = 56 Me.lblBono.Text = "Reportos" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(456, 56) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(89, 20) Me.Label15.TabIndex = 57 Me.Label15.Text = "Liquidación" ' 'txtPorcentajeCasa ' Me.txtPorcentajeCasa.Location = New System.Drawing.Point(460, 304) Me.txtPorcentajeCasa.Name = "txtPorcentajeCasa" Me.txtPorcentajeCasa.Size = New System.Drawing.Size(43, 20) Me.txtPorcentajeCasa.TabIndex = 8 Me.txtPorcentajeCasa.Visible = False ' 'txtPorcentajeBolsa ' Me.txtPorcentajeBolsa.Location = New System.Drawing.Point(460, 326) Me.txtPorcentajeBolsa.Name = "txtPorcentajeBolsa" Me.txtPorcentajeBolsa.Size = New System.Drawing.Size(43, 20) Me.txtPorcentajeBolsa.TabIndex = 9 Me.txtPorcentajeBolsa.Visible = False ' 'txtPorcentajeIOF ' Me.txtPorcentajeIOF.Location = New System.Drawing.Point(460, 348) Me.txtPorcentajeIOF.Name = "txtPorcentajeIOF" Me.txtPorcentajeIOF.Size = New System.Drawing.Size(43, 20) Me.txtPorcentajeIOF.TabIndex = 10 Me.txtPorcentajeIOF.Visible = False ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(24, 411) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(586, 154) Me.DataGridView1.TabIndex = 61 ' 'cboCasaCorredora ' Me.cboCasaCorredora.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboCasaCorredora.FormattingEnabled = True Me.cboCasaCorredora.Location = New System.Drawing.Point(460, 277) Me.cboCasaCorredora.Name = "cboCasaCorredora" Me.cboCasaCorredora.Size = New System.Drawing.Size(150, 21) Me.cboCasaCorredora.TabIndex = 1 Me.cboCasaCorredora.Visible = False ' 'btnAceptar ' Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK Me.btnAceptar.Location = New System.Drawing.Point(23, 571) Me.btnAceptar.Name = "btnAceptar" Me.btnAceptar.Size = New System.Drawing.Size(75, 23) Me.btnAceptar.TabIndex = 62 Me.btnAceptar.Text = "Aceptar" Me.btnAceptar.UseVisualStyleBackColor = True ' 'btnCancelar ' Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnCancelar.Location = New System.Drawing.Point(109, 571) Me.btnCancelar.Name = "btnCancelar" Me.btnCancelar.Size = New System.Drawing.Size(75, 23) Me.btnCancelar.TabIndex = 63 Me.btnCancelar.Text = "Cancelar" Me.btnCancelar.UseVisualStyleBackColor = True ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem}) Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0) Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem Me.BindingNavigator1.Size = New System.Drawing.Size(639, 25) Me.BindingNavigator1.TabIndex = 64 Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorAddNewItem.Text = "Agregar nuevo" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22) Me.BindingNavigatorCountItem.Text = "de {0}" Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos" ' 'BindingNavigatorDeleteItem ' Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorDeleteItem.Text = "Eliminar" ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveFirstItem.Text = "Mover primero" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem ' Me.BindingNavigatorPositionItem.AccessibleName = "Posición" Me.BindingNavigatorPositionItem.AutoSize = False Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23) Me.BindingNavigatorPositionItem.Text = "0" Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveNextItem.Text = "Mover siguiente" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveLastItem.Text = "Mover último" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25) ' 'frmReporto ' 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(639, 603) Me.Controls.Add(Me.BindingNavigator1) Me.Controls.Add(Me.btnCancelar) Me.Controls.Add(Me.btnAceptar) Me.Controls.Add(Me.cboCasaCorredora) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.txtPorcentajeIOF) Me.Controls.Add(Me.txtPorcentajeBolsa) Me.Controls.Add(Me.txtPorcentajeCasa) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.lblBono) Me.Controls.Add(Me.txtRendimientoNetoDespuesISR) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.txtValorNeto) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.txtIngresoNeto) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.txtISR) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.txtValorReCompra) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.txtRendimientoNetoAntesISR) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.txtCostoDeTransferencia) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.txtInteresesAGenerar) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.dtpFechaVencimiento) Me.Controls.Add(Me.dtpFechaCompra) Me.Controls.Add(Me.txtMontoALiquidar) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.txtTotalCostos) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.txtOtrosCostos) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.txtIOF) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.txtComisionBolsa) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.txtComisionCasa) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.txtRendimiento) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.txtDias) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.txtValorTransado) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtCodigoTitulo) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Name = "frmReporto" Me.Text = "frmReporto" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() 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 txtCodigoTitulo As TextBox Friend WithEvents Label2 As Label Friend WithEvents txtValorTransado As TextBox Friend WithEvents Label3 As Label Friend WithEvents txtDias As TextBox Friend WithEvents Label4 As Label Friend WithEvents txtRendimiento As TextBox Friend WithEvents Label5 As Label Friend WithEvents txtComisionCasa As TextBox Friend WithEvents Label6 As Label Friend WithEvents txtComisionBolsa As TextBox Friend WithEvents Label7 As Label Friend WithEvents txtIOF As TextBox Friend WithEvents Label8 As Label Friend WithEvents txtOtrosCostos As TextBox Friend WithEvents Label9 As Label Friend WithEvents txtTotalCostos As TextBox Friend WithEvents Label10 As Label Friend WithEvents txtMontoALiquidar As TextBox Friend WithEvents Label11 As Label Friend WithEvents dtpFechaCompra As DateTimePicker Friend WithEvents dtpFechaVencimiento As DateTimePicker Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents txtInteresesAGenerar As TextBox Friend WithEvents Label14 As Label Friend WithEvents txtCostoDeTransferencia As TextBox Friend WithEvents Label16 As Label Friend WithEvents txtRendimientoNetoAntesISR As TextBox Friend WithEvents Label17 As Label Friend WithEvents txtValorReCompra As TextBox Friend WithEvents Label18 As Label Friend WithEvents txtISR As TextBox Friend WithEvents Label19 As Label Friend WithEvents txtIngresoNeto As TextBox Friend WithEvents Label20 As Label Friend WithEvents txtValorNeto As TextBox Friend WithEvents Label21 As Label Friend WithEvents txtRendimientoNetoDespuesISR As TextBox Friend WithEvents Label22 As Label Friend WithEvents lblBono As Label Friend WithEvents Label15 As Label Friend WithEvents txtPorcentajeCasa As TextBox Friend WithEvents txtPorcentajeBolsa As TextBox Friend WithEvents txtPorcentajeIOF As TextBox Friend WithEvents DataGridView1 As DataGridView Friend WithEvents cboCasaCorredora As ComboBox Friend WithEvents btnAceptar As Button Friend WithEvents btnCancelar As Button Friend WithEvents BindingNavigator1 As BindingNavigator Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton Friend WithEvents BindingNavigatorCountItem As ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator End Class