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 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.lblTitulo = New System.Windows.Forms.Label() Me.pnlRendimiento = New System.Windows.Forms.Panel() Me.charlineal = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.pnlIngresos = New System.Windows.Forms.Panel() Me.charbarras = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.pnlPortafolio = New System.Windows.Forms.Panel() Me.charPastel = New System.Windows.Forms.DataVisualization.Charting.Chart() Me.lblRendimiento = New System.Windows.Forms.Label() Me.lblIngreso = New System.Windows.Forms.Label() Me.lblPortafolio = 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.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 = New System.Windows.Forms.Panel() Me.pnlRendimiento.SuspendLayout() CType(Me.charlineal, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlIngresos.SuspendLayout() CType(Me.charbarras, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlPortafolio.SuspendLayout() CType(Me.charPastel, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlRendimientoTotal.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.pnlPortafolioTotal.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.pnlHijo.SuspendLayout() Me.SuspendLayout() ' '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" ' '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)) ChartArea1.AxisX.Crossing = -1.7976931348623157E+308R ChartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True] ChartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea1.AxisX.IsLabelAutoFit = False ChartArea1.AxisX.IsMarginVisible = False ChartArea1.AxisX.LabelAutoFitMinFontSize = 5 ChartArea1.AxisX.LabelStyle.Angle = 90 ChartArea1.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea1.AxisX.LabelStyle.Interval = 0R ChartArea1.AxisX.MajorGrid.Enabled = False ChartArea1.AxisX.MajorTickMark.Enabled = False ChartArea1.AxisX.MaximumAutoSize = 100.0! ChartArea1.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight ChartArea1.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black ChartArea1.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black ChartArea1.AxisX.ScrollBar.LineColor = System.Drawing.Color.White ChartArea1.AxisX.ToolTip = "10" ChartArea1.AxisY.LabelAutoFitMinFontSize = 5 ChartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer)) ChartArea1.AxisY.MaximumAutoSize = 100.0! ChartArea1.AxisY.TitleForeColor = System.Drawing.Color.Transparent ChartArea1.BackColor = 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.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea1.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea1.IsSameFontSizeForAllAxes = True ChartArea1.Name = "ChartArea1" Me.charlineal.ChartAreas.Add(ChartArea1) Me.charlineal.Dock = System.Windows.Forms.DockStyle.Fill Legend1.Name = "Legend1" Me.charlineal.Legends.Add(Legend1) Me.charlineal.Location = New System.Drawing.Point(0, 0) Me.charlineal.Name = "charlineal" Me.charlineal.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel Series1.BackImageTransparentColor = System.Drawing.Color.Black Series1.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled Series1.BackSecondaryColor = System.Drawing.Color.Transparent Series1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer)) Series1.ChartArea = "ChartArea1" Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea Series1.Color = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(50, Byte), Integer)) Series1.EmptyPointStyle.MarkerSize = 1 Series1.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series1.IsVisibleInLegend = False Series1.IsXValueIndexed = True Series1.LabelBackColor = System.Drawing.Color.Black Series1.LabelBorderColor = System.Drawing.Color.Black Series1.Legend = "Legend1" Series1.MarkerSize = 3 Series1.Name = "Series1" Series1.ShadowColor = System.Drawing.Color.Transparent Series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String] Series1.YValuesPerPoint = 10 Series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double] Me.charlineal.Series.Add(Series1) Me.charlineal.Size = New System.Drawing.Size(717, 240) Me.charlineal.TabIndex = 1 Me.charlineal.Text = "l" ' '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" ' '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)) ChartArea3.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None ChartArea3.AxisX.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines ChartArea3.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea3.AxisX.IsLabelAutoFit = False ChartArea3.AxisX.IsMarksNextToAxis = False ChartArea3.AxisX.LabelAutoFitMinFontSize = 5 ChartArea3.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) ChartArea3.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea3.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Transparent ChartArea3.AxisX.MajorGrid.Enabled = False ChartArea3.AxisX.MajorTickMark.Enabled = False ChartArea3.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea ChartArea3.AxisX.MaximumAutoSize = 100.0! ChartArea3.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.AxisX.ToolTip = "10" ChartArea3.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White ChartArea3.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines ChartArea3.AxisY.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount ChartArea3.AxisY.IsLabelAutoFit = False ChartArea3.AxisY.LabelAutoFitMinFontSize = 5 ChartArea3.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) ChartArea3.AxisY.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea3.AxisY.LabelStyle.ForeColor = System.Drawing.Color.Transparent ChartArea3.AxisY.MajorGrid.Enabled = False ChartArea3.AxisY.MajorTickMark.Enabled = False ChartArea3.AxisY.MaximumAutoSize = 100.0! ChartArea3.AxisY.TitleFont = New System.Drawing.Font("Microsoft Sans Serif", 3.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ChartArea3.AxisY.ToolTip = "10" ChartArea3.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White ChartArea3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight ChartArea3.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal ChartArea3.BackImageTransparentColor = 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.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) ChartArea3.BorderColor = System.Drawing.Color.Transparent ChartArea3.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid ChartArea3.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea3.CursorY.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary ChartArea3.Name = "ChartArea1" Me.charPastel.ChartAreas.Add(ChartArea3) Me.charPastel.Dock = System.Windows.Forms.DockStyle.Fill Legend3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Legend3.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Legend3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Legend3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(15, Byte), Integer), CType(CType(151, Byte), Integer), CType(CType(208, Byte), Integer)) Legend3.IsTextAutoFit = False Legend3.Name = "Legend1" Legend3.TextWrapThreshold = 10 Me.charPastel.Legends.Add(Legend3) 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))} Series3.ChartArea = "ChartArea1" Series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie Series3.Color = System.Drawing.Color.Maroon Series3.CustomProperties = "CollectedColor=64\, 64\, 64" Series3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Series3.LabelBackColor = System.Drawing.Color.Transparent Series3.LabelBorderColor = System.Drawing.Color.Transparent Series3.LabelForeColor = System.Drawing.Color.Transparent Series3.Legend = "Legend1" Series3.Name = "Series1" Series3.ShadowColor = System.Drawing.Color.Transparent Series3.YValuesPerPoint = 3 Me.charPastel.Series.Add(Series3) Me.charPastel.Size = New System.Drawing.Size(424, 329) Me.charPastel.TabIndex = 0 Me.charPastel.Text = "Chart3" ' '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" ' '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" ' '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" ' '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%" ' '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%" ' '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.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(1021, 726) Me.pnlHijo.TabIndex = 1 ' 'frmPrincipalInicio ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1021, 726) Me.Controls.Add(Me.pnlHijo) Me.Name = "frmPrincipalInicio" Me.Text = "frmPrincipalInicio" Me.pnlRendimiento.ResumeLayout(False) CType(Me.charlineal, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlIngresos.ResumeLayout(False) CType(Me.charbarras, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlPortafolio.ResumeLayout(False) CType(Me.charPastel, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlRendimientoTotal.ResumeLayout(False) Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.pnlPortafolioTotal.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.pnlHijo.ResumeLayout(False) Me.pnlHijo.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents lblTitulo As Label Friend WithEvents pnlRendimiento As Panel Friend WithEvents charlineal As DataVisualization.Charting.Chart Friend WithEvents pnlIngresos As Panel Friend WithEvents charbarras As DataVisualization.Charting.Chart Friend WithEvents pnlPortafolio As Panel Friend WithEvents charPastel As DataVisualization.Charting.Chart Friend WithEvents lblRendimiento As Label Friend WithEvents lblIngreso As Label Friend WithEvents lblPortafolio As Label Friend WithEvents pnlRendimientoTotal As Panel 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 End Class