| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmPIN
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
- 'Requerido por el Diseñador de Windows Forms
- Private components As System.ComponentModel.IContainer
- 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
- 'Se puede modificar usando el Diseñador de Windows Forms.
- 'No lo modifique con el editor de código.
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim navSiguienteRegistro As System.Windows.Forms.ToolStripButton
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPIN))
- Me.cboCalificadoraDeRiesgo = New System.Windows.Forms.ComboBox()
- Me.PIN0BindingSource2 = New System.Windows.Forms.BindingSource(Me.components)
- Me.InversionesDEVDataSet2 = New Inversiones.InversionesDEVDataSet2()
- Me.PIN0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.cboEmisores = New System.Windows.Forms.ComboBox()
- Me.cboInstrumentosFinancieros = New System.Windows.Forms.ComboBox()
- Me.cboEmpresas = New System.Windows.Forms.ComboBox()
- Me.lblAutorizacion = New System.Windows.Forms.Label()
- Me.cboEstadoDocumento = New System.Windows.Forms.ComboBox()
- Me.lblOrigenFondos = New System.Windows.Forms.Label()
- Me.cboOrigenDeFondos = New System.Windows.Forms.ComboBox()
- Me.lblCalificadora = New System.Windows.Forms.Label()
- Me.lblCalificacionRiesgo = New System.Windows.Forms.Label()
- Me.cboCalificacionDeRiesgo = New System.Windows.Forms.ComboBox()
- Me.lblEmisor = 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.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.lblPlazo = New System.Windows.Forms.Label()
- Me.cboPlazosFactor = 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.btnAccion = New System.Windows.Forms.Button()
- Me.btnCancelar = New System.Windows.Forms.Button()
- Me.lblTipoOperacion = New System.Windows.Forms.Label()
- Me.cboTipoOperacion = New System.Windows.Forms.ComboBox()
- Me.lblEstado = New System.Windows.Forms.Label()
- Me.cboAutorizacion = New System.Windows.Forms.ComboBox()
- Me.btnActivar = New System.Windows.Forms.Button()
- Me.lblTipoMercado = New System.Windows.Forms.Label()
- Me.cboTipoMercado = New System.Windows.Forms.ComboBox()
- Me.lblPais = New System.Windows.Forms.Label()
- Me.cboPaises = New System.Windows.Forms.ComboBox()
- 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.cboRenta = New System.Windows.Forms.ComboBox()
- Me.cboTasa = New System.Windows.Forms.ComboBox()
- Me.cboPeriodicidad = 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.Navegador = New System.Windows.Forms.BindingNavigator(Me.components)
- Me.navNuevoRegistro = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
- 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.ToolStripButton1 = 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.txtRendimiento = New System.Windows.Forms.TextBox()
- Me.PIN0BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
- Me.PIN0TableAdapter = New Inversiones.InversionesDataSetTableAdapters.PIN0TableAdapter()
- Me.PIN0TableAdapter2 = New Inversiones.InversionesDEVDataSet2TableAdapters.PIN0TableAdapter()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.pnlInstrumento = New System.Windows.Forms.Panel()
- Me.lblInstrumento = New System.Windows.Forms.Label()
- Me.pnlEmpresa = New System.Windows.Forms.Panel()
- Me.lblEmpresa = New System.Windows.Forms.Label()
- Me.pnlPlazo = New System.Windows.Forms.Panel()
- Me.pnlAutorizacion = New System.Windows.Forms.Panel()
- Me.pnlTipMercado = New System.Windows.Forms.Panel()
- Me.pnlTipOper = New System.Windows.Forms.Panel()
- Me.pnlEstado = New System.Windows.Forms.Panel()
- Me.pnlPais = New System.Windows.Forms.Panel()
- Me.pnlCalificadora = New System.Windows.Forms.Panel()
- Me.pnlCalificacionRiesgo = New System.Windows.Forms.Panel()
- Me.pnlEmisor = New System.Windows.Forms.Panel()
- Me.pnlOrigenFondos = New System.Windows.Forms.Panel()
- Me.pnlContenedor = New System.Windows.Forms.Panel()
- Me.grpTipoMercado = New System.Windows.Forms.GroupBox()
- Me.flpTipoMercado = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpAutorizacion = New System.Windows.Forms.GroupBox()
- Me.flpAutorizacion = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpTipoOperacion = New System.Windows.Forms.GroupBox()
- Me.flpTipoOperacion = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpEstadoDocumento = New System.Windows.Forms.GroupBox()
- Me.flpEstadoDocumento = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpPais = New System.Windows.Forms.GroupBox()
- Me.flpPais = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpCalificadoraRiesgo = New System.Windows.Forms.GroupBox()
- Me.flpCalificadoraRiesgo = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpCalificacionRiesgo = New System.Windows.Forms.GroupBox()
- Me.flpCalificacionRiesgo = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpEmisor = New System.Windows.Forms.GroupBox()
- Me.flpEmisor = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpPlazo = New System.Windows.Forms.GroupBox()
- Me.flpPlazo = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpOrigenFondos = New System.Windows.Forms.GroupBox()
- Me.flpOrigenFondos = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpInstrumentos = New System.Windows.Forms.GroupBox()
- Me.flpInstrumentos = New System.Windows.Forms.FlowLayoutPanel()
- Me.grpEmpresas = New System.Windows.Forms.GroupBox()
- Me.flpEmpresas = New System.Windows.Forms.FlowLayoutPanel()
- Me.GroupBox2 = New System.Windows.Forms.GroupBox()
- Me.TabCampos = New System.Windows.Forms.TabControl()
- Me.TbDatosCantidad = New System.Windows.Forms.TabPage()
- Me.TbDatosSeleccionar = New System.Windows.Forms.TabPage()
- Me.TbComentarios = New System.Windows.Forms.TabPage()
- Me.pnlMenu = New System.Windows.Forms.Panel()
- navSiguienteRegistro = New System.Windows.Forms.ToolStripButton()
- CType(Me.PIN0BindingSource2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.InversionesDEVDataSet2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.pnlPie.SuspendLayout()
- CType(Me.Navegador, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Navegador.SuspendLayout()
- Me.gpbInversión.SuspendLayout()
- CType(Me.PIN0BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- Me.pnlInstrumento.SuspendLayout()
- Me.pnlEmpresa.SuspendLayout()
- Me.pnlPlazo.SuspendLayout()
- Me.pnlAutorizacion.SuspendLayout()
- Me.pnlTipMercado.SuspendLayout()
- Me.pnlTipOper.SuspendLayout()
- Me.pnlEstado.SuspendLayout()
- Me.pnlPais.SuspendLayout()
- Me.pnlCalificadora.SuspendLayout()
- Me.pnlCalificacionRiesgo.SuspendLayout()
- Me.pnlEmisor.SuspendLayout()
- Me.pnlOrigenFondos.SuspendLayout()
- Me.pnlContenedor.SuspendLayout()
- Me.grpTipoMercado.SuspendLayout()
- Me.grpAutorizacion.SuspendLayout()
- Me.grpTipoOperacion.SuspendLayout()
- Me.grpEstadoDocumento.SuspendLayout()
- Me.grpPais.SuspendLayout()
- Me.grpCalificadoraRiesgo.SuspendLayout()
- Me.grpCalificacionRiesgo.SuspendLayout()
- Me.grpEmisor.SuspendLayout()
- Me.grpPlazo.SuspendLayout()
- Me.grpOrigenFondos.SuspendLayout()
- Me.grpInstrumentos.SuspendLayout()
- Me.grpEmpresas.SuspendLayout()
- Me.GroupBox2.SuspendLayout()
- Me.TabCampos.SuspendLayout()
- Me.TbDatosCantidad.SuspendLayout()
- Me.TbDatosSeleccionar.SuspendLayout()
- Me.TbComentarios.SuspendLayout()
- Me.pnlMenu.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"
- AddHandler navSiguienteRegistro.Click, AddressOf Me.navSiguienteRegistro_Click_1
- '
- 'cboCalificadoraDeRiesgo
- '
- Me.cboCalificadoraDeRiesgo.BackColor = System.Drawing.SystemColors.Menu
- Me.cboCalificadoraDeRiesgo.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodECalRi", True))
- Me.cboCalificadoraDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboCalificadoraDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboCalificadoraDeRiesgo.FormattingEnabled = True
- Me.cboCalificadoraDeRiesgo.Location = New System.Drawing.Point(33, 19)
- Me.cboCalificadoraDeRiesgo.Name = "cboCalificadoraDeRiesgo"
- Me.cboCalificadoraDeRiesgo.Size = New System.Drawing.Size(150, 21)
- Me.cboCalificadoraDeRiesgo.TabIndex = 13
- '
- 'PIN0BindingSource2
- '
- Me.PIN0BindingSource2.DataMember = "PIN0"
- Me.PIN0BindingSource2.DataSource = Me.InversionesDEVDataSet2
- '
- 'InversionesDEVDataSet2
- '
- Me.InversionesDEVDataSet2.DataSetName = "InversionesDEVDataSet2"
- Me.InversionesDEVDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- 'PIN0BindingSource
- '
- '
- 'cboEmisores
- '
- Me.cboEmisores.BackColor = System.Drawing.SystemColors.Menu
- Me.cboEmisores.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodEmis", True))
- Me.cboEmisores.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboEmisores.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboEmisores.FormattingEnabled = True
- Me.cboEmisores.Location = New System.Drawing.Point(33, 12)
- Me.cboEmisores.Name = "cboEmisores"
- Me.cboEmisores.Size = New System.Drawing.Size(150, 21)
- Me.cboEmisores.TabIndex = 11
- '
- 'cboInstrumentosFinancieros
- '
- Me.cboInstrumentosFinancieros.BackColor = System.Drawing.SystemColors.Menu
- Me.cboInstrumentosFinancieros.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodIF", True))
- Me.cboInstrumentosFinancieros.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboInstrumentosFinancieros.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboInstrumentosFinancieros.FormattingEnabled = True
- Me.cboInstrumentosFinancieros.Location = New System.Drawing.Point(15, 18)
- Me.cboInstrumentosFinancieros.MaxLength = 100000
- Me.cboInstrumentosFinancieros.Name = "cboInstrumentosFinancieros"
- Me.cboInstrumentosFinancieros.Size = New System.Drawing.Size(150, 21)
- Me.cboInstrumentosFinancieros.TabIndex = 3
- '
- 'cboEmpresas
- '
- Me.cboEmpresas.BackColor = System.Drawing.SystemColors.Menu
- Me.cboEmpresas.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodEmpr", True))
- Me.cboEmpresas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboEmpresas.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboEmpresas.FormattingEnabled = True
- Me.cboEmpresas.Location = New System.Drawing.Point(33, 12)
- Me.cboEmpresas.Name = "cboEmpresas"
- Me.cboEmpresas.Size = New System.Drawing.Size(150, 21)
- Me.cboEmpresas.TabIndex = 1
- '
- 'lblAutorizacion
- '
- Me.lblAutorizacion.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblAutorizacion.AutoSize = True
- Me.lblAutorizacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblAutorizacion.Location = New System.Drawing.Point(54, 2)
- Me.lblAutorizacion.Name = "lblAutorizacion"
- Me.lblAutorizacion.Size = New System.Drawing.Size(81, 18)
- Me.lblAutorizacion.TabIndex = 63
- Me.lblAutorizacion.Text = "Autorización"
- '
- 'cboEstadoDocumento
- '
- Me.cboEstadoDocumento.BackColor = System.Drawing.SystemColors.Menu
- Me.cboEstadoDocumento.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "DocEst", True))
- Me.cboEstadoDocumento.DisplayMember = "Nombre"
- Me.cboEstadoDocumento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboEstadoDocumento.Enabled = False
- Me.cboEstadoDocumento.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboEstadoDocumento.FormattingEnabled = True
- Me.cboEstadoDocumento.Location = New System.Drawing.Point(36, 12)
- Me.cboEstadoDocumento.MaxLength = 100000
- Me.cboEstadoDocumento.Name = "cboEstadoDocumento"
- Me.cboEstadoDocumento.Size = New System.Drawing.Size(150, 21)
- Me.cboEstadoDocumento.TabIndex = 17
- '
- 'lblOrigenFondos
- '
- Me.lblOrigenFondos.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblOrigenFondos.AutoSize = True
- Me.lblOrigenFondos.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblOrigenFondos.Location = New System.Drawing.Point(34, 5)
- Me.lblOrigenFondos.Name = "lblOrigenFondos"
- Me.lblOrigenFondos.Size = New System.Drawing.Size(130, 18)
- Me.lblOrigenFondos.TabIndex = 62
- Me.lblOrigenFondos.Text = "Origen de los Fondos"
- '
- 'cboOrigenDeFondos
- '
- Me.cboOrigenDeFondos.BackColor = System.Drawing.SystemColors.Menu
- Me.cboOrigenDeFondos.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "OFon", True))
- Me.cboOrigenDeFondos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboOrigenDeFondos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboOrigenDeFondos.FormattingEnabled = True
- Me.cboOrigenDeFondos.Location = New System.Drawing.Point(33, 19)
- Me.cboOrigenDeFondos.Name = "cboOrigenDeFondos"
- Me.cboOrigenDeFondos.Size = New System.Drawing.Size(150, 21)
- Me.cboOrigenDeFondos.TabIndex = 10
- '
- 'lblCalificadora
- '
- Me.lblCalificadora.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblCalificadora.AutoSize = True
- Me.lblCalificadora.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblCalificadora.Location = New System.Drawing.Point(57, 9)
- Me.lblCalificadora.Name = "lblCalificadora"
- Me.lblCalificadora.Size = New System.Drawing.Size(78, 18)
- Me.lblCalificadora.TabIndex = 61
- Me.lblCalificadora.Text = "Calificadora"
- '
- 'lblCalificacionRiesgo
- '
- Me.lblCalificacionRiesgo.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblCalificacionRiesgo.AutoSize = True
- Me.lblCalificacionRiesgo.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblCalificacionRiesgo.Location = New System.Drawing.Point(40, 1)
- Me.lblCalificacionRiesgo.Name = "lblCalificacionRiesgo"
- Me.lblCalificacionRiesgo.Size = New System.Drawing.Size(137, 18)
- Me.lblCalificacionRiesgo.TabIndex = 60
- Me.lblCalificacionRiesgo.Text = "Calificación de Riesgo"
- '
- 'cboCalificacionDeRiesgo
- '
- Me.cboCalificacionDeRiesgo.BackColor = System.Drawing.SystemColors.Menu
- Me.cboCalificacionDeRiesgo.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodCalRi", True))
- Me.cboCalificacionDeRiesgo.DisplayMember = "Codigo"
- Me.cboCalificacionDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboCalificacionDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboCalificacionDeRiesgo.FormattingEnabled = True
- Me.cboCalificacionDeRiesgo.Location = New System.Drawing.Point(33, 19)
- Me.cboCalificacionDeRiesgo.Name = "cboCalificacionDeRiesgo"
- Me.cboCalificacionDeRiesgo.Size = New System.Drawing.Size(150, 21)
- Me.cboCalificacionDeRiesgo.TabIndex = 12
- Me.cboCalificacionDeRiesgo.ValueMember = "Codigo"
- '
- 'lblEmisor
- '
- Me.lblEmisor.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblEmisor.AutoSize = True
- Me.lblEmisor.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblEmisor.Location = New System.Drawing.Point(77, 7)
- Me.lblEmisor.Name = "lblEmisor"
- Me.lblEmisor.Size = New System.Drawing.Size(48, 18)
- Me.lblEmisor.TabIndex = 59
- Me.lblEmisor.Text = "Emisor"
- '
- 'txtCodigoInversion
- '
- Me.txtCodigoInversion.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "CodInv", True))
- Me.txtCodigoInversion.Location = New System.Drawing.Point(433, 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(349, 90)
- 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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Asunto", True))
- 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, 23)
- Me.txtAsunto.Name = "txtAsunto"
- Me.txtAsunto.Size = New System.Drawing.Size(506, 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, 24)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(48, 18)
- Me.Label2.TabIndex = 53
- Me.Label2.Text = "Asunto"
- '
- 'txtComentarios
- '
- Me.txtComentarios.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Coment", True))
- 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(1, 118)
- 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(1, 97)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(82, 18)
- Me.Label9.TabIndex = 67
- Me.Label9.Text = "Comentarios"
- '
- 'txtJustificacion
- '
- Me.txtJustificacion.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Just", True))
- 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(353, 118)
- 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(350, 93)
- 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, 52)
- 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, 53)
- 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(433, 54)
- 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(349, 54)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(43, 18)
- Me.Label19.TabIndex = 71
- Me.Label19.Text = "Precio"
- '
- '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(611, 55)
- 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(180, 16)
- 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.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.PIN0BindingSource2, "FechaDoc", True))
- Me.dtpFechaDocumento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaDocumento.Location = New System.Drawing.Point(778, 86)
- 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(614, 90)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(42, 18)
- Me.Label1.TabIndex = 76
- Me.Label1.Text = "Fecha"
- '
- 'lblPlazo
- '
- Me.lblPlazo.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblPlazo.AutoSize = True
- Me.lblPlazo.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblPlazo.Location = New System.Drawing.Point(85, 9)
- Me.lblPlazo.Name = "lblPlazo"
- Me.lblPlazo.Size = New System.Drawing.Size(38, 18)
- Me.lblPlazo.TabIndex = 78
- Me.lblPlazo.Text = "Plazo"
- '
- 'cboPlazosFactor
- '
- Me.cboPlazosFactor.BackColor = System.Drawing.SystemColors.Menu
- Me.cboPlazosFactor.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "PlazoFact", True))
- Me.cboPlazosFactor.DisplayMember = "Nombre"
- Me.cboPlazosFactor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboPlazosFactor.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboPlazosFactor.FormattingEnabled = True
- Me.cboPlazosFactor.Location = New System.Drawing.Point(79, 11)
- Me.cboPlazosFactor.Name = "cboPlazosFactor"
- Me.cboPlazosFactor.Size = New System.Drawing.Size(104, 21)
- Me.cboPlazosFactor.TabIndex = 8
- '
- 'txtIngresos
- '
- Me.txtIngresos.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Ingresos", True))
- Me.txtIngresos.Location = New System.Drawing.Point(163, 88)
- 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, 89)
- 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.BackColor = System.Drawing.SystemColors.Menu
- Me.txtPlazoNumero.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Plazo", True))
- Me.txtPlazoNumero.Location = New System.Drawing.Point(5, 11)
- Me.txtPlazoNumero.Name = "txtPlazoNumero"
- Me.txtPlazoNumero.Size = New System.Drawing.Size(40, 20)
- Me.txtPlazoNumero.TabIndex = 7
- '
- '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
- '
- 'lblTipoOperacion
- '
- Me.lblTipoOperacion.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblTipoOperacion.AutoSize = True
- Me.lblTipoOperacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblTipoOperacion.Location = New System.Drawing.Point(57, 9)
- Me.lblTipoOperacion.Name = "lblTipoOperacion"
- Me.lblTipoOperacion.Size = New System.Drawing.Size(96, 18)
- Me.lblTipoOperacion.TabIndex = 89
- Me.lblTipoOperacion.Text = "Tipo Operación"
- '
- 'cboTipoOperacion
- '
- Me.cboTipoOperacion.BackColor = System.Drawing.SystemColors.Menu
- Me.cboTipoOperacion.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "TipoOper", True))
- Me.cboTipoOperacion.DisplayMember = "Nombre"
- Me.cboTipoOperacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboTipoOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboTipoOperacion.FormattingEnabled = True
- Me.cboTipoOperacion.Location = New System.Drawing.Point(36, 15)
- Me.cboTipoOperacion.Name = "cboTipoOperacion"
- Me.cboTipoOperacion.Size = New System.Drawing.Size(150, 21)
- Me.cboTipoOperacion.TabIndex = 88
- '
- 'lblEstado
- '
- Me.lblEstado.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblEstado.AutoSize = True
- Me.lblEstado.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblEstado.Location = New System.Drawing.Point(76, 7)
- Me.lblEstado.Name = "lblEstado"
- Me.lblEstado.Size = New System.Drawing.Size(47, 18)
- Me.lblEstado.TabIndex = 90
- Me.lblEstado.Text = "Estado"
- '
- 'cboAutorizacion
- '
- Me.cboAutorizacion.BackColor = System.Drawing.SystemColors.Menu
- Me.cboAutorizacion.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "AutEstado", True))
- Me.cboAutorizacion.DisplayMember = "Nombre"
- Me.cboAutorizacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboAutorizacion.Enabled = False
- Me.cboAutorizacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboAutorizacion.FormattingEnabled = True
- Me.cboAutorizacion.Location = New System.Drawing.Point(36, 16)
- Me.cboAutorizacion.Name = "cboAutorizacion"
- Me.cboAutorizacion.Size = New System.Drawing.Size(150, 21)
- Me.cboAutorizacion.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
- '
- 'lblTipoMercado
- '
- Me.lblTipoMercado.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblTipoMercado.AutoSize = True
- Me.lblTipoMercado.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.lblTipoMercado.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblTipoMercado.Location = New System.Drawing.Point(67, 4)
- Me.lblTipoMercado.Name = "lblTipoMercado"
- Me.lblTipoMercado.Size = New System.Drawing.Size(86, 18)
- Me.lblTipoMercado.TabIndex = 159
- Me.lblTipoMercado.Text = "Tipo Mercado"
- '
- 'cboTipoMercado
- '
- Me.cboTipoMercado.BackColor = System.Drawing.SystemColors.Menu
- Me.cboTipoMercado.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "TipoMerc", True))
- Me.cboTipoMercado.DisplayMember = "Nombre"
- Me.cboTipoMercado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboTipoMercado.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboTipoMercado.FormattingEnabled = True
- Me.cboTipoMercado.Location = New System.Drawing.Point(0, 11)
- Me.cboTipoMercado.Name = "cboTipoMercado"
- Me.cboTipoMercado.Size = New System.Drawing.Size(150, 21)
- Me.cboTipoMercado.TabIndex = 158
- Me.cboTipoMercado.ValueMember = "Codigo"
- '
- 'lblPais
- '
- Me.lblPais.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblPais.AutoSize = True
- Me.lblPais.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.lblPais.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblPais.Location = New System.Drawing.Point(76, 9)
- Me.lblPais.Name = "lblPais"
- Me.lblPais.Size = New System.Drawing.Size(31, 18)
- Me.lblPais.TabIndex = 157
- Me.lblPais.Text = "Pais"
- '
- 'cboPaises
- '
- Me.cboPaises.BackColor = System.Drawing.SystemColors.Menu
- Me.cboPaises.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodPais", True))
- Me.cboPaises.DisplayMember = "Nombre"
- Me.cboPaises.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboPaises.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboPaises.FormattingEnabled = True
- Me.cboPaises.Location = New System.Drawing.Point(0, 11)
- Me.cboPaises.Name = "cboPaises"
- Me.cboPaises.Size = New System.Drawing.Size(150, 21)
- Me.cboPaises.TabIndex = 156
- Me.cboPaises.ValueMember = "Codigo"
- '
- '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, 25)
- Me.Label22.Name = "Label22"
- Me.Label22.Size = New System.Drawing.Size(223, 24)
- Me.Label22.TabIndex = 160
- Me.Label22.Text = "Propuestas de Inversión"
- '
- '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, 689)
- Me.pnlPie.Name = "pnlPie"
- Me.pnlPie.Size = New System.Drawing.Size(1131, 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"
- '
- 'cboRenta
- '
- Me.cboRenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboRenta.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboRenta.FormattingEnabled = True
- Me.cboRenta.Location = New System.Drawing.Point(117, 61)
- Me.cboRenta.Name = "cboRenta"
- Me.cboRenta.Size = New System.Drawing.Size(150, 21)
- Me.cboRenta.TabIndex = 164
- '
- 'cboTasa
- '
- Me.cboTasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboTasa.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboTasa.FormattingEnabled = True
- Me.cboTasa.Location = New System.Drawing.Point(117, 88)
- Me.cboTasa.Name = "cboTasa"
- Me.cboTasa.Size = New System.Drawing.Size(150, 21)
- Me.cboTasa.TabIndex = 166
- '
- 'cboPeriodicidad
- '
- Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboPeriodicidad.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboPeriodicidad.FormattingEnabled = True
- Me.cboPeriodicidad.Location = New System.Drawing.Point(117, 39)
- Me.cboPeriodicidad.Name = "cboPeriodicidad"
- Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
- Me.cboPeriodicidad.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(15, 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"
- '
- 'Navegador
- '
- Me.Navegador.AddNewItem = Me.navNuevoRegistro
- Me.Navegador.BindingSource = Me.PIN0BindingSource2
- Me.Navegador.CountItem = Me.BindingNavigatorCountItem
- Me.Navegador.DeleteItem = Nothing
- Me.Navegador.Items.AddRange(New System.Windows.Forms.ToolStripItem() {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.ToolStripButton1})
- Me.Navegador.Location = New System.Drawing.Point(0, 0)
- Me.Navegador.MoveFirstItem = Me.navPrimerRegistro
- Me.Navegador.MoveLastItem = Me.navUltimoRegistro
- Me.Navegador.MoveNextItem = navSiguienteRegistro
- Me.Navegador.MovePreviousItem = Me.navRegistroAnterior
- Me.Navegador.Name = "Navegador"
- Me.Navegador.PositionItem = Me.BindingNavigatorPositionItem
- Me.Navegador.Size = New System.Drawing.Size(1131, 25)
- Me.Navegador.TabIndex = 173
- Me.Navegador.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"
- '
- '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"
- '
- 'ToolStripButton1
- '
- Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
- Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.ToolStripButton1.Name = "ToolStripButton1"
- Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton1.Text = "ToolStripButton1"
- '
- 'gpbInversión
- '
- 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.cboPeriodicidad)
- Me.gpbInversión.Controls.Add(Me.cboTasa)
- Me.gpbInversión.Controls.Add(Me.cboRenta)
- 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(703, 27)
- Me.gpbInversión.Name = "gpbInversión"
- Me.gpbInversión.Size = New System.Drawing.Size(273, 163)
- Me.gpbInversión.TabIndex = 174
- Me.gpbInversión.TabStop = False
- Me.gpbInversión.Text = "Convertir a Inversión"
- Me.gpbInversión.Visible = False
- '
- 'chkUsuario
- '
- Me.chkUsuario.AutoSize = True
- Me.chkUsuario.Location = New System.Drawing.Point(268, 28)
- 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
- '
- 'txtRendimiento
- '
- Me.txtRendimiento.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Rendimiento", True))
- Me.txtRendimiento.Location = New System.Drawing.Point(778, 53)
- Me.txtRendimiento.Name = "txtRendimiento"
- Me.txtRendimiento.Size = New System.Drawing.Size(150, 20)
- Me.txtRendimiento.TabIndex = 176
- '
- 'PIN0TableAdapter
- '
- Me.PIN0TableAdapter.ClearBeforeFill = True
- '
- 'PIN0TableAdapter2
- '
- Me.PIN0TableAdapter2.ClearBeforeFill = True
- '
- 'GroupBox1
- '
- Me.GroupBox1.BackColor = System.Drawing.Color.WhiteSmoke
- Me.GroupBox1.Controls.Add(Me.pnlMenu)
- Me.GroupBox1.Controls.Add(Me.pnlContenedor)
- Me.GroupBox1.Location = New System.Drawing.Point(22, 28)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(1057, 552)
- Me.GroupBox1.TabIndex = 177
- Me.GroupBox1.TabStop = False
- '
- 'pnlInstrumento
- '
- Me.pnlInstrumento.Controls.Add(Me.lblInstrumento)
- Me.pnlInstrumento.Location = New System.Drawing.Point(3, 36)
- Me.pnlInstrumento.Name = "pnlInstrumento"
- Me.pnlInstrumento.Size = New System.Drawing.Size(205, 28)
- Me.pnlInstrumento.TabIndex = 187
- '
- 'lblInstrumento
- '
- Me.lblInstrumento.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblInstrumento.AutoSize = True
- Me.lblInstrumento.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblInstrumento.Location = New System.Drawing.Point(57, 4)
- Me.lblInstrumento.Name = "lblInstrumento"
- Me.lblInstrumento.Size = New System.Drawing.Size(85, 18)
- Me.lblInstrumento.TabIndex = 62
- Me.lblInstrumento.Text = "Instrumentos"
- '
- 'pnlEmpresa
- '
- Me.pnlEmpresa.Controls.Add(Me.lblEmpresa)
- Me.pnlEmpresa.Location = New System.Drawing.Point(3, 4)
- Me.pnlEmpresa.Name = "pnlEmpresa"
- Me.pnlEmpresa.Size = New System.Drawing.Size(205, 28)
- Me.pnlEmpresa.TabIndex = 186
- '
- 'lblEmpresa
- '
- Me.lblEmpresa.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.lblEmpresa.AutoSize = True
- Me.lblEmpresa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblEmpresa.Location = New System.Drawing.Point(71, 6)
- Me.lblEmpresa.Name = "lblEmpresa"
- Me.lblEmpresa.Size = New System.Drawing.Size(64, 18)
- Me.lblEmpresa.TabIndex = 62
- Me.lblEmpresa.Text = "Empresas"
- '
- 'pnlPlazo
- '
- Me.pnlPlazo.Controls.Add(Me.lblPlazo)
- Me.pnlPlazo.Location = New System.Drawing.Point(3, 104)
- Me.pnlPlazo.Name = "pnlPlazo"
- Me.pnlPlazo.Size = New System.Drawing.Size(205, 36)
- Me.pnlPlazo.TabIndex = 0
- '
- 'pnlAutorizacion
- '
- Me.pnlAutorizacion.Controls.Add(Me.lblAutorizacion)
- Me.pnlAutorizacion.Location = New System.Drawing.Point(3, 317)
- Me.pnlAutorizacion.Name = "pnlAutorizacion"
- Me.pnlAutorizacion.Size = New System.Drawing.Size(205, 30)
- Me.pnlAutorizacion.TabIndex = 185
- '
- 'pnlTipMercado
- '
- Me.pnlTipMercado.Controls.Add(Me.lblTipoMercado)
- Me.pnlTipMercado.Location = New System.Drawing.Point(3, 400)
- Me.pnlTipMercado.Name = "pnlTipMercado"
- Me.pnlTipMercado.Size = New System.Drawing.Size(205, 28)
- Me.pnlTipMercado.TabIndex = 184
- '
- 'pnlTipOper
- '
- Me.pnlTipOper.Controls.Add(Me.lblTipoOperacion)
- Me.pnlTipOper.Location = New System.Drawing.Point(3, 360)
- Me.pnlTipOper.Name = "pnlTipOper"
- Me.pnlTipOper.Size = New System.Drawing.Size(205, 34)
- Me.pnlTipOper.TabIndex = 183
- '
- 'pnlEstado
- '
- Me.pnlEstado.Controls.Add(Me.lblEstado)
- Me.pnlEstado.Location = New System.Drawing.Point(3, 284)
- Me.pnlEstado.Name = "pnlEstado"
- Me.pnlEstado.Size = New System.Drawing.Size(205, 27)
- Me.pnlEstado.TabIndex = 182
- '
- 'pnlPais
- '
- Me.pnlPais.Controls.Add(Me.lblPais)
- Me.pnlPais.Location = New System.Drawing.Point(3, 250)
- Me.pnlPais.Name = "pnlPais"
- Me.pnlPais.Size = New System.Drawing.Size(205, 28)
- Me.pnlPais.TabIndex = 181
- '
- 'pnlCalificadora
- '
- Me.pnlCalificadora.Controls.Add(Me.lblCalificadora)
- Me.pnlCalificadora.Location = New System.Drawing.Point(3, 212)
- Me.pnlCalificadora.Name = "pnlCalificadora"
- Me.pnlCalificadora.Size = New System.Drawing.Size(205, 36)
- Me.pnlCalificadora.TabIndex = 180
- '
- 'pnlCalificacionRiesgo
- '
- Me.pnlCalificacionRiesgo.Controls.Add(Me.lblCalificacionRiesgo)
- Me.pnlCalificacionRiesgo.Location = New System.Drawing.Point(3, 181)
- Me.pnlCalificacionRiesgo.Name = "pnlCalificacionRiesgo"
- Me.pnlCalificacionRiesgo.Size = New System.Drawing.Size(205, 25)
- Me.pnlCalificacionRiesgo.TabIndex = 164
- '
- 'pnlEmisor
- '
- Me.pnlEmisor.Controls.Add(Me.lblEmisor)
- Me.pnlEmisor.Location = New System.Drawing.Point(3, 146)
- Me.pnlEmisor.Name = "pnlEmisor"
- Me.pnlEmisor.Size = New System.Drawing.Size(205, 29)
- Me.pnlEmisor.TabIndex = 163
- '
- 'pnlOrigenFondos
- '
- Me.pnlOrigenFondos.Controls.Add(Me.lblOrigenFondos)
- Me.pnlOrigenFondos.Location = New System.Drawing.Point(3, 70)
- Me.pnlOrigenFondos.Name = "pnlOrigenFondos"
- Me.pnlOrigenFondos.Size = New System.Drawing.Size(205, 28)
- Me.pnlOrigenFondos.TabIndex = 162
- '
- 'pnlContenedor
- '
- Me.pnlContenedor.AutoScroll = True
- Me.pnlContenedor.BackColor = System.Drawing.Color.White
- Me.pnlContenedor.Controls.Add(Me.grpTipoMercado)
- Me.pnlContenedor.Controls.Add(Me.grpAutorizacion)
- Me.pnlContenedor.Controls.Add(Me.grpTipoOperacion)
- Me.pnlContenedor.Controls.Add(Me.grpEstadoDocumento)
- Me.pnlContenedor.Controls.Add(Me.grpPais)
- Me.pnlContenedor.Controls.Add(Me.grpCalificadoraRiesgo)
- Me.pnlContenedor.Controls.Add(Me.grpCalificacionRiesgo)
- Me.pnlContenedor.Controls.Add(Me.grpEmisor)
- Me.pnlContenedor.Controls.Add(Me.grpPlazo)
- Me.pnlContenedor.Controls.Add(Me.grpOrigenFondos)
- Me.pnlContenedor.Controls.Add(Me.grpInstrumentos)
- Me.pnlContenedor.Controls.Add(Me.grpEmpresas)
- Me.pnlContenedor.Location = New System.Drawing.Point(233, 20)
- Me.pnlContenedor.Name = "pnlContenedor"
- Me.pnlContenedor.Size = New System.Drawing.Size(798, 512)
- Me.pnlContenedor.TabIndex = 161
- '
- 'grpTipoMercado
- '
- Me.grpTipoMercado.Controls.Add(Me.flpTipoMercado)
- Me.grpTipoMercado.Controls.Add(Me.cboTipoMercado)
- Me.grpTipoMercado.Location = New System.Drawing.Point(540, 492)
- Me.grpTipoMercado.Name = "grpTipoMercado"
- Me.grpTipoMercado.Size = New System.Drawing.Size(216, 131)
- Me.grpTipoMercado.TabIndex = 167
- Me.grpTipoMercado.TabStop = False
- Me.grpTipoMercado.Text = "Tipo de Mercado"
- Me.grpTipoMercado.Visible = False
- '
- 'flpTipoMercado
- '
- Me.flpTipoMercado.AutoScroll = True
- Me.flpTipoMercado.Location = New System.Drawing.Point(36, 46)
- Me.flpTipoMercado.Name = "flpTipoMercado"
- Me.flpTipoMercado.Size = New System.Drawing.Size(150, 79)
- Me.flpTipoMercado.TabIndex = 171
- '
- 'grpAutorizacion
- '
- Me.grpAutorizacion.Controls.Add(Me.flpAutorizacion)
- Me.grpAutorizacion.Controls.Add(Me.cboAutorizacion)
- Me.grpAutorizacion.Location = New System.Drawing.Point(540, 344)
- Me.grpAutorizacion.Name = "grpAutorizacion"
- Me.grpAutorizacion.Size = New System.Drawing.Size(216, 131)
- Me.grpAutorizacion.TabIndex = 169
- Me.grpAutorizacion.TabStop = False
- Me.grpAutorizacion.Text = "Autorizacion"
- Me.grpAutorizacion.Visible = False
- '
- 'flpAutorizacion
- '
- Me.flpAutorizacion.AutoScroll = True
- Me.flpAutorizacion.Location = New System.Drawing.Point(36, 43)
- Me.flpAutorizacion.Name = "flpAutorizacion"
- Me.flpAutorizacion.Size = New System.Drawing.Size(150, 79)
- Me.flpAutorizacion.TabIndex = 171
- '
- 'grpTipoOperacion
- '
- Me.grpTipoOperacion.Controls.Add(Me.flpTipoOperacion)
- Me.grpTipoOperacion.Controls.Add(Me.cboTipoOperacion)
- Me.grpTipoOperacion.Location = New System.Drawing.Point(540, 172)
- Me.grpTipoOperacion.Name = "grpTipoOperacion"
- Me.grpTipoOperacion.Size = New System.Drawing.Size(216, 131)
- Me.grpTipoOperacion.TabIndex = 168
- Me.grpTipoOperacion.TabStop = False
- Me.grpTipoOperacion.Text = "Tipo de Operacion"
- Me.grpTipoOperacion.Visible = False
- '
- 'flpTipoOperacion
- '
- Me.flpTipoOperacion.AutoScroll = True
- Me.flpTipoOperacion.Location = New System.Drawing.Point(36, 44)
- Me.flpTipoOperacion.Name = "flpTipoOperacion"
- Me.flpTipoOperacion.Size = New System.Drawing.Size(150, 79)
- Me.flpTipoOperacion.TabIndex = 170
- '
- 'grpEstadoDocumento
- '
- Me.grpEstadoDocumento.Controls.Add(Me.flpEstadoDocumento)
- Me.grpEstadoDocumento.Controls.Add(Me.cboEstadoDocumento)
- Me.grpEstadoDocumento.Location = New System.Drawing.Point(540, 14)
- Me.grpEstadoDocumento.Name = "grpEstadoDocumento"
- Me.grpEstadoDocumento.Size = New System.Drawing.Size(216, 131)
- Me.grpEstadoDocumento.TabIndex = 167
- Me.grpEstadoDocumento.TabStop = False
- Me.grpEstadoDocumento.Text = "Estado del Documento"
- Me.grpEstadoDocumento.Visible = False
- '
- 'flpEstadoDocumento
- '
- Me.flpEstadoDocumento.AutoScroll = True
- Me.flpEstadoDocumento.Location = New System.Drawing.Point(36, 39)
- Me.flpEstadoDocumento.Name = "flpEstadoDocumento"
- Me.flpEstadoDocumento.Size = New System.Drawing.Size(150, 79)
- Me.flpEstadoDocumento.TabIndex = 170
- '
- 'grpPais
- '
- Me.grpPais.Controls.Add(Me.flpPais)
- Me.grpPais.Controls.Add(Me.cboPaises)
- Me.grpPais.Location = New System.Drawing.Point(276, 492)
- Me.grpPais.Name = "grpPais"
- Me.grpPais.Size = New System.Drawing.Size(216, 131)
- Me.grpPais.TabIndex = 166
- Me.grpPais.TabStop = False
- Me.grpPais.Text = "Pais"
- Me.grpPais.Visible = False
- '
- 'flpPais
- '
- Me.flpPais.AutoScroll = True
- Me.flpPais.Location = New System.Drawing.Point(33, 38)
- Me.flpPais.Name = "flpPais"
- Me.flpPais.Size = New System.Drawing.Size(150, 79)
- Me.flpPais.TabIndex = 171
- '
- 'grpCalificadoraRiesgo
- '
- Me.grpCalificadoraRiesgo.Controls.Add(Me.flpCalificadoraRiesgo)
- Me.grpCalificadoraRiesgo.Controls.Add(Me.cboCalificadoraDeRiesgo)
- Me.grpCalificadoraRiesgo.Location = New System.Drawing.Point(276, 344)
- Me.grpCalificadoraRiesgo.Name = "grpCalificadoraRiesgo"
- Me.grpCalificadoraRiesgo.Size = New System.Drawing.Size(216, 131)
- Me.grpCalificadoraRiesgo.TabIndex = 165
- Me.grpCalificadoraRiesgo.TabStop = False
- Me.grpCalificadoraRiesgo.Text = "Calificadora de Riesgo"
- Me.grpCalificadoraRiesgo.Visible = False
- '
- 'flpCalificadoraRiesgo
- '
- Me.flpCalificadoraRiesgo.AutoScroll = True
- Me.flpCalificadoraRiesgo.Location = New System.Drawing.Point(33, 46)
- Me.flpCalificadoraRiesgo.Name = "flpCalificadoraRiesgo"
- Me.flpCalificadoraRiesgo.Size = New System.Drawing.Size(150, 79)
- Me.flpCalificadoraRiesgo.TabIndex = 171
- '
- 'grpCalificacionRiesgo
- '
- Me.grpCalificacionRiesgo.Controls.Add(Me.flpCalificacionRiesgo)
- Me.grpCalificacionRiesgo.Controls.Add(Me.cboCalificacionDeRiesgo)
- Me.grpCalificacionRiesgo.Location = New System.Drawing.Point(276, 172)
- Me.grpCalificacionRiesgo.Name = "grpCalificacionRiesgo"
- Me.grpCalificacionRiesgo.Size = New System.Drawing.Size(216, 131)
- Me.grpCalificacionRiesgo.TabIndex = 164
- Me.grpCalificacionRiesgo.TabStop = False
- Me.grpCalificacionRiesgo.Text = "Calificacion de Riesgo"
- Me.grpCalificacionRiesgo.Visible = False
- '
- 'flpCalificacionRiesgo
- '
- Me.flpCalificacionRiesgo.AutoScroll = True
- Me.flpCalificacionRiesgo.Location = New System.Drawing.Point(33, 46)
- Me.flpCalificacionRiesgo.Name = "flpCalificacionRiesgo"
- Me.flpCalificacionRiesgo.Size = New System.Drawing.Size(150, 79)
- Me.flpCalificacionRiesgo.TabIndex = 170
- '
- 'grpEmisor
- '
- Me.grpEmisor.Controls.Add(Me.flpEmisor)
- Me.grpEmisor.Controls.Add(Me.cboEmisores)
- Me.grpEmisor.Location = New System.Drawing.Point(276, 14)
- Me.grpEmisor.Name = "grpEmisor"
- Me.grpEmisor.Size = New System.Drawing.Size(216, 131)
- Me.grpEmisor.TabIndex = 163
- Me.grpEmisor.TabStop = False
- Me.grpEmisor.Text = "Emisor"
- Me.grpEmisor.Visible = False
- '
- 'flpEmisor
- '
- Me.flpEmisor.AutoScroll = True
- Me.flpEmisor.Location = New System.Drawing.Point(33, 43)
- Me.flpEmisor.Name = "flpEmisor"
- Me.flpEmisor.Size = New System.Drawing.Size(150, 79)
- Me.flpEmisor.TabIndex = 170
- '
- 'grpPlazo
- '
- Me.grpPlazo.Controls.Add(Me.flpPlazo)
- Me.grpPlazo.Controls.Add(Me.txtPlazoNumero)
- Me.grpPlazo.Controls.Add(Me.cboPlazosFactor)
- Me.grpPlazo.Location = New System.Drawing.Point(17, 492)
- Me.grpPlazo.Name = "grpPlazo"
- Me.grpPlazo.Size = New System.Drawing.Size(216, 131)
- Me.grpPlazo.TabIndex = 162
- Me.grpPlazo.TabStop = False
- Me.grpPlazo.Text = "Plazo"
- Me.grpPlazo.Visible = False
- '
- 'flpPlazo
- '
- Me.flpPlazo.AutoScroll = True
- Me.flpPlazo.Location = New System.Drawing.Point(33, 38)
- Me.flpPlazo.Name = "flpPlazo"
- Me.flpPlazo.Size = New System.Drawing.Size(150, 79)
- Me.flpPlazo.TabIndex = 171
- '
- 'grpOrigenFondos
- '
- Me.grpOrigenFondos.Controls.Add(Me.flpOrigenFondos)
- Me.grpOrigenFondos.Controls.Add(Me.cboOrigenDeFondos)
- Me.grpOrigenFondos.Location = New System.Drawing.Point(17, 335)
- Me.grpOrigenFondos.Name = "grpOrigenFondos"
- Me.grpOrigenFondos.Size = New System.Drawing.Size(216, 131)
- Me.grpOrigenFondos.TabIndex = 161
- Me.grpOrigenFondos.TabStop = False
- Me.grpOrigenFondos.Text = "Origen de Fondos"
- Me.grpOrigenFondos.Visible = False
- '
- 'flpOrigenFondos
- '
- Me.flpOrigenFondos.AutoScroll = True
- Me.flpOrigenFondos.Location = New System.Drawing.Point(33, 46)
- Me.flpOrigenFondos.Name = "flpOrigenFondos"
- Me.flpOrigenFondos.Size = New System.Drawing.Size(150, 79)
- Me.flpOrigenFondos.TabIndex = 170
- '
- 'grpInstrumentos
- '
- Me.grpInstrumentos.Controls.Add(Me.flpInstrumentos)
- Me.grpInstrumentos.Controls.Add(Me.cboInstrumentosFinancieros)
- Me.grpInstrumentos.Controls.Add(Me.btnDetalleIF)
- Me.grpInstrumentos.Location = New System.Drawing.Point(17, 172)
- Me.grpInstrumentos.Name = "grpInstrumentos"
- Me.grpInstrumentos.Size = New System.Drawing.Size(216, 131)
- Me.grpInstrumentos.TabIndex = 160
- Me.grpInstrumentos.TabStop = False
- Me.grpInstrumentos.Text = "Instrumentos"
- Me.grpInstrumentos.Visible = False
- '
- 'flpInstrumentos
- '
- Me.flpInstrumentos.AutoScroll = True
- Me.flpInstrumentos.Location = New System.Drawing.Point(33, 46)
- Me.flpInstrumentos.Name = "flpInstrumentos"
- Me.flpInstrumentos.Size = New System.Drawing.Size(150, 79)
- Me.flpInstrumentos.TabIndex = 170
- '
- 'grpEmpresas
- '
- Me.grpEmpresas.Controls.Add(Me.flpEmpresas)
- Me.grpEmpresas.Controls.Add(Me.cboEmpresas)
- Me.grpEmpresas.Location = New System.Drawing.Point(17, 14)
- Me.grpEmpresas.Name = "grpEmpresas"
- Me.grpEmpresas.Size = New System.Drawing.Size(216, 131)
- Me.grpEmpresas.TabIndex = 159
- Me.grpEmpresas.TabStop = False
- Me.grpEmpresas.Text = "Empresas"
- Me.grpEmpresas.Visible = False
- '
- 'flpEmpresas
- '
- Me.flpEmpresas.AutoScroll = True
- Me.flpEmpresas.Location = New System.Drawing.Point(33, 39)
- Me.flpEmpresas.Name = "flpEmpresas"
- Me.flpEmpresas.Size = New System.Drawing.Size(150, 79)
- Me.flpEmpresas.TabIndex = 2
- '
- 'GroupBox2
- '
- Me.GroupBox2.Controls.Add(Me.Label10)
- Me.GroupBox2.Controls.Add(Me.Label2)
- Me.GroupBox2.Controls.Add(Me.txtRendimiento)
- Me.GroupBox2.Controls.Add(Me.Label4)
- Me.GroupBox2.Controls.Add(Me.txtAsunto)
- Me.GroupBox2.Controls.Add(Me.txtMontoInversion)
- Me.GroupBox2.Controls.Add(Me.txtCodigoInversion)
- Me.GroupBox2.Controls.Add(Me.dtpFechaDocumento)
- Me.GroupBox2.Controls.Add(Me.Label14)
- Me.GroupBox2.Controls.Add(Me.Label1)
- Me.GroupBox2.Controls.Add(Me.Label19)
- Me.GroupBox2.Controls.Add(Me.txtPrecio)
- Me.GroupBox2.Controls.Add(Me.Label15)
- Me.GroupBox2.Controls.Add(Me.txtIngresos)
- Me.GroupBox2.Location = New System.Drawing.Point(6, 6)
- Me.GroupBox2.Name = "GroupBox2"
- Me.GroupBox2.Size = New System.Drawing.Size(941, 133)
- Me.GroupBox2.TabIndex = 178
- Me.GroupBox2.TabStop = False
- Me.GroupBox2.Text = "GroupBox2"
- '
- 'TabCampos
- '
- Me.TabCampos.Controls.Add(Me.TbDatosCantidad)
- Me.TabCampos.Controls.Add(Me.TbDatosSeleccionar)
- Me.TabCampos.Controls.Add(Me.TbComentarios)
- Me.TabCampos.Location = New System.Drawing.Point(9, 61)
- Me.TabCampos.Name = "TabCampos"
- Me.TabCampos.SelectedIndex = 0
- Me.TabCampos.Size = New System.Drawing.Size(1119, 625)
- Me.TabCampos.TabIndex = 179
- '
- 'TbDatosCantidad
- '
- Me.TbDatosCantidad.Controls.Add(Me.GroupBox2)
- Me.TbDatosCantidad.Location = New System.Drawing.Point(4, 22)
- Me.TbDatosCantidad.Name = "TbDatosCantidad"
- Me.TbDatosCantidad.Padding = New System.Windows.Forms.Padding(3)
- Me.TbDatosCantidad.Size = New System.Drawing.Size(1111, 599)
- Me.TbDatosCantidad.TabIndex = 0
- Me.TbDatosCantidad.Text = "Datos Principales"
- Me.TbDatosCantidad.UseVisualStyleBackColor = True
- '
- 'TbDatosSeleccionar
- '
- Me.TbDatosSeleccionar.Controls.Add(Me.GroupBox1)
- Me.TbDatosSeleccionar.Location = New System.Drawing.Point(4, 22)
- Me.TbDatosSeleccionar.Name = "TbDatosSeleccionar"
- Me.TbDatosSeleccionar.Padding = New System.Windows.Forms.Padding(3)
- Me.TbDatosSeleccionar.Size = New System.Drawing.Size(1111, 599)
- Me.TbDatosSeleccionar.TabIndex = 1
- Me.TbDatosSeleccionar.Text = "Datos de Seleccion"
- Me.TbDatosSeleccionar.UseVisualStyleBackColor = True
- '
- 'TbComentarios
- '
- Me.TbComentarios.Controls.Add(Me.gpbInversión)
- Me.TbComentarios.Controls.Add(Me.Label8)
- Me.TbComentarios.Controls.Add(Me.txtJustificacion)
- Me.TbComentarios.Controls.Add(Me.Label9)
- Me.TbComentarios.Controls.Add(Me.txtComentarios)
- Me.TbComentarios.Location = New System.Drawing.Point(4, 22)
- Me.TbComentarios.Name = "TbComentarios"
- Me.TbComentarios.Size = New System.Drawing.Size(1111, 599)
- Me.TbComentarios.TabIndex = 2
- Me.TbComentarios.Text = "Comentarios"
- Me.TbComentarios.UseVisualStyleBackColor = True
- '
- 'pnlMenu
- '
- Me.pnlMenu.Controls.Add(Me.pnlInstrumento)
- Me.pnlMenu.Controls.Add(Me.pnlEmpresa)
- Me.pnlMenu.Controls.Add(Me.pnlOrigenFondos)
- Me.pnlMenu.Controls.Add(Me.pnlEmisor)
- Me.pnlMenu.Controls.Add(Me.pnlPlazo)
- Me.pnlMenu.Controls.Add(Me.pnlCalificacionRiesgo)
- Me.pnlMenu.Controls.Add(Me.pnlAutorizacion)
- Me.pnlMenu.Controls.Add(Me.pnlCalificadora)
- Me.pnlMenu.Controls.Add(Me.pnlTipMercado)
- Me.pnlMenu.Controls.Add(Me.pnlPais)
- Me.pnlMenu.Controls.Add(Me.pnlTipOper)
- Me.pnlMenu.Controls.Add(Me.pnlEstado)
- Me.pnlMenu.Location = New System.Drawing.Point(27, 19)
- Me.pnlMenu.Name = "pnlMenu"
- Me.pnlMenu.Size = New System.Drawing.Size(210, 433)
- Me.pnlMenu.TabIndex = 188
- '
- 'frmPIN
- '
- 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(1131, 749)
- Me.Controls.Add(Me.TabCampos)
- Me.Controls.Add(Me.chkUsuario)
- Me.Controls.Add(Me.Navegador)
- Me.Controls.Add(Me.pnlPie)
- Me.Controls.Add(Me.Label22)
- Me.Name = "frmPIN"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
- Me.Text = "Propuesta de Inversión"
- CType(Me.PIN0BindingSource2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.InversionesDEVDataSet2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- Me.pnlPie.ResumeLayout(False)
- CType(Me.Navegador, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Navegador.ResumeLayout(False)
- Me.Navegador.PerformLayout()
- Me.gpbInversión.ResumeLayout(False)
- Me.gpbInversión.PerformLayout()
- CType(Me.PIN0BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox1.ResumeLayout(False)
- Me.pnlInstrumento.ResumeLayout(False)
- Me.pnlInstrumento.PerformLayout()
- Me.pnlEmpresa.ResumeLayout(False)
- Me.pnlEmpresa.PerformLayout()
- Me.pnlPlazo.ResumeLayout(False)
- Me.pnlPlazo.PerformLayout()
- Me.pnlAutorizacion.ResumeLayout(False)
- Me.pnlAutorizacion.PerformLayout()
- Me.pnlTipMercado.ResumeLayout(False)
- Me.pnlTipMercado.PerformLayout()
- Me.pnlTipOper.ResumeLayout(False)
- Me.pnlTipOper.PerformLayout()
- Me.pnlEstado.ResumeLayout(False)
- Me.pnlEstado.PerformLayout()
- Me.pnlPais.ResumeLayout(False)
- Me.pnlPais.PerformLayout()
- Me.pnlCalificadora.ResumeLayout(False)
- Me.pnlCalificadora.PerformLayout()
- Me.pnlCalificacionRiesgo.ResumeLayout(False)
- Me.pnlCalificacionRiesgo.PerformLayout()
- Me.pnlEmisor.ResumeLayout(False)
- Me.pnlEmisor.PerformLayout()
- Me.pnlOrigenFondos.ResumeLayout(False)
- Me.pnlOrigenFondos.PerformLayout()
- Me.pnlContenedor.ResumeLayout(False)
- Me.grpTipoMercado.ResumeLayout(False)
- Me.grpAutorizacion.ResumeLayout(False)
- Me.grpTipoOperacion.ResumeLayout(False)
- Me.grpEstadoDocumento.ResumeLayout(False)
- Me.grpPais.ResumeLayout(False)
- Me.grpCalificadoraRiesgo.ResumeLayout(False)
- Me.grpCalificacionRiesgo.ResumeLayout(False)
- Me.grpEmisor.ResumeLayout(False)
- Me.grpPlazo.ResumeLayout(False)
- Me.grpPlazo.PerformLayout()
- Me.grpOrigenFondos.ResumeLayout(False)
- Me.grpInstrumentos.ResumeLayout(False)
- Me.grpEmpresas.ResumeLayout(False)
- Me.GroupBox2.ResumeLayout(False)
- Me.GroupBox2.PerformLayout()
- Me.TabCampos.ResumeLayout(False)
- Me.TbDatosCantidad.ResumeLayout(False)
- Me.TbDatosSeleccionar.ResumeLayout(False)
- Me.TbComentarios.ResumeLayout(False)
- Me.TbComentarios.PerformLayout()
- Me.pnlMenu.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents cboCalificadoraDeRiesgo As ComboBox
- Friend WithEvents cboEmisores As ComboBox
- Friend WithEvents cboInstrumentosFinancieros As ComboBox
- Friend WithEvents cboEmpresas As ComboBox
- Friend WithEvents lblAutorizacion As Label
- Friend WithEvents cboEstadoDocumento As ComboBox
- Friend WithEvents lblOrigenFondos As Label
- Friend WithEvents cboOrigenDeFondos As ComboBox
- Friend WithEvents lblCalificadora As Label
- Friend WithEvents lblCalificacionRiesgo As Label
- Friend WithEvents cboCalificacionDeRiesgo As ComboBox
- Friend WithEvents lblEmisor 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 Label14 As Label
- Friend WithEvents btnDetalleIF As Button
- Friend WithEvents dtpFechaDocumento As DateTimePicker
- Friend WithEvents Label1 As Label
- Friend WithEvents lblPlazo As Label
- Friend WithEvents cboPlazosFactor As ComboBox
- Friend WithEvents txtIngresos As TextBox
- Friend WithEvents Label15 As Label
- Friend WithEvents txtPlazoNumero As TextBox
- Friend WithEvents btnAccion As Button
- Friend WithEvents btnCancelar As Button
- Friend WithEvents lblTipoOperacion As Label
- Friend WithEvents cboTipoOperacion As ComboBox
- Friend WithEvents lblEstado As Label
- Friend WithEvents cboAutorizacion As ComboBox
- Friend WithEvents btnActivar As Button
- Friend WithEvents lblTipoMercado As Label
- Friend WithEvents cboTipoMercado As ComboBox
- Friend WithEvents lblPais As Label
- Friend WithEvents cboPaises As ComboBox
- Friend WithEvents Label22 As Label
- Friend WithEvents pnlPie As Panel
- Friend WithEvents txtNombre As TextBox
- Friend WithEvents Label23 As Label
- Friend WithEvents cboRenta As ComboBox
- Friend WithEvents cboTasa As ComboBox
- Friend WithEvents cboPeriodicidad As ComboBox
- Friend WithEvents Label25 As Label
- Friend WithEvents Label27 As Label
- Friend WithEvents Label28 As Label
- Friend WithEvents Navegador 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 ToolStripButton1 As ToolStripButton
- Friend WithEvents gpbInversión As GroupBox
- Friend WithEvents chkUsuario As CheckBox
- Friend WithEvents PIN0BindingSource As BindingSource
- Friend WithEvents PIN0TableAdapter1 As InversionesDataSet1TableAdapters.PIN0TableAdapter
- Friend WithEvents txtRendimiento As TextBox
- Friend WithEvents PIN0BindingSource1 As BindingSource
- Friend WithEvents PIN0TableAdapter As InversionesDataSetTableAdapters.PIN0TableAdapter
- Friend WithEvents InversionesDEVDataSet2 As InversionesDEVDataSet2
- Friend WithEvents PIN0BindingSource2 As BindingSource
- Friend WithEvents PIN0TableAdapter2 As InversionesDEVDataSet2TableAdapters.PIN0TableAdapter
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents pnlContenedor As Panel
- Friend WithEvents GroupBox2 As GroupBox
- Friend WithEvents grpInstrumentos As GroupBox
- Friend WithEvents grpEmpresas As GroupBox
- Friend WithEvents TabCampos As TabControl
- Friend WithEvents TbDatosCantidad As TabPage
- Friend WithEvents TbDatosSeleccionar As TabPage
- Friend WithEvents TbComentarios As TabPage
- Friend WithEvents grpCalificadoraRiesgo As GroupBox
- Friend WithEvents grpCalificacionRiesgo As GroupBox
- Friend WithEvents grpEmisor As GroupBox
- Friend WithEvents grpPlazo As GroupBox
- Friend WithEvents grpOrigenFondos As GroupBox
- Friend WithEvents grpAutorizacion As GroupBox
- Friend WithEvents grpTipoOperacion As GroupBox
- Friend WithEvents grpEstadoDocumento As GroupBox
- Friend WithEvents grpPais As GroupBox
- Friend WithEvents grpTipoMercado As GroupBox
- Friend WithEvents flpTipoMercado As FlowLayoutPanel
- Friend WithEvents flpAutorizacion As FlowLayoutPanel
- Friend WithEvents flpTipoOperacion As FlowLayoutPanel
- Friend WithEvents flpEstadoDocumento As FlowLayoutPanel
- Friend WithEvents flpPais As FlowLayoutPanel
- Friend WithEvents flpCalificadoraRiesgo As FlowLayoutPanel
- Friend WithEvents flpCalificacionRiesgo As FlowLayoutPanel
- Friend WithEvents flpEmisor As FlowLayoutPanel
- Friend WithEvents flpPlazo As FlowLayoutPanel
- Friend WithEvents flpOrigenFondos As FlowLayoutPanel
- Friend WithEvents flpInstrumentos As FlowLayoutPanel
- Friend WithEvents flpEmpresas As FlowLayoutPanel
- Friend WithEvents pnlAutorizacion As Panel
- Friend WithEvents pnlTipMercado As Panel
- Friend WithEvents pnlTipOper As Panel
- Friend WithEvents pnlEstado As Panel
- Friend WithEvents pnlPais As Panel
- Friend WithEvents pnlCalificadora As Panel
- Friend WithEvents pnlCalificacionRiesgo As Panel
- Friend WithEvents pnlEmisor As Panel
- Friend WithEvents pnlOrigenFondos As Panel
- Friend WithEvents pnlPlazo As Panel
- Friend WithEvents pnlInstrumento As Panel
- Friend WithEvents lblInstrumento As Label
- Friend WithEvents pnlEmpresa As Panel
- Friend WithEvents lblEmpresa As Label
- Friend WithEvents pnlMenu As Panel
- End Class
|