Partial Class frmFOIN 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(frmFOIN)) Me.lblBono = New System.Windows.Forms.Label() Me.Label29 = New System.Windows.Forms.Label() Me.cboPeriodicidad = New System.Windows.Forms.ComboBox() Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker() Me.Label2 = New System.Windows.Forms.Label() Me.txtValorNominal = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.txtCuotasDeParticipacion = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtValorDeParticipacion = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtPorcentajeComisionBolsa = New System.Windows.Forms.TextBox() Me.txtPorcentajeComisionCasa = New System.Windows.Forms.TextBox() Me.txtComisionBolsa = New System.Windows.Forms.TextBox() Me.txtComisionCasa = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.txtValorTransado = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.dtpFechaLiquidacion = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker() Me.Label7 = New System.Windows.Forms.Label() Me.txtRendimientoOfrecido = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.cboAnioBase = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.txtPlazo = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.dgvIngresos = New System.Windows.Forms.DataGridView() Me.btnQuitar = New System.Windows.Forms.Button() Me.lblErrCuotasDeParticipacion = New System.Windows.Forms.Label() Me.lblErrValorDeParticipacion = New System.Windows.Forms.Label() Me.lblErrComisionCasa = New System.Windows.Forms.Label() Me.lblErrComisionBolsa = New System.Windows.Forms.Label() Me.lblErrRendimientoOfrecido = New System.Windows.Forms.Label() Me.txtDiasLiq = New System.Windows.Forms.TextBox() 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.btnAccion = New System.Windows.Forms.Button() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.btnCancelat = New System.Windows.Forms.Button() Me.txtDividendo = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.RadioButton1 = New System.Windows.Forms.RadioButton() CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' '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(18, 25) Me.lblBono.Name = "lblBono" Me.lblBono.Size = New System.Drawing.Size(188, 24) Me.lblBono.TabIndex = 57 Me.lblBono.Text = "Fondos de Inversion" ' '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(17, 259) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(79, 18) Me.Label29.TabIndex = 117 Me.Label29.Text = "Periodicidad" ' 'cboPeriodicidad ' Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboPeriodicidad.FormattingEnabled = True Me.cboPeriodicidad.Location = New System.Drawing.Point(200, 258) Me.cboPeriodicidad.Name = "cboPeriodicidad" Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21) Me.cboPeriodicidad.TabIndex = 9 ' 'dtpFechaOperacion ' Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOperacion.Location = New System.Drawing.Point(200, 166) Me.dtpFechaOperacion.Name = "dtpFechaOperacion" Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20) Me.dtpFechaOperacion.TabIndex = 5 ' '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(17, 167) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(105, 18) Me.Label2.TabIndex = 118 Me.Label2.Text = "Fecha Operación" ' 'txtValorNominal ' Me.txtValorNominal.Location = New System.Drawing.Point(200, 25) Me.txtValorNominal.MaxLength = 20 Me.txtValorNominal.Name = "txtValorNominal" Me.txtValorNominal.ReadOnly = True Me.txtValorNominal.Size = New System.Drawing.Size(150, 20) Me.txtValorNominal.TabIndex = 0 ' '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(17, 26) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(87, 18) Me.Label6.TabIndex = 120 Me.Label6.Text = "Valor Nominal" ' 'txtCuotasDeParticipacion ' Me.txtCuotasDeParticipacion.Location = New System.Drawing.Point(200, 48) Me.txtCuotasDeParticipacion.MaxLength = 20 Me.txtCuotasDeParticipacion.Name = "txtCuotasDeParticipacion" Me.txtCuotasDeParticipacion.Size = New System.Drawing.Size(150, 20) Me.txtCuotasDeParticipacion.TabIndex = 1 ' '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(17, 48) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(145, 18) Me.Label1.TabIndex = 122 Me.Label1.Text = "Cuotas de Participación" ' 'txtValorDeParticipacion ' Me.txtValorDeParticipacion.Location = New System.Drawing.Point(200, 74) Me.txtValorDeParticipacion.MaxLength = 20 Me.txtValorDeParticipacion.Name = "txtValorDeParticipacion" Me.txtValorDeParticipacion.Size = New System.Drawing.Size(150, 20) Me.txtValorDeParticipacion.TabIndex = 2 ' '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(17, 75) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(133, 18) Me.Label3.TabIndex = 124 Me.Label3.Text = "Valor de Participación" ' 'txtPorcentajeComisionBolsa ' Me.txtPorcentajeComisionBolsa.Location = New System.Drawing.Point(200, 118) Me.txtPorcentajeComisionBolsa.MaxLength = 20 Me.txtPorcentajeComisionBolsa.Name = "txtPorcentajeComisionBolsa" Me.txtPorcentajeComisionBolsa.Size = New System.Drawing.Size(40, 20) Me.txtPorcentajeComisionBolsa.TabIndex = 4 ' 'txtPorcentajeComisionCasa ' Me.txtPorcentajeComisionCasa.Location = New System.Drawing.Point(200, 96) Me.txtPorcentajeComisionCasa.MaxLength = 20 Me.txtPorcentajeComisionCasa.Name = "txtPorcentajeComisionCasa" Me.txtPorcentajeComisionCasa.Size = New System.Drawing.Size(40, 20) Me.txtPorcentajeComisionCasa.TabIndex = 3 ' 'txtComisionBolsa ' Me.txtComisionBolsa.Location = New System.Drawing.Point(242, 118) Me.txtComisionBolsa.MaxLength = 20 Me.txtComisionBolsa.Name = "txtComisionBolsa" Me.txtComisionBolsa.ReadOnly = True Me.txtComisionBolsa.Size = New System.Drawing.Size(108, 20) Me.txtComisionBolsa.TabIndex = 0 ' 'txtComisionCasa ' Me.txtComisionCasa.Location = New System.Drawing.Point(242, 96) Me.txtComisionCasa.MaxLength = 20 Me.txtComisionCasa.Name = "txtComisionCasa" Me.txtComisionCasa.ReadOnly = True Me.txtComisionCasa.Size = New System.Drawing.Size(108, 20) Me.txtComisionCasa.TabIndex = 0 ' '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(17, 119) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(96, 18) Me.Label15.TabIndex = 130 Me.Label15.Text = "Comision 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(17, 97) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(94, 18) Me.Label14.TabIndex = 128 Me.Label14.Text = "Comision Casa" ' 'txtValorTransado ' Me.txtValorTransado.Location = New System.Drawing.Point(200, 144) Me.txtValorTransado.MaxLength = 20 Me.txtValorTransado.Name = "txtValorTransado" Me.txtValorTransado.ReadOnly = True Me.txtValorTransado.Size = New System.Drawing.Size(150, 20) Me.txtValorTransado.TabIndex = 0 ' '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(17, 145) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(93, 18) Me.Label4.TabIndex = 132 Me.Label4.Text = "Valor Transado" ' 'dtpFechaLiquidacion ' Me.dtpFechaLiquidacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaLiquidacion.Location = New System.Drawing.Point(242, 188) Me.dtpFechaLiquidacion.Name = "dtpFechaLiquidacion" Me.dtpFechaLiquidacion.Size = New System.Drawing.Size(108, 20) Me.dtpFechaLiquidacion.TabIndex = 6 ' '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(17, 189) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(113, 18) Me.Label5.TabIndex = 134 Me.Label5.Text = "Fecha Liquidación" ' 'dtpFechaVencimiento ' Me.dtpFechaVencimiento.Enabled = False Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaVencimiento.Location = New System.Drawing.Point(200, 210) Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento" Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20) Me.dtpFechaVencimiento.TabIndex = 7 ' '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(17, 211) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(117, 18) Me.Label7.TabIndex = 136 Me.Label7.Text = "Fecha Vencimiento" ' 'txtRendimientoOfrecido ' Me.txtRendimientoOfrecido.Location = New System.Drawing.Point(200, 232) Me.txtRendimientoOfrecido.MaxLength = 20 Me.txtRendimientoOfrecido.Name = "txtRendimientoOfrecido" Me.txtRendimientoOfrecido.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoOfrecido.TabIndex = 8 ' '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(17, 233) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(135, 18) Me.Label8.TabIndex = 138 Me.Label8.Text = "Rendimiento Ofrecido" ' 'cboAnioBase ' Me.cboAnioBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboAnioBase.FormattingEnabled = True Me.cboAnioBase.Location = New System.Drawing.Point(200, 281) Me.cboAnioBase.Name = "cboAnioBase" Me.cboAnioBase.Size = New System.Drawing.Size(150, 21) Me.cboAnioBase.TabIndex = 10 ' '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(17, 282) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(61, 18) Me.Label11.TabIndex = 141 Me.Label11.Text = "Año Base" ' 'txtPlazo ' Me.txtPlazo.Location = New System.Drawing.Point(200, 304) Me.txtPlazo.MaxLength = 5 Me.txtPlazo.Name = "txtPlazo" Me.txtPlazo.Size = New System.Drawing.Size(150, 20) Me.txtPlazo.TabIndex = 11 ' '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(17, 305) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(38, 18) Me.Label9.TabIndex = 142 Me.Label9.Text = "Plazo" ' 'dgvIngresos ' Me.dgvIngresos.BackgroundColor = System.Drawing.Color.White Me.dgvIngresos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvIngresos.Location = New System.Drawing.Point(22, 19) Me.dgvIngresos.Name = "dgvIngresos" Me.dgvIngresos.Size = New System.Drawing.Size(623, 184) Me.dgvIngresos.TabIndex = 144 ' 'btnQuitar ' Me.btnQuitar.BackColor = System.Drawing.Color.White Me.btnQuitar.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnQuitar.ForeColor = System.Drawing.Color.Maroon Me.btnQuitar.Location = New System.Drawing.Point(22, 225) Me.btnQuitar.Name = "btnQuitar" Me.btnQuitar.Size = New System.Drawing.Size(75, 37) Me.btnQuitar.TabIndex = 145 Me.btnQuitar.Text = "Quitar" Me.btnQuitar.UseVisualStyleBackColor = False ' 'lblErrCuotasDeParticipacion ' Me.lblErrCuotasDeParticipacion.AutoSize = True Me.lblErrCuotasDeParticipacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblErrCuotasDeParticipacion.ForeColor = System.Drawing.Color.Red Me.lblErrCuotasDeParticipacion.Location = New System.Drawing.Point(356, 50) Me.lblErrCuotasDeParticipacion.Name = "lblErrCuotasDeParticipacion" Me.lblErrCuotasDeParticipacion.Size = New System.Drawing.Size(93, 18) Me.lblErrCuotasDeParticipacion.TabIndex = 148 Me.lblErrCuotasDeParticipacion.Text = "Valor no válido" Me.lblErrCuotasDeParticipacion.Visible = False ' 'lblErrValorDeParticipacion ' Me.lblErrValorDeParticipacion.AutoSize = True Me.lblErrValorDeParticipacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblErrValorDeParticipacion.ForeColor = System.Drawing.Color.Red Me.lblErrValorDeParticipacion.Location = New System.Drawing.Point(356, 75) Me.lblErrValorDeParticipacion.Name = "lblErrValorDeParticipacion" Me.lblErrValorDeParticipacion.Size = New System.Drawing.Size(93, 18) Me.lblErrValorDeParticipacion.TabIndex = 149 Me.lblErrValorDeParticipacion.Text = "Valor no válido" Me.lblErrValorDeParticipacion.Visible = False ' 'lblErrComisionCasa ' Me.lblErrComisionCasa.AutoSize = True Me.lblErrComisionCasa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblErrComisionCasa.ForeColor = System.Drawing.Color.Red Me.lblErrComisionCasa.Location = New System.Drawing.Point(356, 97) Me.lblErrComisionCasa.Name = "lblErrComisionCasa" Me.lblErrComisionCasa.Size = New System.Drawing.Size(93, 18) Me.lblErrComisionCasa.TabIndex = 150 Me.lblErrComisionCasa.Text = "Valor no válido" Me.lblErrComisionCasa.Visible = False ' 'lblErrComisionBolsa ' Me.lblErrComisionBolsa.AutoSize = True Me.lblErrComisionBolsa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblErrComisionBolsa.ForeColor = System.Drawing.Color.Red Me.lblErrComisionBolsa.Location = New System.Drawing.Point(356, 119) Me.lblErrComisionBolsa.Name = "lblErrComisionBolsa" Me.lblErrComisionBolsa.Size = New System.Drawing.Size(93, 18) Me.lblErrComisionBolsa.TabIndex = 151 Me.lblErrComisionBolsa.Text = "Valor no válido" Me.lblErrComisionBolsa.Visible = False ' 'lblErrRendimientoOfrecido ' Me.lblErrRendimientoOfrecido.AutoSize = True Me.lblErrRendimientoOfrecido.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblErrRendimientoOfrecido.ForeColor = System.Drawing.Color.Red Me.lblErrRendimientoOfrecido.Location = New System.Drawing.Point(356, 233) Me.lblErrRendimientoOfrecido.Name = "lblErrRendimientoOfrecido" Me.lblErrRendimientoOfrecido.Size = New System.Drawing.Size(93, 18) Me.lblErrRendimientoOfrecido.TabIndex = 152 Me.lblErrRendimientoOfrecido.Text = "Valor no válido" Me.lblErrRendimientoOfrecido.Visible = False ' 'txtDiasLiq ' Me.txtDiasLiq.Location = New System.Drawing.Point(200, 188) Me.txtDiasLiq.MaxLength = 5 Me.txtDiasLiq.Name = "txtDiasLiq" Me.txtDiasLiq.Size = New System.Drawing.Size(40, 20) Me.txtDiasLiq.TabIndex = 154 ' '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(1155, 25) Me.BindingNavigator1.TabIndex = 155 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" ' 'btnAccion ' Me.btnAccion.BackColor = System.Drawing.Color.White Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAccion.ForeColor = System.Drawing.Color.Maroon Me.btnAccion.Location = New System.Drawing.Point(10, 372) Me.btnAccion.Name = "btnAccion" Me.btnAccion.Size = New System.Drawing.Size(140, 23) Me.btnAccion.TabIndex = 157 Me.btnAccion.Text = "Aceptar" Me.btnAccion.UseVisualStyleBackColor = False ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.btnCancelat) Me.GroupBox2.Controls.Add(Me.txtDividendo) Me.GroupBox2.Controls.Add(Me.Label6) Me.GroupBox2.Controls.Add(Me.Label10) Me.GroupBox2.Controls.Add(Me.txtValorNominal) Me.GroupBox2.Controls.Add(Me.btnAccion) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.txtCuotasDeParticipacion) Me.GroupBox2.Controls.Add(Me.txtDiasLiq) Me.GroupBox2.Controls.Add(Me.lblErrCuotasDeParticipacion) Me.GroupBox2.Controls.Add(Me.txtValorDeParticipacion) Me.GroupBox2.Controls.Add(Me.txtPlazo) Me.GroupBox2.Controls.Add(Me.lblErrRendimientoOfrecido) Me.GroupBox2.Controls.Add(Me.Label9) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.cboAnioBase) Me.GroupBox2.Controls.Add(Me.Label11) Me.GroupBox2.Controls.Add(Me.lblErrComisionBolsa) Me.GroupBox2.Controls.Add(Me.Label29) Me.GroupBox2.Controls.Add(Me.Label14) Me.GroupBox2.Controls.Add(Me.cboPeriodicidad) Me.GroupBox2.Controls.Add(Me.lblErrComisionCasa) Me.GroupBox2.Controls.Add(Me.Label15) Me.GroupBox2.Controls.Add(Me.lblErrValorDeParticipacion) Me.GroupBox2.Controls.Add(Me.txtComisionCasa) Me.GroupBox2.Controls.Add(Me.txtRendimientoOfrecido) Me.GroupBox2.Controls.Add(Me.txtComisionBolsa) Me.GroupBox2.Controls.Add(Me.Label8) Me.GroupBox2.Controls.Add(Me.txtPorcentajeComisionCasa) Me.GroupBox2.Controls.Add(Me.dtpFechaVencimiento) Me.GroupBox2.Controls.Add(Me.Label7) Me.GroupBox2.Controls.Add(Me.txtPorcentajeComisionBolsa) Me.GroupBox2.Controls.Add(Me.dtpFechaLiquidacion) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.Label5) Me.GroupBox2.Controls.Add(Me.dtpFechaOperacion) Me.GroupBox2.Controls.Add(Me.txtValorTransado) Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Location = New System.Drawing.Point(12, 52) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(457, 412) Me.GroupBox2.TabIndex = 158 Me.GroupBox2.TabStop = False ' 'btnCancelat ' Me.btnCancelat.BackColor = System.Drawing.Color.White Me.btnCancelat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnCancelat.ForeColor = System.Drawing.Color.Maroon Me.btnCancelat.Location = New System.Drawing.Point(200, 372) Me.btnCancelat.Name = "btnCancelat" Me.btnCancelat.Size = New System.Drawing.Size(123, 23) Me.btnCancelat.TabIndex = 158 Me.btnCancelat.Text = "Cancelar" Me.btnCancelat.UseVisualStyleBackColor = False ' 'txtDividendo ' Me.txtDividendo.Location = New System.Drawing.Point(200, 325) Me.txtDividendo.MaxLength = 20 Me.txtDividendo.Name = "txtDividendo" Me.txtDividendo.Size = New System.Drawing.Size(150, 20) Me.txtDividendo.TabIndex = 148 ' '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(17, 326) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(66, 18) Me.Label10.TabIndex = 149 Me.Label10.Text = "Dividendo" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.dgvIngresos) Me.GroupBox3.Controls.Add(Me.btnQuitar) Me.GroupBox3.Location = New System.Drawing.Point(475, 52) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(651, 323) Me.GroupBox3.TabIndex = 159 Me.GroupBox3.TabStop = False ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.RadioButton2) Me.GroupBox1.Controls.Add(Me.RadioButton1) Me.GroupBox1.Location = New System.Drawing.Point(212, 15) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(180, 34) Me.GroupBox1.TabIndex = 163 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Fechas" ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(91, 14) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(92, 17) Me.RadioButton2.TabIndex = 1 Me.RadioButton2.Text = "Mes Completo" Me.RadioButton2.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Checked = True Me.RadioButton1.Location = New System.Drawing.Point(6, 15) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(79, 17) Me.RadioButton1.TabIndex = 0 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "Fin del Mes" Me.RadioButton1.UseVisualStyleBackColor = True ' 'frmFOIN ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.BackColor = System.Drawing.Color.WhiteSmoke Me.ClientSize = New System.Drawing.Size(1155, 476) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.BindingNavigator1) Me.Controls.Add(Me.lblBono) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Name = "frmFOIN" CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblBono As Label Friend WithEvents Label29 As Label Friend WithEvents cboPeriodicidad As ComboBox Friend WithEvents dtpFechaOperacion As DateTimePicker Friend WithEvents Label2 As Label Friend WithEvents txtValorNominal As TextBox Friend WithEvents Label6 As Label Friend WithEvents txtCuotasDeParticipacion As TextBox Friend WithEvents Label1 As Label Friend WithEvents txtValorDeParticipacion As TextBox Friend WithEvents Label3 As Label Friend WithEvents txtPorcentajeComisionBolsa As TextBox Friend WithEvents txtPorcentajeComisionCasa As TextBox Friend WithEvents txtComisionBolsa As TextBox Friend WithEvents txtComisionCasa As TextBox Friend WithEvents Label15 As Label Friend WithEvents Label14 As Label Friend WithEvents txtValorTransado As TextBox Friend WithEvents Label4 As Label Friend WithEvents dtpFechaLiquidacion As DateTimePicker Friend WithEvents Label5 As Label Friend WithEvents dtpFechaVencimiento As DateTimePicker Friend WithEvents Label7 As Label Friend WithEvents txtRendimientoOfrecido As TextBox Friend WithEvents Label8 As Label Friend WithEvents cboAnioBase As ComboBox Friend WithEvents Label11 As Label Friend WithEvents txtPlazo As TextBox Friend WithEvents Label9 As Label Friend WithEvents dgvIngresos As DataGridView Friend WithEvents btnQuitar As Button Friend WithEvents lblErrCuotasDeParticipacion As Label Friend WithEvents lblErrValorDeParticipacion As Label Friend WithEvents lblErrComisionCasa As Label Friend WithEvents lblErrComisionBolsa As Label Friend WithEvents lblErrRendimientoOfrecido As Label Friend WithEvents txtDiasLiq As TextBox 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 btnAccion As Button Friend WithEvents GroupBox2 As GroupBox Friend WithEvents GroupBox3 As GroupBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents RadioButton2 As RadioButton Friend WithEvents RadioButton1 As RadioButton Friend WithEvents txtDividendo As TextBox Friend WithEvents Label10 As Label Friend WithEvents btnCancelat As Button End Class