frmPrincipalInicio.Designer.vb 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  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 ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  23. Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  24. Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  25. Dim ChartArea2 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  26. Dim Legend2 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  27. Dim Series2 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  28. Dim ChartArea3 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  29. Dim Legend3 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  30. Dim Series3 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  31. Me.lblTitulo = New System.Windows.Forms.Label()
  32. Me.pnlRendimiento = New System.Windows.Forms.Panel()
  33. Me.charlineal = New System.Windows.Forms.DataVisualization.Charting.Chart()
  34. Me.pnlIngresos = New System.Windows.Forms.Panel()
  35. Me.charbarras = New System.Windows.Forms.DataVisualization.Charting.Chart()
  36. Me.pnlPortafolio = New System.Windows.Forms.Panel()
  37. Me.charPastel = New System.Windows.Forms.DataVisualization.Charting.Chart()
  38. Me.lblRendimiento = New System.Windows.Forms.Label()
  39. Me.lblIngreso = New System.Windows.Forms.Label()
  40. Me.lblPortafolio = New System.Windows.Forms.Label()
  41. Me.pnlRendimientoTotal = New System.Windows.Forms.Panel()
  42. Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  43. Me.lblRendimientotexto = New System.Windows.Forms.Label()
  44. Me.lblMontoRendimiento = New System.Windows.Forms.Label()
  45. Me.pnlPortafolioTotal = New System.Windows.Forms.Panel()
  46. Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
  47. Me.lblIngresostexto = New System.Windows.Forms.Label()
  48. Me.lblMontoIngresos = New System.Windows.Forms.Label()
  49. Me.pnlHijo = New System.Windows.Forms.Panel()
  50. Me.pnlRendimiento.SuspendLayout()
  51. CType(Me.charlineal, System.ComponentModel.ISupportInitialize).BeginInit()
  52. Me.pnlIngresos.SuspendLayout()
  53. CType(Me.charbarras, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.pnlPortafolio.SuspendLayout()
  55. CType(Me.charPastel, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.pnlRendimientoTotal.SuspendLayout()
  57. Me.TableLayoutPanel1.SuspendLayout()
  58. Me.pnlPortafolioTotal.SuspendLayout()
  59. Me.TableLayoutPanel2.SuspendLayout()
  60. Me.pnlHijo.SuspendLayout()
  61. Me.SuspendLayout()
  62. '
  63. 'lblTitulo
  64. '
  65. Me.lblTitulo.AutoSize = True
  66. Me.lblTitulo.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  67. Me.lblTitulo.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  68. Me.lblTitulo.Location = New System.Drawing.Point(19, 18)
  69. Me.lblTitulo.Name = "lblTitulo"
  70. Me.lblTitulo.Size = New System.Drawing.Size(712, 33)
  71. Me.lblTitulo.TabIndex = 1
  72. Me.lblTitulo.Text = "DESEMPEÑO DEL PORTAFOLIO DE INVERSIONES"
  73. '
  74. 'pnlRendimiento
  75. '
  76. Me.pnlRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  77. Me.pnlRendimiento.Controls.Add(Me.charlineal)
  78. Me.pnlRendimiento.Location = New System.Drawing.Point(261, 105)
  79. Me.pnlRendimiento.Name = "pnlRendimiento"
  80. Me.pnlRendimiento.Size = New System.Drawing.Size(717, 240)
  81. Me.pnlRendimiento.TabIndex = 2
  82. '
  83. 'charlineal
  84. '
  85. Me.charlineal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  86. ChartArea1.AxisX.Crossing = -1.7976931348623157E+308R
  87. ChartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True]
  88. ChartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  89. ChartArea1.AxisX.IsLabelAutoFit = False
  90. ChartArea1.AxisX.IsMarginVisible = False
  91. ChartArea1.AxisX.LabelAutoFitMinFontSize = 5
  92. ChartArea1.AxisX.LabelStyle.Angle = 90
  93. ChartArea1.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  94. ChartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  95. ChartArea1.AxisX.LabelStyle.Interval = 0R
  96. ChartArea1.AxisX.MajorGrid.Enabled = False
  97. ChartArea1.AxisX.MajorTickMark.Enabled = False
  98. ChartArea1.AxisX.MaximumAutoSize = 100.0!
  99. ChartArea1.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight
  100. ChartArea1.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black
  101. ChartArea1.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black
  102. ChartArea1.AxisX.ScrollBar.LineColor = System.Drawing.Color.White
  103. ChartArea1.AxisX.ToolTip = "10"
  104. ChartArea1.AxisY.LabelAutoFitMinFontSize = 5
  105. ChartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  106. ChartArea1.AxisY.MaximumAutoSize = 100.0!
  107. ChartArea1.AxisY.TitleForeColor = System.Drawing.Color.Transparent
  108. ChartArea1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  109. ChartArea1.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  110. ChartArea1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  111. ChartArea1.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  112. ChartArea1.IsSameFontSizeForAllAxes = True
  113. ChartArea1.Name = "ChartArea1"
  114. Me.charlineal.ChartAreas.Add(ChartArea1)
  115. Me.charlineal.Dock = System.Windows.Forms.DockStyle.Fill
  116. Legend1.Name = "Legend1"
  117. Me.charlineal.Legends.Add(Legend1)
  118. Me.charlineal.Location = New System.Drawing.Point(0, 0)
  119. Me.charlineal.Name = "charlineal"
  120. Me.charlineal.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel
  121. Series1.BackImageTransparentColor = System.Drawing.Color.Black
  122. Series1.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  123. Series1.BackSecondaryColor = System.Drawing.Color.Transparent
  124. Series1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer))
  125. Series1.ChartArea = "ChartArea1"
  126. Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea
  127. Series1.Color = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(50, Byte), Integer))
  128. Series1.EmptyPointStyle.MarkerSize = 1
  129. Series1.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  130. Series1.IsVisibleInLegend = False
  131. Series1.IsXValueIndexed = True
  132. Series1.LabelBackColor = System.Drawing.Color.Black
  133. Series1.LabelBorderColor = System.Drawing.Color.Black
  134. Series1.Legend = "Legend1"
  135. Series1.MarkerSize = 3
  136. Series1.Name = "Series1"
  137. Series1.ShadowColor = System.Drawing.Color.Transparent
  138. Series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String]
  139. Series1.YValuesPerPoint = 10
  140. Series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double]
  141. Me.charlineal.Series.Add(Series1)
  142. Me.charlineal.Size = New System.Drawing.Size(717, 240)
  143. Me.charlineal.TabIndex = 1
  144. Me.charlineal.Text = "l"
  145. '
  146. 'pnlIngresos
  147. '
  148. Me.pnlIngresos.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  149. Me.pnlIngresos.Controls.Add(Me.charbarras)
  150. Me.pnlIngresos.Location = New System.Drawing.Point(65, 413)
  151. Me.pnlIngresos.Name = "pnlIngresos"
  152. Me.pnlIngresos.Size = New System.Drawing.Size(374, 329)
  153. Me.pnlIngresos.TabIndex = 3
  154. '
  155. 'charbarras
  156. '
  157. Me.charbarras.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  158. ChartArea2.AxisX.Crossing = -1.7976931348623157E+308R
  159. ChartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True]
  160. ChartArea2.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  161. ChartArea2.AxisX.IsLabelAutoFit = False
  162. ChartArea2.AxisX.IsMarginVisible = False
  163. ChartArea2.AxisX.LabelAutoFitMinFontSize = 5
  164. ChartArea2.AxisX.LabelStyle.Angle = 90
  165. ChartArea2.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  166. ChartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  167. ChartArea2.AxisX.LabelStyle.Interval = 0R
  168. ChartArea2.AxisX.MajorGrid.Enabled = False
  169. ChartArea2.AxisX.MajorTickMark.Enabled = False
  170. ChartArea2.AxisX.MaximumAutoSize = 100.0!
  171. ChartArea2.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight
  172. ChartArea2.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black
  173. ChartArea2.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black
  174. ChartArea2.AxisX.ScrollBar.LineColor = System.Drawing.Color.White
  175. ChartArea2.AxisX.ToolTip = "10"
  176. ChartArea2.AxisY.LabelAutoFitMinFontSize = 5
  177. ChartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  178. ChartArea2.AxisY.MaximumAutoSize = 100.0!
  179. ChartArea2.AxisY.TitleForeColor = System.Drawing.Color.Transparent
  180. ChartArea2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  181. ChartArea2.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  182. ChartArea2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  183. ChartArea2.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  184. ChartArea2.IsSameFontSizeForAllAxes = True
  185. ChartArea2.Name = "ChartArea1"
  186. Me.charbarras.ChartAreas.Add(ChartArea2)
  187. Me.charbarras.Dock = System.Windows.Forms.DockStyle.Fill
  188. Legend2.Name = "Legend1"
  189. Me.charbarras.Legends.Add(Legend2)
  190. Me.charbarras.Location = New System.Drawing.Point(0, 0)
  191. Me.charbarras.Name = "charbarras"
  192. Me.charbarras.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel
  193. Series2.BackImageTransparentColor = System.Drawing.Color.Black
  194. Series2.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  195. Series2.BackSecondaryColor = System.Drawing.Color.Transparent
  196. Series2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer))
  197. Series2.ChartArea = "ChartArea1"
  198. Series2.Color = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  199. Series2.EmptyPointStyle.MarkerSize = 1
  200. Series2.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  201. Series2.IsVisibleInLegend = False
  202. Series2.IsXValueIndexed = True
  203. Series2.LabelBackColor = System.Drawing.Color.Black
  204. Series2.LabelBorderColor = System.Drawing.Color.Black
  205. Series2.Legend = "Legend1"
  206. Series2.MarkerSize = 3
  207. Series2.Name = "Series1"
  208. Series2.ShadowColor = System.Drawing.Color.Transparent
  209. Series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String]
  210. Series2.YValuesPerPoint = 10
  211. Series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double]
  212. Me.charbarras.Series.Add(Series2)
  213. Me.charbarras.Size = New System.Drawing.Size(374, 329)
  214. Me.charbarras.TabIndex = 0
  215. Me.charbarras.Text = "l"
  216. '
  217. 'pnlPortafolio
  218. '
  219. Me.pnlPortafolio.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  220. Me.pnlPortafolio.Controls.Add(Me.charPastel)
  221. Me.pnlPortafolio.Location = New System.Drawing.Point(554, 413)
  222. Me.pnlPortafolio.Name = "pnlPortafolio"
  223. Me.pnlPortafolio.Size = New System.Drawing.Size(424, 329)
  224. Me.pnlPortafolio.TabIndex = 4
  225. '
  226. 'charPastel
  227. '
  228. Me.charPastel.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  229. ChartArea3.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None
  230. ChartArea3.AxisX.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
  231. ChartArea3.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  232. ChartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  233. ChartArea3.AxisX.IsLabelAutoFit = False
  234. ChartArea3.AxisX.IsMarksNextToAxis = False
  235. ChartArea3.AxisX.LabelAutoFitMinFontSize = 5
  236. ChartArea3.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  237. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  238. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  239. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _
  240. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  241. ChartArea3.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  242. ChartArea3.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Transparent
  243. ChartArea3.AxisX.MajorGrid.Enabled = False
  244. ChartArea3.AxisX.MajorTickMark.Enabled = False
  245. ChartArea3.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea
  246. ChartArea3.AxisX.MaximumAutoSize = 100.0!
  247. ChartArea3.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  248. ChartArea3.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  249. ChartArea3.AxisX.ToolTip = "10"
  250. ChartArea3.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White
  251. ChartArea3.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
  252. ChartArea3.AxisY.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  253. ChartArea3.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  254. ChartArea3.AxisY.IsLabelAutoFit = False
  255. ChartArea3.AxisY.LabelAutoFitMinFontSize = 5
  256. ChartArea3.AxisY.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  257. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  258. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  259. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _
  260. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  261. ChartArea3.AxisY.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  262. ChartArea3.AxisY.LabelStyle.ForeColor = System.Drawing.Color.Transparent
  263. ChartArea3.AxisY.MajorGrid.Enabled = False
  264. ChartArea3.AxisY.MajorTickMark.Enabled = False
  265. ChartArea3.AxisY.MaximumAutoSize = 100.0!
  266. ChartArea3.AxisY.TitleFont = New System.Drawing.Font("Microsoft Sans Serif", 3.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  267. ChartArea3.AxisY.ToolTip = "10"
  268. ChartArea3.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White
  269. ChartArea3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  270. ChartArea3.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight
  271. ChartArea3.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal
  272. ChartArea3.BackImageTransparentColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  273. ChartArea3.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  274. ChartArea3.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  275. ChartArea3.BorderColor = System.Drawing.Color.Transparent
  276. ChartArea3.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid
  277. ChartArea3.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  278. ChartArea3.CursorY.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  279. ChartArea3.Name = "ChartArea1"
  280. Me.charPastel.ChartAreas.Add(ChartArea3)
  281. Me.charPastel.Dock = System.Windows.Forms.DockStyle.Fill
  282. Legend3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  283. Legend3.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  284. Legend3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  285. Legend3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(15, Byte), Integer), CType(CType(151, Byte), Integer), CType(CType(208, Byte), Integer))
  286. Legend3.IsTextAutoFit = False
  287. Legend3.Name = "Legend1"
  288. Legend3.TextWrapThreshold = 10
  289. Me.charPastel.Legends.Add(Legend3)
  290. Me.charPastel.Location = New System.Drawing.Point(0, 0)
  291. Me.charPastel.Name = "charPastel"
  292. Me.charPastel.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None
  293. 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))}
  294. Series3.ChartArea = "ChartArea1"
  295. Series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
  296. Series3.Color = System.Drawing.Color.Maroon
  297. Series3.CustomProperties = "CollectedColor=64\, 64\, 64"
  298. Series3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  299. Series3.LabelBackColor = System.Drawing.Color.Transparent
  300. Series3.LabelBorderColor = System.Drawing.Color.Transparent
  301. Series3.LabelForeColor = System.Drawing.Color.Transparent
  302. Series3.Legend = "Legend1"
  303. Series3.Name = "Series1"
  304. Series3.ShadowColor = System.Drawing.Color.Transparent
  305. Series3.YValuesPerPoint = 3
  306. Me.charPastel.Series.Add(Series3)
  307. Me.charPastel.Size = New System.Drawing.Size(424, 329)
  308. Me.charPastel.TabIndex = 0
  309. Me.charPastel.Text = "Chart3"
  310. '
  311. 'lblRendimiento
  312. '
  313. Me.lblRendimiento.AutoSize = True
  314. Me.lblRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  315. Me.lblRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  316. Me.lblRendimiento.Location = New System.Drawing.Point(257, 68)
  317. Me.lblRendimiento.Name = "lblRendimiento"
  318. Me.lblRendimiento.Size = New System.Drawing.Size(247, 24)
  319. Me.lblRendimiento.TabIndex = 5
  320. Me.lblRendimiento.Text = "RENDIMIENTO PROMEDIO"
  321. '
  322. 'lblIngreso
  323. '
  324. Me.lblIngreso.AutoSize = True
  325. Me.lblIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  326. Me.lblIngreso.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  327. Me.lblIngreso.Location = New System.Drawing.Point(61, 364)
  328. Me.lblIngreso.Name = "lblIngreso"
  329. Me.lblIngreso.Size = New System.Drawing.Size(282, 24)
  330. Me.lblIngreso.TabIndex = 6
  331. Me.lblIngreso.Text = "MONTOS POR INSTRUMENTO"
  332. '
  333. 'lblPortafolio
  334. '
  335. Me.lblPortafolio.AutoSize = True
  336. Me.lblPortafolio.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  337. Me.lblPortafolio.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  338. Me.lblPortafolio.Location = New System.Drawing.Point(550, 374)
  339. Me.lblPortafolio.Name = "lblPortafolio"
  340. Me.lblPortafolio.Size = New System.Drawing.Size(310, 24)
  341. Me.lblPortafolio.TabIndex = 7
  342. Me.lblPortafolio.Text = "COMPOSICIÓN DEL PORTAFOLIO"
  343. '
  344. 'pnlRendimientoTotal
  345. '
  346. Me.pnlRendimientoTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  347. Me.pnlRendimientoTotal.Controls.Add(Me.TableLayoutPanel1)
  348. Me.pnlRendimientoTotal.Location = New System.Drawing.Point(6, 105)
  349. Me.pnlRendimientoTotal.Name = "pnlRendimientoTotal"
  350. Me.pnlRendimientoTotal.Size = New System.Drawing.Size(249, 80)
  351. Me.pnlRendimientoTotal.TabIndex = 8
  352. '
  353. 'TableLayoutPanel1
  354. '
  355. Me.TableLayoutPanel1.ColumnCount = 1
  356. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  357. Me.TableLayoutPanel1.Controls.Add(Me.lblRendimientotexto, 0, 1)
  358. Me.TableLayoutPanel1.Controls.Add(Me.lblMontoRendimiento, 0, 0)
  359. Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
  360. Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
  361. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  362. Me.TableLayoutPanel1.RowCount = 2
  363. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  364. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  365. Me.TableLayoutPanel1.Size = New System.Drawing.Size(249, 80)
  366. Me.TableLayoutPanel1.TabIndex = 0
  367. '
  368. 'lblRendimientotexto
  369. '
  370. Me.lblRendimientotexto.Anchor = System.Windows.Forms.AnchorStyles.None
  371. Me.lblRendimientotexto.AutoSize = True
  372. Me.lblRendimientotexto.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  373. Me.lblRendimientotexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  374. Me.lblRendimientotexto.Location = New System.Drawing.Point(9, 48)
  375. Me.lblRendimientotexto.Name = "lblRendimientotexto"
  376. Me.lblRendimientotexto.Size = New System.Drawing.Size(230, 24)
  377. Me.lblRendimientotexto.TabIndex = 12
  378. Me.lblRendimientotexto.Text = "Rendimiento del Portafolio"
  379. '
  380. 'lblMontoRendimiento
  381. '
  382. Me.lblMontoRendimiento.Anchor = System.Windows.Forms.AnchorStyles.None
  383. Me.lblMontoRendimiento.AutoSize = True
  384. Me.lblMontoRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  385. Me.lblMontoRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  386. Me.lblMontoRendimiento.Location = New System.Drawing.Point(107, 8)
  387. Me.lblMontoRendimiento.Name = "lblMontoRendimiento"
  388. Me.lblMontoRendimiento.Size = New System.Drawing.Size(35, 24)
  389. Me.lblMontoRendimiento.TabIndex = 10
  390. Me.lblMontoRendimiento.Text = "0%"
  391. '
  392. 'pnlPortafolioTotal
  393. '
  394. Me.pnlPortafolioTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  395. Me.pnlPortafolioTotal.Controls.Add(Me.TableLayoutPanel2)
  396. Me.pnlPortafolioTotal.Location = New System.Drawing.Point(6, 256)
  397. Me.pnlPortafolioTotal.Name = "pnlPortafolioTotal"
  398. Me.pnlPortafolioTotal.Size = New System.Drawing.Size(249, 89)
  399. Me.pnlPortafolioTotal.TabIndex = 9
  400. '
  401. 'TableLayoutPanel2
  402. '
  403. Me.TableLayoutPanel2.ColumnCount = 1
  404. Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  405. Me.TableLayoutPanel2.Controls.Add(Me.lblIngresostexto, 0, 1)
  406. Me.TableLayoutPanel2.Controls.Add(Me.lblMontoIngresos, 0, 0)
  407. Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill
  408. Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 0)
  409. Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
  410. Me.TableLayoutPanel2.RowCount = 2
  411. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  412. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  413. Me.TableLayoutPanel2.Size = New System.Drawing.Size(249, 89)
  414. Me.TableLayoutPanel2.TabIndex = 0
  415. '
  416. 'lblIngresostexto
  417. '
  418. Me.lblIngresostexto.Anchor = System.Windows.Forms.AnchorStyles.None
  419. Me.lblIngresostexto.AutoSize = True
  420. Me.lblIngresostexto.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  421. Me.lblIngresostexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  422. Me.lblIngresostexto.Location = New System.Drawing.Point(27, 54)
  423. Me.lblIngresostexto.Name = "lblIngresostexto"
  424. Me.lblIngresostexto.Size = New System.Drawing.Size(195, 24)
  425. Me.lblIngresostexto.TabIndex = 12
  426. Me.lblIngresostexto.Text = "Ingresos del Portafolio"
  427. '
  428. 'lblMontoIngresos
  429. '
  430. Me.lblMontoIngresos.Anchor = System.Windows.Forms.AnchorStyles.None
  431. Me.lblMontoIngresos.AutoSize = True
  432. Me.lblMontoIngresos.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  433. Me.lblMontoIngresos.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  434. Me.lblMontoIngresos.Location = New System.Drawing.Point(107, 10)
  435. Me.lblMontoIngresos.Name = "lblMontoIngresos"
  436. Me.lblMontoIngresos.Size = New System.Drawing.Size(35, 24)
  437. Me.lblMontoIngresos.TabIndex = 11
  438. Me.lblMontoIngresos.Text = "0%"
  439. '
  440. 'pnlHijo
  441. '
  442. Me.pnlHijo.AutoScroll = True
  443. Me.pnlHijo.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
  444. Me.pnlHijo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  445. Me.pnlHijo.Controls.Add(Me.pnlPortafolioTotal)
  446. Me.pnlHijo.Controls.Add(Me.pnlRendimientoTotal)
  447. Me.pnlHijo.Controls.Add(Me.lblPortafolio)
  448. Me.pnlHijo.Controls.Add(Me.lblIngreso)
  449. Me.pnlHijo.Controls.Add(Me.lblRendimiento)
  450. Me.pnlHijo.Controls.Add(Me.pnlPortafolio)
  451. Me.pnlHijo.Controls.Add(Me.pnlIngresos)
  452. Me.pnlHijo.Controls.Add(Me.pnlRendimiento)
  453. Me.pnlHijo.Controls.Add(Me.lblTitulo)
  454. Me.pnlHijo.Dock = System.Windows.Forms.DockStyle.Fill
  455. Me.pnlHijo.Location = New System.Drawing.Point(0, 0)
  456. Me.pnlHijo.Name = "pnlHijo"
  457. Me.pnlHijo.Size = New System.Drawing.Size(1021, 726)
  458. Me.pnlHijo.TabIndex = 1
  459. '
  460. 'frmPrincipalInicio
  461. '
  462. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  463. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  464. Me.ClientSize = New System.Drawing.Size(1021, 726)
  465. Me.Controls.Add(Me.pnlHijo)
  466. Me.Name = "frmPrincipalInicio"
  467. Me.Text = "frmPrincipalInicio"
  468. Me.pnlRendimiento.ResumeLayout(False)
  469. CType(Me.charlineal, System.ComponentModel.ISupportInitialize).EndInit()
  470. Me.pnlIngresos.ResumeLayout(False)
  471. CType(Me.charbarras, System.ComponentModel.ISupportInitialize).EndInit()
  472. Me.pnlPortafolio.ResumeLayout(False)
  473. CType(Me.charPastel, System.ComponentModel.ISupportInitialize).EndInit()
  474. Me.pnlRendimientoTotal.ResumeLayout(False)
  475. Me.TableLayoutPanel1.ResumeLayout(False)
  476. Me.TableLayoutPanel1.PerformLayout()
  477. Me.pnlPortafolioTotal.ResumeLayout(False)
  478. Me.TableLayoutPanel2.ResumeLayout(False)
  479. Me.TableLayoutPanel2.PerformLayout()
  480. Me.pnlHijo.ResumeLayout(False)
  481. Me.pnlHijo.PerformLayout()
  482. Me.ResumeLayout(False)
  483. End Sub
  484. Friend WithEvents lblTitulo As Label
  485. Friend WithEvents pnlRendimiento As Panel
  486. Friend WithEvents charlineal As DataVisualization.Charting.Chart
  487. Friend WithEvents pnlIngresos As Panel
  488. Friend WithEvents charbarras As DataVisualization.Charting.Chart
  489. Friend WithEvents pnlPortafolio As Panel
  490. Friend WithEvents charPastel As DataVisualization.Charting.Chart
  491. Friend WithEvents lblRendimiento As Label
  492. Friend WithEvents lblIngreso As Label
  493. Friend WithEvents lblPortafolio As Label
  494. Friend WithEvents pnlRendimientoTotal As Panel
  495. Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
  496. Friend WithEvents lblRendimientotexto As Label
  497. Friend WithEvents lblMontoRendimiento As Label
  498. Friend WithEvents pnlPortafolioTotal As Panel
  499. Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
  500. Friend WithEvents lblIngresostexto As Label
  501. Friend WithEvents lblMontoIngresos As Label
  502. Friend WithEvents pnlHijo As Panel
  503. End Class