| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frmNotaEstructurada
- 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(frmNotaEstructurada))
- 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.txtImpuesto = New System.Windows.Forms.TextBox()
- Me.lblImpuesto = New System.Windows.Forms.Label()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.txtIngresoNeto = New System.Windows.Forms.TextBox()
- Me.txtRenta = New System.Windows.Forms.TextBox()
- Me.txtIngresoBruto = New System.Windows.Forms.TextBox()
- Me.txtPlazo = New System.Windows.Forms.TextBox()
- Me.btnGME = New System.Windows.Forms.Button()
- Me.cboPeriodicidad = New System.Windows.Forms.ComboBox()
- Me.btnCancelar = New System.Windows.Forms.Button()
- Me.dgvIntereses = New System.Windows.Forms.DataGridView()
- Me.lblNotaEstructurada = New System.Windows.Forms.Label()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
- Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker()
- Me.txtRendimientoNeto = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.txtRendimientoBruto = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.txtTasa = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.txtMontoInversion = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.BindingNavigator1.SuspendLayout()
- Me.GroupBox1.SuspendLayout()
- CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '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(783, 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"
- '
- 'txtImpuesto
- '
- Me.txtImpuesto.Location = New System.Drawing.Point(417, 176)
- Me.txtImpuesto.Name = "txtImpuesto"
- Me.txtImpuesto.Size = New System.Drawing.Size(150, 20)
- Me.txtImpuesto.TabIndex = 155
- '
- 'lblImpuesto
- '
- Me.lblImpuesto.AutoSize = True
- Me.lblImpuesto.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblImpuesto.Location = New System.Drawing.Point(213, 181)
- Me.lblImpuesto.Name = "lblImpuesto"
- Me.lblImpuesto.Size = New System.Drawing.Size(62, 18)
- Me.lblImpuesto.TabIndex = 154
- Me.lblImpuesto.Text = "Impuesto"
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.Label11)
- Me.GroupBox1.Controls.Add(Me.Label6)
- Me.GroupBox1.Controls.Add(Me.Label5)
- Me.GroupBox1.Controls.Add(Me.txtIngresoNeto)
- Me.GroupBox1.Controls.Add(Me.txtRenta)
- Me.GroupBox1.Controls.Add(Me.txtIngresoBruto)
- Me.GroupBox1.Location = New System.Drawing.Point(128, 262)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(523, 83)
- Me.GroupBox1.TabIndex = 153
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "Totales"
- '
- '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(367, 16)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(82, 18)
- Me.Label11.TabIndex = 135
- Me.Label11.Text = "Ingreso Neto"
- '
- '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(236, 16)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(41, 18)
- Me.Label6.TabIndex = 134
- Me.Label6.Text = "Renta"
- '
- '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(61, 16)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(86, 18)
- Me.Label5.TabIndex = 131
- Me.Label5.Text = "Ingreso Bruto"
- '
- 'txtIngresoNeto
- '
- Me.txtIngresoNeto.Location = New System.Drawing.Point(358, 47)
- Me.txtIngresoNeto.Name = "txtIngresoNeto"
- Me.txtIngresoNeto.ReadOnly = True
- Me.txtIngresoNeto.Size = New System.Drawing.Size(100, 20)
- Me.txtIngresoNeto.TabIndex = 133
- '
- 'txtRenta
- '
- Me.txtRenta.Location = New System.Drawing.Point(207, 47)
- Me.txtRenta.Name = "txtRenta"
- Me.txtRenta.ReadOnly = True
- Me.txtRenta.Size = New System.Drawing.Size(100, 20)
- Me.txtRenta.TabIndex = 132
- '
- 'txtIngresoBruto
- '
- Me.txtIngresoBruto.Location = New System.Drawing.Point(57, 47)
- Me.txtIngresoBruto.Name = "txtIngresoBruto"
- Me.txtIngresoBruto.ReadOnly = True
- Me.txtIngresoBruto.Size = New System.Drawing.Size(100, 20)
- Me.txtIngresoBruto.TabIndex = 131
- '
- 'txtPlazo
- '
- Me.txtPlazo.Location = New System.Drawing.Point(417, 135)
- Me.txtPlazo.Name = "txtPlazo"
- Me.txtPlazo.Size = New System.Drawing.Size(150, 20)
- Me.txtPlazo.TabIndex = 152
- '
- 'btnGME
- '
- Me.btnGME.BackColor = System.Drawing.Color.White
- Me.btnGME.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnGME.ForeColor = System.Drawing.Color.Maroon
- Me.btnGME.Location = New System.Drawing.Point(29, 555)
- Me.btnGME.Name = "btnGME"
- Me.btnGME.Size = New System.Drawing.Size(75, 23)
- Me.btnGME.TabIndex = 151
- Me.btnGME.Text = "Aceptar"
- Me.btnGME.UseVisualStyleBackColor = False
- '
- 'cboPeriodicidad
- '
- Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboPeriodicidad.FormattingEnabled = True
- Me.cboPeriodicidad.Location = New System.Drawing.Point(417, 199)
- Me.cboPeriodicidad.Name = "cboPeriodicidad"
- Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
- Me.cboPeriodicidad.TabIndex = 142
- '
- 'btnCancelar
- '
- Me.btnCancelar.BackColor = System.Drawing.Color.White
- Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
- Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
- Me.btnCancelar.Location = New System.Drawing.Point(127, 555)
- Me.btnCancelar.Name = "btnCancelar"
- Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
- Me.btnCancelar.TabIndex = 150
- Me.btnCancelar.Text = "Cancelar"
- Me.btnCancelar.UseVisualStyleBackColor = False
- '
- 'dgvIntereses
- '
- Me.dgvIntereses.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.dgvIntereses.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.dgvIntereses.BackgroundColor = System.Drawing.Color.White
- Me.dgvIntereses.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgvIntereses.Location = New System.Drawing.Point(0, 351)
- Me.dgvIntereses.MultiSelect = False
- Me.dgvIntereses.Name = "dgvIntereses"
- Me.dgvIntereses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgvIntereses.Size = New System.Drawing.Size(783, 198)
- Me.dgvIntereses.TabIndex = 149
- '
- 'lblNotaEstructurada
- '
- Me.lblNotaEstructurada.AutoSize = True
- Me.lblNotaEstructurada.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblNotaEstructurada.Location = New System.Drawing.Point(284, 18)
- Me.lblNotaEstructurada.Name = "lblNotaEstructurada"
- Me.lblNotaEstructurada.Size = New System.Drawing.Size(171, 24)
- Me.lblNotaEstructurada.TabIndex = 148
- Me.lblNotaEstructurada.Text = "Nota Estructurada"
- '
- '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(213, 114)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(117, 18)
- Me.Label10.TabIndex = 147
- Me.Label10.Text = "Fecha 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(213, 92)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(105, 18)
- Me.Label9.TabIndex = 146
- Me.Label9.Text = "Fecha Operación"
- '
- 'dtpFechaVencimiento
- '
- Me.dtpFechaVencimiento.Enabled = False
- Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaVencimiento.Location = New System.Drawing.Point(417, 114)
- Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
- Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
- Me.dtpFechaVencimiento.TabIndex = 139
- '
- 'dtpFechaOperacion
- '
- Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaOperacion.Location = New System.Drawing.Point(417, 92)
- Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
- Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
- Me.dtpFechaOperacion.TabIndex = 138
- '
- 'txtRendimientoNeto
- '
- Me.txtRendimientoNeto.Location = New System.Drawing.Point(417, 244)
- Me.txtRendimientoNeto.Name = "txtRendimientoNeto"
- Me.txtRendimientoNeto.ReadOnly = True
- Me.txtRendimientoNeto.Size = New System.Drawing.Size(150, 20)
- Me.txtRendimientoNeto.TabIndex = 135
- '
- '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(213, 244)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(112, 18)
- Me.Label8.TabIndex = 145
- Me.Label8.Text = "Rendimiento Neto"
- '
- 'txtRendimientoBruto
- '
- Me.txtRendimientoBruto.Location = New System.Drawing.Point(417, 222)
- Me.txtRendimientoBruto.Name = "txtRendimientoBruto"
- Me.txtRendimientoBruto.ReadOnly = True
- Me.txtRendimientoBruto.Size = New System.Drawing.Size(150, 20)
- Me.txtRendimientoBruto.TabIndex = 134
- '
- '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(213, 222)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(116, 18)
- Me.Label7.TabIndex = 144
- Me.Label7.Text = "Rendimiento Bruto"
- '
- '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(213, 199)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(79, 18)
- Me.Label4.TabIndex = 143
- Me.Label4.Text = "Periodicidad"
- '
- '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(213, 136)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(38, 18)
- Me.Label3.TabIndex = 140
- Me.Label3.Text = "Plazo"
- '
- 'txtTasa
- '
- Me.txtTasa.Location = New System.Drawing.Point(417, 158)
- Me.txtTasa.Name = "txtTasa"
- Me.txtTasa.Size = New System.Drawing.Size(150, 20)
- Me.txtTasa.TabIndex = 141
- '
- '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(213, 158)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(34, 18)
- Me.Label2.TabIndex = 137
- Me.Label2.Text = "Tasa"
- '
- 'txtMontoInversion
- '
- Me.txtMontoInversion.Location = New System.Drawing.Point(417, 70)
- Me.txtMontoInversion.Name = "txtMontoInversion"
- Me.txtMontoInversion.Size = New System.Drawing.Size(150, 20)
- Me.txtMontoInversion.TabIndex = 136
- '
- '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(213, 70)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(102, 18)
- Me.Label1.TabIndex = 133
- Me.Label1.Text = "Monto Inversión"
- '
- 'frmNotaEstructurada
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.WhiteSmoke
- Me.ClientSize = New System.Drawing.Size(783, 597)
- Me.Controls.Add(Me.txtImpuesto)
- Me.Controls.Add(Me.lblImpuesto)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.txtPlazo)
- Me.Controls.Add(Me.btnGME)
- Me.Controls.Add(Me.cboPeriodicidad)
- Me.Controls.Add(Me.btnCancelar)
- Me.Controls.Add(Me.dgvIntereses)
- Me.Controls.Add(Me.lblNotaEstructurada)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.dtpFechaVencimiento)
- Me.Controls.Add(Me.dtpFechaOperacion)
- Me.Controls.Add(Me.txtRendimientoNeto)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.txtRendimientoBruto)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.txtTasa)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.txtMontoInversion)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.BindingNavigator1)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.Name = "frmNotaEstructurada"
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.BindingNavigator1.ResumeLayout(False)
- Me.BindingNavigator1.PerformLayout()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- 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 txtImpuesto As TextBox
- Friend WithEvents lblImpuesto As Label
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents Label11 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents txtIngresoNeto As TextBox
- Friend WithEvents txtRenta As TextBox
- Friend WithEvents txtIngresoBruto As TextBox
- Friend WithEvents txtPlazo As TextBox
- Friend WithEvents btnGME As Button
- Friend WithEvents cboPeriodicidad As ComboBox
- Friend WithEvents btnCancelar As Button
- Friend WithEvents dgvIntereses As DataGridView
- Friend WithEvents lblNotaEstructurada As Label
- Friend WithEvents Label10 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents dtpFechaVencimiento As DateTimePicker
- Friend WithEvents dtpFechaOperacion As DateTimePicker
- Friend WithEvents txtRendimientoNeto As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents txtRendimientoBruto As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents txtTasa As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents txtMontoInversion As TextBox
- Friend WithEvents Label1 As Label
- End Class
|