Partial Class frmPIN 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 navSiguienteRegistro As System.Windows.Forms.ToolStripButton Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPIN)) Me.cbxCalificadoraDeRiesgo = New System.Windows.Forms.ComboBox() Me.ECALRIBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1() Me.PIN0BindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.cbxEmisores = New System.Windows.Forms.ComboBox() Me.EMISBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.cbxInstrumentosFinancieros = New System.Windows.Forms.ComboBox() Me.INFIBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.cbxEmpresas = New System.Windows.Forms.ComboBox() Me.EMPRBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label18 = New System.Windows.Forms.Label() Me.cbxEstadoDocumento = New System.Windows.Forms.ComboBox() Me.Label13 = New System.Windows.Forms.Label() Me.cbxOrigenDeFondos = New System.Windows.Forms.ComboBox() Me.Label12 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.cbxCalificacionDeRiesgo = New System.Windows.Forms.ComboBox() Me.CALRIBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.txtCodigoInversion = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.txtAsunto = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtComentarios = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.txtJustificacion = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.txtMontoInversion = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.txtPrecio = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.txtRendimiento = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.btnDetalleIF = New System.Windows.Forms.Button() Me.dtpFechaDocumento = New System.Windows.Forms.DateTimePicker() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.cbxPlazosFactor = New System.Windows.Forms.ComboBox() Me.txtIngresos = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.txtPlazoNumero = New System.Windows.Forms.TextBox() Me.lblMontoInversionErr = New System.Windows.Forms.Label() Me.lblPrecioErr = New System.Windows.Forms.Label() Me.lblRendimientoErr = New System.Windows.Forms.Label() Me.lblingresosErr = New System.Windows.Forms.Label() Me.lblPlazoErrr = New System.Windows.Forms.Label() Me.btnAccion = New System.Windows.Forms.Button() Me.btnCancelar = New System.Windows.Forms.Button() Me.Label16 = New System.Windows.Forms.Label() Me.cbxTipoOperacion = New System.Windows.Forms.ComboBox() Me.Label17 = New System.Windows.Forms.Label() Me.cbxAutorizacion = New System.Windows.Forms.ComboBox() Me.btnActivar = New System.Windows.Forms.Button() Me.Label20 = New System.Windows.Forms.Label() Me.cbxTipoMercado = New System.Windows.Forms.ComboBox() Me.Label21 = New System.Windows.Forms.Label() Me.cbxPaises = New System.Windows.Forms.ComboBox() Me.PAISBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label22 = New System.Windows.Forms.Label() Me.pnlPie = New System.Windows.Forms.Panel() Me.txtNombre = New System.Windows.Forms.TextBox() Me.Label23 = New System.Windows.Forms.Label() Me.cbxRenta = New System.Windows.Forms.ComboBox() Me.cbxTasa = New System.Windows.Forms.ComboBox() Me.cbxPeriodicidad = New System.Windows.Forms.ComboBox() Me.Label25 = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.Label28 = New System.Windows.Forms.Label() Me.oBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.navNuevoRegistro = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.navVistaPreliminar = New System.Windows.Forms.ToolStripButton() Me.navImprimir = New System.Windows.Forms.ToolStripButton() Me.navPrimerRegistro = New System.Windows.Forms.ToolStripButton() Me.navRegistroAnterior = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.navUltimoRegistro = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.navModificar = New System.Windows.Forms.ToolStripButton() Me.navEliminarRegistro = New System.Windows.Forms.ToolStripButton() Me.navNuevo = New System.Windows.Forms.ToolStripButton() Me.navBuscar = New System.Windows.Forms.ToolStripButton() Me.navEliminar = New System.Windows.Forms.ToolStripButton() Me.gpbInversión = New System.Windows.Forms.GroupBox() Me.chkUsuario = New System.Windows.Forms.CheckBox() Me.PIN0TableAdapter1 = New Inversiones.InversionesDataSet1TableAdapters.PIN0TableAdapter() Me.EMPRTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.EMPRTableAdapter() Me.INFITableAdapter = New Inversiones.InversionesDataSet1TableAdapters.INFITableAdapter() Me.EMISTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.EMISTableAdapter() Me.CALRITableAdapter = New Inversiones.InversionesDataSet1TableAdapters.CALRITableAdapter() Me.ECALRITableAdapter = New Inversiones.InversionesDataSet1TableAdapters.ECALRITableAdapter() Me.PAISTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.PAISTableAdapter() Me.btnRequisicionDePago = New System.Windows.Forms.Button() navSiguienteRegistro = New System.Windows.Forms.ToolStripButton() CType(Me.ECALRIBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EMISBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.INFIBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EMPRBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.CALRIBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PAISBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlPie.SuspendLayout() CType(Me.oBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.oBindingNavigator.SuspendLayout() Me.gpbInversión.SuspendLayout() Me.SuspendLayout() ' 'navSiguienteRegistro ' navSiguienteRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image navSiguienteRegistro.Image = CType(resources.GetObject("navSiguienteRegistro.Image"), System.Drawing.Image) navSiguienteRegistro.Name = "navSiguienteRegistro" navSiguienteRegistro.RightToLeftAutoMirrorImage = True navSiguienteRegistro.Size = New System.Drawing.Size(23, 22) navSiguienteRegistro.Text = "Mover siguiente" ' 'cbxCalificadoraDeRiesgo ' Me.cbxCalificadoraDeRiesgo.DataSource = Me.ECALRIBindingSource Me.cbxCalificadoraDeRiesgo.DisplayMember = "Descrip" Me.cbxCalificadoraDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxCalificadoraDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxCalificadoraDeRiesgo.FormattingEnabled = True Me.cbxCalificadoraDeRiesgo.Location = New System.Drawing.Point(163, 341) Me.cbxCalificadoraDeRiesgo.Name = "cbxCalificadoraDeRiesgo" Me.cbxCalificadoraDeRiesgo.Size = New System.Drawing.Size(150, 21) Me.cbxCalificadoraDeRiesgo.TabIndex = 13 Me.cbxCalificadoraDeRiesgo.ValueMember = "CodECalRi" ' 'ECALRIBindingSource ' Me.ECALRIBindingSource.DataMember = "ECALRI" Me.ECALRIBindingSource.DataSource = Me.InversionesDataSet1 ' 'InversionesDataSet1 ' Me.InversionesDataSet1.DataSetName = "InversionesDataSet1" Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'PIN0BindingSource ' Me.PIN0BindingSource.DataMember = "PIN0" Me.PIN0BindingSource.DataSource = Me.InversionesDataSet1 ' 'cbxEmisores ' Me.cbxEmisores.DataSource = Me.EMISBindingSource Me.cbxEmisores.DisplayMember = "Descrip" Me.cbxEmisores.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxEmisores.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxEmisores.FormattingEnabled = True Me.cbxEmisores.Location = New System.Drawing.Point(163, 293) Me.cbxEmisores.Name = "cbxEmisores" Me.cbxEmisores.Size = New System.Drawing.Size(150, 21) Me.cbxEmisores.TabIndex = 11 Me.cbxEmisores.ValueMember = "CodEmis" ' 'EMISBindingSource ' Me.EMISBindingSource.DataMember = "EMIS" Me.EMISBindingSource.DataSource = Me.InversionesDataSet1 ' 'cbxInstrumentosFinancieros ' Me.cbxInstrumentosFinancieros.DataSource = Me.INFIBindingSource Me.cbxInstrumentosFinancieros.DisplayMember = "Descrip" Me.cbxInstrumentosFinancieros.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxInstrumentosFinancieros.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxInstrumentosFinancieros.FormattingEnabled = True Me.cbxInstrumentosFinancieros.Location = New System.Drawing.Point(163, 131) Me.cbxInstrumentosFinancieros.MaxLength = 100000 Me.cbxInstrumentosFinancieros.Name = "cbxInstrumentosFinancieros" Me.cbxInstrumentosFinancieros.Size = New System.Drawing.Size(150, 21) Me.cbxInstrumentosFinancieros.TabIndex = 3 Me.cbxInstrumentosFinancieros.ValueMember = "CodIF" ' 'INFIBindingSource ' Me.INFIBindingSource.DataMember = "INFI" Me.INFIBindingSource.DataSource = Me.InversionesDataSet1 ' 'cbxEmpresas ' Me.cbxEmpresas.DataSource = Me.EMPRBindingSource Me.cbxEmpresas.DisplayMember = "Descrip" Me.cbxEmpresas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxEmpresas.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxEmpresas.FormattingEnabled = True Me.cbxEmpresas.Location = New System.Drawing.Point(163, 84) Me.cbxEmpresas.Name = "cbxEmpresas" Me.cbxEmpresas.Size = New System.Drawing.Size(150, 21) Me.cbxEmpresas.TabIndex = 1 Me.cbxEmpresas.ValueMember = "CodEmpr" ' 'EMPRBindingSource ' Me.EMPRBindingSource.DataMember = "EMPR" Me.EMPRBindingSource.DataSource = Me.InversionesDataSet1 ' '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(440, 196) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(81, 18) Me.Label18.TabIndex = 63 Me.Label18.Text = "Autorización" ' 'cbxEstadoDocumento ' Me.cbxEstadoDocumento.DisplayMember = "Nombre" Me.cbxEstadoDocumento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxEstadoDocumento.Enabled = False Me.cbxEstadoDocumento.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxEstadoDocumento.FormattingEnabled = True Me.cbxEstadoDocumento.Location = New System.Drawing.Point(543, 113) Me.cbxEstadoDocumento.MaxLength = 100000 Me.cbxEstadoDocumento.Name = "cbxEstadoDocumento" Me.cbxEstadoDocumento.Size = New System.Drawing.Size(150, 21) Me.cbxEstadoDocumento.TabIndex = 17 ' '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, 270) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(130, 18) Me.Label13.TabIndex = 62 Me.Label13.Text = "Origen de los Fondos" ' 'cbxOrigenDeFondos ' Me.cbxOrigenDeFondos.DisplayMember = "Nombre" Me.cbxOrigenDeFondos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxOrigenDeFondos.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxOrigenDeFondos.FormattingEnabled = True Me.cbxOrigenDeFondos.Location = New System.Drawing.Point(163, 269) Me.cbxOrigenDeFondos.Name = "cbxOrigenDeFondos" Me.cbxOrigenDeFondos.Size = New System.Drawing.Size(150, 21) Me.cbxOrigenDeFondos.TabIndex = 10 ' '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, 342) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(78, 18) Me.Label12.TabIndex = 61 Me.Label12.Text = "Calificadora" ' '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, 318) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(137, 18) Me.Label11.TabIndex = 60 Me.Label11.Text = "Calificación de Riesgo" ' 'cbxCalificacionDeRiesgo ' Me.cbxCalificacionDeRiesgo.DataSource = Me.CALRIBindingSource Me.cbxCalificacionDeRiesgo.DisplayMember = "Descrip" Me.cbxCalificacionDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxCalificacionDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxCalificacionDeRiesgo.FormattingEnabled = True Me.cbxCalificacionDeRiesgo.Location = New System.Drawing.Point(163, 317) Me.cbxCalificacionDeRiesgo.Name = "cbxCalificacionDeRiesgo" Me.cbxCalificacionDeRiesgo.Size = New System.Drawing.Size(150, 21) Me.cbxCalificacionDeRiesgo.TabIndex = 12 Me.cbxCalificacionDeRiesgo.ValueMember = "CodCalRi" ' 'CALRIBindingSource ' Me.CALRIBindingSource.DataMember = "CALRI" Me.CALRIBindingSource.DataSource = Me.InversionesDataSet1 ' '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(20, 295) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(48, 18) Me.Label7.TabIndex = 59 Me.Label7.Text = "Emisor" ' '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(20, 132) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(79, 18) Me.Label6.TabIndex = 58 Me.Label6.Text = "Instrumento" ' '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(20, 85) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(58, 18) Me.Label5.TabIndex = 55 Me.Label5.Text = "Empresa" ' 'txtCodigoInversion ' Me.txtCodigoInversion.Location = New System.Drawing.Point(543, 87) Me.txtCodigoInversion.Name = "txtCodigoInversion" Me.txtCodigoInversion.ReadOnly = True Me.txtCodigoInversion.Size = New System.Drawing.Size(150, 20) Me.txtCodigoInversion.TabIndex = 0 ' '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(441, 87) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(48, 18) Me.Label4.TabIndex = 54 Me.Label4.Text = "Código" ' 'txtAsunto ' Me.txtAsunto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtAsunto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtAsunto.Location = New System.Drawing.Point(163, 108) Me.txtAsunto.Name = "txtAsunto" Me.txtAsunto.Size = New System.Drawing.Size(150, 20) Me.txtAsunto.TabIndex = 2 ' '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(20, 109) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(48, 18) Me.Label2.TabIndex = 53 Me.Label2.Text = "Asunto" ' 'txtComentarios ' Me.txtComentarios.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtComentarios.Location = New System.Drawing.Point(23, 451) Me.txtComentarios.Multiline = True Me.txtComentarios.Name = "txtComentarios" Me.txtComentarios.Size = New System.Drawing.Size(312, 72) Me.txtComentarios.TabIndex = 15 ' '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(23, 430) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(82, 18) Me.Label9.TabIndex = 67 Me.Label9.Text = "Comentarios" ' 'txtJustificacion ' Me.txtJustificacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtJustificacion.Location = New System.Drawing.Point(375, 451) Me.txtJustificacion.Multiline = True Me.txtJustificacion.Name = "txtJustificacion" Me.txtJustificacion.Size = New System.Drawing.Size(322, 72) Me.txtJustificacion.TabIndex = 14 ' '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(372, 426) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(82, 18) Me.Label8.TabIndex = 66 Me.Label8.Text = "Justificación" ' 'txtMontoInversion ' Me.txtMontoInversion.Location = New System.Drawing.Point(163, 155) Me.txtMontoInversion.Name = "txtMontoInversion" Me.txtMontoInversion.Size = New System.Drawing.Size(150, 20) Me.txtMontoInversion.TabIndex = 4 ' '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(20, 156) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(102, 18) Me.Label10.TabIndex = 69 Me.Label10.Text = "Monto Inversión" ' 'txtPrecio ' Me.txtPrecio.Location = New System.Drawing.Point(163, 177) Me.txtPrecio.Name = "txtPrecio" Me.txtPrecio.Size = New System.Drawing.Size(150, 20) Me.txtPrecio.TabIndex = 5 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(20, 178) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(43, 18) Me.Label19.TabIndex = 71 Me.Label19.Text = "Precio" ' 'txtRendimiento ' Me.txtRendimiento.Location = New System.Drawing.Point(163, 199) Me.txtRendimiento.Name = "txtRendimiento" Me.txtRendimiento.Size = New System.Drawing.Size(150, 20) Me.txtRendimiento.TabIndex = 6 ' '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(20, 200) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(138, 18) Me.Label14.TabIndex = 73 Me.Label14.Text = "Rendimiento Esperado" ' 'btnDetalleIF ' Me.btnDetalleIF.Location = New System.Drawing.Point(319, 131) Me.btnDetalleIF.Name = "btnDetalleIF" Me.btnDetalleIF.Size = New System.Drawing.Size(30, 23) Me.btnDetalleIF.TabIndex = 0 Me.btnDetalleIF.Text = "..." Me.btnDetalleIF.UseVisualStyleBackColor = True ' 'dtpFechaDocumento ' Me.dtpFechaDocumento.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaDocumento.Location = New System.Drawing.Point(543, 168) Me.dtpFechaDocumento.Name = "dtpFechaDocumento" Me.dtpFechaDocumento.Size = New System.Drawing.Size(150, 20) Me.dtpFechaDocumento.TabIndex = 18 ' '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(442, 168) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(42, 18) Me.Label1.TabIndex = 76 Me.Label1.Text = "Fecha" ' '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(20, 223) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(38, 18) Me.Label3.TabIndex = 78 Me.Label3.Text = "Plazo" ' 'cbxPlazosFactor ' Me.cbxPlazosFactor.DisplayMember = "Nombre" Me.cbxPlazosFactor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxPlazosFactor.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxPlazosFactor.FormattingEnabled = True Me.cbxPlazosFactor.Location = New System.Drawing.Point(209, 222) Me.cbxPlazosFactor.Name = "cbxPlazosFactor" Me.cbxPlazosFactor.Size = New System.Drawing.Size(104, 21) Me.cbxPlazosFactor.TabIndex = 8 ' 'txtIngresos ' Me.txtIngresos.Location = New System.Drawing.Point(163, 246) Me.txtIngresos.Name = "txtIngresos" Me.txtIngresos.Size = New System.Drawing.Size(150, 20) Me.txtIngresos.TabIndex = 9 ' '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(20, 247) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(120, 18) Me.Label15.TabIndex = 80 Me.Label15.Text = "Ingresos Esperados" ' 'txtPlazoNumero ' Me.txtPlazoNumero.Location = New System.Drawing.Point(163, 222) Me.txtPlazoNumero.Name = "txtPlazoNumero" Me.txtPlazoNumero.Size = New System.Drawing.Size(40, 20) Me.txtPlazoNumero.TabIndex = 7 ' 'lblMontoInversionErr ' Me.lblMontoInversionErr.AutoSize = True Me.lblMontoInversionErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMontoInversionErr.ForeColor = System.Drawing.Color.Red Me.lblMontoInversionErr.Location = New System.Drawing.Point(319, 156) Me.lblMontoInversionErr.Name = "lblMontoInversionErr" Me.lblMontoInversionErr.Size = New System.Drawing.Size(93, 18) Me.lblMontoInversionErr.TabIndex = 82 Me.lblMontoInversionErr.Text = "Valor no válido" Me.lblMontoInversionErr.Visible = False ' 'lblPrecioErr ' Me.lblPrecioErr.AutoSize = True Me.lblPrecioErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPrecioErr.ForeColor = System.Drawing.Color.Red Me.lblPrecioErr.Location = New System.Drawing.Point(319, 178) Me.lblPrecioErr.Name = "lblPrecioErr" Me.lblPrecioErr.Size = New System.Drawing.Size(93, 18) Me.lblPrecioErr.TabIndex = 83 Me.lblPrecioErr.Text = "Valor no válido" Me.lblPrecioErr.Visible = False ' 'lblRendimientoErr ' Me.lblRendimientoErr.AutoSize = True Me.lblRendimientoErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimientoErr.ForeColor = System.Drawing.Color.Red Me.lblRendimientoErr.Location = New System.Drawing.Point(319, 200) Me.lblRendimientoErr.Name = "lblRendimientoErr" Me.lblRendimientoErr.Size = New System.Drawing.Size(93, 18) Me.lblRendimientoErr.TabIndex = 84 Me.lblRendimientoErr.Text = "Valor no válido" Me.lblRendimientoErr.Visible = False ' 'lblingresosErr ' Me.lblingresosErr.AutoSize = True Me.lblingresosErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblingresosErr.ForeColor = System.Drawing.Color.Red Me.lblingresosErr.Location = New System.Drawing.Point(319, 247) Me.lblingresosErr.Name = "lblingresosErr" Me.lblingresosErr.Size = New System.Drawing.Size(93, 18) Me.lblingresosErr.TabIndex = 85 Me.lblingresosErr.Text = "Valor no válido" Me.lblingresosErr.Visible = False ' 'lblPlazoErrr ' Me.lblPlazoErrr.AutoSize = True Me.lblPlazoErrr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPlazoErrr.ForeColor = System.Drawing.Color.Red Me.lblPlazoErrr.Location = New System.Drawing.Point(319, 223) Me.lblPlazoErrr.Name = "lblPlazoErrr" Me.lblPlazoErrr.Size = New System.Drawing.Size(93, 18) Me.lblPlazoErrr.TabIndex = 86 Me.lblPlazoErrr.Text = "Valor no válido" Me.lblPlazoErrr.Visible = False ' 'btnAccion ' Me.btnAccion.Location = New System.Drawing.Point(12, 3) Me.btnAccion.Name = "btnAccion" Me.btnAccion.Size = New System.Drawing.Size(75, 23) Me.btnAccion.TabIndex = 18 Me.btnAccion.Text = "Aceptar" Me.btnAccion.UseVisualStyleBackColor = True ' 'btnCancelar ' Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnCancelar.Location = New System.Drawing.Point(95, 3) Me.btnCancelar.Name = "btnCancelar" Me.btnCancelar.Size = New System.Drawing.Size(75, 23) Me.btnCancelar.TabIndex = 19 Me.btnCancelar.Text = "Cancelar" Me.btnCancelar.UseVisualStyleBackColor = True ' '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(440, 143) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(96, 18) Me.Label16.TabIndex = 89 Me.Label16.Text = "Tipo Operación" ' 'cbxTipoOperacion ' Me.cbxTipoOperacion.DisplayMember = "Nombre" Me.cbxTipoOperacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxTipoOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxTipoOperacion.FormattingEnabled = True Me.cbxTipoOperacion.Location = New System.Drawing.Point(543, 140) Me.cbxTipoOperacion.Name = "cbxTipoOperacion" Me.cbxTipoOperacion.Size = New System.Drawing.Size(150, 21) Me.cbxTipoOperacion.TabIndex = 88 ' '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(442, 116) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(47, 18) Me.Label17.TabIndex = 90 Me.Label17.Text = "Estado" ' 'cbxAutorizacion ' Me.cbxAutorizacion.DisplayMember = "Nombre" Me.cbxAutorizacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxAutorizacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxAutorizacion.FormattingEnabled = True Me.cbxAutorizacion.Location = New System.Drawing.Point(540, 196) Me.cbxAutorizacion.Name = "cbxAutorizacion" Me.cbxAutorizacion.Size = New System.Drawing.Size(150, 21) Me.cbxAutorizacion.TabIndex = 91 ' 'btnActivar ' Me.btnActivar.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.btnActivar.FlatAppearance.BorderSize = 0 Me.btnActivar.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnActivar.ForeColor = System.Drawing.Color.White Me.btnActivar.Location = New System.Drawing.Point(55, 118) Me.btnActivar.Name = "btnActivar" Me.btnActivar.Size = New System.Drawing.Size(163, 33) Me.btnActivar.TabIndex = 155 Me.btnActivar.Text = "Activar" Me.btnActivar.UseVisualStyleBackColor = False ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Label20.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(20, 390) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(86, 18) Me.Label20.TabIndex = 159 Me.Label20.Text = "Tipo Mercado" ' 'cbxTipoMercado ' Me.cbxTipoMercado.DisplayMember = "Nombre" Me.cbxTipoMercado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxTipoMercado.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxTipoMercado.FormattingEnabled = True Me.cbxTipoMercado.Location = New System.Drawing.Point(163, 389) Me.cbxTipoMercado.Name = "cbxTipoMercado" Me.cbxTipoMercado.Size = New System.Drawing.Size(150, 21) Me.cbxTipoMercado.TabIndex = 158 Me.cbxTipoMercado.ValueMember = "Codigo" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Label21.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.Location = New System.Drawing.Point(20, 366) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(31, 18) Me.Label21.TabIndex = 157 Me.Label21.Text = "Pais" ' 'cbxPaises ' Me.cbxPaises.DataSource = Me.PAISBindingSource Me.cbxPaises.DisplayMember = "Descrip" Me.cbxPaises.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxPaises.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxPaises.FormattingEnabled = True Me.cbxPaises.Location = New System.Drawing.Point(163, 365) Me.cbxPaises.Name = "cbxPaises" Me.cbxPaises.Size = New System.Drawing.Size(150, 21) Me.cbxPaises.TabIndex = 156 Me.cbxPaises.ValueMember = "CodPais" ' 'PAISBindingSource ' Me.PAISBindingSource.DataMember = "PAIS" Me.PAISBindingSource.DataSource = Me.InversionesDataSet1 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.Location = New System.Drawing.Point(19, 44) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(264, 24) Me.Label22.TabIndex = 160 Me.Label22.Text = "Propuestas de Inversión BAK" ' 'pnlPie ' Me.pnlPie.Controls.Add(Me.btnCancelar) Me.pnlPie.Controls.Add(Me.btnAccion) Me.pnlPie.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnlPie.Location = New System.Drawing.Point(0, 539) Me.pnlPie.Name = "pnlPie" Me.pnlPie.Size = New System.Drawing.Size(715, 60) Me.pnlPie.TabIndex = 161 ' 'txtNombre ' Me.txtNombre.Location = New System.Drawing.Point(117, 14) Me.txtNombre.Name = "txtNombre" Me.txtNombre.Size = New System.Drawing.Size(150, 20) Me.txtNombre.TabIndex = 162 ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("Trebuchet MS", 9.75!) Me.Label23.Location = New System.Drawing.Point(17, 17) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(53, 18) Me.Label23.TabIndex = 163 Me.Label23.Text = "Nombre" ' 'cbxRenta ' Me.cbxRenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxRenta.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxRenta.FormattingEnabled = True Me.cbxRenta.Location = New System.Drawing.Point(117, 61) Me.cbxRenta.Name = "cbxRenta" Me.cbxRenta.Size = New System.Drawing.Size(150, 21) Me.cbxRenta.TabIndex = 164 ' 'cbxTasa ' Me.cbxTasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxTasa.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxTasa.FormattingEnabled = True Me.cbxTasa.Location = New System.Drawing.Point(117, 88) Me.cbxTasa.Name = "cbxTasa" Me.cbxTasa.Size = New System.Drawing.Size(150, 21) Me.cbxTasa.TabIndex = 166 ' 'cbxPeriodicidad ' Me.cbxPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxPeriodicidad.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cbxPeriodicidad.FormattingEnabled = True Me.cbxPeriodicidad.Location = New System.Drawing.Point(117, 39) Me.cbxPeriodicidad.Name = "cbxPeriodicidad" Me.cbxPeriodicidad.Size = New System.Drawing.Size(150, 21) Me.cbxPeriodicidad.TabIndex = 167 ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Font = New System.Drawing.Font("Trebuchet MS", 9.75!) Me.Label25.Location = New System.Drawing.Point(18, 40) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(79, 18) Me.Label25.TabIndex = 169 Me.Label25.Text = "Periodicidad" ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Font = New System.Drawing.Font("Trebuchet MS", 9.75!) Me.Label27.Location = New System.Drawing.Point(15, 64) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(70, 18) Me.Label27.TabIndex = 171 Me.Label27.Text = "Tipo Renta" ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Font = New System.Drawing.Font("Trebuchet MS", 9.75!) Me.Label28.Location = New System.Drawing.Point(15, 91) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(63, 18) Me.Label28.TabIndex = 172 Me.Label28.Text = "Tipo Tasa" ' 'oBindingNavigator ' Me.oBindingNavigator.AddNewItem = Me.navNuevoRegistro Me.oBindingNavigator.BindingSource = Me.PIN0BindingSource Me.oBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.oBindingNavigator.DeleteItem = Nothing Me.oBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.navVistaPreliminar, Me.navImprimir, Me.navPrimerRegistro, Me.navRegistroAnterior, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, navSiguienteRegistro, Me.navUltimoRegistro, Me.BindingNavigatorSeparator2, Me.navNuevoRegistro, Me.navModificar, Me.navEliminarRegistro, Me.navNuevo, Me.navBuscar, Me.navEliminar}) Me.oBindingNavigator.Location = New System.Drawing.Point(0, 0) Me.oBindingNavigator.MoveFirstItem = Me.navPrimerRegistro Me.oBindingNavigator.MoveLastItem = Me.navUltimoRegistro Me.oBindingNavigator.MoveNextItem = navSiguienteRegistro Me.oBindingNavigator.MovePreviousItem = Me.navRegistroAnterior Me.oBindingNavigator.Name = "oBindingNavigator" Me.oBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem Me.oBindingNavigator.Size = New System.Drawing.Size(715, 25) Me.oBindingNavigator.TabIndex = 173 Me.oBindingNavigator.Text = "BindingNavigator1" ' 'navNuevoRegistro ' Me.navNuevoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navNuevoRegistro.Enabled = False Me.navNuevoRegistro.Image = CType(resources.GetObject("navNuevoRegistro.Image"), System.Drawing.Image) Me.navNuevoRegistro.Name = "navNuevoRegistro" Me.navNuevoRegistro.RightToLeftAutoMirrorImage = True Me.navNuevoRegistro.Size = New System.Drawing.Size(23, 22) Me.navNuevoRegistro.Text = "Agregar nuevo" Me.navNuevoRegistro.Visible = False ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22) Me.BindingNavigatorCountItem.Text = "de {0}" Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos" ' 'navVistaPreliminar ' Me.navVistaPreliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navVistaPreliminar.Image = Global.Inversiones.My.Resources.Resources.FILEprintp Me.navVistaPreliminar.ImageTransparentColor = System.Drawing.Color.Magenta Me.navVistaPreliminar.Name = "navVistaPreliminar" Me.navVistaPreliminar.Size = New System.Drawing.Size(23, 22) Me.navVistaPreliminar.Text = "ToolStripButton1" ' 'navImprimir ' Me.navImprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navImprimir.Image = Global.Inversiones.My.Resources.Resources.FILEprint Me.navImprimir.ImageTransparentColor = System.Drawing.Color.Magenta Me.navImprimir.Name = "navImprimir" Me.navImprimir.Size = New System.Drawing.Size(23, 22) Me.navImprimir.Text = "ToolStripButton2" ' 'navPrimerRegistro ' Me.navPrimerRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navPrimerRegistro.Image = CType(resources.GetObject("navPrimerRegistro.Image"), System.Drawing.Image) Me.navPrimerRegistro.Name = "navPrimerRegistro" Me.navPrimerRegistro.RightToLeftAutoMirrorImage = True Me.navPrimerRegistro.Size = New System.Drawing.Size(23, 22) Me.navPrimerRegistro.Text = "Mover primero" ' 'navRegistroAnterior ' Me.navRegistroAnterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navRegistroAnterior.Image = CType(resources.GetObject("navRegistroAnterior.Image"), System.Drawing.Image) Me.navRegistroAnterior.Name = "navRegistroAnterior" Me.navRegistroAnterior.RightToLeftAutoMirrorImage = True Me.navRegistroAnterior.Size = New System.Drawing.Size(23, 22) Me.navRegistroAnterior.Text = "Mover anterior" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem ' Me.BindingNavigatorPositionItem.AccessibleName = "Posición" Me.BindingNavigatorPositionItem.AutoSize = False Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23) Me.BindingNavigatorPositionItem.Text = "0" Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) ' 'navUltimoRegistro ' Me.navUltimoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navUltimoRegistro.Image = CType(resources.GetObject("navUltimoRegistro.Image"), System.Drawing.Image) Me.navUltimoRegistro.Name = "navUltimoRegistro" Me.navUltimoRegistro.RightToLeftAutoMirrorImage = True Me.navUltimoRegistro.Size = New System.Drawing.Size(23, 22) Me.navUltimoRegistro.Text = "Mover último" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" Me.BindingNavigatorSeparator2.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" ' 'navEliminarRegistro ' Me.navEliminarRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navEliminarRegistro.Enabled = False Me.navEliminarRegistro.Image = CType(resources.GetObject("navEliminarRegistro.Image"), System.Drawing.Image) Me.navEliminarRegistro.Name = "navEliminarRegistro" Me.navEliminarRegistro.RightToLeftAutoMirrorImage = True Me.navEliminarRegistro.Size = New System.Drawing.Size(23, 22) Me.navEliminarRegistro.Text = "Eliminar" Me.navEliminarRegistro.Visible = False ' '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" ' 'navBuscar ' Me.navBuscar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.navBuscar.Image = CType(resources.GetObject("navBuscar.Image"), System.Drawing.Image) Me.navBuscar.ImageTransparentColor = System.Drawing.Color.Magenta Me.navBuscar.Name = "navBuscar" Me.navBuscar.Size = New System.Drawing.Size(23, 22) Me.navBuscar.Text = "Buscar" Me.navBuscar.ToolTipText = "Buscar" ' '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" ' 'gpbInversión ' Me.gpbInversión.Controls.Add(Me.btnRequisicionDePago) Me.gpbInversión.Controls.Add(Me.Label25) Me.gpbInversión.Controls.Add(Me.Label28) Me.gpbInversión.Controls.Add(Me.Label27) Me.gpbInversión.Controls.Add(Me.cbxPeriodicidad) Me.gpbInversión.Controls.Add(Me.cbxTasa) Me.gpbInversión.Controls.Add(Me.cbxRenta) Me.gpbInversión.Controls.Add(Me.Label23) Me.gpbInversión.Controls.Add(Me.txtNombre) Me.gpbInversión.Controls.Add(Me.btnActivar) Me.gpbInversión.Location = New System.Drawing.Point(430, 223) Me.gpbInversión.Name = "gpbInversión" Me.gpbInversión.Size = New System.Drawing.Size(273, 200) Me.gpbInversión.TabIndex = 174 Me.gpbInversión.TabStop = False Me.gpbInversión.Text = "Combertir a Inversión" ' 'chkUsuario ' Me.chkUsuario.AutoSize = True Me.chkUsuario.Location = New System.Drawing.Point(547, 44) Me.chkUsuario.Name = "chkUsuario" Me.chkUsuario.Size = New System.Drawing.Size(132, 17) Me.chkUsuario.TabIndex = 175 Me.chkUsuario.Text = "Usuario con privilegios" Me.chkUsuario.UseVisualStyleBackColor = True ' 'PIN0TableAdapter1 ' Me.PIN0TableAdapter1.ClearBeforeFill = True ' 'EMPRTableAdapter ' Me.EMPRTableAdapter.ClearBeforeFill = True ' 'INFITableAdapter ' Me.INFITableAdapter.ClearBeforeFill = True ' 'EMISTableAdapter ' Me.EMISTableAdapter.ClearBeforeFill = True ' 'CALRITableAdapter ' Me.CALRITableAdapter.ClearBeforeFill = True ' 'ECALRITableAdapter ' Me.ECALRITableAdapter.ClearBeforeFill = True ' 'PAISTableAdapter ' Me.PAISTableAdapter.ClearBeforeFill = True ' 'btnRequisicionDePago ' Me.btnRequisicionDePago.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.btnRequisicionDePago.FlatAppearance.BorderSize = 0 Me.btnRequisicionDePago.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnRequisicionDePago.ForeColor = System.Drawing.Color.White Me.btnRequisicionDePago.Location = New System.Drawing.Point(55, 154) Me.btnRequisicionDePago.Name = "btnRequisicionDePago" Me.btnRequisicionDePago.Size = New System.Drawing.Size(163, 33) Me.btnRequisicionDePago.TabIndex = 173 Me.btnRequisicionDePago.Text = "Requisición de Pago" Me.btnRequisicionDePago.UseVisualStyleBackColor = False ' 'frmPIN_bak ' Me.AcceptButton = Me.btnAccion Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.CancelButton = Me.btnCancelar Me.ClientSize = New System.Drawing.Size(715, 599) Me.Controls.Add(Me.chkUsuario) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.gpbInversión) Me.Controls.Add(Me.oBindingNavigator) Me.Controls.Add(Me.txtCodigoInversion) Me.Controls.Add(Me.pnlPie) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.cbxEstadoDocumento) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.cbxTipoMercado) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.cbxPaises) Me.Controls.Add(Me.dtpFechaDocumento) Me.Controls.Add(Me.lblPlazoErrr) Me.Controls.Add(Me.lblingresosErr) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.lblRendimientoErr) Me.Controls.Add(Me.cbxTipoOperacion) Me.Controls.Add(Me.lblPrecioErr) Me.Controls.Add(Me.lblMontoInversionErr) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.txtPlazoNumero) Me.Controls.Add(Me.txtIngresos) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.cbxAutorizacion) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.cbxPlazosFactor) Me.Controls.Add(Me.btnDetalleIF) Me.Controls.Add(Me.txtRendimiento) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.txtPrecio) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.txtMontoInversion) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.txtComentarios) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.txtJustificacion) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.cbxCalificadoraDeRiesgo) Me.Controls.Add(Me.cbxEmisores) Me.Controls.Add(Me.cbxInstrumentosFinancieros) Me.Controls.Add(Me.cbxEmpresas) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.cbxOrigenDeFondos) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.cbxCalificacionDeRiesgo) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.txtAsunto) Me.Controls.Add(Me.Label2) Me.Name = "frmPIN_bak" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Propuesta de Inversión" CType(Me.ECALRIBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EMISBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.INFIBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EMPRBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.CALRIBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PAISBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlPie.ResumeLayout(False) CType(Me.oBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.oBindingNavigator.ResumeLayout(False) Me.oBindingNavigator.PerformLayout() Me.gpbInversión.ResumeLayout(False) Me.gpbInversión.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents cbxCalificadoraDeRiesgo As ComboBox Friend WithEvents cbxEmisores As ComboBox Friend WithEvents cbxInstrumentosFinancieros As ComboBox Friend WithEvents cbxEmpresas As ComboBox Friend WithEvents Label18 As Label Friend WithEvents cbxEstadoDocumento As ComboBox Friend WithEvents Label13 As Label Friend WithEvents cbxOrigenDeFondos As ComboBox Friend WithEvents Label12 As Label Friend WithEvents Label11 As Label Friend WithEvents cbxCalificacionDeRiesgo As ComboBox Friend WithEvents Label7 As Label Friend WithEvents Label6 As Label Friend WithEvents Label5 As Label Friend WithEvents txtCodigoInversion As TextBox Friend WithEvents Label4 As Label Friend WithEvents txtAsunto As TextBox Friend WithEvents Label2 As Label Friend WithEvents txtComentarios As TextBox Friend WithEvents Label9 As Label Friend WithEvents txtJustificacion As TextBox Friend WithEvents Label8 As Label Friend WithEvents txtMontoInversion As TextBox Friend WithEvents Label10 As Label Friend WithEvents txtPrecio As TextBox Friend WithEvents Label19 As Label Friend WithEvents txtRendimiento As TextBox Friend WithEvents Label14 As Label Friend WithEvents btnDetalleIF As Button Friend WithEvents dtpFechaDocumento As DateTimePicker Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents cbxPlazosFactor As ComboBox Friend WithEvents txtIngresos As TextBox Friend WithEvents Label15 As Label Friend WithEvents txtPlazoNumero As TextBox Friend WithEvents lblMontoInversionErr As Label Friend WithEvents lblPrecioErr As Label Friend WithEvents lblRendimientoErr As Label Friend WithEvents lblingresosErr As Label Friend WithEvents lblPlazoErrr As Label Friend WithEvents btnAccion As Button Friend WithEvents btnCancelar As Button Friend WithEvents Label16 As Label Friend WithEvents cbxTipoOperacion As ComboBox Friend WithEvents Label17 As Label Friend WithEvents cbxAutorizacion As ComboBox Friend WithEvents btnActivar As Button Friend WithEvents Label20 As Label Friend WithEvents cbxTipoMercado As ComboBox Friend WithEvents Label21 As Label Friend WithEvents cbxPaises As ComboBox Friend WithEvents Label22 As Label Friend WithEvents pnlPie As Panel Friend WithEvents txtNombre As TextBox Friend WithEvents Label23 As Label Friend WithEvents cbxRenta As ComboBox Friend WithEvents cbxTasa As ComboBox Friend WithEvents cbxPeriodicidad As ComboBox Friend WithEvents Label25 As Label Friend WithEvents Label27 As Label Friend WithEvents Label28 As Label Friend WithEvents oBindingNavigator As BindingNavigator Friend WithEvents navNuevoRegistro As ToolStripButton Friend WithEvents BindingNavigatorCountItem As ToolStripLabel Friend WithEvents navEliminarRegistro As ToolStripButton Friend WithEvents navPrimerRegistro As ToolStripButton Friend WithEvents navRegistroAnterior As ToolStripButton Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator Friend WithEvents navUltimoRegistro As ToolStripButton Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator Friend WithEvents navModificar As ToolStripButton Friend WithEvents navNuevo As ToolStripButton Friend WithEvents navBuscar As ToolStripButton Friend WithEvents navEliminar As ToolStripButton Friend WithEvents navVistaPreliminar As ToolStripButton Friend WithEvents gpbInversión As GroupBox Friend WithEvents chkUsuario As CheckBox Friend WithEvents PIN0BindingSource As BindingSource Friend WithEvents InversionesDataSet1 As InversionesDataSet1 Friend WithEvents PIN0TableAdapter1 As InversionesDataSet1TableAdapters.PIN0TableAdapter Friend WithEvents EMPRBindingSource As BindingSource Friend WithEvents EMPRTableAdapter As InversionesDataSet1TableAdapters.EMPRTableAdapter Friend WithEvents INFIBindingSource As BindingSource Friend WithEvents INFITableAdapter As InversionesDataSet1TableAdapters.INFITableAdapter Friend WithEvents EMISBindingSource As BindingSource Friend WithEvents EMISTableAdapter As InversionesDataSet1TableAdapters.EMISTableAdapter Friend WithEvents CALRIBindingSource As BindingSource Friend WithEvents CALRITableAdapter As InversionesDataSet1TableAdapters.CALRITableAdapter Friend WithEvents ECALRIBindingSource As BindingSource Friend WithEvents ECALRITableAdapter As InversionesDataSet1TableAdapters.ECALRITableAdapter Friend WithEvents PAISBindingSource As BindingSource Friend WithEvents PAISTableAdapter As InversionesDataSet1TableAdapters.PAISTableAdapter Friend WithEvents navImprimir As ToolStripButton Friend WithEvents btnRequisicionDePago As Button End Class