frmPrincipalInicio.Designer.vb 32 KB

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