Partial Class frmPrestamoPersonal 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(frmPrestamoPersonal)) Me.txtTasaInteres = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.lblPrestamoPersonal = New System.Windows.Forms.Label() 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.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.GrpDatos = New System.Windows.Forms.GroupBox() Me.CkbPrueba = New System.Windows.Forms.CheckBox() Me.txtNombreDeudor = New System.Windows.Forms.TextBox() Me.txtNumeroDeudor = New System.Windows.Forms.TextBox() Me.txtPeriodo = New System.Windows.Forms.TextBox() Me.dtpFechaPago = New System.Windows.Forms.DateTimePicker() Me.dtpFechaOtorgamiento = New System.Windows.Forms.DateTimePicker() Me.GrpInfo = New System.Windows.Forms.GroupBox() Me.Label18 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.btnAccion = New System.Windows.Forms.Button() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.Label19 = New System.Windows.Forms.Label() Me.GrpDatos2 = New System.Windows.Forms.GroupBox() Me.txtMontoPrestamo = New System.Windows.Forms.TextBox() Me.txtCuotasMensuales = New System.Windows.Forms.TextBox() Me.txtAñoPrestamo = New System.Windows.Forms.TextBox() Me.GrpInfo2 = New System.Windows.Forms.GroupBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.GrpInfo3 = New System.Windows.Forms.GroupBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.txtSeguro = New System.Windows.Forms.TextBox() Me.txtCuotaSinSeguro = New System.Windows.Forms.TextBox() Me.txtCuotaReal = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.dgvAmortizacion = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.GrpDatos.SuspendLayout() Me.GrpInfo.SuspendLayout() Me.TabPage1.SuspendLayout() Me.GrpDatos2.SuspendLayout() Me.GrpInfo2.SuspendLayout() Me.GrpInfo3.SuspendLayout() Me.TabPage3.SuspendLayout() CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'txtTasaInteres ' Me.txtTasaInteres.Location = New System.Drawing.Point(24, 25) Me.txtTasaInteres.MaxLength = 20 Me.txtTasaInteres.Name = "txtTasaInteres" Me.txtTasaInteres.Size = New System.Drawing.Size(150, 20) Me.txtTasaInteres.TabIndex = 119 ' '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(35, 25) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(97, 18) Me.Label2.TabIndex = 120 Me.Label2.Text = "Tasa de Interes" ' 'lblPrestamoPersonal ' Me.lblPrestamoPersonal.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblPrestamoPersonal.AutoSize = True Me.lblPrestamoPersonal.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPrestamoPersonal.Location = New System.Drawing.Point(322, 28) Me.lblPrestamoPersonal.Name = "lblPrestamoPersonal" Me.lblPrestamoPersonal.Size = New System.Drawing.Size(174, 24) Me.lblPrestamoPersonal.TabIndex = 121 Me.lblPrestamoPersonal.Text = "Prestamo Personal" ' '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(874, 25) Me.BindingNavigator1.TabIndex = 156 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" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(874, 404) Me.TabControl1.TabIndex = 169 ' 'TabPage2 ' Me.TabPage2.BackColor = System.Drawing.Color.WhiteSmoke Me.TabPage2.Controls.Add(Me.GrpDatos) Me.TabPage2.Controls.Add(Me.GrpInfo) Me.TabPage2.Controls.Add(Me.lblPrestamoPersonal) Me.TabPage2.Controls.Add(Me.btnAccion) Me.TabPage2.Controls.Add(Me.Label13) Me.TabPage2.Controls.Add(Me.Label12) Me.TabPage2.Controls.Add(Me.Label11) Me.TabPage2.Controls.Add(Me.Label10) Me.TabPage2.Controls.Add(Me.Label9) Me.TabPage2.Controls.Add(Me.Label8) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(866, 378) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Deudor" ' 'GrpDatos ' Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpDatos.Controls.Add(Me.CkbPrueba) Me.GrpDatos.Controls.Add(Me.txtNombreDeudor) Me.GrpDatos.Controls.Add(Me.txtNumeroDeudor) Me.GrpDatos.Controls.Add(Me.txtPeriodo) Me.GrpDatos.Controls.Add(Me.dtpFechaPago) Me.GrpDatos.Controls.Add(Me.dtpFechaOtorgamiento) Me.GrpDatos.Location = New System.Drawing.Point(488, 106) Me.GrpDatos.Name = "GrpDatos" Me.GrpDatos.Size = New System.Drawing.Size(200, 171) Me.GrpDatos.TabIndex = 178 Me.GrpDatos.TabStop = False ' 'CkbPrueba ' Me.CkbPrueba.AutoSize = True Me.CkbPrueba.Location = New System.Drawing.Point(25, 12) Me.CkbPrueba.Name = "CkbPrueba" Me.CkbPrueba.Size = New System.Drawing.Size(15, 14) Me.CkbPrueba.TabIndex = 133 Me.CkbPrueba.UseVisualStyleBackColor = True ' 'txtNombreDeudor ' Me.txtNombreDeudor.Location = New System.Drawing.Point(25, 29) Me.txtNombreDeudor.Name = "txtNombreDeudor" Me.txtNombreDeudor.Size = New System.Drawing.Size(150, 20) Me.txtNombreDeudor.TabIndex = 123 ' 'txtNumeroDeudor ' Me.txtNumeroDeudor.Location = New System.Drawing.Point(25, 50) Me.txtNumeroDeudor.Name = "txtNumeroDeudor" Me.txtNumeroDeudor.Size = New System.Drawing.Size(150, 20) Me.txtNumeroDeudor.TabIndex = 125 ' 'txtPeriodo ' Me.txtPeriodo.Location = New System.Drawing.Point(25, 113) Me.txtPeriodo.MaxLength = 5 Me.txtPeriodo.Name = "txtPeriodo" Me.txtPeriodo.Size = New System.Drawing.Size(150, 20) Me.txtPeriodo.TabIndex = 127 ' 'dtpFechaPago ' Me.dtpFechaPago.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaPago.Location = New System.Drawing.Point(25, 93) Me.dtpFechaPago.Name = "dtpFechaPago" Me.dtpFechaPago.Size = New System.Drawing.Size(150, 20) Me.dtpFechaPago.TabIndex = 132 ' 'dtpFechaOtorgamiento ' Me.dtpFechaOtorgamiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOtorgamiento.Location = New System.Drawing.Point(25, 73) Me.dtpFechaOtorgamiento.Name = "dtpFechaOtorgamiento" Me.dtpFechaOtorgamiento.Size = New System.Drawing.Size(150, 20) Me.dtpFechaOtorgamiento.TabIndex = 129 ' 'GrpInfo ' Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpInfo.Controls.Add(Me.Label18) Me.GrpInfo.Controls.Add(Me.Label14) Me.GrpInfo.Controls.Add(Me.Label17) Me.GrpInfo.Controls.Add(Me.Label16) Me.GrpInfo.Controls.Add(Me.Label15) Me.GrpInfo.Location = New System.Drawing.Point(135, 101) Me.GrpInfo.Name = "GrpInfo" Me.GrpInfo.Size = New System.Drawing.Size(193, 171) Me.GrpInfo.TabIndex = 177 Me.GrpInfo.TabStop = False ' '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(31, 25) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(119, 18) Me.Label18.TabIndex = 172 Me.Label18.Text = "Nombre del Deudor" ' '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(31, 89) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(91, 18) Me.Label14.TabIndex = 176 Me.Label14.Text = "Fecha de Pago" ' '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(31, 46) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(116, 18) Me.Label17.TabIndex = 173 Me.Label17.Text = "Numero de Deudor" ' '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(31, 107) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(111, 18) Me.Label16.TabIndex = 174 Me.Label16.Text = "Periodo de Gracia" ' '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(31, 68) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(145, 18) Me.Label15.TabIndex = 175 Me.Label15.Text = "Fecha de Otorgamiento" ' 'btnAccion ' Me.btnAccion.Anchor = System.Windows.Forms.AnchorStyles.None 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(362, 294) Me.btnAccion.Name = "btnAccion" Me.btnAccion.Size = New System.Drawing.Size(92, 29) Me.btnAccion.TabIndex = 170 Me.btnAccion.Text = "Aceptar" Me.btnAccion.UseVisualStyleBackColor = False ' '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, 208) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(0, 18) Me.Label13.TabIndex = 131 ' '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, 161) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(0, 18) Me.Label12.TabIndex = 130 ' '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, 251) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(0, 18) Me.Label11.TabIndex = 128 ' '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, 106) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(0, 18) Me.Label10.TabIndex = 126 ' '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, 55) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(0, 18) Me.Label9.TabIndex = 124 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(6, 14) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(0, 24) Me.Label8.TabIndex = 122 ' 'TabPage1 ' Me.TabPage1.BackColor = System.Drawing.Color.WhiteSmoke Me.TabPage1.Controls.Add(Me.Label19) Me.TabPage1.Controls.Add(Me.GrpDatos2) Me.TabPage1.Controls.Add(Me.GrpInfo2) Me.TabPage1.Controls.Add(Me.GrpInfo3) Me.TabPage1.Controls.Add(Me.Label5) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(866, 378) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Detalles" ' 'Label19 ' Me.Label19.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(336, 22) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(174, 24) Me.Label19.TabIndex = 174 Me.Label19.Text = "Prestamo Personal" ' 'GrpDatos2 ' Me.GrpDatos2.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpDatos2.Controls.Add(Me.txtTasaInteres) Me.GrpDatos2.Controls.Add(Me.txtMontoPrestamo) Me.GrpDatos2.Controls.Add(Me.txtCuotasMensuales) Me.GrpDatos2.Controls.Add(Me.txtAñoPrestamo) Me.GrpDatos2.Location = New System.Drawing.Point(479, 82) Me.GrpDatos2.Name = "GrpDatos2" Me.GrpDatos2.Size = New System.Drawing.Size(200, 141) Me.GrpDatos2.TabIndex = 173 Me.GrpDatos2.TabStop = False ' 'txtMontoPrestamo ' Me.txtMontoPrestamo.Location = New System.Drawing.Point(24, 90) Me.txtMontoPrestamo.MaxLength = 20 Me.txtMontoPrestamo.Name = "txtMontoPrestamo" Me.txtMontoPrestamo.Size = New System.Drawing.Size(150, 20) Me.txtMontoPrestamo.TabIndex = 165 ' 'txtCuotasMensuales ' Me.txtCuotasMensuales.Location = New System.Drawing.Point(24, 69) Me.txtCuotasMensuales.MaxLength = 4 Me.txtCuotasMensuales.Name = "txtCuotasMensuales" Me.txtCuotasMensuales.Size = New System.Drawing.Size(150, 20) Me.txtCuotasMensuales.TabIndex = 166 ' 'txtAñoPrestamo ' Me.txtAñoPrestamo.Location = New System.Drawing.Point(24, 47) Me.txtAñoPrestamo.MaxLength = 3 Me.txtAñoPrestamo.Name = "txtAñoPrestamo" Me.txtAñoPrestamo.Size = New System.Drawing.Size(150, 20) Me.txtAñoPrestamo.TabIndex = 167 ' 'GrpInfo2 ' Me.GrpInfo2.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpInfo2.Controls.Add(Me.Label4) Me.GrpInfo2.Controls.Add(Me.Label3) Me.GrpInfo2.Controls.Add(Me.Label1) Me.GrpInfo2.Controls.Add(Me.Label2) Me.GrpInfo2.Location = New System.Drawing.Point(153, 83) Me.GrpInfo2.Name = "GrpInfo2" Me.GrpInfo2.Size = New System.Drawing.Size(214, 140) Me.GrpInfo2.TabIndex = 172 Me.GrpInfo2.TabStop = False ' '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(37, 49) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(166, 18) Me.Label4.TabIndex = 159 Me.Label4.Text = "Duración de Años Prestamo" ' '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(35, 68) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(144, 18) Me.Label3.TabIndex = 158 Me.Label3.Text = "Total Cuotas Mensuales" ' '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(35, 91) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(123, 18) Me.Label1.TabIndex = 157 Me.Label1.Text = "Monto del Prestamo" ' 'GrpInfo3 ' Me.GrpInfo3.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpInfo3.Controls.Add(Me.Label7) Me.GrpInfo3.Controls.Add(Me.Label6) Me.GrpInfo3.Controls.Add(Me.txtSeguro) Me.GrpInfo3.Controls.Add(Me.txtCuotaSinSeguro) Me.GrpInfo3.Controls.Add(Me.txtCuotaReal) Me.GrpInfo3.Location = New System.Drawing.Point(153, 272) Me.GrpInfo3.Name = "GrpInfo3" Me.GrpInfo3.Size = New System.Drawing.Size(526, 76) Me.GrpInfo3.TabIndex = 171 Me.GrpInfo3.TabStop = 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(6, 42) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(70, 18) Me.Label7.TabIndex = 162 Me.Label7.Text = "Cuota Real" ' '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(6, 19) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(106, 18) Me.Label6.TabIndex = 161 Me.Label6.Text = "Cuota sin seguro" ' 'txtSeguro ' Me.txtSeguro.Location = New System.Drawing.Point(354, 40) Me.txtSeguro.Name = "txtSeguro" Me.txtSeguro.Size = New System.Drawing.Size(44, 20) Me.txtSeguro.TabIndex = 169 ' 'txtCuotaSinSeguro ' Me.txtCuotaSinSeguro.Location = New System.Drawing.Point(354, 19) Me.txtCuotaSinSeguro.Name = "txtCuotaSinSeguro" Me.txtCuotaSinSeguro.ReadOnly = True Me.txtCuotaSinSeguro.Size = New System.Drawing.Size(150, 20) Me.txtCuotaSinSeguro.TabIndex = 164 ' 'txtCuotaReal ' Me.txtCuotaReal.Location = New System.Drawing.Point(404, 40) Me.txtCuotaReal.Name = "txtCuotaReal" Me.txtCuotaReal.ReadOnly = True Me.txtCuotaReal.Size = New System.Drawing.Size(100, 20) Me.txtCuotaReal.TabIndex = 168 ' 'Label5 ' Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.None 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(351, 241) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(132, 18) Me.Label5.TabIndex = 160 Me.Label5.Text = "Aplicación del Codigo" ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.dgvAmortizacion) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) Me.TabPage3.Size = New System.Drawing.Size(866, 378) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "Amortizacion" Me.TabPage3.UseVisualStyleBackColor = True ' 'dgvAmortizacion ' Me.dgvAmortizacion.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvAmortizacion.BackgroundColor = System.Drawing.Color.White Me.dgvAmortizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvAmortizacion.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvAmortizacion.Location = New System.Drawing.Point(3, 3) Me.dgvAmortizacion.Name = "dgvAmortizacion" Me.dgvAmortizacion.Size = New System.Drawing.Size(860, 372) Me.dgvAmortizacion.TabIndex = 0 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.TabControl1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 25) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(874, 404) Me.Panel1.TabIndex = 170 ' 'frmPrestamoPersonal ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(874, 429) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.BindingNavigator1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Name = "frmPrestamoPersonal" CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.GrpDatos.ResumeLayout(False) Me.GrpDatos.PerformLayout() Me.GrpInfo.ResumeLayout(False) Me.GrpInfo.PerformLayout() Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.GrpDatos2.ResumeLayout(False) Me.GrpDatos2.PerformLayout() Me.GrpInfo2.ResumeLayout(False) Me.GrpInfo2.PerformLayout() Me.GrpInfo3.ResumeLayout(False) Me.GrpInfo3.PerformLayout() Me.TabPage3.ResumeLayout(False) CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents txtTasaInteres As TextBox Friend WithEvents Label2 As Label Friend WithEvents lblPrestamoPersonal As Label 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 TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage3 As TabPage Friend WithEvents dgvAmortizacion As DataGridView Friend WithEvents btnAccion As Button Friend WithEvents txtSeguro As TextBox Friend WithEvents Label4 As Label Friend WithEvents txtCuotaReal As TextBox Friend WithEvents txtAñoPrestamo As TextBox Friend WithEvents Label1 As Label Friend WithEvents txtCuotasMensuales As TextBox Friend WithEvents Label3 As Label Friend WithEvents txtMontoPrestamo As TextBox Friend WithEvents txtCuotaSinSeguro As TextBox Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents TabPage2 As TabPage Friend WithEvents dtpFechaPago As DateTimePicker Friend WithEvents Label13 As Label Friend WithEvents Label12 As Label Friend WithEvents dtpFechaOtorgamiento As DateTimePicker Friend WithEvents Label11 As Label Friend WithEvents txtPeriodo As TextBox Friend WithEvents Label10 As Label Friend WithEvents txtNumeroDeudor As TextBox Friend WithEvents Label9 As Label Friend WithEvents txtNombreDeudor As TextBox Friend WithEvents Label8 As Label Friend WithEvents Label14 As Label Friend WithEvents Label15 As Label Friend WithEvents Label16 As Label Friend WithEvents Label17 As Label Friend WithEvents Label18 As Label Friend WithEvents GrpInfo3 As GroupBox Friend WithEvents GrpDatos As GroupBox Friend WithEvents GrpInfo As GroupBox Friend WithEvents GrpDatos2 As GroupBox Friend WithEvents GrpInfo2 As GroupBox Friend WithEvents Label19 As Label Friend WithEvents Panel1 As Panel Friend WithEvents CkbPrueba As CheckBox End Class