| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmLetes
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <System.Diagnostics.DebuggerNonUserCode()>
- 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.
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLetes))
- Me.lblBono = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.txtValorNominal = New System.Windows.Forms.TextBox()
- Me.txtValorTransado = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.txtPrecio = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.txtComisionCasa = New System.Windows.Forms.TextBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.txtComisionBolsa = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.txtTotalAPagar = New System.Windows.Forms.TextBox()
- 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.txtRendimientoBruto = New System.Windows.Forms.TextBox()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.txtRendimientoNeto = New System.Windows.Forms.TextBox()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.txtPlazoInversion = New System.Windows.Forms.TextBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.txtIngresoBruto = New System.Windows.Forms.TextBox()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.txtIngresoNeto = New System.Windows.Forms.TextBox()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker()
- Me.dtpFechaLiquidacion = New System.Windows.Forms.DateTimePicker()
- Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
- Me.txtPorcentajeComisionBolsa = New System.Windows.Forms.TextBox()
- Me.txtPorcentajeComisionCasa = New System.Windows.Forms.TextBox()
- Me.btnAceptar = New System.Windows.Forms.Button()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.cboCasasCorredoras = New System.Windows.Forms.ComboBox()
- Me.btnCancelar = New System.Windows.Forms.Button()
- Me.cboPeriodicidad = New System.Windows.Forms.ComboBox()
- 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.cboBase = New System.Windows.Forms.ComboBox()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.chbValorPar = New System.Windows.Forms.CheckBox()
- Me.lblInteresAcumulado = New System.Windows.Forms.Label()
- Me.lblDiasAcumulados = New System.Windows.Forms.Label()
- Me.txtInteresAcumulado = New System.Windows.Forms.TextBox()
- Me.dtpUltimaFecha = New System.Windows.Forms.DateTimePicker()
- Me.lblOtrosCostos = New System.Windows.Forms.Label()
- Me.txtOtrosCostos = New System.Windows.Forms.TextBox()
- Me.btnRedencion = New System.Windows.Forms.Button()
- Me.lblRedencion = New System.Windows.Forms.Label()
- Me.dtpRedencion = New System.Windows.Forms.DateTimePicker()
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.BindingNavigator1.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(43, 70)
- Me.lblBono.Name = "lblBono"
- Me.lblBono.Size = New System.Drawing.Size(65, 24)
- Me.lblBono.TabIndex = 54
- Me.lblBono.Text = "LETES"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(42, 124)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(72, 13)
- Me.Label1.TabIndex = 55
- Me.Label1.Text = "Valor Nominal"
- '
- 'txtValorNominal
- '
- Me.txtValorNominal.Location = New System.Drawing.Point(197, 122)
- Me.txtValorNominal.Name = "txtValorNominal"
- Me.txtValorNominal.Size = New System.Drawing.Size(150, 20)
- Me.txtValorNominal.TabIndex = 1
- '
- 'txtValorTransado
- '
- Me.txtValorTransado.Location = New System.Drawing.Point(198, 362)
- Me.txtValorTransado.Name = "txtValorTransado"
- Me.txtValorTransado.ReadOnly = True
- Me.txtValorTransado.Size = New System.Drawing.Size(150, 20)
- Me.txtValorTransado.TabIndex = 0
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(43, 362)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(79, 13)
- Me.Label2.TabIndex = 57
- Me.Label2.Text = "Valor Transado"
- '
- 'txtPrecio
- '
- Me.txtPrecio.Location = New System.Drawing.Point(198, 383)
- Me.txtPrecio.Name = "txtPrecio"
- Me.txtPrecio.ReadOnly = True
- Me.txtPrecio.Size = New System.Drawing.Size(150, 20)
- Me.txtPrecio.TabIndex = 0
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(43, 381)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(37, 13)
- Me.Label3.TabIndex = 59
- Me.Label3.Text = "Precio"
- '
- 'txtComisionCasa
- '
- Me.txtComisionCasa.Location = New System.Drawing.Point(248, 212)
- Me.txtComisionCasa.Name = "txtComisionCasa"
- Me.txtComisionCasa.ReadOnly = True
- Me.txtComisionCasa.Size = New System.Drawing.Size(99, 20)
- Me.txtComisionCasa.TabIndex = 0
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(41, 208)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(76, 13)
- Me.Label4.TabIndex = 61
- Me.Label4.Text = "Comisión Casa"
- '
- 'txtComisionBolsa
- '
- Me.txtComisionBolsa.Location = New System.Drawing.Point(248, 233)
- Me.txtComisionBolsa.Name = "txtComisionBolsa"
- Me.txtComisionBolsa.ReadOnly = True
- Me.txtComisionBolsa.Size = New System.Drawing.Size(99, 20)
- Me.txtComisionBolsa.TabIndex = 0
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(41, 231)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(78, 13)
- Me.Label5.TabIndex = 63
- Me.Label5.Text = "Comisión Bolsa"
- '
- 'txtTotalAPagar
- '
- Me.txtTotalAPagar.Location = New System.Drawing.Point(198, 404)
- Me.txtTotalAPagar.Name = "txtTotalAPagar"
- Me.txtTotalAPagar.ReadOnly = True
- Me.txtTotalAPagar.Size = New System.Drawing.Size(150, 20)
- Me.txtTotalAPagar.TabIndex = 0
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(42, 406)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(71, 13)
- Me.Label6.TabIndex = 65
- Me.Label6.Text = "Total a Pagar"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Location = New System.Drawing.Point(44, 428)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(89, 13)
- Me.Label7.TabIndex = 67
- Me.Label7.Text = "Fecha Operación"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Location = New System.Drawing.Point(44, 449)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(90, 13)
- Me.Label8.TabIndex = 69
- Me.Label8.Text = "Fecha liquidación"
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(44, 469)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(98, 13)
- Me.Label9.TabIndex = 71
- Me.Label9.Text = "Fecha Vencimiento"
- '
- 'txtRendimientoBruto
- '
- Me.txtRendimientoBruto.Location = New System.Drawing.Point(198, 278)
- Me.txtRendimientoBruto.Name = "txtRendimientoBruto"
- Me.txtRendimientoBruto.Size = New System.Drawing.Size(150, 20)
- Me.txtRendimientoBruto.TabIndex = 10
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Location = New System.Drawing.Point(42, 279)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(94, 13)
- Me.Label10.TabIndex = 73
- Me.Label10.Text = "Rendimiento Bruto"
- '
- 'txtRendimientoNeto
- '
- Me.txtRendimientoNeto.Location = New System.Drawing.Point(198, 299)
- Me.txtRendimientoNeto.Name = "txtRendimientoNeto"
- Me.txtRendimientoNeto.ReadOnly = True
- Me.txtRendimientoNeto.Size = New System.Drawing.Size(150, 20)
- Me.txtRendimientoNeto.TabIndex = 0
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Location = New System.Drawing.Point(42, 300)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(92, 13)
- Me.Label11.TabIndex = 75
- Me.Label11.Text = "Rendimiento Neto"
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Location = New System.Drawing.Point(41, 257)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(65, 13)
- Me.Label12.TabIndex = 77
- Me.Label12.Text = "Periodicidad"
- '
- 'txtPlazoInversion
- '
- Me.txtPlazoInversion.Location = New System.Drawing.Point(197, 144)
- Me.txtPlazoInversion.Name = "txtPlazoInversion"
- Me.txtPlazoInversion.Size = New System.Drawing.Size(150, 20)
- Me.txtPlazoInversion.TabIndex = 5
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.Location = New System.Drawing.Point(41, 144)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(79, 13)
- Me.Label14.TabIndex = 81
- Me.Label14.Text = "Plazo Inversión"
- '
- 'txtIngresoBruto
- '
- Me.txtIngresoBruto.Location = New System.Drawing.Point(198, 320)
- Me.txtIngresoBruto.Name = "txtIngresoBruto"
- Me.txtIngresoBruto.ReadOnly = True
- Me.txtIngresoBruto.Size = New System.Drawing.Size(150, 20)
- Me.txtIngresoBruto.TabIndex = 0
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.Location = New System.Drawing.Point(41, 319)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(70, 13)
- Me.Label15.TabIndex = 83
- Me.Label15.Text = "Ingreso Bruto"
- '
- 'txtIngresoNeto
- '
- Me.txtIngresoNeto.Location = New System.Drawing.Point(198, 341)
- Me.txtIngresoNeto.Name = "txtIngresoNeto"
- Me.txtIngresoNeto.ReadOnly = True
- Me.txtIngresoNeto.Size = New System.Drawing.Size(150, 20)
- Me.txtIngresoNeto.TabIndex = 0
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.Location = New System.Drawing.Point(42, 339)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(68, 13)
- Me.Label16.TabIndex = 85
- Me.Label16.Text = "Ingreso Neto"
- '
- 'dtpFechaOperacion
- '
- Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaOperacion.Location = New System.Drawing.Point(198, 426)
- Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
- Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
- Me.dtpFechaOperacion.TabIndex = 2
- '
- 'dtpFechaLiquidacion
- '
- Me.dtpFechaLiquidacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaLiquidacion.Location = New System.Drawing.Point(198, 447)
- Me.dtpFechaLiquidacion.Name = "dtpFechaLiquidacion"
- Me.dtpFechaLiquidacion.Size = New System.Drawing.Size(150, 20)
- Me.dtpFechaLiquidacion.TabIndex = 3
- '
- 'dtpFechaVencimiento
- '
- Me.dtpFechaVencimiento.Enabled = False
- Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaVencimiento.Location = New System.Drawing.Point(198, 468)
- Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
- Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
- Me.dtpFechaVencimiento.TabIndex = 4
- '
- 'txtPorcentajeComisionBolsa
- '
- Me.txtPorcentajeComisionBolsa.Location = New System.Drawing.Point(198, 233)
- Me.txtPorcentajeComisionBolsa.Name = "txtPorcentajeComisionBolsa"
- Me.txtPorcentajeComisionBolsa.Size = New System.Drawing.Size(47, 20)
- Me.txtPorcentajeComisionBolsa.TabIndex = 8
- '
- 'txtPorcentajeComisionCasa
- '
- Me.txtPorcentajeComisionCasa.Location = New System.Drawing.Point(198, 211)
- Me.txtPorcentajeComisionCasa.Name = "txtPorcentajeComisionCasa"
- Me.txtPorcentajeComisionCasa.Size = New System.Drawing.Size(47, 20)
- Me.txtPorcentajeComisionCasa.TabIndex = 7
- '
- 'btnAceptar
- '
- Me.btnAceptar.BackColor = System.Drawing.Color.White
- Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
- Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon
- Me.btnAceptar.Location = New System.Drawing.Point(39, 597)
- Me.btnAceptar.Name = "btnAceptar"
- Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
- Me.btnAceptar.TabIndex = 86
- Me.btnAceptar.Text = "Aceptar"
- Me.btnAceptar.UseVisualStyleBackColor = False
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Location = New System.Drawing.Point(41, 168)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(31, 13)
- Me.Label13.TabIndex = 87
- Me.Label13.Text = "Casa"
- '
- 'cboCasasCorredoras
- '
- Me.cboCasasCorredoras.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboCasasCorredoras.FormattingEnabled = True
- Me.cboCasasCorredoras.Location = New System.Drawing.Point(197, 166)
- Me.cboCasasCorredoras.Name = "cboCasasCorredoras"
- Me.cboCasasCorredoras.Size = New System.Drawing.Size(150, 21)
- Me.cboCasasCorredoras.TabIndex = 6
- '
- 'btnCancelar
- '
- Me.btnCancelar.BackColor = System.Drawing.Color.White
- Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.OK
- Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
- Me.btnCancelar.Location = New System.Drawing.Point(209, 597)
- Me.btnCancelar.Name = "btnCancelar"
- Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
- Me.btnCancelar.TabIndex = 88
- Me.btnCancelar.Text = "Cancelar"
- Me.btnCancelar.UseVisualStyleBackColor = False
- '
- 'cboPeriodicidad
- '
- Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboPeriodicidad.Enabled = False
- Me.cboPeriodicidad.FormattingEnabled = True
- Me.cboPeriodicidad.Location = New System.Drawing.Point(198, 255)
- Me.cboPeriodicidad.Name = "cboPeriodicidad"
- Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
- Me.cboPeriodicidad.TabIndex = 89
- '
- '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(390, 25)
- Me.BindingNavigator1.TabIndex = 126
- 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"
- '
- 'cboBase
- '
- Me.cboBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboBase.FormattingEnabled = True
- Me.cboBase.Location = New System.Drawing.Point(197, 189)
- Me.cboBase.Name = "cboBase"
- Me.cboBase.Size = New System.Drawing.Size(150, 21)
- Me.cboBase.TabIndex = 128
- '
- 'Label17
- '
- Me.Label17.AutoSize = True
- Me.Label17.Location = New System.Drawing.Point(41, 190)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(53, 13)
- Me.Label17.TabIndex = 127
- Me.Label17.Text = "Año Base"
- '
- 'chbValorPar
- '
- Me.chbValorPar.AutoSize = True
- Me.chbValorPar.Location = New System.Drawing.Point(44, 97)
- Me.chbValorPar.Name = "chbValorPar"
- Me.chbValorPar.Size = New System.Drawing.Size(69, 17)
- Me.chbValorPar.TabIndex = 129
- Me.chbValorPar.Text = "Valor Par"
- Me.chbValorPar.UseVisualStyleBackColor = True
- Me.chbValorPar.Visible = False
- '
- 'lblInteresAcumulado
- '
- Me.lblInteresAcumulado.AutoSize = True
- Me.lblInteresAcumulado.Location = New System.Drawing.Point(44, 536)
- Me.lblInteresAcumulado.Name = "lblInteresAcumulado"
- Me.lblInteresAcumulado.Size = New System.Drawing.Size(95, 13)
- Me.lblInteresAcumulado.TabIndex = 130
- Me.lblInteresAcumulado.Text = "Interes Acumulado"
- Me.lblInteresAcumulado.Visible = False
- '
- 'lblDiasAcumulados
- '
- Me.lblDiasAcumulados.AutoSize = True
- Me.lblDiasAcumulados.Location = New System.Drawing.Point(43, 492)
- Me.lblDiasAcumulados.Name = "lblDiasAcumulados"
- Me.lblDiasAcumulados.Size = New System.Drawing.Size(103, 13)
- Me.lblDiasAcumulados.TabIndex = 131
- Me.lblDiasAcumulados.Text = "Ultima Fecha Cúpon"
- Me.lblDiasAcumulados.Visible = False
- '
- 'txtInteresAcumulado
- '
- Me.txtInteresAcumulado.Location = New System.Drawing.Point(198, 531)
- Me.txtInteresAcumulado.Name = "txtInteresAcumulado"
- Me.txtInteresAcumulado.ReadOnly = True
- Me.txtInteresAcumulado.Size = New System.Drawing.Size(150, 20)
- Me.txtInteresAcumulado.TabIndex = 133
- Me.txtInteresAcumulado.Visible = False
- '
- 'dtpUltimaFecha
- '
- Me.dtpUltimaFecha.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpUltimaFecha.Location = New System.Drawing.Point(198, 489)
- Me.dtpUltimaFecha.Name = "dtpUltimaFecha"
- Me.dtpUltimaFecha.Size = New System.Drawing.Size(150, 20)
- Me.dtpUltimaFecha.TabIndex = 135
- Me.dtpUltimaFecha.Visible = False
- '
- 'lblOtrosCostos
- '
- Me.lblOtrosCostos.AutoSize = True
- Me.lblOtrosCostos.Location = New System.Drawing.Point(44, 556)
- Me.lblOtrosCostos.Name = "lblOtrosCostos"
- Me.lblOtrosCostos.Size = New System.Drawing.Size(67, 13)
- Me.lblOtrosCostos.TabIndex = 136
- Me.lblOtrosCostos.Text = "Otros Costos"
- Me.lblOtrosCostos.Visible = False
- '
- 'txtOtrosCostos
- '
- Me.txtOtrosCostos.Location = New System.Drawing.Point(198, 552)
- Me.txtOtrosCostos.Name = "txtOtrosCostos"
- Me.txtOtrosCostos.Size = New System.Drawing.Size(150, 20)
- Me.txtOtrosCostos.TabIndex = 137
- Me.txtOtrosCostos.Visible = False
- '
- 'btnRedencion
- '
- Me.btnRedencion.BackColor = System.Drawing.Color.White
- Me.btnRedencion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnRedencion.ForeColor = System.Drawing.Color.Maroon
- Me.btnRedencion.Location = New System.Drawing.Point(229, 92)
- Me.btnRedencion.Name = "btnRedencion"
- Me.btnRedencion.Size = New System.Drawing.Size(79, 24)
- Me.btnRedencion.TabIndex = 138
- Me.btnRedencion.Text = "Redención"
- Me.btnRedencion.UseVisualStyleBackColor = False
- '
- 'lblRedencion
- '
- Me.lblRedencion.AutoSize = True
- Me.lblRedencion.Location = New System.Drawing.Point(44, 514)
- Me.lblRedencion.Name = "lblRedencion"
- Me.lblRedencion.Size = New System.Drawing.Size(92, 13)
- Me.lblRedencion.TabIndex = 139
- Me.lblRedencion.Text = "Fecha Redención"
- Me.lblRedencion.Visible = False
- '
- 'dtpRedencion
- '
- Me.dtpRedencion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpRedencion.Location = New System.Drawing.Point(198, 510)
- Me.dtpRedencion.Name = "dtpRedencion"
- Me.dtpRedencion.Size = New System.Drawing.Size(150, 20)
- Me.dtpRedencion.TabIndex = 140
- Me.dtpRedencion.Visible = False
- '
- 'frmLetes
- '
- Me.AcceptButton = Me.btnAceptar
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
- Me.BackColor = System.Drawing.Color.WhiteSmoke
- Me.CancelButton = Me.btnCancelar
- Me.ClientSize = New System.Drawing.Size(390, 632)
- Me.Controls.Add(Me.dtpRedencion)
- Me.Controls.Add(Me.lblRedencion)
- Me.Controls.Add(Me.btnRedencion)
- Me.Controls.Add(Me.txtOtrosCostos)
- Me.Controls.Add(Me.lblOtrosCostos)
- Me.Controls.Add(Me.dtpUltimaFecha)
- Me.Controls.Add(Me.txtInteresAcumulado)
- Me.Controls.Add(Me.lblDiasAcumulados)
- Me.Controls.Add(Me.lblInteresAcumulado)
- Me.Controls.Add(Me.chbValorPar)
- Me.Controls.Add(Me.cboBase)
- Me.Controls.Add(Me.Label17)
- Me.Controls.Add(Me.BindingNavigator1)
- Me.Controls.Add(Me.cboPeriodicidad)
- Me.Controls.Add(Me.btnCancelar)
- Me.Controls.Add(Me.cboCasasCorredoras)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.btnAceptar)
- Me.Controls.Add(Me.txtPorcentajeComisionCasa)
- Me.Controls.Add(Me.txtPorcentajeComisionBolsa)
- Me.Controls.Add(Me.dtpFechaVencimiento)
- Me.Controls.Add(Me.dtpFechaLiquidacion)
- Me.Controls.Add(Me.dtpFechaOperacion)
- Me.Controls.Add(Me.txtIngresoNeto)
- Me.Controls.Add(Me.Label16)
- Me.Controls.Add(Me.txtIngresoBruto)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.txtPlazoInversion)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.txtRendimientoNeto)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.txtRendimientoBruto)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.txtTotalAPagar)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.txtComisionBolsa)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.txtComisionCasa)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.txtPrecio)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.txtValorTransado)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.txtValorNominal)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.lblBono)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.MaximizeBox = False
- Me.Name = "frmLetes"
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.BindingNavigator1.ResumeLayout(False)
- Me.BindingNavigator1.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents lblBono As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents txtValorNominal As TextBox
- Friend WithEvents txtValorTransado As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents txtPrecio As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents txtComisionCasa As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents txtComisionBolsa As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents txtTotalAPagar As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents txtRendimientoBruto As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents txtRendimientoNeto As TextBox
- Friend WithEvents Label11 As Label
- Friend WithEvents Label12 As Label
- Friend WithEvents txtPlazoInversion As TextBox
- Friend WithEvents Label14 As Label
- Friend WithEvents txtIngresoBruto As TextBox
- Friend WithEvents Label15 As Label
- Friend WithEvents txtIngresoNeto As TextBox
- Friend WithEvents Label16 As Label
- Friend WithEvents dtpFechaOperacion As DateTimePicker
- Friend WithEvents dtpFechaLiquidacion As DateTimePicker
- Friend WithEvents dtpFechaVencimiento As DateTimePicker
- Friend WithEvents txtPorcentajeComisionBolsa As TextBox
- Friend WithEvents txtPorcentajeComisionCasa As TextBox
- Friend WithEvents btnAceptar As Button
- Friend WithEvents Label13 As Label
- Friend WithEvents cboCasasCorredoras As ComboBox
- Friend WithEvents btnCancelar As Button
- Friend WithEvents cboPeriodicidad As ComboBox
- 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 cboBase As ComboBox
- Friend WithEvents Label17 As Label
- Friend WithEvents chbValorPar As CheckBox
- Friend WithEvents lblInteresAcumulado As Label
- Friend WithEvents lblDiasAcumulados As Label
- Friend WithEvents txtInteresAcumulado As TextBox
- Friend WithEvents dtpUltimaFecha As DateTimePicker
- Friend WithEvents lblOtrosCostos As Label
- Friend WithEvents txtOtrosCostos As TextBox
- Friend WithEvents btnRedencion As Button
- Friend WithEvents lblRedencion As Label
- Friend WithEvents dtpRedencion As DateTimePicker
- End Class
|