Partial Class frmPrincipalInicio 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() Dim ChartArea4 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea() Dim Legend4 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend() Dim Series4 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series() Dim ChartArea5 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea() Dim Legend5 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend() Dim Series5 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series() Dim ChartArea6 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea() Dim Legend6 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend() Dim Series6 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series() Me.pnlHijo = New System.Windows.Forms.Panel() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.charPastel = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.charbarras = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.lblRendimientotexto = New System.Windows.Forms.Label() Me.lblMontoRendimiento = New System.Windows.Forms.Label() Me.charlineal = New System.Windows.Forms.DataVisualization.Charting.Chart() 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.pnlHijo.SuspendLayout() CType(Me.charPastel, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.charbarras, System.ComponentModel.ISupportInitialize).BeginInit() Me.TableLayoutPanel1.SuspendLayout() CType(Me.charlineal, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlPortafolioTotal.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.SuspendLayout() ' 'pnlHijo ' Me.pnlHijo.BackColor = System.Drawing.Color.White Me.pnlHijo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.pnlHijo.Controls.Add(Me.Label3) Me.pnlHijo.Controls.Add(Me.Label2) Me.pnlHijo.Controls.Add(Me.Label1) Me.pnlHijo.Controls.Add(Me.charPastel) Me.pnlHijo.Controls.Add(Me.charbarras) Me.pnlHijo.Controls.Add(Me.TableLayoutPanel1) Me.pnlHijo.Controls.Add(Me.charlineal) Me.pnlHijo.Controls.Add(Me.pnlPortafolioTotal) Me.pnlHijo.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlHijo.Location = New System.Drawing.Point(0, 0) Me.pnlHijo.Margin = New System.Windows.Forms.Padding(3, 20, 3, 3) Me.pnlHijo.Name = "pnlHijo" Me.pnlHijo.Padding = New System.Windows.Forms.Padding(0, 20, 0, 0) Me.pnlHijo.Size = New System.Drawing.Size(1370, 749) Me.pnlHijo.TabIndex = 1 ' 'Label3 ' Me.Label3.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.White Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Black Me.Label3.Location = New System.Drawing.Point(221, 445) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(282, 24) Me.Label3.TabIndex = 15 Me.Label3.Text = "MONTOS POR INSTRUMENTO" ' 'Label2 ' Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.White Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Black Me.Label2.Location = New System.Drawing.Point(824, 445) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(327, 24) Me.Label2.TabIndex = 14 Me.Label2.Text = "COMPOSICIÓN DEL INSTRUMENTO" ' 'Label1 ' Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.White Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Black Me.Label1.Location = New System.Drawing.Point(567, 159) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(247, 24) Me.Label1.TabIndex = 13 Me.Label1.Text = "RENDIMIENTO PROMEDIO" ' 'charPastel ' Me.charPastel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) ChartArea4.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None ChartArea4.AxisX.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines ChartArea4.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea4.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea4.AxisX.IsLabelAutoFit = False ChartArea4.AxisX.IsMarksNextToAxis = False ChartArea4.AxisX.LabelAutoFitMinFontSize = 5 ChartArea4.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) ChartArea4.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea4.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Transparent ChartArea4.AxisX.MajorGrid.Enabled = False ChartArea4.AxisX.MajorTickMark.Enabled = False ChartArea4.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea ChartArea4.AxisX.MaximumAutoSize = 100.0! ChartArea4.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea4.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea4.AxisX.ToolTip = "10" ChartArea4.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White ChartArea4.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines ChartArea4.AxisY.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea4.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea4.AxisY.IsLabelAutoFit = False ChartArea4.AxisY.LabelAutoFitMinFontSize = 5 ChartArea4.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) ChartArea4.AxisY.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea4.AxisY.LabelStyle.ForeColor = System.Drawing.Color.Transparent ChartArea4.AxisY.MajorGrid.Enabled = False ChartArea4.AxisY.MajorTickMark.Enabled = False ChartArea4.AxisY.MaximumAutoSize = 100.0! ChartArea4.AxisY.TitleFont = New System.Drawing.Font("Microsoft Sans Serif", 3.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea4.AxisY.ToolTip = "10" ChartArea4.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White ChartArea4.BackColor = System.Drawing.Color.White ChartArea4.BackImageTransparentColor = System.Drawing.Color.White ChartArea4.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled ChartArea4.BackSecondaryColor = System.Drawing.Color.White ChartArea4.BorderColor = System.Drawing.Color.Transparent ChartArea4.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid ChartArea4.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea4.CursorY.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea4.Name = "ChartArea1" ChartArea4.ShadowColor = System.Drawing.Color.White Me.charPastel.ChartAreas.Add(ChartArea4) Legend4.BackColor = System.Drawing.Color.White Legend4.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Legend4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Legend4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(15, Byte), Integer), CType(CType(151, Byte), Integer), CType(CType(208, Byte), Integer)) Legend4.IsTextAutoFit = False Legend4.Name = "Legend1" Legend4.TextWrapThreshold = 10 Me.charPastel.Legends.Add(Legend4) Me.charPastel.Location = New System.Drawing.Point(774, 472) 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))} Series4.ChartArea = "ChartArea1" Series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie Series4.Color = System.Drawing.Color.Maroon Series4.CustomProperties = "CollectedColor=64\, 64\, 64" Series4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series4.LabelBackColor = System.Drawing.Color.Transparent Series4.LabelBorderColor = System.Drawing.Color.Transparent Series4.LabelForeColor = System.Drawing.Color.Transparent Series4.Legend = "Legend1" Series4.Name = "Series1" Series4.ShadowColor = System.Drawing.Color.Transparent Series4.YValuesPerPoint = 3 Me.charPastel.Series.Add(Series4) Me.charPastel.Size = New System.Drawing.Size(477, 274) Me.charPastel.TabIndex = 0 Me.charPastel.Text = "Chart3" ' 'charbarras ' Me.charbarras.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) ChartArea5.AxisX.Crossing = -1.7976931348623157E+308R ChartArea5.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True] ChartArea5.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea5.AxisX.IsLabelAutoFit = False ChartArea5.AxisX.IsMarginVisible = False ChartArea5.AxisX.LabelAutoFitMinFontSize = 5 ChartArea5.AxisX.LabelStyle.Angle = 90 ChartArea5.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea5.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea5.AxisX.LabelStyle.Interval = 0R ChartArea5.AxisX.MajorGrid.Enabled = False ChartArea5.AxisX.MajorTickMark.Enabled = False ChartArea5.AxisX.MaximumAutoSize = 100.0! ChartArea5.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight ChartArea5.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black ChartArea5.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black ChartArea5.AxisX.ScrollBar.LineColor = System.Drawing.Color.White ChartArea5.AxisX.ToolTip = "10" ChartArea5.AxisY.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number ChartArea5.AxisY.LabelAutoFitMinFontSize = 5 ChartArea5.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea5.AxisY.MaximumAutoSize = 100.0! ChartArea5.AxisY.TitleForeColor = System.Drawing.Color.Transparent ChartArea5.BackColor = System.Drawing.Color.White ChartArea5.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled ChartArea5.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea5.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea5.IsSameFontSizeForAllAxes = True ChartArea5.Name = "ChartArea1" Me.charbarras.ChartAreas.Add(ChartArea5) Legend5.Name = "Legend1" Me.charbarras.Legends.Add(Legend5) Me.charbarras.Location = New System.Drawing.Point(86, 472) Me.charbarras.Name = "charbarras" Me.charbarras.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel Series5.BackImageTransparentColor = System.Drawing.Color.Black Series5.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled Series5.BackSecondaryColor = System.Drawing.Color.Transparent Series5.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer)) Series5.ChartArea = "ChartArea1" Series5.Color = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) Series5.EmptyPointStyle.MarkerSize = 1 Series5.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series5.IsVisibleInLegend = False Series5.IsXValueIndexed = True Series5.LabelBackColor = System.Drawing.Color.Black Series5.LabelBorderColor = System.Drawing.Color.Black Series5.Legend = "Legend1" Series5.MarkerSize = 3 Series5.Name = "Series1" Series5.ShadowColor = System.Drawing.Color.Transparent Series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String] Series5.YValuesPerPoint = 10 Series5.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double] Me.charbarras.Series.Add(Series5) Me.charbarras.Size = New System.Drawing.Size(547, 274) Me.charbarras.TabIndex = 0 Me.charbarras.Text = "l" ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TableLayoutPanel1.BackColor = System.Drawing.Color.White 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, 0) Me.TableLayoutPanel1.Controls.Add(Me.lblMontoRendimiento, 0, 1) Me.TableLayoutPanel1.Location = New System.Drawing.Point(3, 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(681, 119) Me.TableLayoutPanel1.TabIndex = 0 ' 'lblRendimientotexto ' Me.lblRendimientotexto.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblRendimientotexto.AutoSize = True Me.lblRendimientotexto.BackColor = System.Drawing.Color.White Me.lblRendimientotexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRendimientotexto.ForeColor = System.Drawing.Color.Black Me.lblRendimientotexto.Location = New System.Drawing.Point(113, 8) Me.lblRendimientotexto.Name = "lblRendimientotexto" Me.lblRendimientotexto.Size = New System.Drawing.Size(454, 42) 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.White Me.lblMontoRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMontoRendimiento.ForeColor = System.Drawing.Color.Black Me.lblMontoRendimiento.Location = New System.Drawing.Point(304, 68) Me.lblMontoRendimiento.Name = "lblMontoRendimiento" Me.lblMontoRendimiento.Size = New System.Drawing.Size(72, 42) Me.lblMontoRendimiento.TabIndex = 10 Me.lblMontoRendimiento.Text = "0%" ' 'charlineal ' Me.charlineal.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) ChartArea6.AxisX.Crossing = -1.7976931348623157E+308R ChartArea6.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True] ChartArea6.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea6.AxisX.IsLabelAutoFit = False ChartArea6.AxisX.IsMarginVisible = False ChartArea6.AxisX.LabelAutoFitMinFontSize = 5 ChartArea6.AxisX.LabelStyle.Angle = 90 ChartArea6.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea6.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea6.AxisX.LabelStyle.Interval = 0R ChartArea6.AxisX.MajorGrid.Enabled = False ChartArea6.AxisX.MajorTickMark.Enabled = False ChartArea6.AxisX.MaximumAutoSize = 100.0! ChartArea6.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight ChartArea6.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black ChartArea6.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black ChartArea6.AxisX.ScrollBar.LineColor = System.Drawing.Color.White ChartArea6.AxisX.ToolTip = "10" ChartArea6.AxisY.LabelAutoFitMinFontSize = 5 ChartArea6.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea6.AxisY.LabelStyle.Format = "0 %" ChartArea6.AxisY.MaximumAutoSize = 100.0! ChartArea6.AxisY.TitleForeColor = System.Drawing.Color.Transparent ChartArea6.BackColor = System.Drawing.Color.White ChartArea6.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled ChartArea6.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea6.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea6.IsSameFontSizeForAllAxes = True ChartArea6.Name = "ChartArea1" ChartArea6.ShadowColor = System.Drawing.Color.White Me.charlineal.ChartAreas.Add(ChartArea6) Legend6.Name = "Legend1" Me.charlineal.Legends.Add(Legend6) Me.charlineal.Location = New System.Drawing.Point(48, 186) Me.charlineal.Name = "charlineal" Me.charlineal.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel Series6.BackImageTransparentColor = System.Drawing.Color.Black Series6.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled Series6.BackSecondaryColor = System.Drawing.Color.Transparent Series6.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer)) Series6.ChartArea = "ChartArea1" Series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea Series6.Color = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(50, Byte), Integer)) Series6.EmptyPointStyle.MarkerSize = 1 Series6.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series6.IsVisibleInLegend = False Series6.IsXValueIndexed = True Series6.LabelBackColor = System.Drawing.Color.Black Series6.LabelBorderColor = System.Drawing.Color.Black Series6.Legend = "Legend1" Series6.MarkerSize = 3 Series6.Name = "Series1" Series6.ShadowColor = System.Drawing.Color.Transparent Series6.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String] Series6.YValuesPerPoint = 10 Series6.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double] Me.charlineal.Series.Add(Series6) Me.charlineal.Size = New System.Drawing.Size(1250, 210) Me.charlineal.TabIndex = 1 ' '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(708, 0) Me.pnlPortafolioTotal.Name = "pnlPortafolioTotal" Me.pnlPortafolioTotal.Size = New System.Drawing.Size(659, 119) Me.pnlPortafolioTotal.TabIndex = 9 ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.BackColor = System.Drawing.Color.White 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, 0) Me.TableLayoutPanel2.Controls.Add(Me.lblMontoIngresos, 0, 1) 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(659, 119) Me.TableLayoutPanel2.TabIndex = 0 ' 'lblIngresostexto ' Me.lblIngresostexto.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblIngresostexto.AutoSize = True Me.lblIngresostexto.BackColor = System.Drawing.Color.White Me.lblIngresostexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIngresostexto.ForeColor = System.Drawing.Color.Black Me.lblIngresostexto.Location = New System.Drawing.Point(135, 8) Me.lblIngresostexto.Name = "lblIngresostexto" Me.lblIngresostexto.Size = New System.Drawing.Size(388, 42) 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.White Me.lblMontoIngresos.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMontoIngresos.ForeColor = System.Drawing.Color.Black Me.lblMontoIngresos.Location = New System.Drawing.Point(293, 68) Me.lblMontoIngresos.Name = "lblMontoIngresos" Me.lblMontoIngresos.Size = New System.Drawing.Size(72, 42) Me.lblMontoIngresos.TabIndex = 11 Me.lblMontoIngresos.Text = "0%" ' 'frmPrincipalInicio ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.ClientSize = New System.Drawing.Size(1370, 749) Me.Controls.Add(Me.pnlHijo) Me.Name = "frmPrincipalInicio" Me.pnlHijo.ResumeLayout(False) Me.pnlHijo.PerformLayout() CType(Me.charPastel, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.charbarras, System.ComponentModel.ISupportInitialize).EndInit() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() CType(Me.charlineal, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlPortafolioTotal.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents charlineal As DataVisualization.Charting.Chart Friend WithEvents charPastel As DataVisualization.Charting.Chart Friend WithEvents TableLayoutPanel1 As TableLayoutPanel Friend WithEvents lblRendimientotexto As Label Friend WithEvents lblMontoRendimiento As Label Friend WithEvents pnlPortafolioTotal As Panel Friend WithEvents TableLayoutPanel2 As TableLayoutPanel Friend WithEvents lblIngresostexto As Label Friend WithEvents lblMontoIngresos As Label Friend WithEvents pnlHijo As Panel Friend WithEvents charbarras As DataVisualization.Charting.Chart Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label End Class