| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmPropuestasDeInversion
- 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()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPropuestasDeInversion))
- Me.Label1 = New System.Windows.Forms.Label()
- Me.txtCodigoPropuesta = 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.Label5 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.cboCalificacionDeRiesgo = New System.Windows.Forms.ComboBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.txtJustificacion = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.txtComentarios = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.txtMontoInversion = New System.Windows.Forms.TextBox()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.cboOrigenDeFodos = New System.Windows.Forms.ComboBox()
- Me.txtRendimiento = New System.Windows.Forms.TextBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.txtIngresos = New System.Windows.Forms.TextBox()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.btnLimpiar = New System.Windows.Forms.Button()
- Me.btnCancelar = New System.Windows.Forms.Button()
- Me.btnAccion = New System.Windows.Forms.Button()
- Me.Label18 = New System.Windows.Forms.Label()
- Me.cboEstado = New System.Windows.Forms.ComboBox()
- Me.txtPrecio = New System.Windows.Forms.TextBox()
- Me.Label19 = New System.Windows.Forms.Label()
- Me.gbTipoOperacion = New System.Windows.Forms.GroupBox()
- Me.rbtnVenta = New System.Windows.Forms.RadioButton()
- Me.rbtnCompra = New System.Windows.Forms.RadioButton()
- Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
- Me.btnNuevo = New System.Windows.Forms.ToolStripButton()
- Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
- Me.btnBuscar = New System.Windows.Forms.ToolStripButton()
- Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
- Me.btnImprimir = New System.Windows.Forms.ToolStripButton()
- Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel()
- Me.cboEmpresas = New System.Windows.Forms.ComboBox()
- Me.cboInstrumentosFinancieros = New System.Windows.Forms.ComboBox()
- Me.cboEmisores = New System.Windows.Forms.ComboBox()
- Me.cboCalificadoraDeRiesgo = New System.Windows.Forms.ComboBox()
- Me.btnDetallerIF = New System.Windows.Forms.Button()
- Me.Panel1.SuspendLayout()
- Me.gbTipoOperacion.SuspendLayout()
- Me.ToolStrip1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label1.Location = New System.Drawing.Point(20, 33)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(223, 24)
- Me.Label1.TabIndex = 1
- Me.Label1.Text = "Propuestas de Inversión"
- '
- 'txtCodigoPropuesta
- '
- Me.txtCodigoPropuesta.Location = New System.Drawing.Point(104, 77)
- Me.txtCodigoPropuesta.Name = "txtCodigoPropuesta"
- Me.txtCodigoPropuesta.ReadOnly = True
- Me.txtCodigoPropuesta.Size = New System.Drawing.Size(170, 20)
- Me.txtCodigoPropuesta.TabIndex = 15
- '
- '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(20, 78)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(48, 18)
- Me.Label4.TabIndex = 10
- 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(104, 99)
- Me.txtAsunto.Name = "txtAsunto"
- Me.txtAsunto.Size = New System.Drawing.Size(497, 20)
- Me.txtAsunto.TabIndex = 1
- '
- '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, 100)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(48, 18)
- Me.Label2.TabIndex = 8
- Me.Label2.Text = "Asunto"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label5.Location = New System.Drawing.Point(22, 123)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(58, 18)
- Me.Label5.TabIndex = 15
- Me.Label5.Text = "Empresa"
- '
- '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(22, 147)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(79, 18)
- Me.Label6.TabIndex = 17
- Me.Label6.Text = "Instrumento"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label7.Location = New System.Drawing.Point(22, 171)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(48, 18)
- Me.Label7.TabIndex = 19
- Me.Label7.Text = "Emisor"
- '
- '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(289, 123)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(137, 18)
- Me.Label11.TabIndex = 23
- Me.Label11.Text = "Calificación de Riesgo"
- '
- 'cboCalificacionDeRiesgo
- '
- 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(431, 122)
- Me.cboCalificacionDeRiesgo.Name = "cboCalificacionDeRiesgo"
- Me.cboCalificacionDeRiesgo.Size = New System.Drawing.Size(170, 21)
- Me.cboCalificacionDeRiesgo.TabIndex = 5
- Me.cboCalificacionDeRiesgo.ValueMember = "Codigo"
- '
- '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(289, 147)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(78, 18)
- Me.Label12.TabIndex = 25
- Me.Label12.Text = "Calificadora"
- '
- '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(354, 294)
- Me.txtJustificacion.Multiline = True
- Me.txtJustificacion.Name = "txtJustificacion"
- Me.txtJustificacion.Size = New System.Drawing.Size(289, 79)
- Me.txtJustificacion.TabIndex = 19
- '
- '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(454, 271)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(82, 18)
- Me.Label8.TabIndex = 26
- Me.Label8.Text = "Justificación"
- '
- '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, 294)
- Me.txtComentarios.Multiline = True
- Me.txtComentarios.Name = "txtComentarios"
- Me.txtComentarios.Size = New System.Drawing.Size(312, 79)
- Me.txtComentarios.TabIndex = 20
- '
- '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(20, 272)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(82, 18)
- Me.Label9.TabIndex = 28
- Me.Label9.Text = "Comentarios"
- '
- 'txtMontoInversion
- '
- Me.txtMontoInversion.Location = New System.Drawing.Point(782, 306)
- Me.txtMontoInversion.Name = "txtMontoInversion"
- Me.txtMontoInversion.Size = New System.Drawing.Size(156, 20)
- Me.txtMontoInversion.TabIndex = 11
- Me.txtMontoInversion.Visible = False
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Location = New System.Drawing.Point(668, 309)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(83, 13)
- Me.Label10.TabIndex = 30
- Me.Label10.Text = "Monto Inversión"
- Me.Label10.Visible = False
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label13.Location = New System.Drawing.Point(289, 171)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(130, 18)
- Me.Label13.TabIndex = 33
- Me.Label13.Text = "Origen de los Fondos"
- '
- 'cboOrigenDeFodos
- '
- Me.cboOrigenDeFodos.DisplayMember = "Nombre"
- Me.cboOrigenDeFodos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboOrigenDeFodos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboOrigenDeFodos.FormattingEnabled = True
- Me.cboOrigenDeFodos.Location = New System.Drawing.Point(431, 170)
- Me.cboOrigenDeFodos.Name = "cboOrigenDeFodos"
- Me.cboOrigenDeFodos.Size = New System.Drawing.Size(170, 21)
- Me.cboOrigenDeFodos.TabIndex = 7
- '
- 'txtRendimiento
- '
- Me.txtRendimiento.Location = New System.Drawing.Point(782, 358)
- Me.txtRendimiento.Name = "txtRendimiento"
- Me.txtRendimiento.Size = New System.Drawing.Size(156, 20)
- Me.txtRendimiento.TabIndex = 13
- Me.txtRendimiento.Visible = False
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.Location = New System.Drawing.Point(668, 361)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(66, 13)
- Me.Label14.TabIndex = 34
- Me.Label14.Text = "Rendimiento"
- Me.Label14.Visible = False
- '
- 'txtIngresos
- '
- Me.txtIngresos.Location = New System.Drawing.Point(782, 384)
- Me.txtIngresos.Name = "txtIngresos"
- Me.txtIngresos.Size = New System.Drawing.Size(156, 20)
- Me.txtIngresos.TabIndex = 14
- Me.txtIngresos.Visible = False
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.Location = New System.Drawing.Point(668, 387)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(47, 13)
- Me.Label16.TabIndex = 38
- Me.Label16.Text = "Ingresos"
- Me.Label16.Visible = False
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.btnLimpiar)
- Me.Panel1.Controls.Add(Me.btnCancelar)
- Me.Panel1.Controls.Add(Me.btnAccion)
- Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
- Me.Panel1.Location = New System.Drawing.Point(0, 545)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(1132, 70)
- Me.Panel1.TabIndex = 42
- '
- 'btnLimpiar
- '
- Me.btnLimpiar.BackColor = System.Drawing.Color.DarkGray
- Me.btnLimpiar.FlatAppearance.BorderSize = 0
- Me.btnLimpiar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnLimpiar.ForeColor = System.Drawing.Color.White
- Me.btnLimpiar.Location = New System.Drawing.Point(354, 14)
- Me.btnLimpiar.Name = "btnLimpiar"
- Me.btnLimpiar.Size = New System.Drawing.Size(163, 32)
- Me.btnLimpiar.TabIndex = 3
- Me.btnLimpiar.Text = "Limpiar"
- Me.btnLimpiar.UseVisualStyleBackColor = False
- '
- 'btnCancelar
- '
- Me.btnCancelar.BackColor = System.Drawing.Color.DarkGray
- Me.btnCancelar.FlatAppearance.BorderSize = 0
- Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnCancelar.ForeColor = System.Drawing.Color.White
- Me.btnCancelar.Location = New System.Drawing.Point(185, 14)
- Me.btnCancelar.Name = "btnCancelar"
- Me.btnCancelar.Size = New System.Drawing.Size(163, 32)
- Me.btnCancelar.TabIndex = 1
- Me.btnCancelar.Text = "Cancelar"
- Me.btnCancelar.UseVisualStyleBackColor = False
- '
- 'btnAccion
- '
- Me.btnAccion.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
- Me.btnAccion.FlatAppearance.BorderSize = 0
- Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnAccion.ForeColor = System.Drawing.Color.White
- Me.btnAccion.Location = New System.Drawing.Point(12, 14)
- Me.btnAccion.Name = "btnAccion"
- Me.btnAccion.Size = New System.Drawing.Size(163, 32)
- Me.btnAccion.TabIndex = 0
- Me.btnAccion.Text = "Aceptar"
- Me.btnAccion.UseVisualStyleBackColor = False
- '
- 'Label18
- '
- Me.Label18.AutoSize = True
- Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label18.Location = New System.Drawing.Point(289, 79)
- Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(47, 18)
- Me.Label18.TabIndex = 44
- Me.Label18.Text = "Estado"
- '
- 'cboEstado
- '
- Me.cboEstado.DisplayMember = "Nombre"
- Me.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboEstado.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboEstado.FormattingEnabled = True
- Me.cboEstado.Location = New System.Drawing.Point(431, 76)
- Me.cboEstado.Name = "cboEstado"
- Me.cboEstado.Size = New System.Drawing.Size(170, 21)
- Me.cboEstado.TabIndex = 16
- '
- 'txtPrecio
- '
- Me.txtPrecio.Location = New System.Drawing.Point(782, 331)
- Me.txtPrecio.Name = "txtPrecio"
- Me.txtPrecio.Size = New System.Drawing.Size(156, 20)
- Me.txtPrecio.TabIndex = 12
- Me.txtPrecio.Visible = False
- '
- 'Label19
- '
- Me.Label19.AutoSize = True
- Me.Label19.Location = New System.Drawing.Point(668, 331)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(37, 13)
- Me.Label19.TabIndex = 45
- Me.Label19.Text = "Precio"
- Me.Label19.Visible = False
- '
- 'gbTipoOperacion
- '
- Me.gbTipoOperacion.Controls.Add(Me.rbtnVenta)
- Me.gbTipoOperacion.Controls.Add(Me.rbtnCompra)
- Me.gbTipoOperacion.Location = New System.Drawing.Point(630, 79)
- Me.gbTipoOperacion.Name = "gbTipoOperacion"
- Me.gbTipoOperacion.Size = New System.Drawing.Size(158, 59)
- Me.gbTipoOperacion.TabIndex = 48
- Me.gbTipoOperacion.TabStop = False
- Me.gbTipoOperacion.Text = "Operación"
- '
- 'rbtnVenta
- '
- Me.rbtnVenta.AutoSize = True
- Me.rbtnVenta.Location = New System.Drawing.Point(79, 19)
- Me.rbtnVenta.Name = "rbtnVenta"
- Me.rbtnVenta.Size = New System.Drawing.Size(53, 17)
- Me.rbtnVenta.TabIndex = 1
- Me.rbtnVenta.Text = "Venta"
- Me.rbtnVenta.UseVisualStyleBackColor = True
- '
- 'rbtnCompra
- '
- Me.rbtnCompra.AutoSize = True
- Me.rbtnCompra.Location = New System.Drawing.Point(15, 19)
- Me.rbtnCompra.Name = "rbtnCompra"
- Me.rbtnCompra.Size = New System.Drawing.Size(61, 17)
- Me.rbtnCompra.TabIndex = 0
- Me.rbtnCompra.Text = "Compra"
- Me.rbtnCompra.UseVisualStyleBackColor = True
- '
- 'ToolStrip1
- '
- Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnNuevo, Me.ToolStripLabel1, Me.btnBuscar, Me.ToolStripLabel2, Me.btnImprimir, Me.ToolStripLabel3})
- Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
- Me.ToolStrip1.Name = "ToolStrip1"
- Me.ToolStrip1.Size = New System.Drawing.Size(1132, 25)
- Me.ToolStrip1.TabIndex = 153
- Me.ToolStrip1.Text = "ToolStrip1"
- '
- 'btnNuevo
- '
- Me.btnNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.btnNuevo.Image = CType(resources.GetObject("btnNuevo.Image"), System.Drawing.Image)
- Me.btnNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.btnNuevo.Name = "btnNuevo"
- Me.btnNuevo.Size = New System.Drawing.Size(23, 22)
- Me.btnNuevo.Text = "ToolStripButton1"
- '
- 'ToolStripLabel1
- '
- Me.ToolStripLabel1.Name = "ToolStripLabel1"
- Me.ToolStripLabel1.Size = New System.Drawing.Size(42, 22)
- Me.ToolStripLabel1.Text = "Nuevo"
- '
- 'btnBuscar
- '
- Me.btnBuscar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.btnBuscar.Image = CType(resources.GetObject("btnBuscar.Image"), System.Drawing.Image)
- Me.btnBuscar.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.btnBuscar.Name = "btnBuscar"
- Me.btnBuscar.Size = New System.Drawing.Size(23, 22)
- Me.btnBuscar.Text = "ToolStripButton1"
- '
- 'ToolStripLabel2
- '
- Me.ToolStripLabel2.Name = "ToolStripLabel2"
- Me.ToolStripLabel2.Size = New System.Drawing.Size(42, 22)
- Me.ToolStripLabel2.Text = "Buscar"
- '
- 'btnImprimir
- '
- Me.btnImprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.btnImprimir.Image = CType(resources.GetObject("btnImprimir.Image"), System.Drawing.Image)
- Me.btnImprimir.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.btnImprimir.Name = "btnImprimir"
- Me.btnImprimir.Size = New System.Drawing.Size(23, 22)
- Me.btnImprimir.Text = "ToolStripButton1"
- '
- 'ToolStripLabel3
- '
- Me.ToolStripLabel3.Name = "ToolStripLabel3"
- Me.ToolStripLabel3.Size = New System.Drawing.Size(53, 22)
- Me.ToolStripLabel3.Text = "Imprimir"
- '
- 'cboEmpresas
- '
- 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(104, 122)
- Me.cboEmpresas.Name = "cboEmpresas"
- Me.cboEmpresas.Size = New System.Drawing.Size(170, 21)
- Me.cboEmpresas.TabIndex = 2
- '
- 'cboInstrumentosFinancieros
- '
- 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(104, 146)
- Me.cboInstrumentosFinancieros.Name = "cboInstrumentosFinancieros"
- Me.cboInstrumentosFinancieros.Size = New System.Drawing.Size(170, 21)
- Me.cboInstrumentosFinancieros.TabIndex = 3
- '
- 'cboEmisores
- '
- 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(104, 170)
- Me.cboEmisores.Name = "cboEmisores"
- Me.cboEmisores.Size = New System.Drawing.Size(170, 21)
- Me.cboEmisores.TabIndex = 4
- '
- 'cboCalificadoraDeRiesgo
- '
- 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(431, 146)
- Me.cboCalificadoraDeRiesgo.Name = "cboCalificadoraDeRiesgo"
- Me.cboCalificadoraDeRiesgo.Size = New System.Drawing.Size(170, 21)
- Me.cboCalificadoraDeRiesgo.TabIndex = 6
- '
- 'btnDetallerIF
- '
- Me.btnDetallerIF.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
- Me.btnDetallerIF.FlatAppearance.BorderSize = 0
- Me.btnDetallerIF.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnDetallerIF.ForeColor = System.Drawing.Color.White
- Me.btnDetallerIF.Location = New System.Drawing.Point(25, 384)
- Me.btnDetallerIF.Name = "btnDetallerIF"
- Me.btnDetallerIF.Size = New System.Drawing.Size(163, 32)
- Me.btnDetallerIF.TabIndex = 154
- Me.btnDetallerIF.Text = "Detalles"
- Me.btnDetallerIF.UseVisualStyleBackColor = False
- '
- 'frmPropuestasDeInversion
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1132, 615)
- Me.Controls.Add(Me.btnDetallerIF)
- Me.Controls.Add(Me.cboCalificadoraDeRiesgo)
- Me.Controls.Add(Me.cboEmisores)
- Me.Controls.Add(Me.cboInstrumentosFinancieros)
- Me.Controls.Add(Me.cboEmpresas)
- Me.Controls.Add(Me.ToolStrip1)
- Me.Controls.Add(Me.gbTipoOperacion)
- Me.Controls.Add(Me.txtPrecio)
- Me.Controls.Add(Me.Label19)
- Me.Controls.Add(Me.Label18)
- Me.Controls.Add(Me.cboEstado)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.txtIngresos)
- Me.Controls.Add(Me.Label16)
- Me.Controls.Add(Me.txtRendimiento)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.cboOrigenDeFodos)
- 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.Label12)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.cboCalificacionDeRiesgo)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.txtCodigoPropuesta)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.txtAsunto)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Name = "frmPropuestasDeInversion"
- Me.Text = "Propuesta de Inversion"
- Me.Panel1.ResumeLayout(False)
- Me.gbTipoOperacion.ResumeLayout(False)
- Me.gbTipoOperacion.PerformLayout()
- Me.ToolStrip1.ResumeLayout(False)
- Me.ToolStrip1.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents Label1 As Label
- Friend WithEvents txtCodigoPropuesta As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents txtAsunto As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents cboCalificacionDeRiesgo As ComboBox
- Friend WithEvents Label12 As Label
- Friend WithEvents txtJustificacion As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents txtComentarios As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents txtMontoInversion As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents Label13 As Label
- Friend WithEvents cboOrigenDeFodos As ComboBox
- Friend WithEvents txtRendimiento As TextBox
- Friend WithEvents Label14 As Label
- Friend WithEvents txtIngresos As TextBox
- Friend WithEvents Label16 As Label
- Friend WithEvents Panel1 As Panel
- Friend WithEvents btnCancelar As Button
- Friend WithEvents btnAccion As Button
- Friend WithEvents Label18 As Label
- Friend WithEvents cboEstado As ComboBox
- Friend WithEvents txtPrecio As TextBox
- Friend WithEvents Label19 As Label
- Friend WithEvents gbTipoOperacion As GroupBox
- Friend WithEvents rbtnVenta As RadioButton
- Friend WithEvents rbtnCompra As RadioButton
- Friend WithEvents ToolStrip1 As ToolStrip
- Friend WithEvents btnNuevo As ToolStripButton
- Friend WithEvents ToolStripLabel1 As ToolStripLabel
- Friend WithEvents btnBuscar As ToolStripButton
- Friend WithEvents ToolStripLabel2 As ToolStripLabel
- Friend WithEvents btnLimpiar As Button
- Friend WithEvents cboEmpresas As ComboBox
- Friend WithEvents cboInstrumentosFinancieros As ComboBox
- Friend WithEvents cboEmisores As ComboBox
- Friend WithEvents cboCalificadoraDeRiesgo As ComboBox
- Friend WithEvents btnImprimir As ToolStripButton
- Friend WithEvents ToolStripLabel3 As ToolStripLabel
- Friend WithEvents btnDetallerIF As Button
- End Class
|