| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmPrincipalInicio
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
- 'Requerido por el Diseñador de Windows Forms
- Private components As System.ComponentModel.IContainer
- 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
- 'Se puede modificar usando el Diseñador de Windows Forms.
- 'No lo modifique con el editor de código.
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Dim 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 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 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.pnlHijo = New System.Windows.Forms.Panel()
- 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.pnlRendimiento = New System.Windows.Forms.Panel()
- Me.charlineal = New System.Windows.Forms.DataVisualization.Charting.Chart()
- Me.lblTitulo = New System.Windows.Forms.Label()
- Me.charbarras = New System.Windows.Forms.DataVisualization.Charting.Chart()
- Me.pnlHijo.SuspendLayout()
- Me.pnlPortafolioTotal.SuspendLayout()
- Me.TableLayoutPanel2.SuspendLayout()
- Me.TableLayoutPanel1.SuspendLayout()
- Me.pnlPortafolio.SuspendLayout()
- CType(Me.charPastel, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.pnlIngresos.SuspendLayout()
- CType(Me.charlineal, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.charbarras, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'pnlHijo
- '
- Me.pnlHijo.AutoScroll = True
- Me.pnlHijo.BackColor = System.Drawing.Color.Transparent
- Me.pnlHijo.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
- Me.pnlHijo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.pnlHijo.Controls.Add(Me.TableLayoutPanel1)
- Me.pnlHijo.Controls.Add(Me.charlineal)
- 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.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(1414, 822)
- Me.pnlHijo.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(192, 270)
- Me.pnlPortafolioTotal.Name = "pnlPortafolioTotal"
- Me.pnlPortafolioTotal.Size = New System.Drawing.Size(257, 112)
- 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, 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(257, 112)
- 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", 14.25!, 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(31, 72)
- 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.White
- 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.ForeColor = System.Drawing.Color.Black
- Me.lblMontoIngresos.Location = New System.Drawing.Point(111, 16)
- Me.lblMontoIngresos.Name = "lblMontoIngresos"
- Me.lblMontoIngresos.Size = New System.Drawing.Size(35, 24)
- Me.lblMontoIngresos.TabIndex = 11
- Me.lblMontoIngresos.Text = "0%"
- '
- 'pnlRendimientoTotal
- '
- Me.pnlRendimientoTotal.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.pnlRendimientoTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- Me.pnlRendimientoTotal.Location = New System.Drawing.Point(192, 114)
- Me.pnlRendimientoTotal.Name = "pnlRendimientoTotal"
- Me.pnlRendimientoTotal.Size = New System.Drawing.Size(257, 119)
- Me.pnlRendimientoTotal.TabIndex = 8
- '
- '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, 1)
- Me.TableLayoutPanel1.Controls.Add(Me.lblMontoRendimiento, 0, 0)
- Me.TableLayoutPanel1.Location = New System.Drawing.Point(192, 114)
- 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(257, 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", 14.25!, 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(13, 77)
- 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.White
- 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.ForeColor = System.Drawing.Color.Black
- Me.lblMontoRendimiento.Location = New System.Drawing.Point(111, 17)
- 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.Transparent
- 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.ForeColor = System.Drawing.Color.White
- Me.lblPortafolio.Location = New System.Drawing.Point(764, 406)
- 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.Transparent
- 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.ForeColor = System.Drawing.Color.White
- Me.lblIngreso.Location = New System.Drawing.Point(192, 406)
- 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.Transparent
- 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.ForeColor = System.Drawing.Color.White
- Me.lblRendimiento.Location = New System.Drawing.Point(490, 77)
- 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(768, 453)
- Me.pnlPortafolio.Name = "pnlPortafolio"
- Me.pnlPortafolio.Size = New System.Drawing.Size(460, 329)
- Me.pnlPortafolio.TabIndex = 4
- '
- '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)
- ChartArea2.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None
- ChartArea2.AxisX.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
- ChartArea2.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- ChartArea2.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
- ChartArea2.AxisX.IsLabelAutoFit = False
- ChartArea2.AxisX.IsMarksNextToAxis = False
- ChartArea2.AxisX.LabelAutoFitMinFontSize = 5
- ChartArea2.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)
- ChartArea2.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- ChartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Transparent
- ChartArea2.AxisX.MajorGrid.Enabled = False
- ChartArea2.AxisX.MajorTickMark.Enabled = False
- ChartArea2.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea
- ChartArea2.AxisX.MaximumAutoSize = 100.0!
- ChartArea2.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- ChartArea2.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- ChartArea2.AxisX.ToolTip = "10"
- ChartArea2.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White
- ChartArea2.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
- ChartArea2.AxisY.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- ChartArea2.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
- ChartArea2.AxisY.IsLabelAutoFit = False
- ChartArea2.AxisY.LabelAutoFitMinFontSize = 5
- ChartArea2.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)
- ChartArea2.AxisY.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- ChartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.Transparent
- ChartArea2.AxisY.MajorGrid.Enabled = False
- ChartArea2.AxisY.MajorTickMark.Enabled = False
- ChartArea2.AxisY.MaximumAutoSize = 100.0!
- ChartArea2.AxisY.TitleFont = New System.Drawing.Font("Microsoft Sans Serif", 3.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- ChartArea2.AxisY.ToolTip = "10"
- ChartArea2.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White
- ChartArea2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- ChartArea2.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight
- ChartArea2.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal
- ChartArea2.BackImageTransparentColor = 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.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- ChartArea2.BorderColor = System.Drawing.Color.Transparent
- ChartArea2.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid
- ChartArea2.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
- ChartArea2.CursorY.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
- ChartArea2.Name = "ChartArea1"
- Me.charPastel.ChartAreas.Add(ChartArea2)
- Legend2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- Legend2.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
- Legend2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Legend2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(15, Byte), Integer), CType(CType(151, Byte), Integer), CType(CType(208, Byte), Integer))
- Legend2.IsTextAutoFit = False
- Legend2.Name = "Legend1"
- Legend2.TextWrapThreshold = 10
- Me.charPastel.Legends.Add(Legend2)
- 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))}
- Series2.ChartArea = "ChartArea1"
- Series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
- Series2.Color = System.Drawing.Color.Maroon
- Series2.CustomProperties = "CollectedColor=64\, 64\, 64"
- Series2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Series2.LabelBackColor = System.Drawing.Color.Transparent
- Series2.LabelBorderColor = System.Drawing.Color.Transparent
- Series2.LabelForeColor = System.Drawing.Color.Transparent
- Series2.Legend = "Legend1"
- Series2.Name = "Series1"
- Series2.ShadowColor = System.Drawing.Color.Transparent
- Series2.YValuesPerPoint = 3
- Me.charPastel.Series.Add(Series2)
- Me.charPastel.Size = New System.Drawing.Size(460, 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(196, 453)
- Me.pnlIngresos.Name = "pnlIngresos"
- Me.pnlIngresos.Size = New System.Drawing.Size(530, 329)
- Me.pnlIngresos.TabIndex = 3
- '
- '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.Location = New System.Drawing.Point(494, 114)
- Me.pnlRendimiento.Name = "pnlRendimiento"
- Me.pnlRendimiento.Size = New System.Drawing.Size(734, 268)
- Me.pnlRendimiento.TabIndex = 2
- '
- '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)
- 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)
- Legend1.Name = "Legend1"
- Me.charlineal.Legends.Add(Legend1)
- Me.charlineal.Location = New System.Drawing.Point(494, 114)
- 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(734, 268)
- Me.charlineal.TabIndex = 1
- Me.charlineal.Text = "l"
- '
- 'lblTitulo
- '
- Me.lblTitulo.BackColor = System.Drawing.Color.Transparent
- Me.lblTitulo.Dock = System.Windows.Forms.DockStyle.Top
- 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.ForeColor = System.Drawing.Color.White
- Me.lblTitulo.Location = New System.Drawing.Point(0, 20)
- Me.lblTitulo.Margin = New System.Windows.Forms.Padding(3, 20, 3, 0)
- Me.lblTitulo.Name = "lblTitulo"
- Me.lblTitulo.Size = New System.Drawing.Size(1414, 33)
- Me.lblTitulo.TabIndex = 1
- Me.lblTitulo.Text = "DESEMPEÑO DEL PORTAFOLIO DE INVERSIONES"
- Me.lblTitulo.TextAlign = System.Drawing.ContentAlignment.TopCenter
- '
- '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)
- 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.charbarras.ChartAreas.Add(ChartArea3)
- Legend3.Name = "Legend1"
- Me.charbarras.Legends.Add(Legend3)
- Me.charbarras.Location = New System.Drawing.Point(0, 1)
- Me.charbarras.Name = "charbarras"
- Me.charbarras.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.Color = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, 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.charbarras.Series.Add(Series3)
- Me.charbarras.Size = New System.Drawing.Size(530, 329)
- Me.charbarras.TabIndex = 0
- Me.charbarras.Text = "l"
- '
- 'frmPrincipalInicio
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1414, 822)
- Me.Controls.Add(Me.pnlHijo)
- Me.Name = "frmPrincipalInicio"
- Me.Text = "frmPrincipalInicio"
- Me.pnlHijo.ResumeLayout(False)
- Me.pnlHijo.PerformLayout()
- Me.pnlPortafolioTotal.ResumeLayout(False)
- Me.TableLayoutPanel2.ResumeLayout(False)
- Me.TableLayoutPanel2.PerformLayout()
- Me.TableLayoutPanel1.ResumeLayout(False)
- Me.TableLayoutPanel1.PerformLayout()
- Me.pnlPortafolio.ResumeLayout(False)
- CType(Me.charPastel, System.ComponentModel.ISupportInitialize).EndInit()
- Me.pnlIngresos.ResumeLayout(False)
- CType(Me.charlineal, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.charbarras, System.ComponentModel.ISupportInitialize).EndInit()
- 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 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
- Friend WithEvents charbarras As DataVisualization.Charting.Chart
- End Class
|