Partial Class frmPrestamoEmpresariales 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(frmPrestamoEmpresariales)) 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.lblPrestamoEmpresarial = New System.Windows.Forms.Label() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.Panel2 = New System.Windows.Forms.Panel() Me.btnAccion = New System.Windows.Forms.Button() Me.GrpDatos = New System.Windows.Forms.GroupBox() Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker() Me.txtMonto = New System.Windows.Forms.TextBox() Me.cboBase = New System.Windows.Forms.ComboBox() Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker() Me.txtTasa = New System.Windows.Forms.TextBox() Me.cboPeriodicidad = New System.Windows.Forms.ComboBox() Me.txtComisionDesembolso = New System.Windows.Forms.TextBox() Me.cboTipoTasa = New System.Windows.Forms.ComboBox() Me.txtPlazoDias = New System.Windows.Forms.TextBox() Me.GrpInfo = New System.Windows.Forms.GroupBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.TbDetalles = New System.Windows.Forms.TabPage() Me.dgvDetalles = 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.TabPage1.SuspendLayout() Me.Panel2.SuspendLayout() Me.GrpDatos.SuspendLayout() Me.GrpInfo.SuspendLayout() Me.TbDetalles.SuspendLayout() CType(Me.dgvDetalles, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() 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(797, 25) Me.BindingNavigator1.TabIndex = 157 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" ' 'lblPrestamoEmpresarial ' Me.lblPrestamoEmpresarial.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblPrestamoEmpresarial.AutoSize = True Me.lblPrestamoEmpresarial.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPrestamoEmpresarial.Location = New System.Drawing.Point(299, 17) Me.lblPrestamoEmpresarial.Name = "lblPrestamoEmpresarial" Me.lblPrestamoEmpresarial.Size = New System.Drawing.Size(204, 24) Me.lblPrestamoEmpresarial.TabIndex = 158 Me.lblPrestamoEmpresarial.Text = "Prestamo Empresarial" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TbDetalles) 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(797, 366) Me.TabControl1.TabIndex = 170 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.Panel2) 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(789, 340) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Datos" Me.TabPage1.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel2.Controls.Add(Me.lblPrestamoEmpresarial) Me.Panel2.Controls.Add(Me.btnAccion) Me.Panel2.Controls.Add(Me.GrpDatos) Me.Panel2.Controls.Add(Me.GrpInfo) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(3, 3) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(783, 334) Me.Panel2.TabIndex = 185 ' '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(351, 285) Me.btnAccion.Name = "btnAccion" Me.btnAccion.Size = New System.Drawing.Size(93, 33) Me.btnAccion.TabIndex = 170 Me.btnAccion.Text = "Aceptar" Me.btnAccion.UseVisualStyleBackColor = False ' 'GrpDatos ' Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpDatos.Controls.Add(Me.dtpFechaOperacion) Me.GrpDatos.Controls.Add(Me.txtMonto) Me.GrpDatos.Controls.Add(Me.cboBase) Me.GrpDatos.Controls.Add(Me.dtpFechaVencimiento) Me.GrpDatos.Controls.Add(Me.txtTasa) Me.GrpDatos.Controls.Add(Me.cboPeriodicidad) Me.GrpDatos.Controls.Add(Me.txtComisionDesembolso) Me.GrpDatos.Controls.Add(Me.cboTipoTasa) Me.GrpDatos.Controls.Add(Me.txtPlazoDias) Me.GrpDatos.Location = New System.Drawing.Point(522, 53) Me.GrpDatos.Name = "GrpDatos" Me.GrpDatos.Size = New System.Drawing.Size(189, 234) Me.GrpDatos.TabIndex = 184 Me.GrpDatos.TabStop = False ' 'dtpFechaOperacion ' Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaOperacion.Location = New System.Drawing.Point(18, 45) Me.dtpFechaOperacion.Name = "dtpFechaOperacion" Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20) Me.dtpFechaOperacion.TabIndex = 174 ' 'txtMonto ' Me.txtMonto.Location = New System.Drawing.Point(18, 24) Me.txtMonto.MaxLength = 20 Me.txtMonto.Name = "txtMonto" Me.txtMonto.Size = New System.Drawing.Size(150, 20) Me.txtMonto.TabIndex = 119 ' 'cboBase ' Me.cboBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboBase.FormattingEnabled = True Me.cboBase.Location = New System.Drawing.Point(18, 152) Me.cboBase.Name = "cboBase" Me.cboBase.Size = New System.Drawing.Size(150, 21) Me.cboBase.TabIndex = 182 ' 'dtpFechaVencimiento ' Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaVencimiento.Location = New System.Drawing.Point(18, 66) Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento" Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20) Me.dtpFechaVencimiento.TabIndex = 175 ' 'txtTasa ' Me.txtTasa.Location = New System.Drawing.Point(18, 87) Me.txtTasa.MaxLength = 20 Me.txtTasa.Name = "txtTasa" Me.txtTasa.Size = New System.Drawing.Size(150, 20) Me.txtTasa.TabIndex = 176 ' 'cboPeriodicidad ' Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboPeriodicidad.FormattingEnabled = True Me.cboPeriodicidad.Location = New System.Drawing.Point(18, 130) Me.cboPeriodicidad.Name = "cboPeriodicidad" Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21) Me.cboPeriodicidad.TabIndex = 181 ' 'txtComisionDesembolso ' Me.txtComisionDesembolso.Location = New System.Drawing.Point(18, 175) Me.txtComisionDesembolso.MaxLength = 20 Me.txtComisionDesembolso.Name = "txtComisionDesembolso" Me.txtComisionDesembolso.Size = New System.Drawing.Size(150, 20) Me.txtComisionDesembolso.TabIndex = 177 ' 'cboTipoTasa ' Me.cboTipoTasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboTipoTasa.FormattingEnabled = True Me.cboTipoTasa.Location = New System.Drawing.Point(18, 108) Me.cboTipoTasa.Name = "cboTipoTasa" Me.cboTipoTasa.Size = New System.Drawing.Size(150, 21) Me.cboTipoTasa.TabIndex = 180 ' 'txtPlazoDias ' Me.txtPlazoDias.Location = New System.Drawing.Point(18, 196) Me.txtPlazoDias.MaxLength = 5 Me.txtPlazoDias.Name = "txtPlazoDias" Me.txtPlazoDias.ReadOnly = True Me.txtPlazoDias.Size = New System.Drawing.Size(150, 20) Me.txtPlazoDias.TabIndex = 178 ' 'GrpInfo ' Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None Me.GrpInfo.Controls.Add(Me.Label3) Me.GrpInfo.Controls.Add(Me.Label7) Me.GrpInfo.Controls.Add(Me.Label6) Me.GrpInfo.Controls.Add(Me.Label5) Me.GrpInfo.Controls.Add(Me.Label1) Me.GrpInfo.Controls.Add(Me.Label2) Me.GrpInfo.Controls.Add(Me.Label4) Me.GrpInfo.Controls.Add(Me.Label8) Me.GrpInfo.Controls.Add(Me.Label9) Me.GrpInfo.Location = New System.Drawing.Point(71, 53) Me.GrpInfo.Name = "GrpInfo" Me.GrpInfo.Size = New System.Drawing.Size(200, 234) Me.GrpInfo.TabIndex = 183 Me.GrpInfo.TabStop = False ' '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(21, 67) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(135, 18) Me.Label3.TabIndex = 158 Me.Label3.Text = "Fecha de Vencimiento" ' '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(22, 152) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(35, 18) Me.Label7.TabIndex = 162 Me.Label7.Text = "Base" ' '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(21, 131) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(79, 18) Me.Label6.TabIndex = 161 Me.Label6.Text = "Periodicidad" ' '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(22, 88) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(34, 18) Me.Label5.TabIndex = 160 Me.Label5.Text = "Tasa" ' '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(21, 109) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(81, 18) Me.Label1.TabIndex = 157 Me.Label1.Text = "Tipo de Tasa" ' '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(21, 25) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(44, 18) Me.Label2.TabIndex = 120 Me.Label2.Text = "Monto" ' '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(21, 43) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(123, 18) Me.Label4.TabIndex = 159 Me.Label4.Text = "Fecha de Operacion" ' '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(21, 196) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(85, 18) Me.Label8.TabIndex = 171 Me.Label8.Text = "Plazo en Dias" ' '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(21, 175) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(158, 18) Me.Label9.TabIndex = 172 Me.Label9.Text = "Comision por Desembolso" ' 'TbDetalles ' Me.TbDetalles.Controls.Add(Me.dgvDetalles) Me.TbDetalles.Location = New System.Drawing.Point(4, 22) Me.TbDetalles.Name = "TbDetalles" Me.TbDetalles.Padding = New System.Windows.Forms.Padding(3) Me.TbDetalles.Size = New System.Drawing.Size(789, 340) Me.TbDetalles.TabIndex = 2 Me.TbDetalles.Text = "Detalles" Me.TbDetalles.UseVisualStyleBackColor = True ' 'dgvDetalles ' Me.dgvDetalles.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvDetalles.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight Me.dgvDetalles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvDetalles.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvDetalles.Location = New System.Drawing.Point(3, 3) Me.dgvDetalles.Name = "dgvDetalles" Me.dgvDetalles.Size = New System.Drawing.Size(783, 334) Me.dgvDetalles.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(797, 366) Me.Panel1.TabIndex = 171 ' 'frmPrestamoEmpresariales ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(797, 391) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.BindingNavigator1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Name = "frmPrestamoEmpresariales" CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.GrpDatos.ResumeLayout(False) Me.GrpDatos.PerformLayout() Me.GrpInfo.ResumeLayout(False) Me.GrpInfo.PerformLayout() Me.TbDetalles.ResumeLayout(False) CType(Me.dgvDetalles, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) 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 lblPrestamoEmpresarial As Label Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents btnAccion As Button Friend WithEvents Label4 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents txtMonto As TextBox Friend WithEvents TbDetalles As TabPage Friend WithEvents dgvDetalles As DataGridView Friend WithEvents Label9 As Label Friend WithEvents Label8 As Label Friend WithEvents txtPlazoDias As TextBox Friend WithEvents txtComisionDesembolso As TextBox Friend WithEvents txtTasa As TextBox Friend WithEvents dtpFechaVencimiento As DateTimePicker Friend WithEvents dtpFechaOperacion As DateTimePicker Friend WithEvents cboBase As ComboBox Friend WithEvents cboPeriodicidad As ComboBox Friend WithEvents Label5 As Label Friend WithEvents cboTipoTasa As ComboBox Friend WithEvents Label1 As Label Friend WithEvents GrpDatos As GroupBox Friend WithEvents GrpInfo As GroupBox Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel End Class