frmPrincipalInicio.Designer.vb 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmPrincipalInicio
  3. Inherits System.Windows.Forms.Form
  4. 'Form reemplaza a Dispose para limpiar la lista de componentes.
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Requerido por el Diseñador de Windows Forms
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
  18. 'Se puede modificar usando el Diseñador de Windows Forms.
  19. 'No lo modifique con el editor de código.
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim ChartArea4 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  23. Dim Legend4 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  24. Dim Series4 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  25. Dim ChartArea5 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  26. Dim Legend5 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  27. Dim Series5 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  28. Dim ChartArea6 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  29. Dim Legend6 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  30. Dim Series6 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  31. Me.pnlHijo = New System.Windows.Forms.Panel()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.Label2 = New System.Windows.Forms.Label()
  34. Me.Label1 = New System.Windows.Forms.Label()
  35. Me.charPastel = New System.Windows.Forms.DataVisualization.Charting.Chart()
  36. Me.charbarras = New System.Windows.Forms.DataVisualization.Charting.Chart()
  37. Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  38. Me.lblRendimientotexto = New System.Windows.Forms.Label()
  39. Me.lblMontoRendimiento = New System.Windows.Forms.Label()
  40. Me.charlineal = New System.Windows.Forms.DataVisualization.Charting.Chart()
  41. Me.pnlPortafolioTotal = New System.Windows.Forms.Panel()
  42. Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
  43. Me.lblIngresostexto = New System.Windows.Forms.Label()
  44. Me.lblMontoIngresos = New System.Windows.Forms.Label()
  45. Me.pnlHijo.SuspendLayout()
  46. CType(Me.charPastel, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.charbarras, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.TableLayoutPanel1.SuspendLayout()
  49. CType(Me.charlineal, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.pnlPortafolioTotal.SuspendLayout()
  51. Me.TableLayoutPanel2.SuspendLayout()
  52. Me.SuspendLayout()
  53. '
  54. 'pnlHijo
  55. '
  56. Me.pnlHijo.BackColor = System.Drawing.Color.White
  57. Me.pnlHijo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  58. Me.pnlHijo.Controls.Add(Me.Label3)
  59. Me.pnlHijo.Controls.Add(Me.Label2)
  60. Me.pnlHijo.Controls.Add(Me.Label1)
  61. Me.pnlHijo.Controls.Add(Me.charPastel)
  62. Me.pnlHijo.Controls.Add(Me.charbarras)
  63. Me.pnlHijo.Controls.Add(Me.TableLayoutPanel1)
  64. Me.pnlHijo.Controls.Add(Me.charlineal)
  65. Me.pnlHijo.Controls.Add(Me.pnlPortafolioTotal)
  66. Me.pnlHijo.Dock = System.Windows.Forms.DockStyle.Fill
  67. Me.pnlHijo.Location = New System.Drawing.Point(0, 0)
  68. Me.pnlHijo.Margin = New System.Windows.Forms.Padding(3, 20, 3, 3)
  69. Me.pnlHijo.Name = "pnlHijo"
  70. Me.pnlHijo.Padding = New System.Windows.Forms.Padding(0, 20, 0, 0)
  71. Me.pnlHijo.Size = New System.Drawing.Size(1370, 749)
  72. Me.pnlHijo.TabIndex = 1
  73. '
  74. 'Label3
  75. '
  76. Me.Label3.Anchor = System.Windows.Forms.AnchorStyles.None
  77. Me.Label3.AutoSize = True
  78. Me.Label3.BackColor = System.Drawing.Color.White
  79. Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  80. Me.Label3.ForeColor = System.Drawing.Color.Black
  81. Me.Label3.Location = New System.Drawing.Point(221, 445)
  82. Me.Label3.Name = "Label3"
  83. Me.Label3.Size = New System.Drawing.Size(282, 24)
  84. Me.Label3.TabIndex = 15
  85. Me.Label3.Text = "MONTOS POR INSTRUMENTO"
  86. '
  87. 'Label2
  88. '
  89. Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.None
  90. Me.Label2.AutoSize = True
  91. Me.Label2.BackColor = System.Drawing.Color.White
  92. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  93. Me.Label2.ForeColor = System.Drawing.Color.Black
  94. Me.Label2.Location = New System.Drawing.Point(824, 445)
  95. Me.Label2.Name = "Label2"
  96. Me.Label2.Size = New System.Drawing.Size(327, 24)
  97. Me.Label2.TabIndex = 14
  98. Me.Label2.Text = "COMPOSICIÓN DEL INSTRUMENTO"
  99. '
  100. 'Label1
  101. '
  102. Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.None
  103. Me.Label1.AutoSize = True
  104. Me.Label1.BackColor = System.Drawing.Color.White
  105. Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  106. Me.Label1.ForeColor = System.Drawing.Color.Black
  107. Me.Label1.Location = New System.Drawing.Point(567, 159)
  108. Me.Label1.Name = "Label1"
  109. Me.Label1.Size = New System.Drawing.Size(247, 24)
  110. Me.Label1.TabIndex = 13
  111. Me.Label1.Text = "RENDIMIENTO PROMEDIO"
  112. '
  113. 'charPastel
  114. '
  115. Me.charPastel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  116. Or System.Windows.Forms.AnchorStyles.Left) _
  117. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  118. ChartArea4.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None
  119. ChartArea4.AxisX.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
  120. ChartArea4.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  121. ChartArea4.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  122. ChartArea4.AxisX.IsLabelAutoFit = False
  123. ChartArea4.AxisX.IsMarksNextToAxis = False
  124. ChartArea4.AxisX.LabelAutoFitMinFontSize = 5
  125. ChartArea4.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  126. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  127. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  128. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _
  129. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  130. ChartArea4.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  131. ChartArea4.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Transparent
  132. ChartArea4.AxisX.MajorGrid.Enabled = False
  133. ChartArea4.AxisX.MajorTickMark.Enabled = False
  134. ChartArea4.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea
  135. ChartArea4.AxisX.MaximumAutoSize = 100.0!
  136. ChartArea4.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  137. ChartArea4.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  138. ChartArea4.AxisX.ToolTip = "10"
  139. ChartArea4.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White
  140. ChartArea4.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
  141. ChartArea4.AxisY.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  142. ChartArea4.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  143. ChartArea4.AxisY.IsLabelAutoFit = False
  144. ChartArea4.AxisY.LabelAutoFitMinFontSize = 5
  145. ChartArea4.AxisY.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  146. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  147. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  148. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _
  149. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  150. ChartArea4.AxisY.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  151. ChartArea4.AxisY.LabelStyle.ForeColor = System.Drawing.Color.Transparent
  152. ChartArea4.AxisY.MajorGrid.Enabled = False
  153. ChartArea4.AxisY.MajorTickMark.Enabled = False
  154. ChartArea4.AxisY.MaximumAutoSize = 100.0!
  155. ChartArea4.AxisY.TitleFont = New System.Drawing.Font("Microsoft Sans Serif", 3.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  156. ChartArea4.AxisY.ToolTip = "10"
  157. ChartArea4.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White
  158. ChartArea4.BackColor = System.Drawing.Color.White
  159. ChartArea4.BackImageTransparentColor = System.Drawing.Color.White
  160. ChartArea4.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  161. ChartArea4.BackSecondaryColor = System.Drawing.Color.White
  162. ChartArea4.BorderColor = System.Drawing.Color.Transparent
  163. ChartArea4.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid
  164. ChartArea4.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  165. ChartArea4.CursorY.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  166. ChartArea4.Name = "ChartArea1"
  167. ChartArea4.ShadowColor = System.Drawing.Color.White
  168. Me.charPastel.ChartAreas.Add(ChartArea4)
  169. Legend4.BackColor = System.Drawing.Color.White
  170. Legend4.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  171. Legend4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  172. Legend4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(15, Byte), Integer), CType(CType(151, Byte), Integer), CType(CType(208, Byte), Integer))
  173. Legend4.IsTextAutoFit = False
  174. Legend4.Name = "Legend1"
  175. Legend4.TextWrapThreshold = 10
  176. Me.charPastel.Legends.Add(Legend4)
  177. Me.charPastel.Location = New System.Drawing.Point(774, 472)
  178. Me.charPastel.Name = "charPastel"
  179. Me.charPastel.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None
  180. 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))}
  181. Series4.ChartArea = "ChartArea1"
  182. Series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
  183. Series4.Color = System.Drawing.Color.Maroon
  184. Series4.CustomProperties = "CollectedColor=64\, 64\, 64"
  185. Series4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  186. Series4.LabelBackColor = System.Drawing.Color.Transparent
  187. Series4.LabelBorderColor = System.Drawing.Color.Transparent
  188. Series4.LabelForeColor = System.Drawing.Color.Transparent
  189. Series4.Legend = "Legend1"
  190. Series4.Name = "Series1"
  191. Series4.ShadowColor = System.Drawing.Color.Transparent
  192. Series4.YValuesPerPoint = 3
  193. Me.charPastel.Series.Add(Series4)
  194. Me.charPastel.Size = New System.Drawing.Size(477, 274)
  195. Me.charPastel.TabIndex = 0
  196. Me.charPastel.Text = "Chart3"
  197. '
  198. 'charbarras
  199. '
  200. Me.charbarras.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  201. Or System.Windows.Forms.AnchorStyles.Left) _
  202. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  203. ChartArea5.AxisX.Crossing = -1.7976931348623157E+308R
  204. ChartArea5.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True]
  205. ChartArea5.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  206. ChartArea5.AxisX.IsLabelAutoFit = False
  207. ChartArea5.AxisX.IsMarginVisible = False
  208. ChartArea5.AxisX.LabelAutoFitMinFontSize = 5
  209. ChartArea5.AxisX.LabelStyle.Angle = 90
  210. ChartArea5.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  211. ChartArea5.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  212. ChartArea5.AxisX.LabelStyle.Interval = 0R
  213. ChartArea5.AxisX.MajorGrid.Enabled = False
  214. ChartArea5.AxisX.MajorTickMark.Enabled = False
  215. ChartArea5.AxisX.MaximumAutoSize = 100.0!
  216. ChartArea5.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight
  217. ChartArea5.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black
  218. ChartArea5.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black
  219. ChartArea5.AxisX.ScrollBar.LineColor = System.Drawing.Color.White
  220. ChartArea5.AxisX.ToolTip = "10"
  221. ChartArea5.AxisY.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number
  222. ChartArea5.AxisY.LabelAutoFitMinFontSize = 5
  223. ChartArea5.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  224. ChartArea5.AxisY.MaximumAutoSize = 100.0!
  225. ChartArea5.AxisY.TitleForeColor = System.Drawing.Color.Transparent
  226. ChartArea5.BackColor = System.Drawing.Color.White
  227. ChartArea5.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  228. ChartArea5.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  229. ChartArea5.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  230. ChartArea5.IsSameFontSizeForAllAxes = True
  231. ChartArea5.Name = "ChartArea1"
  232. Me.charbarras.ChartAreas.Add(ChartArea5)
  233. Legend5.Name = "Legend1"
  234. Me.charbarras.Legends.Add(Legend5)
  235. Me.charbarras.Location = New System.Drawing.Point(86, 472)
  236. Me.charbarras.Name = "charbarras"
  237. Me.charbarras.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel
  238. Series5.BackImageTransparentColor = System.Drawing.Color.Black
  239. Series5.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  240. Series5.BackSecondaryColor = System.Drawing.Color.Transparent
  241. Series5.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer))
  242. Series5.ChartArea = "ChartArea1"
  243. Series5.Color = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  244. Series5.EmptyPointStyle.MarkerSize = 1
  245. Series5.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  246. Series5.IsVisibleInLegend = False
  247. Series5.IsXValueIndexed = True
  248. Series5.LabelBackColor = System.Drawing.Color.Black
  249. Series5.LabelBorderColor = System.Drawing.Color.Black
  250. Series5.Legend = "Legend1"
  251. Series5.MarkerSize = 3
  252. Series5.Name = "Series1"
  253. Series5.ShadowColor = System.Drawing.Color.Transparent
  254. Series5.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String]
  255. Series5.YValuesPerPoint = 10
  256. Series5.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double]
  257. Me.charbarras.Series.Add(Series5)
  258. Me.charbarras.Size = New System.Drawing.Size(547, 274)
  259. Me.charbarras.TabIndex = 0
  260. Me.charbarras.Text = "l"
  261. '
  262. 'TableLayoutPanel1
  263. '
  264. Me.TableLayoutPanel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  265. Or System.Windows.Forms.AnchorStyles.Left) _
  266. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  267. Me.TableLayoutPanel1.BackColor = System.Drawing.Color.White
  268. Me.TableLayoutPanel1.ColumnCount = 1
  269. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  270. Me.TableLayoutPanel1.Controls.Add(Me.lblRendimientotexto, 0, 0)
  271. Me.TableLayoutPanel1.Controls.Add(Me.lblMontoRendimiento, 0, 1)
  272. Me.TableLayoutPanel1.Location = New System.Drawing.Point(3, 0)
  273. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  274. Me.TableLayoutPanel1.RowCount = 2
  275. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  276. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  277. Me.TableLayoutPanel1.Size = New System.Drawing.Size(681, 119)
  278. Me.TableLayoutPanel1.TabIndex = 0
  279. '
  280. 'lblRendimientotexto
  281. '
  282. Me.lblRendimientotexto.Anchor = System.Windows.Forms.AnchorStyles.None
  283. Me.lblRendimientotexto.AutoSize = True
  284. Me.lblRendimientotexto.BackColor = System.Drawing.Color.White
  285. Me.lblRendimientotexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  286. Me.lblRendimientotexto.ForeColor = System.Drawing.Color.Black
  287. Me.lblRendimientotexto.Location = New System.Drawing.Point(113, 8)
  288. Me.lblRendimientotexto.Name = "lblRendimientotexto"
  289. Me.lblRendimientotexto.Size = New System.Drawing.Size(454, 42)
  290. Me.lblRendimientotexto.TabIndex = 12
  291. Me.lblRendimientotexto.Text = "Rendimiento del Portafolio"
  292. '
  293. 'lblMontoRendimiento
  294. '
  295. Me.lblMontoRendimiento.Anchor = System.Windows.Forms.AnchorStyles.None
  296. Me.lblMontoRendimiento.AutoSize = True
  297. Me.lblMontoRendimiento.BackColor = System.Drawing.Color.White
  298. Me.lblMontoRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  299. Me.lblMontoRendimiento.ForeColor = System.Drawing.Color.Black
  300. Me.lblMontoRendimiento.Location = New System.Drawing.Point(304, 68)
  301. Me.lblMontoRendimiento.Name = "lblMontoRendimiento"
  302. Me.lblMontoRendimiento.Size = New System.Drawing.Size(72, 42)
  303. Me.lblMontoRendimiento.TabIndex = 10
  304. Me.lblMontoRendimiento.Text = "0%"
  305. '
  306. 'charlineal
  307. '
  308. Me.charlineal.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  309. Or System.Windows.Forms.AnchorStyles.Left) _
  310. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  311. ChartArea6.AxisX.Crossing = -1.7976931348623157E+308R
  312. ChartArea6.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True]
  313. ChartArea6.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  314. ChartArea6.AxisX.IsLabelAutoFit = False
  315. ChartArea6.AxisX.IsMarginVisible = False
  316. ChartArea6.AxisX.LabelAutoFitMinFontSize = 5
  317. ChartArea6.AxisX.LabelStyle.Angle = 90
  318. ChartArea6.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  319. ChartArea6.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  320. ChartArea6.AxisX.LabelStyle.Interval = 0R
  321. ChartArea6.AxisX.MajorGrid.Enabled = False
  322. ChartArea6.AxisX.MajorTickMark.Enabled = False
  323. ChartArea6.AxisX.MaximumAutoSize = 100.0!
  324. ChartArea6.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight
  325. ChartArea6.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black
  326. ChartArea6.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black
  327. ChartArea6.AxisX.ScrollBar.LineColor = System.Drawing.Color.White
  328. ChartArea6.AxisX.ToolTip = "10"
  329. ChartArea6.AxisY.LabelAutoFitMinFontSize = 5
  330. ChartArea6.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  331. ChartArea6.AxisY.LabelStyle.Format = "0 %"
  332. ChartArea6.AxisY.MaximumAutoSize = 100.0!
  333. ChartArea6.AxisY.TitleForeColor = System.Drawing.Color.Transparent
  334. ChartArea6.BackColor = System.Drawing.Color.White
  335. ChartArea6.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  336. ChartArea6.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  337. ChartArea6.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  338. ChartArea6.IsSameFontSizeForAllAxes = True
  339. ChartArea6.Name = "ChartArea1"
  340. ChartArea6.ShadowColor = System.Drawing.Color.White
  341. Me.charlineal.ChartAreas.Add(ChartArea6)
  342. Legend6.Name = "Legend1"
  343. Me.charlineal.Legends.Add(Legend6)
  344. Me.charlineal.Location = New System.Drawing.Point(48, 186)
  345. Me.charlineal.Name = "charlineal"
  346. Me.charlineal.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel
  347. Series6.BackImageTransparentColor = System.Drawing.Color.Black
  348. Series6.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  349. Series6.BackSecondaryColor = System.Drawing.Color.Transparent
  350. Series6.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer))
  351. Series6.ChartArea = "ChartArea1"
  352. Series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea
  353. Series6.Color = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(50, Byte), Integer))
  354. Series6.EmptyPointStyle.MarkerSize = 1
  355. Series6.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  356. Series6.IsVisibleInLegend = False
  357. Series6.IsXValueIndexed = True
  358. Series6.LabelBackColor = System.Drawing.Color.Black
  359. Series6.LabelBorderColor = System.Drawing.Color.Black
  360. Series6.Legend = "Legend1"
  361. Series6.MarkerSize = 3
  362. Series6.Name = "Series1"
  363. Series6.ShadowColor = System.Drawing.Color.Transparent
  364. Series6.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String]
  365. Series6.YValuesPerPoint = 10
  366. Series6.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double]
  367. Me.charlineal.Series.Add(Series6)
  368. Me.charlineal.Size = New System.Drawing.Size(1250, 210)
  369. Me.charlineal.TabIndex = 1
  370. '
  371. 'pnlPortafolioTotal
  372. '
  373. Me.pnlPortafolioTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  374. Me.pnlPortafolioTotal.Controls.Add(Me.TableLayoutPanel2)
  375. Me.pnlPortafolioTotal.Location = New System.Drawing.Point(708, 0)
  376. Me.pnlPortafolioTotal.Name = "pnlPortafolioTotal"
  377. Me.pnlPortafolioTotal.Size = New System.Drawing.Size(659, 119)
  378. Me.pnlPortafolioTotal.TabIndex = 9
  379. '
  380. 'TableLayoutPanel2
  381. '
  382. Me.TableLayoutPanel2.BackColor = System.Drawing.Color.White
  383. Me.TableLayoutPanel2.ColumnCount = 1
  384. Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  385. Me.TableLayoutPanel2.Controls.Add(Me.lblIngresostexto, 0, 0)
  386. Me.TableLayoutPanel2.Controls.Add(Me.lblMontoIngresos, 0, 1)
  387. Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill
  388. Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 0)
  389. Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
  390. Me.TableLayoutPanel2.RowCount = 2
  391. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  392. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  393. Me.TableLayoutPanel2.Size = New System.Drawing.Size(659, 119)
  394. Me.TableLayoutPanel2.TabIndex = 0
  395. '
  396. 'lblIngresostexto
  397. '
  398. Me.lblIngresostexto.Anchor = System.Windows.Forms.AnchorStyles.None
  399. Me.lblIngresostexto.AutoSize = True
  400. Me.lblIngresostexto.BackColor = System.Drawing.Color.White
  401. Me.lblIngresostexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  402. Me.lblIngresostexto.ForeColor = System.Drawing.Color.Black
  403. Me.lblIngresostexto.Location = New System.Drawing.Point(135, 8)
  404. Me.lblIngresostexto.Name = "lblIngresostexto"
  405. Me.lblIngresostexto.Size = New System.Drawing.Size(388, 42)
  406. Me.lblIngresostexto.TabIndex = 12
  407. Me.lblIngresostexto.Text = "Ingresos del Portafolio"
  408. '
  409. 'lblMontoIngresos
  410. '
  411. Me.lblMontoIngresos.Anchor = System.Windows.Forms.AnchorStyles.None
  412. Me.lblMontoIngresos.AutoSize = True
  413. Me.lblMontoIngresos.BackColor = System.Drawing.Color.White
  414. Me.lblMontoIngresos.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  415. Me.lblMontoIngresos.ForeColor = System.Drawing.Color.Black
  416. Me.lblMontoIngresos.Location = New System.Drawing.Point(293, 68)
  417. Me.lblMontoIngresos.Name = "lblMontoIngresos"
  418. Me.lblMontoIngresos.Size = New System.Drawing.Size(72, 42)
  419. Me.lblMontoIngresos.TabIndex = 11
  420. Me.lblMontoIngresos.Text = "0%"
  421. '
  422. 'frmPrincipalInicio
  423. '
  424. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  425. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  426. Me.AutoScroll = True
  427. Me.ClientSize = New System.Drawing.Size(1370, 749)
  428. Me.Controls.Add(Me.pnlHijo)
  429. Me.Name = "frmPrincipalInicio"
  430. Me.pnlHijo.ResumeLayout(False)
  431. Me.pnlHijo.PerformLayout()
  432. CType(Me.charPastel, System.ComponentModel.ISupportInitialize).EndInit()
  433. CType(Me.charbarras, System.ComponentModel.ISupportInitialize).EndInit()
  434. Me.TableLayoutPanel1.ResumeLayout(False)
  435. Me.TableLayoutPanel1.PerformLayout()
  436. CType(Me.charlineal, System.ComponentModel.ISupportInitialize).EndInit()
  437. Me.pnlPortafolioTotal.ResumeLayout(False)
  438. Me.TableLayoutPanel2.ResumeLayout(False)
  439. Me.TableLayoutPanel2.PerformLayout()
  440. Me.ResumeLayout(False)
  441. End Sub
  442. Friend WithEvents charlineal As DataVisualization.Charting.Chart
  443. Friend WithEvents charPastel As DataVisualization.Charting.Chart
  444. Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
  445. Friend WithEvents lblRendimientotexto As Label
  446. Friend WithEvents lblMontoRendimiento As Label
  447. Friend WithEvents pnlPortafolioTotal As Panel
  448. Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
  449. Friend WithEvents lblIngresostexto As Label
  450. Friend WithEvents lblMontoIngresos As Label
  451. Friend WithEvents pnlHijo As Panel
  452. Friend WithEvents charbarras As DataVisualization.Charting.Chart
  453. Friend WithEvents Label3 As Label
  454. Friend WithEvents Label2 As Label
  455. Friend WithEvents Label1 As Label
  456. End Class