_ Partial Class frmDAP 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.lblBono = New System.Windows.Forms.Label() Me.cboPeriodicidad = New System.Windows.Forms.ComboBox() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label11 = 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.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.txtPlazo = New System.Windows.Forms.TextBox() 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() Me.dgvIntereses = New System.Windows.Forms.DataGridView() CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).BeginInit() 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(12, 9) Me.lblBono.Name = "lblBono" Me.lblBono.Size = New System.Drawing.Size(166, 24) Me.lblBono.TabIndex = 56 Me.lblBono.Text = "Depositos a Plazo" ' 'cboPeriodicidad ' Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboPeriodicidad.FormattingEnabled = True Me.cboPeriodicidad.Location = New System.Drawing.Point(139, 157) Me.cboPeriodicidad.Name = "cboPeriodicidad" Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21) Me.cboPeriodicidad.TabIndex = 77 ' '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(16, 269) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(82, 18) Me.Label13.TabIndex = 84 Me.Label13.Text = "Ingreso Neto" ' '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(16, 269) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(27, 18) Me.Label12.TabIndex = 83 Me.Label12.Text = "ISR" ' '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(16, 225) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(86, 18) Me.Label11.TabIndex = 82 Me.Label11.Text = "Ingreso Bruto" ' 'txtIngresoNeto ' Me.txtIngresoNeto.Location = New System.Drawing.Point(139, 268) Me.txtIngresoNeto.Name = "txtIngresoNeto" Me.txtIngresoNeto.ReadOnly = True Me.txtIngresoNeto.Size = New System.Drawing.Size(150, 20) Me.txtIngresoNeto.TabIndex = 66 ' 'txtRenta ' Me.txtRenta.Location = New System.Drawing.Point(139, 246) Me.txtRenta.Name = "txtRenta" Me.txtRenta.ReadOnly = True Me.txtRenta.Size = New System.Drawing.Size(150, 20) Me.txtRenta.TabIndex = 67 ' 'txtIngresoBruto ' Me.txtIngresoBruto.Location = New System.Drawing.Point(139, 224) Me.txtIngresoBruto.Name = "txtIngresoBruto" Me.txtIngresoBruto.ReadOnly = True Me.txtIngresoBruto.Size = New System.Drawing.Size(150, 20) Me.txtIngresoBruto.TabIndex = 68 ' '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(16, 92) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(118, 18) Me.Label10.TabIndex = 81 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(16, 70) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(105, 18) Me.Label9.TabIndex = 80 Me.Label9.Text = "Fecha Operación" ' 'dtpFechaVencimiento ' Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaVencimiento.Location = New System.Drawing.Point(139, 91) Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento" Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20) Me.dtpFechaVencimiento.TabIndex = 72 ' 'dtpFechaOperacion ' Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOperacion.Location = New System.Drawing.Point(139, 69) Me.dtpFechaOperacion.Name = "dtpFechaOperacion" Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20) Me.dtpFechaOperacion.TabIndex = 71 ' 'txtRendimientoNeto ' Me.txtRendimientoNeto.Location = New System.Drawing.Point(139, 202) Me.txtRendimientoNeto.Name = "txtRendimientoNeto" Me.txtRendimientoNeto.ReadOnly = True Me.txtRendimientoNeto.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoNeto.TabIndex = 65 ' '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(16, 203) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(113, 18) Me.Label8.TabIndex = 79 Me.Label8.Text = "Rendimiento Neto" ' 'txtRendimientoBruto ' Me.txtRendimientoBruto.Location = New System.Drawing.Point(139, 180) Me.txtRendimientoBruto.Name = "txtRendimientoBruto" Me.txtRendimientoBruto.ReadOnly = True Me.txtRendimientoBruto.Size = New System.Drawing.Size(150, 20) Me.txtRendimientoBruto.TabIndex = 64 ' '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(16, 181) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(117, 18) Me.Label7.TabIndex = 78 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(16, 158) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(80, 18) Me.Label4.TabIndex = 76 Me.Label4.Text = "Periodicidad" ' 'txtPlazo ' Me.txtPlazo.Location = New System.Drawing.Point(139, 113) Me.txtPlazo.Name = "txtPlazo" Me.txtPlazo.Size = New System.Drawing.Size(150, 20) Me.txtPlazo.TabIndex = 73 ' '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(16, 114) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(38, 18) Me.Label3.TabIndex = 74 Me.Label3.Text = "Plazo" ' 'txtTasa ' Me.txtTasa.Location = New System.Drawing.Point(139, 135) Me.txtTasa.Name = "txtTasa" Me.txtTasa.Size = New System.Drawing.Size(150, 20) Me.txtTasa.TabIndex = 75 ' '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(16, 136) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(36, 18) Me.Label2.TabIndex = 70 Me.Label2.Text = "Tasa" ' 'txtMontoInversion ' Me.txtMontoInversion.Location = New System.Drawing.Point(139, 47) Me.txtMontoInversion.Name = "txtMontoInversion" Me.txtMontoInversion.Size = New System.Drawing.Size(150, 20) Me.txtMontoInversion.TabIndex = 69 ' '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(16, 48) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(102, 18) Me.Label1.TabIndex = 63 Me.Label1.Text = "Monto Inversión" ' '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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvIntereses.Location = New System.Drawing.Point(19, 294) Me.dgvIntereses.MultiSelect = False Me.dgvIntereses.Name = "dgvIntereses" Me.dgvIntereses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvIntereses.Size = New System.Drawing.Size(425, 150) Me.dgvIntereses.TabIndex = 85 ' 'frmDAP ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(467, 450) Me.Controls.Add(Me.dgvIntereses) Me.Controls.Add(Me.cboPeriodicidad) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.txtIngresoNeto) Me.Controls.Add(Me.txtRenta) Me.Controls.Add(Me.txtIngresoBruto) 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.txtPlazo) 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.lblBono) Me.Name = "frmDAP" Me.Text = "frmDAP" CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblBono As Label Friend WithEvents cboPeriodicidad As ComboBox Friend WithEvents Label13 As Label Friend WithEvents Label12 As Label Friend WithEvents Label11 As Label Friend WithEvents txtIngresoNeto As TextBox Friend WithEvents txtRenta As TextBox Friend WithEvents txtIngresoBruto As TextBox 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 txtPlazo As TextBox 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 Friend WithEvents dgvIntereses As DataGridView End Class