Partial Class frmPrincipal Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrincipal)) Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea() Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend() Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series() Dim ChartArea2 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea() Dim Legend2 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend() Dim Series2 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series() Dim ChartArea3 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea() Dim Legend3 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend() Dim Series3 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series() Me.MenuStrip = New System.Windows.Forms.MenuStrip() Me.ToolStrip = New System.Windows.Forms.ToolStrip() Me.NewToolStripButton = New System.Windows.Forms.ToolStripButton() Me.OpenToolStripButton = New System.Windows.Forms.ToolStripButton() Me.SaveToolStripButton = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.PrintToolStripButton = New System.Windows.Forms.ToolStripButton() Me.PrintPreviewToolStripButton = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.HelpToolStripButton = New System.Windows.Forms.ToolStripButton() Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components) Me.PanelMenu = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.mnuPrincipal = New System.Windows.Forms.MenuStrip() Me.mnuInicio = New System.Windows.Forms.ToolStripMenuItem() Me.mnuPropuestas = New System.Windows.Forms.ToolStripMenuItem() Me.mnuInversiones = New System.Windows.Forms.ToolStripMenuItem() Me.mnuIngresos = New System.Windows.Forms.ToolStripMenuItem() Me.mnuIngresosDashboards = New System.Windows.Forms.ToolStripMenuItem() Me.mnuIngresosConsulta = New System.Windows.Forms.ToolStripMenuItem() Me.mnuDisponibilidades = New System.Windows.Forms.ToolStripMenuItem() Me.mnuPresupuesto = New System.Windows.Forms.ToolStripMenuItem() Me.mnuInformes = New System.Windows.Forms.ToolStripMenuItem() Me.mnuConfiguracion = New System.Windows.Forms.ToolStripMenuItem() Me.mnuCalificadoras = New System.Windows.Forms.ToolStripMenuItem() Me.mnuEmisores = New System.Windows.Forms.ToolStripMenuItem() Me.mnuEmpresas = New System.Windows.Forms.ToolStripMenuItem() Me.mnuInstrumentos = New System.Windows.Forms.ToolStripMenuItem() Me.mnuBancos = New System.Windows.Forms.ToolStripMenuItem() Me.mnuCuentasBancarias = New System.Windows.Forms.ToolStripMenuItem() Me.mnuTipoCuentaBancaria = New System.Windows.Forms.ToolStripMenuItem() Me.mnuPaises = New System.Windows.Forms.ToolStripMenuItem() Me.mnuFormasDePago = New System.Windows.Forms.ToolStripMenuItem() Me.mnuUsuarios = New System.Windows.Forms.ToolStripMenuItem() Me.mnuDepartamentos = New System.Windows.Forms.ToolStripMenuItem() Me.mnuRendimientos = New System.Windows.Forms.ToolStripMenuItem() Me.FToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.picLogo = New System.Windows.Forms.PictureBox() Me.lblInversionesTXT = New System.Windows.Forms.Label() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.pnlPrincipal = New System.Windows.Forms.Panel() Me.pnlHijo = New System.Windows.Forms.Panel() Me.lblPais = New System.Windows.Forms.Label() Me.pnlEmpresa = New System.Windows.Forms.Panel() Me.flpEmpresas = New System.Windows.Forms.FlowLayoutPanel() Me.pnlPais = New System.Windows.Forms.Panel() Me.flpPaises = New System.Windows.Forms.FlowLayoutPanel() Me.pnlInstrumento = New System.Windows.Forms.Panel() Me.flpInstrumentos = New System.Windows.Forms.FlowLayoutPanel() Me.lblInstrumento = New System.Windows.Forms.Label() Me.lblEmpresa = New System.Windows.Forms.Label() Me.pnlPortafolioTotal = New System.Windows.Forms.Panel() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.lblIngresostexto = New System.Windows.Forms.Label() Me.lblMontoIngresos = New System.Windows.Forms.Label() Me.pnlRendimientoTotal = New System.Windows.Forms.Panel() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.lblRendimientotexto = New System.Windows.Forms.Label() Me.lblMontoRendimiento = New System.Windows.Forms.Label() Me.lblPortafolio = New System.Windows.Forms.Label() Me.lblIngreso = New System.Windows.Forms.Label() Me.lblRendimiento = New System.Windows.Forms.Label() Me.pnlPortafolio = New System.Windows.Forms.Panel() Me.charPastel = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.pnlIngresos = New System.Windows.Forms.Panel() Me.charbarras = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.pnlRendimiento = New System.Windows.Forms.Panel() Me.charlineal = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.lblTitulo = New System.Windows.Forms.Label() Me.ArbitrajeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStrip.SuspendLayout() Me.PanelMenu.SuspendLayout() Me.mnuPrincipal.SuspendLayout() CType(Me.picLogo, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlPrincipal.SuspendLayout() Me.pnlHijo.SuspendLayout() Me.pnlEmpresa.SuspendLayout() Me.pnlPais.SuspendLayout() Me.pnlInstrumento.SuspendLayout() Me.pnlPortafolioTotal.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.pnlRendimientoTotal.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.pnlPortafolio.SuspendLayout() CType(Me.charPastel, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlIngresos.SuspendLayout() CType(Me.charbarras, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlRendimiento.SuspendLayout() CType(Me.charlineal, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'MenuStrip ' Me.MenuStrip.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer)) Me.MenuStrip.Location = New System.Drawing.Point(0, 0) Me.MenuStrip.Name = "MenuStrip" Me.MenuStrip.Size = New System.Drawing.Size(1370, 24) Me.MenuStrip.TabIndex = 5 Me.MenuStrip.Text = "MenuStrip" ' 'ToolStrip ' Me.ToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewToolStripButton, Me.OpenToolStripButton, Me.SaveToolStripButton, Me.ToolStripSeparator1, Me.PrintToolStripButton, Me.PrintPreviewToolStripButton, Me.ToolStripSeparator2, Me.HelpToolStripButton}) Me.ToolStrip.Location = New System.Drawing.Point(0, 24) Me.ToolStrip.Name = "ToolStrip" Me.ToolStrip.Size = New System.Drawing.Size(1370, 25) Me.ToolStrip.TabIndex = 6 Me.ToolStrip.Text = "ToolStrip" ' 'NewToolStripButton ' Me.NewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.NewToolStripButton.Image = CType(resources.GetObject("NewToolStripButton.Image"), System.Drawing.Image) Me.NewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black Me.NewToolStripButton.Name = "NewToolStripButton" Me.NewToolStripButton.Size = New System.Drawing.Size(23, 22) Me.NewToolStripButton.Text = "Nuevo" ' 'OpenToolStripButton ' Me.OpenToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.OpenToolStripButton.Image = CType(resources.GetObject("OpenToolStripButton.Image"), System.Drawing.Image) Me.OpenToolStripButton.ImageTransparentColor = System.Drawing.Color.Black Me.OpenToolStripButton.Name = "OpenToolStripButton" Me.OpenToolStripButton.Size = New System.Drawing.Size(23, 22) Me.OpenToolStripButton.Text = "Abrir" ' 'SaveToolStripButton ' Me.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.SaveToolStripButton.Image = CType(resources.GetObject("SaveToolStripButton.Image"), System.Drawing.Image) Me.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black Me.SaveToolStripButton.Name = "SaveToolStripButton" Me.SaveToolStripButton.Size = New System.Drawing.Size(23, 22) Me.SaveToolStripButton.Text = "Guardar" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'PrintToolStripButton ' Me.PrintToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.PrintToolStripButton.Image = CType(resources.GetObject("PrintToolStripButton.Image"), System.Drawing.Image) Me.PrintToolStripButton.ImageTransparentColor = System.Drawing.Color.Black Me.PrintToolStripButton.Name = "PrintToolStripButton" Me.PrintToolStripButton.Size = New System.Drawing.Size(23, 22) Me.PrintToolStripButton.Text = "Imprimir" ' 'PrintPreviewToolStripButton ' Me.PrintPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.PrintPreviewToolStripButton.Image = CType(resources.GetObject("PrintPreviewToolStripButton.Image"), System.Drawing.Image) Me.PrintPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black Me.PrintPreviewToolStripButton.Name = "PrintPreviewToolStripButton" Me.PrintPreviewToolStripButton.Size = New System.Drawing.Size(23, 22) Me.PrintPreviewToolStripButton.Text = "Vista previa de impresión" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'HelpToolStripButton ' Me.HelpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.HelpToolStripButton.Image = CType(resources.GetObject("HelpToolStripButton.Image"), System.Drawing.Image) Me.HelpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black Me.HelpToolStripButton.Name = "HelpToolStripButton" Me.HelpToolStripButton.Size = New System.Drawing.Size(23, 22) Me.HelpToolStripButton.Text = "Ayuda" ' 'PanelMenu ' Me.PanelMenu.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer)) Me.PanelMenu.Controls.Add(Me.Button1) Me.PanelMenu.Controls.Add(Me.mnuPrincipal) Me.PanelMenu.Controls.Add(Me.picLogo) Me.PanelMenu.Controls.Add(Me.lblInversionesTXT) Me.PanelMenu.Dock = System.Windows.Forms.DockStyle.Left Me.PanelMenu.Location = New System.Drawing.Point(0, 49) Me.PanelMenu.Name = "PanelMenu" Me.PanelMenu.Size = New System.Drawing.Size(254, 677) Me.PanelMenu.TabIndex = 10 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(3, 87) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(37, 30) Me.Button1.TabIndex = 14 Me.Button1.Text = "Button1" Me.Button1.UseVisualStyleBackColor = True ' 'mnuPrincipal ' Me.mnuPrincipal.AutoSize = False Me.mnuPrincipal.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer)) Me.mnuPrincipal.Dock = System.Windows.Forms.DockStyle.None Me.mnuPrincipal.Font = New System.Drawing.Font("Century Gothic", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.mnuPrincipal.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuInicio, Me.mnuPropuestas, Me.mnuInversiones, Me.mnuIngresos, Me.mnuDisponibilidades, Me.mnuPresupuesto, Me.mnuInformes, Me.mnuConfiguracion, Me.mnuRendimientos, Me.FToolStripMenuItem, Me.ArbitrajeToolStripMenuItem}) Me.mnuPrincipal.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow Me.mnuPrincipal.Location = New System.Drawing.Point(0, 120) Me.mnuPrincipal.Name = "mnuPrincipal" Me.mnuPrincipal.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional Me.mnuPrincipal.ShowItemToolTips = True Me.mnuPrincipal.Size = New System.Drawing.Size(250, 524) Me.mnuPrincipal.TabIndex = 15 Me.mnuPrincipal.Text = "MenuStrip1" ' 'mnuInicio ' Me.mnuInicio.AutoSize = False Me.mnuInicio.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuInicio.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image Me.mnuInicio.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuInicio.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuInicio.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6) Me.mnuInicio.Name = "mnuInicio" Me.mnuInicio.Size = New System.Drawing.Size(250, 40) Me.mnuInicio.Text = "Inicio" Me.mnuInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuInicio.ToolTipText = "Inicio" ' 'mnuPropuestas ' Me.mnuPropuestas.AutoSize = False Me.mnuPropuestas.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuPropuestas.Image = Global.Inversiones.My.Resources.Resources.btnPropuestaDeInversion_Image Me.mnuPropuestas.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuPropuestas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuPropuestas.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6) Me.mnuPropuestas.Name = "mnuPropuestas" Me.mnuPropuestas.Size = New System.Drawing.Size(250, 40) Me.mnuPropuestas.Text = "Propuestas de Inversión" Me.mnuPropuestas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuPropuestas.ToolTipText = "Propuestas de Inversión" ' 'mnuInversiones ' Me.mnuInversiones.AutoSize = False Me.mnuInversiones.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuInversiones.Image = Global.Inversiones.My.Resources.Resources.btnInverntario_Image Me.mnuInversiones.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuInversiones.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuInversiones.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6) Me.mnuInversiones.Name = "mnuInversiones" Me.mnuInversiones.Size = New System.Drawing.Size(250, 40) Me.mnuInversiones.Text = "Inversiones" Me.mnuInversiones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuInversiones.ToolTipText = "Inventario de Inversiones" ' 'mnuIngresos ' Me.mnuIngresos.AutoSize = False Me.mnuIngresos.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuIngresosDashboards, Me.mnuIngresosConsulta}) Me.mnuIngresos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuIngresos.Image = Global.Inversiones.My.Resources.Resources.Button3_Image Me.mnuIngresos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuIngresos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuIngresos.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6) Me.mnuIngresos.Name = "mnuIngresos" Me.mnuIngresos.Size = New System.Drawing.Size(250, 40) Me.mnuIngresos.Text = "Ingresos" Me.mnuIngresos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuIngresos.ToolTipText = "Ingresos" ' 'mnuIngresosDashboards ' Me.mnuIngresosDashboards.Name = "mnuIngresosDashboards" Me.mnuIngresosDashboards.Size = New System.Drawing.Size(165, 24) Me.mnuIngresosDashboards.Text = "Dashboards" ' 'mnuIngresosConsulta ' Me.mnuIngresosConsulta.Name = "mnuIngresosConsulta" Me.mnuIngresosConsulta.Size = New System.Drawing.Size(165, 24) Me.mnuIngresosConsulta.Text = "Consulta" ' 'mnuDisponibilidades ' Me.mnuDisponibilidades.AutoSize = False Me.mnuDisponibilidades.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuDisponibilidades.Image = Global.Inversiones.My.Resources.Resources.btnDisponibilidades_Image Me.mnuDisponibilidades.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuDisponibilidades.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuDisponibilidades.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6) Me.mnuDisponibilidades.Name = "mnuDisponibilidades" Me.mnuDisponibilidades.Size = New System.Drawing.Size(250, 40) Me.mnuDisponibilidades.Text = "Disponibilidades" Me.mnuDisponibilidades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuDisponibilidades.ToolTipText = "Disponibilidades" ' 'mnuPresupuesto ' Me.mnuPresupuesto.AutoSize = False Me.mnuPresupuesto.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuPresupuesto.Image = Global.Inversiones.My.Resources.Resources.Button4_Image Me.mnuPresupuesto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuPresupuesto.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuPresupuesto.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6) Me.mnuPresupuesto.Name = "mnuPresupuesto" Me.mnuPresupuesto.Size = New System.Drawing.Size(250, 40) Me.mnuPresupuesto.Text = "Presupuesto" Me.mnuPresupuesto.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuPresupuesto.ToolTipText = "Presupuesto" ' 'mnuInformes ' Me.mnuInformes.AutoSize = False Me.mnuInformes.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuInformes.Image = Global.Inversiones.My.Resources.Resources.Button1_Image Me.mnuInformes.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuInformes.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuInformes.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6) Me.mnuInformes.Name = "mnuInformes" Me.mnuInformes.Size = New System.Drawing.Size(250, 40) Me.mnuInformes.Text = "Informes" Me.mnuInformes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuInformes.ToolTipText = "Informes" ' 'mnuConfiguracion ' Me.mnuConfiguracion.AutoSize = False Me.mnuConfiguracion.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCalificadoras, Me.mnuEmisores, Me.mnuEmpresas, Me.mnuInstrumentos, Me.mnuBancos, Me.mnuCuentasBancarias, Me.mnuTipoCuentaBancaria, Me.mnuPaises, Me.mnuFormasDePago, Me.mnuUsuarios, Me.mnuDepartamentos}) Me.mnuConfiguracion.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuConfiguracion.Image = Global.Inversiones.My.Resources.Resources.Button5_Image Me.mnuConfiguracion.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuConfiguracion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuConfiguracion.Name = "mnuConfiguracion" Me.mnuConfiguracion.Size = New System.Drawing.Size(250, 40) Me.mnuConfiguracion.Text = "Configuración" Me.mnuConfiguracion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuConfiguracion.ToolTipText = "Configuración" ' 'mnuCalificadoras ' Me.mnuCalificadoras.Name = "mnuCalificadoras" Me.mnuCalificadoras.Size = New System.Drawing.Size(235, 24) Me.mnuCalificadoras.Text = "Calificadoras" ' 'mnuEmisores ' Me.mnuEmisores.Name = "mnuEmisores" Me.mnuEmisores.Size = New System.Drawing.Size(235, 24) Me.mnuEmisores.Text = "Emisores" ' 'mnuEmpresas ' Me.mnuEmpresas.Name = "mnuEmpresas" Me.mnuEmpresas.Size = New System.Drawing.Size(235, 24) Me.mnuEmpresas.Text = "Empresas" ' 'mnuInstrumentos ' Me.mnuInstrumentos.Name = "mnuInstrumentos" Me.mnuInstrumentos.Size = New System.Drawing.Size(235, 24) Me.mnuInstrumentos.Text = "Instrumentos" ' 'mnuBancos ' Me.mnuBancos.Name = "mnuBancos" Me.mnuBancos.Size = New System.Drawing.Size(235, 24) Me.mnuBancos.Text = "Bancos" ' 'mnuCuentasBancarias ' Me.mnuCuentasBancarias.Name = "mnuCuentasBancarias" Me.mnuCuentasBancarias.Size = New System.Drawing.Size(235, 24) Me.mnuCuentasBancarias.Text = "Cuentas Bancarias" ' 'mnuTipoCuentaBancaria ' Me.mnuTipoCuentaBancaria.Name = "mnuTipoCuentaBancaria" Me.mnuTipoCuentaBancaria.Size = New System.Drawing.Size(235, 24) Me.mnuTipoCuentaBancaria.Text = "Tipo Cuenta Bancaria" ' 'mnuPaises ' Me.mnuPaises.Name = "mnuPaises" Me.mnuPaises.Size = New System.Drawing.Size(235, 24) Me.mnuPaises.Text = "Paises" ' 'mnuFormasDePago ' Me.mnuFormasDePago.Name = "mnuFormasDePago" Me.mnuFormasDePago.Size = New System.Drawing.Size(235, 24) Me.mnuFormasDePago.Text = "Formas de Pago" ' 'mnuUsuarios ' Me.mnuUsuarios.Name = "mnuUsuarios" Me.mnuUsuarios.Size = New System.Drawing.Size(235, 24) Me.mnuUsuarios.Text = "Usuarios" ' 'mnuDepartamentos ' Me.mnuDepartamentos.Name = "mnuDepartamentos" Me.mnuDepartamentos.Size = New System.Drawing.Size(235, 24) Me.mnuDepartamentos.Text = "Departamentos" ' 'mnuRendimientos ' Me.mnuRendimientos.AutoSize = False Me.mnuRendimientos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.mnuRendimientos.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image Me.mnuRendimientos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.mnuRendimientos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mnuRendimientos.Name = "mnuRendimientos" Me.mnuRendimientos.Size = New System.Drawing.Size(250, 40) Me.mnuRendimientos.Text = "Rendimientos" Me.mnuRendimientos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'FToolStripMenuItem ' Me.FToolStripMenuItem.AutoSize = False Me.FToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.FToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.Button5_Image Me.FToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.FToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.FToolStripMenuItem.Name = "FToolStripMenuItem" Me.FToolStripMenuItem.Size = New System.Drawing.Size(250, 40) Me.FToolStripMenuItem.Text = "Costos Financieros" Me.FToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'picLogo ' Me.picLogo.Image = CType(resources.GetObject("picLogo.Image"), System.Drawing.Image) Me.picLogo.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.picLogo.Location = New System.Drawing.Point(0, 0) Me.picLogo.Name = "picLogo" Me.picLogo.Size = New System.Drawing.Size(250, 81) Me.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.picLogo.TabIndex = 0 Me.picLogo.TabStop = False ' 'lblInversionesTXT ' Me.lblInversionesTXT.AutoSize = True Me.lblInversionesTXT.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Bold) Me.lblInversionesTXT.ForeColor = System.Drawing.Color.White Me.lblInversionesTXT.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.lblInversionesTXT.Location = New System.Drawing.Point(78, 87) Me.lblInversionesTXT.Name = "lblInversionesTXT" Me.lblInversionesTXT.Size = New System.Drawing.Size(93, 19) Me.lblInversionesTXT.TabIndex = 5 Me.lblInversionesTXT.Text = "Inversiones" ' 'StatusStrip1 ' Me.StatusStrip1.Location = New System.Drawing.Point(254, 704) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1116, 22) Me.StatusStrip1.TabIndex = 12 Me.StatusStrip1.Text = "StatusStrip1" ' 'pnlPrincipal ' Me.pnlPrincipal.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1 Me.pnlPrincipal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.pnlPrincipal.Controls.Add(Me.pnlHijo) Me.pnlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlPrincipal.Location = New System.Drawing.Point(254, 49) Me.pnlPrincipal.Name = "pnlPrincipal" Me.pnlPrincipal.Size = New System.Drawing.Size(1116, 655) Me.pnlPrincipal.TabIndex = 14 ' 'pnlHijo ' Me.pnlHijo.AutoScroll = True Me.pnlHijo.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1 Me.pnlHijo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.pnlHijo.Controls.Add(Me.lblPais) Me.pnlHijo.Controls.Add(Me.pnlEmpresa) Me.pnlHijo.Controls.Add(Me.pnlPais) Me.pnlHijo.Controls.Add(Me.pnlInstrumento) Me.pnlHijo.Controls.Add(Me.lblInstrumento) Me.pnlHijo.Controls.Add(Me.lblEmpresa) Me.pnlHijo.Controls.Add(Me.pnlPortafolioTotal) Me.pnlHijo.Controls.Add(Me.pnlRendimientoTotal) Me.pnlHijo.Controls.Add(Me.lblPortafolio) Me.pnlHijo.Controls.Add(Me.lblIngreso) Me.pnlHijo.Controls.Add(Me.lblRendimiento) Me.pnlHijo.Controls.Add(Me.pnlPortafolio) Me.pnlHijo.Controls.Add(Me.pnlIngresos) Me.pnlHijo.Controls.Add(Me.pnlRendimiento) Me.pnlHijo.Controls.Add(Me.lblTitulo) Me.pnlHijo.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlHijo.Location = New System.Drawing.Point(0, 0) Me.pnlHijo.Name = "pnlHijo" Me.pnlHijo.Size = New System.Drawing.Size(1116, 655) Me.pnlHijo.TabIndex = 0 ' 'lblPais ' Me.lblPais.AutoSize = True Me.lblPais.BackColor = System.Drawing.Color.Transparent Me.lblPais.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPais.ForeColor = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(59, Byte), Integer)) Me.lblPais.Location = New System.Drawing.Point(781, 67) Me.lblPais.Name = "lblPais" Me.lblPais.Size = New System.Drawing.Size(56, 16) Me.lblPais.TabIndex = 12 Me.lblPais.Text = "Países" ' 'pnlEmpresa ' Me.pnlEmpresa.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlEmpresa.Controls.Add(Me.flpEmpresas) Me.pnlEmpresa.Location = New System.Drawing.Point(527, 83) Me.pnlEmpresa.Name = "pnlEmpresa" Me.pnlEmpresa.Size = New System.Drawing.Size(58, 45) Me.pnlEmpresa.TabIndex = 3 Me.pnlEmpresa.Visible = False ' 'flpEmpresas ' Me.flpEmpresas.AutoScroll = True Me.flpEmpresas.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1 Me.flpEmpresas.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.flpEmpresas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.flpEmpresas.Location = New System.Drawing.Point(0, 3) Me.flpEmpresas.Name = "flpEmpresas" Me.flpEmpresas.Size = New System.Drawing.Size(54, 42) Me.flpEmpresas.TabIndex = 0 ' 'pnlPais ' Me.pnlPais.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlPais.Controls.Add(Me.flpPaises) Me.pnlPais.Location = New System.Drawing.Point(773, 87) Me.pnlPais.Name = "pnlPais" Me.pnlPais.Size = New System.Drawing.Size(61, 38) Me.pnlPais.TabIndex = 5 Me.pnlPais.Visible = False ' 'flpPaises ' Me.flpPaises.AutoScroll = True Me.flpPaises.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1 Me.flpPaises.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.flpPaises.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.flpPaises.Location = New System.Drawing.Point(3, 3) Me.flpPaises.Name = "flpPaises" Me.flpPaises.Size = New System.Drawing.Size(55, 35) Me.flpPaises.TabIndex = 1 ' 'pnlInstrumento ' Me.pnlInstrumento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlInstrumento.Controls.Add(Me.flpInstrumentos) Me.pnlInstrumento.Location = New System.Drawing.Point(643, 87) Me.pnlInstrumento.Name = "pnlInstrumento" Me.pnlInstrumento.Size = New System.Drawing.Size(58, 44) Me.pnlInstrumento.TabIndex = 4 Me.pnlInstrumento.Visible = False ' 'flpInstrumentos ' Me.flpInstrumentos.AutoScroll = True Me.flpInstrumentos.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1 Me.flpInstrumentos.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.flpInstrumentos.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.flpInstrumentos.Location = New System.Drawing.Point(3, 6) Me.flpInstrumentos.Name = "flpInstrumentos" Me.flpInstrumentos.Size = New System.Drawing.Size(52, 34) Me.flpInstrumentos.TabIndex = 2 ' 'lblInstrumento ' Me.lblInstrumento.AutoSize = True Me.lblInstrumento.BackColor = System.Drawing.Color.Transparent Me.lblInstrumento.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblInstrumento.ForeColor = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(59, Byte), Integer)) Me.lblInstrumento.Location = New System.Drawing.Point(640, 67) Me.lblInstrumento.Name = "lblInstrumento" Me.lblInstrumento.Size = New System.Drawing.Size(95, 16) Me.lblInstrumento.TabIndex = 11 Me.lblInstrumento.Text = "Instrumentos" ' 'lblEmpresa ' Me.lblEmpresa.AutoSize = True Me.lblEmpresa.BackColor = System.Drawing.Color.Transparent Me.lblEmpresa.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblEmpresa.ForeColor = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(59, Byte), Integer)) Me.lblEmpresa.Location = New System.Drawing.Point(524, 65) Me.lblEmpresa.Name = "lblEmpresa" Me.lblEmpresa.Size = New System.Drawing.Size(78, 16) Me.lblEmpresa.TabIndex = 10 Me.lblEmpresa.Text = "Empresas" ' 'pnlPortafolioTotal ' Me.pnlPortafolioTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlPortafolioTotal.Controls.Add(Me.TableLayoutPanel2) Me.pnlPortafolioTotal.Location = New System.Drawing.Point(6, 256) Me.pnlPortafolioTotal.Name = "pnlPortafolioTotal" Me.pnlPortafolioTotal.Size = New System.Drawing.Size(249, 89) Me.pnlPortafolioTotal.TabIndex = 9 ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.ColumnCount = 1 Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.Controls.Add(Me.lblIngresostexto, 0, 1) Me.TableLayoutPanel2.Controls.Add(Me.lblMontoIngresos, 0, 0) Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 2 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.Size = New System.Drawing.Size(249, 89) Me.TableLayoutPanel2.TabIndex = 0 ' 'lblIngresostexto ' Me.lblIngresostexto.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblIngresostexto.AutoSize = True Me.lblIngresostexto.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblIngresostexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIngresostexto.Location = New System.Drawing.Point(27, 54) Me.lblIngresostexto.Name = "lblIngresostexto" Me.lblIngresostexto.Size = New System.Drawing.Size(195, 24) Me.lblIngresostexto.TabIndex = 12 Me.lblIngresostexto.Text = "Ingresos del Portafolio" ' 'lblMontoIngresos ' Me.lblMontoIngresos.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblMontoIngresos.AutoSize = True Me.lblMontoIngresos.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblMontoIngresos.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMontoIngresos.Location = New System.Drawing.Point(107, 10) Me.lblMontoIngresos.Name = "lblMontoIngresos" Me.lblMontoIngresos.Size = New System.Drawing.Size(35, 24) Me.lblMontoIngresos.TabIndex = 11 Me.lblMontoIngresos.Text = "0%" ' 'pnlRendimientoTotal ' Me.pnlRendimientoTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlRendimientoTotal.Controls.Add(Me.TableLayoutPanel1) Me.pnlRendimientoTotal.Location = New System.Drawing.Point(6, 105) Me.pnlRendimientoTotal.Name = "pnlRendimientoTotal" Me.pnlRendimientoTotal.Size = New System.Drawing.Size(249, 80) Me.pnlRendimientoTotal.TabIndex = 8 ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 1 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.Controls.Add(Me.lblRendimientotexto, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.lblMontoRendimiento, 0, 0) Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 2 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(249, 80) Me.TableLayoutPanel1.TabIndex = 0 ' 'lblRendimientotexto ' Me.lblRendimientotexto.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblRendimientotexto.AutoSize = True Me.lblRendimientotexto.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblRendimientotexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimientotexto.Location = New System.Drawing.Point(9, 48) Me.lblRendimientotexto.Name = "lblRendimientotexto" Me.lblRendimientotexto.Size = New System.Drawing.Size(230, 24) Me.lblRendimientotexto.TabIndex = 12 Me.lblRendimientotexto.Text = "Rendimiento del Portafolio" ' 'lblMontoRendimiento ' Me.lblMontoRendimiento.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblMontoRendimiento.AutoSize = True Me.lblMontoRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblMontoRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMontoRendimiento.Location = New System.Drawing.Point(107, 8) Me.lblMontoRendimiento.Name = "lblMontoRendimiento" Me.lblMontoRendimiento.Size = New System.Drawing.Size(35, 24) Me.lblMontoRendimiento.TabIndex = 10 Me.lblMontoRendimiento.Text = "0%" ' 'lblPortafolio ' Me.lblPortafolio.AutoSize = True Me.lblPortafolio.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblPortafolio.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPortafolio.Location = New System.Drawing.Point(550, 374) Me.lblPortafolio.Name = "lblPortafolio" Me.lblPortafolio.Size = New System.Drawing.Size(310, 24) Me.lblPortafolio.TabIndex = 7 Me.lblPortafolio.Text = "COMPOSICIÓN DEL PORTAFOLIO" ' 'lblIngreso ' Me.lblIngreso.AutoSize = True Me.lblIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblIngreso.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIngreso.Location = New System.Drawing.Point(61, 364) Me.lblIngreso.Name = "lblIngreso" Me.lblIngreso.Size = New System.Drawing.Size(282, 24) Me.lblIngreso.TabIndex = 6 Me.lblIngreso.Text = "MONTOS POR INSTRUMENTO" ' 'lblRendimiento ' Me.lblRendimiento.AutoSize = True Me.lblRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimiento.Location = New System.Drawing.Point(257, 68) Me.lblRendimiento.Name = "lblRendimiento" Me.lblRendimiento.Size = New System.Drawing.Size(247, 24) Me.lblRendimiento.TabIndex = 5 Me.lblRendimiento.Text = "RENDIMIENTO PROMEDIO" ' 'pnlPortafolio ' Me.pnlPortafolio.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlPortafolio.Controls.Add(Me.charPastel) Me.pnlPortafolio.Location = New System.Drawing.Point(554, 413) Me.pnlPortafolio.Name = "pnlPortafolio" Me.pnlPortafolio.Size = New System.Drawing.Size(424, 329) Me.pnlPortafolio.TabIndex = 4 ' 'charPastel ' Me.charPastel.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None ChartArea1.AxisX.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines ChartArea1.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea1.AxisX.IsLabelAutoFit = False ChartArea1.AxisX.IsMarksNextToAxis = False ChartArea1.AxisX.LabelAutoFitMinFontSize = 5 ChartArea1.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles) ChartArea1.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Transparent ChartArea1.AxisX.MajorGrid.Enabled = False ChartArea1.AxisX.MajorTickMark.Enabled = False ChartArea1.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea ChartArea1.AxisX.MaximumAutoSize = 100.0! ChartArea1.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.AxisX.ToolTip = "10" ChartArea1.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White ChartArea1.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines ChartArea1.AxisY.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea1.AxisY.IsLabelAutoFit = False ChartArea1.AxisY.LabelAutoFitMinFontSize = 5 ChartArea1.AxisY.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _ Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles) ChartArea1.AxisY.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.Transparent ChartArea1.AxisY.MajorGrid.Enabled = False ChartArea1.AxisY.MajorTickMark.Enabled = False ChartArea1.AxisY.MaximumAutoSize = 100.0! ChartArea1.AxisY.TitleFont = New System.Drawing.Font("Microsoft Sans Serif", 3.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea1.AxisY.ToolTip = "10" ChartArea1.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White ChartArea1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight ChartArea1.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal ChartArea1.BackImageTransparentColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled ChartArea1.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.BorderColor = System.Drawing.Color.Transparent ChartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid ChartArea1.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea1.CursorY.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea1.Name = "ChartArea1" Me.charPastel.ChartAreas.Add(ChartArea1) Me.charPastel.Dock = System.Windows.Forms.DockStyle.Fill Legend1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Legend1.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Legend1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Legend1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(15, Byte), Integer), CType(CType(151, Byte), Integer), CType(CType(208, Byte), Integer)) Legend1.IsTextAutoFit = False Legend1.Name = "Legend1" Legend1.TextWrapThreshold = 10 Me.charPastel.Legends.Add(Legend1) Me.charPastel.Location = New System.Drawing.Point(0, 0) Me.charPastel.Name = "charPastel" Me.charPastel.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None Me.charPastel.PaletteCustomColors = New System.Drawing.Color() {System.Drawing.Color.FromArgb(CType(CType(185, Byte), Integer), CType(CType(181, Byte), Integer), CType(CType(224, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(211, Byte), Integer), CType(CType(230, Byte), Integer), CType(CType(241, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(220, Byte), Integer), CType(CType(194, Byte), Integer), CType(CType(194, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(251, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(211, Byte), Integer), CType(CType(143, Byte), Integer), CType(CType(216, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(247, Byte), Integer), CType(CType(163, Byte), Integer), CType(CType(241, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(163, Byte), Integer), CType(CType(182, Byte), Integer), CType(CType(247, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(163, Byte), Integer), CType(CType(213, Byte), Integer), CType(CType(247, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(163, Byte), Integer), CType(CType(247, Byte), Integer), CType(CType(237, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(163, Byte), Integer), CType(CType(247, Byte), Integer), CType(CType(184, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(163, Byte), Integer), CType(CType(247, Byte), Integer), CType(CType(167, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(209, Byte), Integer), CType(CType(247, Byte), Integer), CType(CType(163, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(247, Byte), Integer), CType(CType(240, Byte), Integer), CType(CType(163, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(247, Byte), Integer), CType(CType(203, Byte), Integer), CType(CType(163, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(247, Byte), Integer), CType(CType(166, Byte), Integer), CType(CType(163, Byte), Integer)), System.Drawing.Color.FromArgb(CType(CType(122, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(255, Byte), Integer))} Series1.ChartArea = "ChartArea1" Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie Series1.Color = System.Drawing.Color.Maroon Series1.CustomProperties = "CollectedColor=64\, 64\, 64" Series1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series1.LabelBackColor = System.Drawing.Color.Transparent Series1.LabelBorderColor = System.Drawing.Color.Transparent Series1.LabelForeColor = System.Drawing.Color.Transparent Series1.Legend = "Legend1" Series1.Name = "Series1" Series1.ShadowColor = System.Drawing.Color.Transparent Series1.YValuesPerPoint = 3 Me.charPastel.Series.Add(Series1) Me.charPastel.Size = New System.Drawing.Size(424, 329) Me.charPastel.TabIndex = 0 Me.charPastel.Text = "Chart3" ' 'pnlIngresos ' Me.pnlIngresos.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlIngresos.Controls.Add(Me.charbarras) Me.pnlIngresos.Location = New System.Drawing.Point(65, 413) Me.pnlIngresos.Name = "pnlIngresos" Me.pnlIngresos.Size = New System.Drawing.Size(374, 329) Me.pnlIngresos.TabIndex = 3 ' 'charbarras ' Me.charbarras.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea2.AxisX.Crossing = -1.7976931348623157E+308R ChartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True] ChartArea2.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea2.AxisX.IsLabelAutoFit = False ChartArea2.AxisX.IsMarginVisible = False ChartArea2.AxisX.LabelAutoFitMinFontSize = 5 ChartArea2.AxisX.LabelStyle.Angle = 90 ChartArea2.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea2.AxisX.LabelStyle.Interval = 0R ChartArea2.AxisX.MajorGrid.Enabled = False ChartArea2.AxisX.MajorTickMark.Enabled = False ChartArea2.AxisX.MaximumAutoSize = 100.0! ChartArea2.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight ChartArea2.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black ChartArea2.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black ChartArea2.AxisX.ScrollBar.LineColor = System.Drawing.Color.White ChartArea2.AxisX.ToolTip = "10" ChartArea2.AxisY.LabelAutoFitMinFontSize = 5 ChartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea2.AxisY.MaximumAutoSize = 100.0! ChartArea2.AxisY.TitleForeColor = System.Drawing.Color.Transparent ChartArea2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea2.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled ChartArea2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea2.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea2.IsSameFontSizeForAllAxes = True ChartArea2.Name = "ChartArea1" Me.charbarras.ChartAreas.Add(ChartArea2) Me.charbarras.Dock = System.Windows.Forms.DockStyle.Fill Legend2.Name = "Legend1" Me.charbarras.Legends.Add(Legend2) Me.charbarras.Location = New System.Drawing.Point(0, 0) Me.charbarras.Name = "charbarras" Me.charbarras.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel Series2.BackImageTransparentColor = System.Drawing.Color.Black Series2.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled Series2.BackSecondaryColor = System.Drawing.Color.Transparent Series2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer)) Series2.ChartArea = "ChartArea1" Series2.Color = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) Series2.EmptyPointStyle.MarkerSize = 1 Series2.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series2.IsVisibleInLegend = False Series2.IsXValueIndexed = True Series2.LabelBackColor = System.Drawing.Color.Black Series2.LabelBorderColor = System.Drawing.Color.Black Series2.Legend = "Legend1" Series2.MarkerSize = 3 Series2.Name = "Series1" Series2.ShadowColor = System.Drawing.Color.Transparent Series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String] Series2.YValuesPerPoint = 10 Series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double] Me.charbarras.Series.Add(Series2) Me.charbarras.Size = New System.Drawing.Size(374, 329) Me.charbarras.TabIndex = 0 Me.charbarras.Text = "l" ' 'pnlRendimiento ' Me.pnlRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.pnlRendimiento.Controls.Add(Me.charlineal) Me.pnlRendimiento.Location = New System.Drawing.Point(261, 105) Me.pnlRendimiento.Name = "pnlRendimiento" Me.pnlRendimiento.Size = New System.Drawing.Size(717, 240) Me.pnlRendimiento.TabIndex = 2 ' 'charlineal ' Me.charlineal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.AxisX.Crossing = -1.7976931348623157E+308R ChartArea3.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True] ChartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea3.AxisX.IsLabelAutoFit = False ChartArea3.AxisX.IsMarginVisible = False ChartArea3.AxisX.LabelAutoFitMinFontSize = 5 ChartArea3.AxisX.LabelStyle.Angle = 90 ChartArea3.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea3.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea3.AxisX.LabelStyle.Interval = 0R ChartArea3.AxisX.MajorGrid.Enabled = False ChartArea3.AxisX.MajorTickMark.Enabled = False ChartArea3.AxisX.MaximumAutoSize = 100.0! ChartArea3.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight ChartArea3.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black ChartArea3.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black ChartArea3.AxisX.ScrollBar.LineColor = System.Drawing.Color.White ChartArea3.AxisX.ToolTip = "10" ChartArea3.AxisY.LabelAutoFitMinFontSize = 5 ChartArea3.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea3.AxisY.MaximumAutoSize = 100.0! ChartArea3.AxisY.TitleForeColor = System.Drawing.Color.Transparent ChartArea3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled ChartArea3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea3.IsSameFontSizeForAllAxes = True ChartArea3.Name = "ChartArea1" Me.charlineal.ChartAreas.Add(ChartArea3) Me.charlineal.Dock = System.Windows.Forms.DockStyle.Fill Legend3.Name = "Legend1" Me.charlineal.Legends.Add(Legend3) Me.charlineal.Location = New System.Drawing.Point(0, 0) Me.charlineal.Name = "charlineal" Me.charlineal.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel Series3.BackImageTransparentColor = System.Drawing.Color.Black Series3.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled Series3.BackSecondaryColor = System.Drawing.Color.Transparent Series3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer)) Series3.ChartArea = "ChartArea1" Series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea Series3.Color = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(50, Byte), Integer)) Series3.EmptyPointStyle.MarkerSize = 1 Series3.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series3.IsVisibleInLegend = False Series3.IsXValueIndexed = True Series3.LabelBackColor = System.Drawing.Color.Black Series3.LabelBorderColor = System.Drawing.Color.Black Series3.Legend = "Legend1" Series3.MarkerSize = 3 Series3.Name = "Series1" Series3.ShadowColor = System.Drawing.Color.Transparent Series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String] Series3.YValuesPerPoint = 10 Series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double] Me.charlineal.Series.Add(Series3) Me.charlineal.Size = New System.Drawing.Size(717, 240) Me.charlineal.TabIndex = 1 Me.charlineal.Text = "l" ' 'lblTitulo ' Me.lblTitulo.AutoSize = True Me.lblTitulo.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.lblTitulo.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitulo.Location = New System.Drawing.Point(19, 18) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(712, 33) Me.lblTitulo.TabIndex = 1 Me.lblTitulo.Text = "DESEMPEÑO DEL PORTAFOLIO DE INVERSIONES" ' 'ArbitrajeToolStripMenuItem ' Me.ArbitrajeToolStripMenuItem.AutoSize = False Me.ArbitrajeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer)) Me.ArbitrajeToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image Me.ArbitrajeToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.ArbitrajeToolStripMenuItem.Name = "ArbitrajeToolStripMenuItem" Me.ArbitrajeToolStripMenuItem.Size = New System.Drawing.Size(250, 40) Me.ArbitrajeToolStripMenuItem.Text = "Arbitraje" Me.ArbitrajeToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'frmPrincipal ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.Black Me.ClientSize = New System.Drawing.Size(1370, 726) Me.Controls.Add(Me.pnlPrincipal) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.PanelMenu) Me.Controls.Add(Me.ToolStrip) Me.Controls.Add(Me.MenuStrip) Me.IsMdiContainer = True Me.MainMenuStrip = Me.MenuStrip Me.Name = "frmPrincipal" Me.Text = "Inversiones" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.ToolStrip.ResumeLayout(False) Me.ToolStrip.PerformLayout() Me.PanelMenu.ResumeLayout(False) Me.PanelMenu.PerformLayout() Me.mnuPrincipal.ResumeLayout(False) Me.mnuPrincipal.PerformLayout() CType(Me.picLogo, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlPrincipal.ResumeLayout(False) Me.pnlHijo.ResumeLayout(False) Me.pnlHijo.PerformLayout() Me.pnlEmpresa.ResumeLayout(False) Me.pnlPais.ResumeLayout(False) Me.pnlInstrumento.ResumeLayout(False) Me.pnlPortafolioTotal.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.pnlRendimientoTotal.ResumeLayout(False) Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.pnlPortafolio.ResumeLayout(False) CType(Me.charPastel, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlIngresos.ResumeLayout(False) CType(Me.charbarras, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlRendimiento.ResumeLayout(False) CType(Me.charlineal, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents HelpToolStripButton As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents PrintPreviewToolStripButton As System.Windows.Forms.ToolStripButton Friend WithEvents ToolTip As System.Windows.Forms.ToolTip Friend WithEvents PrintToolStripButton As System.Windows.Forms.ToolStripButton Friend WithEvents NewToolStripButton As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStrip As System.Windows.Forms.ToolStrip Friend WithEvents OpenToolStripButton As System.Windows.Forms.ToolStripButton Friend WithEvents SaveToolStripButton As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip Friend WithEvents PanelMenu As Panel Friend WithEvents picLogo As PictureBox Friend WithEvents lblInversionesTXT As Label Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents mnuPrincipal As MenuStrip Friend WithEvents mnuInicio As ToolStripMenuItem Friend WithEvents mnuPropuestas As ToolStripMenuItem Friend WithEvents mnuInversiones As ToolStripMenuItem Friend WithEvents mnuIngresos As ToolStripMenuItem Friend WithEvents mnuIngresosDashboards As ToolStripMenuItem Friend WithEvents mnuIngresosConsulta As ToolStripMenuItem Friend WithEvents mnuDisponibilidades As ToolStripMenuItem Friend WithEvents mnuPresupuesto As ToolStripMenuItem Friend WithEvents mnuInformes As ToolStripMenuItem Friend WithEvents mnuConfiguracion As ToolStripMenuItem Friend WithEvents mnuCalificadoras As ToolStripMenuItem Friend WithEvents mnuEmisores As ToolStripMenuItem Friend WithEvents mnuEmpresas As ToolStripMenuItem Friend WithEvents mnuInstrumentos As ToolStripMenuItem Friend WithEvents Button1 As Button Friend WithEvents mnuBancos As ToolStripMenuItem Friend WithEvents mnuCuentasBancarias As ToolStripMenuItem Friend WithEvents mnuPaises As ToolStripMenuItem Friend WithEvents mnuFormasDePago As ToolStripMenuItem Friend WithEvents mnuUsuarios As ToolStripMenuItem Friend WithEvents mnuDepartamentos As ToolStripMenuItem Friend WithEvents mnuTipoCuentaBancaria As ToolStripMenuItem Friend WithEvents mnuRendimientos As ToolStripMenuItem Friend WithEvents pnlPrincipal As Panel Friend WithEvents pnlHijo As Panel Friend WithEvents flpInstrumentos As FlowLayoutPanel Friend WithEvents flpPaises As FlowLayoutPanel Friend WithEvents flpEmpresas As FlowLayoutPanel Friend WithEvents pnlPais As Panel Friend WithEvents pnlInstrumento As Panel Friend WithEvents pnlEmpresa As Panel Friend WithEvents lblTitulo As Label Friend WithEvents pnlPortafolio As Panel Friend WithEvents pnlIngresos As Panel Friend WithEvents pnlRendimiento As Panel Friend WithEvents lblPortafolio As Label Friend WithEvents lblIngreso As Label Friend WithEvents lblRendimiento As Label Friend WithEvents pnlPortafolioTotal As Panel Friend WithEvents pnlRendimientoTotal As Panel Friend WithEvents TableLayoutPanel2 As TableLayoutPanel Friend WithEvents lblIngresostexto As Label Friend WithEvents lblMontoIngresos As Label Friend WithEvents TableLayoutPanel1 As TableLayoutPanel Friend WithEvents lblRendimientotexto As Label Friend WithEvents lblMontoRendimiento As Label Friend WithEvents charPastel As DataVisualization.Charting.Chart Friend WithEvents charbarras As DataVisualization.Charting.Chart Friend WithEvents lblEmpresa As Label Friend WithEvents lblPais As Label Friend WithEvents lblInstrumento As Label Friend WithEvents charlineal As DataVisualization.Charting.Chart Friend WithEvents FToolStripMenuItem As ToolStripMenuItem Friend WithEvents ArbitrajeToolStripMenuItem As ToolStripMenuItem End Class