frmPrincipal.Designer.vb 70 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmPrincipal
  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. Me.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrincipal))
  24. Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  25. Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  26. Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  27. Dim ChartArea2 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  28. Dim Legend2 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  29. Dim Series2 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  30. Dim ChartArea3 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  31. Dim Legend3 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  32. Dim Series3 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  33. Me.MenuStrip = New System.Windows.Forms.MenuStrip()
  34. Me.ToolStrip = New System.Windows.Forms.ToolStrip()
  35. Me.NewToolStripButton = New System.Windows.Forms.ToolStripButton()
  36. Me.OpenToolStripButton = New System.Windows.Forms.ToolStripButton()
  37. Me.SaveToolStripButton = New System.Windows.Forms.ToolStripButton()
  38. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  39. Me.PrintToolStripButton = New System.Windows.Forms.ToolStripButton()
  40. Me.PrintPreviewToolStripButton = New System.Windows.Forms.ToolStripButton()
  41. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  42. Me.HelpToolStripButton = New System.Windows.Forms.ToolStripButton()
  43. Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
  44. Me.PanelMenu = New System.Windows.Forms.Panel()
  45. Me.Button1 = New System.Windows.Forms.Button()
  46. Me.mnuPrincipal = New System.Windows.Forms.MenuStrip()
  47. Me.mnuInicio = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.mnuPropuestas = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.mnuInversiones = New System.Windows.Forms.ToolStripMenuItem()
  50. Me.mnuIngresos = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.mnuIngresosDashboards = New System.Windows.Forms.ToolStripMenuItem()
  52. Me.mnuIngresosConsulta = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.mnuDisponibilidades = New System.Windows.Forms.ToolStripMenuItem()
  54. Me.mnuPresupuesto = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.mnuInformes = New System.Windows.Forms.ToolStripMenuItem()
  56. Me.mnuConfiguracion = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.mnuCalificadoras = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.mnuEmisores = New System.Windows.Forms.ToolStripMenuItem()
  59. Me.mnuEmpresas = New System.Windows.Forms.ToolStripMenuItem()
  60. Me.mnuInstrumentos = New System.Windows.Forms.ToolStripMenuItem()
  61. Me.mnuBancos = New System.Windows.Forms.ToolStripMenuItem()
  62. Me.mnuCuentasBancarias = New System.Windows.Forms.ToolStripMenuItem()
  63. Me.mnuTipoCuentaBancaria = New System.Windows.Forms.ToolStripMenuItem()
  64. Me.mnuPaises = New System.Windows.Forms.ToolStripMenuItem()
  65. Me.mnuFormasDePago = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.mnuUsuarios = New System.Windows.Forms.ToolStripMenuItem()
  67. Me.mnuDepartamentos = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.mnuRendimientos = New System.Windows.Forms.ToolStripMenuItem()
  69. Me.FToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  70. Me.picLogo = New System.Windows.Forms.PictureBox()
  71. Me.lblInversionesTXT = New System.Windows.Forms.Label()
  72. Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
  73. Me.pnlPrincipal = New System.Windows.Forms.Panel()
  74. Me.pnlHijo = New System.Windows.Forms.Panel()
  75. Me.lblPais = New System.Windows.Forms.Label()
  76. Me.pnlEmpresa = New System.Windows.Forms.Panel()
  77. Me.flpEmpresas = New System.Windows.Forms.FlowLayoutPanel()
  78. Me.pnlPais = New System.Windows.Forms.Panel()
  79. Me.flpPaises = New System.Windows.Forms.FlowLayoutPanel()
  80. Me.pnlInstrumento = New System.Windows.Forms.Panel()
  81. Me.flpInstrumentos = New System.Windows.Forms.FlowLayoutPanel()
  82. Me.lblInstrumento = New System.Windows.Forms.Label()
  83. Me.lblEmpresa = New System.Windows.Forms.Label()
  84. Me.pnlPortafolioTotal = New System.Windows.Forms.Panel()
  85. Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
  86. Me.lblIngresostexto = New System.Windows.Forms.Label()
  87. Me.lblMontoIngresos = New System.Windows.Forms.Label()
  88. Me.pnlRendimientoTotal = New System.Windows.Forms.Panel()
  89. Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  90. Me.lblRendimientotexto = New System.Windows.Forms.Label()
  91. Me.lblMontoRendimiento = New System.Windows.Forms.Label()
  92. Me.lblPortafolio = New System.Windows.Forms.Label()
  93. Me.lblIngreso = New System.Windows.Forms.Label()
  94. Me.lblRendimiento = New System.Windows.Forms.Label()
  95. Me.pnlPortafolio = New System.Windows.Forms.Panel()
  96. Me.charPastel = New System.Windows.Forms.DataVisualization.Charting.Chart()
  97. Me.pnlIngresos = New System.Windows.Forms.Panel()
  98. Me.charbarras = New System.Windows.Forms.DataVisualization.Charting.Chart()
  99. Me.pnlRendimiento = New System.Windows.Forms.Panel()
  100. Me.charlineal = New System.Windows.Forms.DataVisualization.Charting.Chart()
  101. Me.lblTitulo = New System.Windows.Forms.Label()
  102. Me.ArbitrajeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  103. Me.ToolStrip.SuspendLayout()
  104. Me.PanelMenu.SuspendLayout()
  105. Me.mnuPrincipal.SuspendLayout()
  106. CType(Me.picLogo, System.ComponentModel.ISupportInitialize).BeginInit()
  107. Me.pnlPrincipal.SuspendLayout()
  108. Me.pnlHijo.SuspendLayout()
  109. Me.pnlEmpresa.SuspendLayout()
  110. Me.pnlPais.SuspendLayout()
  111. Me.pnlInstrumento.SuspendLayout()
  112. Me.pnlPortafolioTotal.SuspendLayout()
  113. Me.TableLayoutPanel2.SuspendLayout()
  114. Me.pnlRendimientoTotal.SuspendLayout()
  115. Me.TableLayoutPanel1.SuspendLayout()
  116. Me.pnlPortafolio.SuspendLayout()
  117. CType(Me.charPastel, System.ComponentModel.ISupportInitialize).BeginInit()
  118. Me.pnlIngresos.SuspendLayout()
  119. CType(Me.charbarras, System.ComponentModel.ISupportInitialize).BeginInit()
  120. Me.pnlRendimiento.SuspendLayout()
  121. CType(Me.charlineal, System.ComponentModel.ISupportInitialize).BeginInit()
  122. Me.SuspendLayout()
  123. '
  124. 'MenuStrip
  125. '
  126. Me.MenuStrip.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
  127. Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
  128. Me.MenuStrip.Name = "MenuStrip"
  129. Me.MenuStrip.Size = New System.Drawing.Size(1370, 24)
  130. Me.MenuStrip.TabIndex = 5
  131. Me.MenuStrip.Text = "MenuStrip"
  132. '
  133. 'ToolStrip
  134. '
  135. Me.ToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewToolStripButton, Me.OpenToolStripButton, Me.SaveToolStripButton, Me.ToolStripSeparator1, Me.PrintToolStripButton, Me.PrintPreviewToolStripButton, Me.ToolStripSeparator2, Me.HelpToolStripButton})
  136. Me.ToolStrip.Location = New System.Drawing.Point(0, 24)
  137. Me.ToolStrip.Name = "ToolStrip"
  138. Me.ToolStrip.Size = New System.Drawing.Size(1370, 25)
  139. Me.ToolStrip.TabIndex = 6
  140. Me.ToolStrip.Text = "ToolStrip"
  141. '
  142. 'NewToolStripButton
  143. '
  144. Me.NewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  145. Me.NewToolStripButton.Image = CType(resources.GetObject("NewToolStripButton.Image"), System.Drawing.Image)
  146. Me.NewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  147. Me.NewToolStripButton.Name = "NewToolStripButton"
  148. Me.NewToolStripButton.Size = New System.Drawing.Size(23, 22)
  149. Me.NewToolStripButton.Text = "Nuevo"
  150. '
  151. 'OpenToolStripButton
  152. '
  153. Me.OpenToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  154. Me.OpenToolStripButton.Image = CType(resources.GetObject("OpenToolStripButton.Image"), System.Drawing.Image)
  155. Me.OpenToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  156. Me.OpenToolStripButton.Name = "OpenToolStripButton"
  157. Me.OpenToolStripButton.Size = New System.Drawing.Size(23, 22)
  158. Me.OpenToolStripButton.Text = "Abrir"
  159. '
  160. 'SaveToolStripButton
  161. '
  162. Me.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  163. Me.SaveToolStripButton.Image = CType(resources.GetObject("SaveToolStripButton.Image"), System.Drawing.Image)
  164. Me.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  165. Me.SaveToolStripButton.Name = "SaveToolStripButton"
  166. Me.SaveToolStripButton.Size = New System.Drawing.Size(23, 22)
  167. Me.SaveToolStripButton.Text = "Guardar"
  168. '
  169. 'ToolStripSeparator1
  170. '
  171. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  172. Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
  173. '
  174. 'PrintToolStripButton
  175. '
  176. Me.PrintToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  177. Me.PrintToolStripButton.Image = CType(resources.GetObject("PrintToolStripButton.Image"), System.Drawing.Image)
  178. Me.PrintToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  179. Me.PrintToolStripButton.Name = "PrintToolStripButton"
  180. Me.PrintToolStripButton.Size = New System.Drawing.Size(23, 22)
  181. Me.PrintToolStripButton.Text = "Imprimir"
  182. '
  183. 'PrintPreviewToolStripButton
  184. '
  185. Me.PrintPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  186. Me.PrintPreviewToolStripButton.Image = CType(resources.GetObject("PrintPreviewToolStripButton.Image"), System.Drawing.Image)
  187. Me.PrintPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  188. Me.PrintPreviewToolStripButton.Name = "PrintPreviewToolStripButton"
  189. Me.PrintPreviewToolStripButton.Size = New System.Drawing.Size(23, 22)
  190. Me.PrintPreviewToolStripButton.Text = "Vista previa de impresión"
  191. '
  192. 'ToolStripSeparator2
  193. '
  194. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  195. Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
  196. '
  197. 'HelpToolStripButton
  198. '
  199. Me.HelpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  200. Me.HelpToolStripButton.Image = CType(resources.GetObject("HelpToolStripButton.Image"), System.Drawing.Image)
  201. Me.HelpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  202. Me.HelpToolStripButton.Name = "HelpToolStripButton"
  203. Me.HelpToolStripButton.Size = New System.Drawing.Size(23, 22)
  204. Me.HelpToolStripButton.Text = "Ayuda"
  205. '
  206. 'PanelMenu
  207. '
  208. Me.PanelMenu.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
  209. Me.PanelMenu.Controls.Add(Me.Button1)
  210. Me.PanelMenu.Controls.Add(Me.mnuPrincipal)
  211. Me.PanelMenu.Controls.Add(Me.picLogo)
  212. Me.PanelMenu.Controls.Add(Me.lblInversionesTXT)
  213. Me.PanelMenu.Dock = System.Windows.Forms.DockStyle.Left
  214. Me.PanelMenu.Location = New System.Drawing.Point(0, 49)
  215. Me.PanelMenu.Name = "PanelMenu"
  216. Me.PanelMenu.Size = New System.Drawing.Size(254, 677)
  217. Me.PanelMenu.TabIndex = 10
  218. '
  219. 'Button1
  220. '
  221. Me.Button1.Location = New System.Drawing.Point(3, 87)
  222. Me.Button1.Name = "Button1"
  223. Me.Button1.Size = New System.Drawing.Size(37, 30)
  224. Me.Button1.TabIndex = 14
  225. Me.Button1.Text = "Button1"
  226. Me.Button1.UseVisualStyleBackColor = True
  227. '
  228. 'mnuPrincipal
  229. '
  230. Me.mnuPrincipal.AutoSize = False
  231. Me.mnuPrincipal.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
  232. Me.mnuPrincipal.Dock = System.Windows.Forms.DockStyle.None
  233. Me.mnuPrincipal.Font = New System.Drawing.Font("Century Gothic", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  234. Me.mnuPrincipal.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuInicio, Me.mnuPropuestas, Me.mnuInversiones, Me.mnuIngresos, Me.mnuDisponibilidades, Me.mnuPresupuesto, Me.mnuInformes, Me.mnuConfiguracion, Me.mnuRendimientos, Me.FToolStripMenuItem, Me.ArbitrajeToolStripMenuItem})
  235. Me.mnuPrincipal.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow
  236. Me.mnuPrincipal.Location = New System.Drawing.Point(0, 120)
  237. Me.mnuPrincipal.Name = "mnuPrincipal"
  238. Me.mnuPrincipal.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
  239. Me.mnuPrincipal.ShowItemToolTips = True
  240. Me.mnuPrincipal.Size = New System.Drawing.Size(250, 524)
  241. Me.mnuPrincipal.TabIndex = 15
  242. Me.mnuPrincipal.Text = "MenuStrip1"
  243. '
  244. 'mnuInicio
  245. '
  246. Me.mnuInicio.AutoSize = False
  247. Me.mnuInicio.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  248. Me.mnuInicio.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
  249. Me.mnuInicio.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  250. Me.mnuInicio.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  251. Me.mnuInicio.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  252. Me.mnuInicio.Name = "mnuInicio"
  253. Me.mnuInicio.Size = New System.Drawing.Size(250, 40)
  254. Me.mnuInicio.Text = "Inicio"
  255. Me.mnuInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  256. Me.mnuInicio.ToolTipText = "Inicio"
  257. '
  258. 'mnuPropuestas
  259. '
  260. Me.mnuPropuestas.AutoSize = False
  261. Me.mnuPropuestas.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  262. Me.mnuPropuestas.Image = Global.Inversiones.My.Resources.Resources.btnPropuestaDeInversion_Image
  263. Me.mnuPropuestas.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  264. Me.mnuPropuestas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  265. Me.mnuPropuestas.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  266. Me.mnuPropuestas.Name = "mnuPropuestas"
  267. Me.mnuPropuestas.Size = New System.Drawing.Size(250, 40)
  268. Me.mnuPropuestas.Text = "Propuestas de Inversión"
  269. Me.mnuPropuestas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  270. Me.mnuPropuestas.ToolTipText = "Propuestas de Inversión"
  271. '
  272. 'mnuInversiones
  273. '
  274. Me.mnuInversiones.AutoSize = False
  275. Me.mnuInversiones.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  276. Me.mnuInversiones.Image = Global.Inversiones.My.Resources.Resources.btnInverntario_Image
  277. Me.mnuInversiones.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  278. Me.mnuInversiones.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  279. Me.mnuInversiones.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  280. Me.mnuInversiones.Name = "mnuInversiones"
  281. Me.mnuInversiones.Size = New System.Drawing.Size(250, 40)
  282. Me.mnuInversiones.Text = "Inversiones"
  283. Me.mnuInversiones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  284. Me.mnuInversiones.ToolTipText = "Inventario de Inversiones"
  285. '
  286. 'mnuIngresos
  287. '
  288. Me.mnuIngresos.AutoSize = False
  289. Me.mnuIngresos.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuIngresosDashboards, Me.mnuIngresosConsulta})
  290. Me.mnuIngresos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  291. Me.mnuIngresos.Image = Global.Inversiones.My.Resources.Resources.Button3_Image
  292. Me.mnuIngresos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  293. Me.mnuIngresos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  294. Me.mnuIngresos.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  295. Me.mnuIngresos.Name = "mnuIngresos"
  296. Me.mnuIngresos.Size = New System.Drawing.Size(250, 40)
  297. Me.mnuIngresos.Text = "Ingresos"
  298. Me.mnuIngresos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  299. Me.mnuIngresos.ToolTipText = "Ingresos"
  300. '
  301. 'mnuIngresosDashboards
  302. '
  303. Me.mnuIngresosDashboards.Name = "mnuIngresosDashboards"
  304. Me.mnuIngresosDashboards.Size = New System.Drawing.Size(165, 24)
  305. Me.mnuIngresosDashboards.Text = "Dashboards"
  306. '
  307. 'mnuIngresosConsulta
  308. '
  309. Me.mnuIngresosConsulta.Name = "mnuIngresosConsulta"
  310. Me.mnuIngresosConsulta.Size = New System.Drawing.Size(165, 24)
  311. Me.mnuIngresosConsulta.Text = "Consulta"
  312. '
  313. 'mnuDisponibilidades
  314. '
  315. Me.mnuDisponibilidades.AutoSize = False
  316. Me.mnuDisponibilidades.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  317. Me.mnuDisponibilidades.Image = Global.Inversiones.My.Resources.Resources.btnDisponibilidades_Image
  318. Me.mnuDisponibilidades.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  319. Me.mnuDisponibilidades.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  320. Me.mnuDisponibilidades.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  321. Me.mnuDisponibilidades.Name = "mnuDisponibilidades"
  322. Me.mnuDisponibilidades.Size = New System.Drawing.Size(250, 40)
  323. Me.mnuDisponibilidades.Text = "Disponibilidades"
  324. Me.mnuDisponibilidades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  325. Me.mnuDisponibilidades.ToolTipText = "Disponibilidades"
  326. '
  327. 'mnuPresupuesto
  328. '
  329. Me.mnuPresupuesto.AutoSize = False
  330. Me.mnuPresupuesto.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  331. Me.mnuPresupuesto.Image = Global.Inversiones.My.Resources.Resources.Button4_Image
  332. Me.mnuPresupuesto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  333. Me.mnuPresupuesto.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  334. Me.mnuPresupuesto.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  335. Me.mnuPresupuesto.Name = "mnuPresupuesto"
  336. Me.mnuPresupuesto.Size = New System.Drawing.Size(250, 40)
  337. Me.mnuPresupuesto.Text = "Presupuesto"
  338. Me.mnuPresupuesto.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  339. Me.mnuPresupuesto.ToolTipText = "Presupuesto"
  340. '
  341. 'mnuInformes
  342. '
  343. Me.mnuInformes.AutoSize = False
  344. Me.mnuInformes.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  345. Me.mnuInformes.Image = Global.Inversiones.My.Resources.Resources.Button1_Image
  346. Me.mnuInformes.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  347. Me.mnuInformes.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  348. Me.mnuInformes.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  349. Me.mnuInformes.Name = "mnuInformes"
  350. Me.mnuInformes.Size = New System.Drawing.Size(250, 40)
  351. Me.mnuInformes.Text = "Informes"
  352. Me.mnuInformes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  353. Me.mnuInformes.ToolTipText = "Informes"
  354. '
  355. 'mnuConfiguracion
  356. '
  357. Me.mnuConfiguracion.AutoSize = False
  358. Me.mnuConfiguracion.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCalificadoras, Me.mnuEmisores, Me.mnuEmpresas, Me.mnuInstrumentos, Me.mnuBancos, Me.mnuCuentasBancarias, Me.mnuTipoCuentaBancaria, Me.mnuPaises, Me.mnuFormasDePago, Me.mnuUsuarios, Me.mnuDepartamentos})
  359. Me.mnuConfiguracion.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  360. Me.mnuConfiguracion.Image = Global.Inversiones.My.Resources.Resources.Button5_Image
  361. Me.mnuConfiguracion.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  362. Me.mnuConfiguracion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  363. Me.mnuConfiguracion.Name = "mnuConfiguracion"
  364. Me.mnuConfiguracion.Size = New System.Drawing.Size(250, 40)
  365. Me.mnuConfiguracion.Text = "Configuración"
  366. Me.mnuConfiguracion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  367. Me.mnuConfiguracion.ToolTipText = "Configuración"
  368. '
  369. 'mnuCalificadoras
  370. '
  371. Me.mnuCalificadoras.Name = "mnuCalificadoras"
  372. Me.mnuCalificadoras.Size = New System.Drawing.Size(235, 24)
  373. Me.mnuCalificadoras.Text = "Calificadoras"
  374. '
  375. 'mnuEmisores
  376. '
  377. Me.mnuEmisores.Name = "mnuEmisores"
  378. Me.mnuEmisores.Size = New System.Drawing.Size(235, 24)
  379. Me.mnuEmisores.Text = "Emisores"
  380. '
  381. 'mnuEmpresas
  382. '
  383. Me.mnuEmpresas.Name = "mnuEmpresas"
  384. Me.mnuEmpresas.Size = New System.Drawing.Size(235, 24)
  385. Me.mnuEmpresas.Text = "Empresas"
  386. '
  387. 'mnuInstrumentos
  388. '
  389. Me.mnuInstrumentos.Name = "mnuInstrumentos"
  390. Me.mnuInstrumentos.Size = New System.Drawing.Size(235, 24)
  391. Me.mnuInstrumentos.Text = "Instrumentos"
  392. '
  393. 'mnuBancos
  394. '
  395. Me.mnuBancos.Name = "mnuBancos"
  396. Me.mnuBancos.Size = New System.Drawing.Size(235, 24)
  397. Me.mnuBancos.Text = "Bancos"
  398. '
  399. 'mnuCuentasBancarias
  400. '
  401. Me.mnuCuentasBancarias.Name = "mnuCuentasBancarias"
  402. Me.mnuCuentasBancarias.Size = New System.Drawing.Size(235, 24)
  403. Me.mnuCuentasBancarias.Text = "Cuentas Bancarias"
  404. '
  405. 'mnuTipoCuentaBancaria
  406. '
  407. Me.mnuTipoCuentaBancaria.Name = "mnuTipoCuentaBancaria"
  408. Me.mnuTipoCuentaBancaria.Size = New System.Drawing.Size(235, 24)
  409. Me.mnuTipoCuentaBancaria.Text = "Tipo Cuenta Bancaria"
  410. '
  411. 'mnuPaises
  412. '
  413. Me.mnuPaises.Name = "mnuPaises"
  414. Me.mnuPaises.Size = New System.Drawing.Size(235, 24)
  415. Me.mnuPaises.Text = "Paises"
  416. '
  417. 'mnuFormasDePago
  418. '
  419. Me.mnuFormasDePago.Name = "mnuFormasDePago"
  420. Me.mnuFormasDePago.Size = New System.Drawing.Size(235, 24)
  421. Me.mnuFormasDePago.Text = "Formas de Pago"
  422. '
  423. 'mnuUsuarios
  424. '
  425. Me.mnuUsuarios.Name = "mnuUsuarios"
  426. Me.mnuUsuarios.Size = New System.Drawing.Size(235, 24)
  427. Me.mnuUsuarios.Text = "Usuarios"
  428. '
  429. 'mnuDepartamentos
  430. '
  431. Me.mnuDepartamentos.Name = "mnuDepartamentos"
  432. Me.mnuDepartamentos.Size = New System.Drawing.Size(235, 24)
  433. Me.mnuDepartamentos.Text = "Departamentos"
  434. '
  435. 'mnuRendimientos
  436. '
  437. Me.mnuRendimientos.AutoSize = False
  438. Me.mnuRendimientos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  439. Me.mnuRendimientos.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
  440. Me.mnuRendimientos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  441. Me.mnuRendimientos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  442. Me.mnuRendimientos.Name = "mnuRendimientos"
  443. Me.mnuRendimientos.Size = New System.Drawing.Size(250, 40)
  444. Me.mnuRendimientos.Text = "Rendimientos"
  445. Me.mnuRendimientos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  446. '
  447. 'FToolStripMenuItem
  448. '
  449. Me.FToolStripMenuItem.AutoSize = False
  450. Me.FToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  451. Me.FToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.Button5_Image
  452. Me.FToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  453. Me.FToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  454. Me.FToolStripMenuItem.Name = "FToolStripMenuItem"
  455. Me.FToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
  456. Me.FToolStripMenuItem.Text = "Costos Financieros"
  457. Me.FToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  458. '
  459. 'picLogo
  460. '
  461. Me.picLogo.Image = CType(resources.GetObject("picLogo.Image"), System.Drawing.Image)
  462. Me.picLogo.ImeMode = System.Windows.Forms.ImeMode.NoControl
  463. Me.picLogo.Location = New System.Drawing.Point(0, 0)
  464. Me.picLogo.Name = "picLogo"
  465. Me.picLogo.Size = New System.Drawing.Size(250, 81)
  466. Me.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  467. Me.picLogo.TabIndex = 0
  468. Me.picLogo.TabStop = False
  469. '
  470. 'lblInversionesTXT
  471. '
  472. Me.lblInversionesTXT.AutoSize = True
  473. Me.lblInversionesTXT.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Bold)
  474. Me.lblInversionesTXT.ForeColor = System.Drawing.Color.White
  475. Me.lblInversionesTXT.ImeMode = System.Windows.Forms.ImeMode.NoControl
  476. Me.lblInversionesTXT.Location = New System.Drawing.Point(78, 87)
  477. Me.lblInversionesTXT.Name = "lblInversionesTXT"
  478. Me.lblInversionesTXT.Size = New System.Drawing.Size(93, 19)
  479. Me.lblInversionesTXT.TabIndex = 5
  480. Me.lblInversionesTXT.Text = "Inversiones"
  481. '
  482. 'StatusStrip1
  483. '
  484. Me.StatusStrip1.Location = New System.Drawing.Point(254, 704)
  485. Me.StatusStrip1.Name = "StatusStrip1"
  486. Me.StatusStrip1.Size = New System.Drawing.Size(1116, 22)
  487. Me.StatusStrip1.TabIndex = 12
  488. Me.StatusStrip1.Text = "StatusStrip1"
  489. '
  490. 'pnlPrincipal
  491. '
  492. Me.pnlPrincipal.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
  493. Me.pnlPrincipal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  494. Me.pnlPrincipal.Controls.Add(Me.pnlHijo)
  495. Me.pnlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill
  496. Me.pnlPrincipal.Location = New System.Drawing.Point(254, 49)
  497. Me.pnlPrincipal.Name = "pnlPrincipal"
  498. Me.pnlPrincipal.Size = New System.Drawing.Size(1116, 655)
  499. Me.pnlPrincipal.TabIndex = 14
  500. '
  501. 'pnlHijo
  502. '
  503. Me.pnlHijo.AutoScroll = True
  504. Me.pnlHijo.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
  505. Me.pnlHijo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  506. Me.pnlHijo.Controls.Add(Me.lblPais)
  507. Me.pnlHijo.Controls.Add(Me.pnlEmpresa)
  508. Me.pnlHijo.Controls.Add(Me.pnlPais)
  509. Me.pnlHijo.Controls.Add(Me.pnlInstrumento)
  510. Me.pnlHijo.Controls.Add(Me.lblInstrumento)
  511. Me.pnlHijo.Controls.Add(Me.lblEmpresa)
  512. Me.pnlHijo.Controls.Add(Me.pnlPortafolioTotal)
  513. Me.pnlHijo.Controls.Add(Me.pnlRendimientoTotal)
  514. Me.pnlHijo.Controls.Add(Me.lblPortafolio)
  515. Me.pnlHijo.Controls.Add(Me.lblIngreso)
  516. Me.pnlHijo.Controls.Add(Me.lblRendimiento)
  517. Me.pnlHijo.Controls.Add(Me.pnlPortafolio)
  518. Me.pnlHijo.Controls.Add(Me.pnlIngresos)
  519. Me.pnlHijo.Controls.Add(Me.pnlRendimiento)
  520. Me.pnlHijo.Controls.Add(Me.lblTitulo)
  521. Me.pnlHijo.Dock = System.Windows.Forms.DockStyle.Fill
  522. Me.pnlHijo.Location = New System.Drawing.Point(0, 0)
  523. Me.pnlHijo.Name = "pnlHijo"
  524. Me.pnlHijo.Size = New System.Drawing.Size(1116, 655)
  525. Me.pnlHijo.TabIndex = 0
  526. '
  527. 'lblPais
  528. '
  529. Me.lblPais.AutoSize = True
  530. Me.lblPais.BackColor = System.Drawing.Color.Transparent
  531. Me.lblPais.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  532. Me.lblPais.ForeColor = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(59, Byte), Integer))
  533. Me.lblPais.Location = New System.Drawing.Point(781, 67)
  534. Me.lblPais.Name = "lblPais"
  535. Me.lblPais.Size = New System.Drawing.Size(56, 16)
  536. Me.lblPais.TabIndex = 12
  537. Me.lblPais.Text = "Países"
  538. '
  539. 'pnlEmpresa
  540. '
  541. Me.pnlEmpresa.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  542. Me.pnlEmpresa.Controls.Add(Me.flpEmpresas)
  543. Me.pnlEmpresa.Location = New System.Drawing.Point(527, 83)
  544. Me.pnlEmpresa.Name = "pnlEmpresa"
  545. Me.pnlEmpresa.Size = New System.Drawing.Size(58, 45)
  546. Me.pnlEmpresa.TabIndex = 3
  547. Me.pnlEmpresa.Visible = False
  548. '
  549. 'flpEmpresas
  550. '
  551. Me.flpEmpresas.AutoScroll = True
  552. Me.flpEmpresas.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
  553. Me.flpEmpresas.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  554. Me.flpEmpresas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  555. Me.flpEmpresas.Location = New System.Drawing.Point(0, 3)
  556. Me.flpEmpresas.Name = "flpEmpresas"
  557. Me.flpEmpresas.Size = New System.Drawing.Size(54, 42)
  558. Me.flpEmpresas.TabIndex = 0
  559. '
  560. 'pnlPais
  561. '
  562. Me.pnlPais.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  563. Me.pnlPais.Controls.Add(Me.flpPaises)
  564. Me.pnlPais.Location = New System.Drawing.Point(773, 87)
  565. Me.pnlPais.Name = "pnlPais"
  566. Me.pnlPais.Size = New System.Drawing.Size(61, 38)
  567. Me.pnlPais.TabIndex = 5
  568. Me.pnlPais.Visible = False
  569. '
  570. 'flpPaises
  571. '
  572. Me.flpPaises.AutoScroll = True
  573. Me.flpPaises.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
  574. Me.flpPaises.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  575. Me.flpPaises.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  576. Me.flpPaises.Location = New System.Drawing.Point(3, 3)
  577. Me.flpPaises.Name = "flpPaises"
  578. Me.flpPaises.Size = New System.Drawing.Size(55, 35)
  579. Me.flpPaises.TabIndex = 1
  580. '
  581. 'pnlInstrumento
  582. '
  583. Me.pnlInstrumento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  584. Me.pnlInstrumento.Controls.Add(Me.flpInstrumentos)
  585. Me.pnlInstrumento.Location = New System.Drawing.Point(643, 87)
  586. Me.pnlInstrumento.Name = "pnlInstrumento"
  587. Me.pnlInstrumento.Size = New System.Drawing.Size(58, 44)
  588. Me.pnlInstrumento.TabIndex = 4
  589. Me.pnlInstrumento.Visible = False
  590. '
  591. 'flpInstrumentos
  592. '
  593. Me.flpInstrumentos.AutoScroll = True
  594. Me.flpInstrumentos.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
  595. Me.flpInstrumentos.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  596. Me.flpInstrumentos.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  597. Me.flpInstrumentos.Location = New System.Drawing.Point(3, 6)
  598. Me.flpInstrumentos.Name = "flpInstrumentos"
  599. Me.flpInstrumentos.Size = New System.Drawing.Size(52, 34)
  600. Me.flpInstrumentos.TabIndex = 2
  601. '
  602. 'lblInstrumento
  603. '
  604. Me.lblInstrumento.AutoSize = True
  605. Me.lblInstrumento.BackColor = System.Drawing.Color.Transparent
  606. Me.lblInstrumento.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  607. Me.lblInstrumento.ForeColor = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(59, Byte), Integer))
  608. Me.lblInstrumento.Location = New System.Drawing.Point(640, 67)
  609. Me.lblInstrumento.Name = "lblInstrumento"
  610. Me.lblInstrumento.Size = New System.Drawing.Size(95, 16)
  611. Me.lblInstrumento.TabIndex = 11
  612. Me.lblInstrumento.Text = "Instrumentos"
  613. '
  614. 'lblEmpresa
  615. '
  616. Me.lblEmpresa.AutoSize = True
  617. Me.lblEmpresa.BackColor = System.Drawing.Color.Transparent
  618. Me.lblEmpresa.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  619. Me.lblEmpresa.ForeColor = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(59, Byte), Integer))
  620. Me.lblEmpresa.Location = New System.Drawing.Point(524, 65)
  621. Me.lblEmpresa.Name = "lblEmpresa"
  622. Me.lblEmpresa.Size = New System.Drawing.Size(78, 16)
  623. Me.lblEmpresa.TabIndex = 10
  624. Me.lblEmpresa.Text = "Empresas"
  625. '
  626. 'pnlPortafolioTotal
  627. '
  628. Me.pnlPortafolioTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  629. Me.pnlPortafolioTotal.Controls.Add(Me.TableLayoutPanel2)
  630. Me.pnlPortafolioTotal.Location = New System.Drawing.Point(6, 256)
  631. Me.pnlPortafolioTotal.Name = "pnlPortafolioTotal"
  632. Me.pnlPortafolioTotal.Size = New System.Drawing.Size(249, 89)
  633. Me.pnlPortafolioTotal.TabIndex = 9
  634. '
  635. 'TableLayoutPanel2
  636. '
  637. Me.TableLayoutPanel2.ColumnCount = 1
  638. Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  639. Me.TableLayoutPanel2.Controls.Add(Me.lblIngresostexto, 0, 1)
  640. Me.TableLayoutPanel2.Controls.Add(Me.lblMontoIngresos, 0, 0)
  641. Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill
  642. Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 0)
  643. Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
  644. Me.TableLayoutPanel2.RowCount = 2
  645. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  646. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  647. Me.TableLayoutPanel2.Size = New System.Drawing.Size(249, 89)
  648. Me.TableLayoutPanel2.TabIndex = 0
  649. '
  650. 'lblIngresostexto
  651. '
  652. Me.lblIngresostexto.Anchor = System.Windows.Forms.AnchorStyles.None
  653. Me.lblIngresostexto.AutoSize = True
  654. Me.lblIngresostexto.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  655. Me.lblIngresostexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  656. Me.lblIngresostexto.Location = New System.Drawing.Point(27, 54)
  657. Me.lblIngresostexto.Name = "lblIngresostexto"
  658. Me.lblIngresostexto.Size = New System.Drawing.Size(195, 24)
  659. Me.lblIngresostexto.TabIndex = 12
  660. Me.lblIngresostexto.Text = "Ingresos del Portafolio"
  661. '
  662. 'lblMontoIngresos
  663. '
  664. Me.lblMontoIngresos.Anchor = System.Windows.Forms.AnchorStyles.None
  665. Me.lblMontoIngresos.AutoSize = True
  666. Me.lblMontoIngresos.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  667. Me.lblMontoIngresos.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  668. Me.lblMontoIngresos.Location = New System.Drawing.Point(107, 10)
  669. Me.lblMontoIngresos.Name = "lblMontoIngresos"
  670. Me.lblMontoIngresos.Size = New System.Drawing.Size(35, 24)
  671. Me.lblMontoIngresos.TabIndex = 11
  672. Me.lblMontoIngresos.Text = "0%"
  673. '
  674. 'pnlRendimientoTotal
  675. '
  676. Me.pnlRendimientoTotal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  677. Me.pnlRendimientoTotal.Controls.Add(Me.TableLayoutPanel1)
  678. Me.pnlRendimientoTotal.Location = New System.Drawing.Point(6, 105)
  679. Me.pnlRendimientoTotal.Name = "pnlRendimientoTotal"
  680. Me.pnlRendimientoTotal.Size = New System.Drawing.Size(249, 80)
  681. Me.pnlRendimientoTotal.TabIndex = 8
  682. '
  683. 'TableLayoutPanel1
  684. '
  685. Me.TableLayoutPanel1.ColumnCount = 1
  686. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  687. Me.TableLayoutPanel1.Controls.Add(Me.lblRendimientotexto, 0, 1)
  688. Me.TableLayoutPanel1.Controls.Add(Me.lblMontoRendimiento, 0, 0)
  689. Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
  690. Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
  691. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  692. Me.TableLayoutPanel1.RowCount = 2
  693. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  694. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  695. Me.TableLayoutPanel1.Size = New System.Drawing.Size(249, 80)
  696. Me.TableLayoutPanel1.TabIndex = 0
  697. '
  698. 'lblRendimientotexto
  699. '
  700. Me.lblRendimientotexto.Anchor = System.Windows.Forms.AnchorStyles.None
  701. Me.lblRendimientotexto.AutoSize = True
  702. Me.lblRendimientotexto.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  703. Me.lblRendimientotexto.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  704. Me.lblRendimientotexto.Location = New System.Drawing.Point(9, 48)
  705. Me.lblRendimientotexto.Name = "lblRendimientotexto"
  706. Me.lblRendimientotexto.Size = New System.Drawing.Size(230, 24)
  707. Me.lblRendimientotexto.TabIndex = 12
  708. Me.lblRendimientotexto.Text = "Rendimiento del Portafolio"
  709. '
  710. 'lblMontoRendimiento
  711. '
  712. Me.lblMontoRendimiento.Anchor = System.Windows.Forms.AnchorStyles.None
  713. Me.lblMontoRendimiento.AutoSize = True
  714. Me.lblMontoRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  715. Me.lblMontoRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  716. Me.lblMontoRendimiento.Location = New System.Drawing.Point(107, 8)
  717. Me.lblMontoRendimiento.Name = "lblMontoRendimiento"
  718. Me.lblMontoRendimiento.Size = New System.Drawing.Size(35, 24)
  719. Me.lblMontoRendimiento.TabIndex = 10
  720. Me.lblMontoRendimiento.Text = "0%"
  721. '
  722. 'lblPortafolio
  723. '
  724. Me.lblPortafolio.AutoSize = True
  725. Me.lblPortafolio.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  726. Me.lblPortafolio.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  727. Me.lblPortafolio.Location = New System.Drawing.Point(550, 374)
  728. Me.lblPortafolio.Name = "lblPortafolio"
  729. Me.lblPortafolio.Size = New System.Drawing.Size(310, 24)
  730. Me.lblPortafolio.TabIndex = 7
  731. Me.lblPortafolio.Text = "COMPOSICIÓN DEL PORTAFOLIO"
  732. '
  733. 'lblIngreso
  734. '
  735. Me.lblIngreso.AutoSize = True
  736. Me.lblIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  737. Me.lblIngreso.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  738. Me.lblIngreso.Location = New System.Drawing.Point(61, 364)
  739. Me.lblIngreso.Name = "lblIngreso"
  740. Me.lblIngreso.Size = New System.Drawing.Size(282, 24)
  741. Me.lblIngreso.TabIndex = 6
  742. Me.lblIngreso.Text = "MONTOS POR INSTRUMENTO"
  743. '
  744. 'lblRendimiento
  745. '
  746. Me.lblRendimiento.AutoSize = True
  747. Me.lblRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  748. Me.lblRendimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  749. Me.lblRendimiento.Location = New System.Drawing.Point(257, 68)
  750. Me.lblRendimiento.Name = "lblRendimiento"
  751. Me.lblRendimiento.Size = New System.Drawing.Size(247, 24)
  752. Me.lblRendimiento.TabIndex = 5
  753. Me.lblRendimiento.Text = "RENDIMIENTO PROMEDIO"
  754. '
  755. 'pnlPortafolio
  756. '
  757. Me.pnlPortafolio.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  758. Me.pnlPortafolio.Controls.Add(Me.charPastel)
  759. Me.pnlPortafolio.Location = New System.Drawing.Point(554, 413)
  760. Me.pnlPortafolio.Name = "pnlPortafolio"
  761. Me.pnlPortafolio.Size = New System.Drawing.Size(424, 329)
  762. Me.pnlPortafolio.TabIndex = 4
  763. '
  764. 'charPastel
  765. '
  766. Me.charPastel.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  767. ChartArea1.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None
  768. ChartArea1.AxisX.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
  769. ChartArea1.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  770. ChartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  771. ChartArea1.AxisX.IsLabelAutoFit = False
  772. ChartArea1.AxisX.IsMarksNextToAxis = False
  773. ChartArea1.AxisX.LabelAutoFitMinFontSize = 5
  774. ChartArea1.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  775. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  776. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  777. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _
  778. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  779. ChartArea1.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  780. ChartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.Transparent
  781. ChartArea1.AxisX.MajorGrid.Enabled = False
  782. ChartArea1.AxisX.MajorTickMark.Enabled = False
  783. ChartArea1.AxisX.MajorTickMark.TickMarkStyle = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea
  784. ChartArea1.AxisX.MaximumAutoSize = 100.0!
  785. ChartArea1.AxisX.ScrollBar.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  786. ChartArea1.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  787. ChartArea1.AxisX.ToolTip = "10"
  788. ChartArea1.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White
  789. ChartArea1.AxisY.ArrowStyle = System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines
  790. ChartArea1.AxisY.InterlacedColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  791. ChartArea1.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  792. ChartArea1.AxisY.IsLabelAutoFit = False
  793. ChartArea1.AxisY.LabelAutoFitMinFontSize = 5
  794. ChartArea1.AxisY.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  795. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  796. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  797. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90) _
  798. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  799. ChartArea1.AxisY.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  800. ChartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.Transparent
  801. ChartArea1.AxisY.MajorGrid.Enabled = False
  802. ChartArea1.AxisY.MajorTickMark.Enabled = False
  803. ChartArea1.AxisY.MaximumAutoSize = 100.0!
  804. ChartArea1.AxisY.TitleFont = New System.Drawing.Font("Microsoft Sans Serif", 3.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  805. ChartArea1.AxisY.ToolTip = "10"
  806. ChartArea1.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White
  807. ChartArea1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  808. ChartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight
  809. ChartArea1.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal
  810. ChartArea1.BackImageTransparentColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  811. ChartArea1.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  812. ChartArea1.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  813. ChartArea1.BorderColor = System.Drawing.Color.Transparent
  814. ChartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid
  815. ChartArea1.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  816. ChartArea1.CursorY.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  817. ChartArea1.Name = "ChartArea1"
  818. Me.charPastel.ChartAreas.Add(ChartArea1)
  819. Me.charPastel.Dock = System.Windows.Forms.DockStyle.Fill
  820. Legend1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  821. Legend1.BackSecondaryColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  822. Legend1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  823. Legend1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(15, Byte), Integer), CType(CType(151, Byte), Integer), CType(CType(208, Byte), Integer))
  824. Legend1.IsTextAutoFit = False
  825. Legend1.Name = "Legend1"
  826. Legend1.TextWrapThreshold = 10
  827. Me.charPastel.Legends.Add(Legend1)
  828. Me.charPastel.Location = New System.Drawing.Point(0, 0)
  829. Me.charPastel.Name = "charPastel"
  830. Me.charPastel.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None
  831. 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))}
  832. Series1.ChartArea = "ChartArea1"
  833. Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
  834. Series1.Color = System.Drawing.Color.Maroon
  835. Series1.CustomProperties = "CollectedColor=64\, 64\, 64"
  836. Series1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  837. Series1.LabelBackColor = System.Drawing.Color.Transparent
  838. Series1.LabelBorderColor = System.Drawing.Color.Transparent
  839. Series1.LabelForeColor = System.Drawing.Color.Transparent
  840. Series1.Legend = "Legend1"
  841. Series1.Name = "Series1"
  842. Series1.ShadowColor = System.Drawing.Color.Transparent
  843. Series1.YValuesPerPoint = 3
  844. Me.charPastel.Series.Add(Series1)
  845. Me.charPastel.Size = New System.Drawing.Size(424, 329)
  846. Me.charPastel.TabIndex = 0
  847. Me.charPastel.Text = "Chart3"
  848. '
  849. 'pnlIngresos
  850. '
  851. Me.pnlIngresos.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  852. Me.pnlIngresos.Controls.Add(Me.charbarras)
  853. Me.pnlIngresos.Location = New System.Drawing.Point(65, 413)
  854. Me.pnlIngresos.Name = "pnlIngresos"
  855. Me.pnlIngresos.Size = New System.Drawing.Size(374, 329)
  856. Me.pnlIngresos.TabIndex = 3
  857. '
  858. 'charbarras
  859. '
  860. Me.charbarras.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  861. ChartArea2.AxisX.Crossing = -1.7976931348623157E+308R
  862. ChartArea2.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True]
  863. ChartArea2.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  864. ChartArea2.AxisX.IsLabelAutoFit = False
  865. ChartArea2.AxisX.IsMarginVisible = False
  866. ChartArea2.AxisX.LabelAutoFitMinFontSize = 5
  867. ChartArea2.AxisX.LabelStyle.Angle = 90
  868. ChartArea2.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  869. ChartArea2.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  870. ChartArea2.AxisX.LabelStyle.Interval = 0R
  871. ChartArea2.AxisX.MajorGrid.Enabled = False
  872. ChartArea2.AxisX.MajorTickMark.Enabled = False
  873. ChartArea2.AxisX.MaximumAutoSize = 100.0!
  874. ChartArea2.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight
  875. ChartArea2.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black
  876. ChartArea2.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black
  877. ChartArea2.AxisX.ScrollBar.LineColor = System.Drawing.Color.White
  878. ChartArea2.AxisX.ToolTip = "10"
  879. ChartArea2.AxisY.LabelAutoFitMinFontSize = 5
  880. ChartArea2.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  881. ChartArea2.AxisY.MaximumAutoSize = 100.0!
  882. ChartArea2.AxisY.TitleForeColor = System.Drawing.Color.Transparent
  883. ChartArea2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  884. ChartArea2.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  885. ChartArea2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  886. ChartArea2.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  887. ChartArea2.IsSameFontSizeForAllAxes = True
  888. ChartArea2.Name = "ChartArea1"
  889. Me.charbarras.ChartAreas.Add(ChartArea2)
  890. Me.charbarras.Dock = System.Windows.Forms.DockStyle.Fill
  891. Legend2.Name = "Legend1"
  892. Me.charbarras.Legends.Add(Legend2)
  893. Me.charbarras.Location = New System.Drawing.Point(0, 0)
  894. Me.charbarras.Name = "charbarras"
  895. Me.charbarras.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel
  896. Series2.BackImageTransparentColor = System.Drawing.Color.Black
  897. Series2.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  898. Series2.BackSecondaryColor = System.Drawing.Color.Transparent
  899. Series2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer))
  900. Series2.ChartArea = "ChartArea1"
  901. Series2.Color = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  902. Series2.EmptyPointStyle.MarkerSize = 1
  903. Series2.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  904. Series2.IsVisibleInLegend = False
  905. Series2.IsXValueIndexed = True
  906. Series2.LabelBackColor = System.Drawing.Color.Black
  907. Series2.LabelBorderColor = System.Drawing.Color.Black
  908. Series2.Legend = "Legend1"
  909. Series2.MarkerSize = 3
  910. Series2.Name = "Series1"
  911. Series2.ShadowColor = System.Drawing.Color.Transparent
  912. Series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String]
  913. Series2.YValuesPerPoint = 10
  914. Series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double]
  915. Me.charbarras.Series.Add(Series2)
  916. Me.charbarras.Size = New System.Drawing.Size(374, 329)
  917. Me.charbarras.TabIndex = 0
  918. Me.charbarras.Text = "l"
  919. '
  920. 'pnlRendimiento
  921. '
  922. Me.pnlRendimiento.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  923. Me.pnlRendimiento.Controls.Add(Me.charlineal)
  924. Me.pnlRendimiento.Location = New System.Drawing.Point(261, 105)
  925. Me.pnlRendimiento.Name = "pnlRendimiento"
  926. Me.pnlRendimiento.Size = New System.Drawing.Size(717, 240)
  927. Me.pnlRendimiento.TabIndex = 2
  928. '
  929. 'charlineal
  930. '
  931. Me.charlineal.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  932. ChartArea3.AxisX.Crossing = -1.7976931348623157E+308R
  933. ChartArea3.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.[True]
  934. ChartArea3.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  935. ChartArea3.AxisX.IsLabelAutoFit = False
  936. ChartArea3.AxisX.IsMarginVisible = False
  937. ChartArea3.AxisX.LabelAutoFitMinFontSize = 5
  938. ChartArea3.AxisX.LabelStyle.Angle = 90
  939. ChartArea3.AxisX.LabelStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  940. ChartArea3.AxisX.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  941. ChartArea3.AxisX.LabelStyle.Interval = 0R
  942. ChartArea3.AxisX.MajorGrid.Enabled = False
  943. ChartArea3.AxisX.MajorTickMark.Enabled = False
  944. ChartArea3.AxisX.MaximumAutoSize = 100.0!
  945. ChartArea3.AxisX.ScaleBreakStyle.BreakLineStyle = System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight
  946. ChartArea3.AxisX.ScrollBar.BackColor = System.Drawing.Color.Black
  947. ChartArea3.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.Black
  948. ChartArea3.AxisX.ScrollBar.LineColor = System.Drawing.Color.White
  949. ChartArea3.AxisX.ToolTip = "10"
  950. ChartArea3.AxisY.LabelAutoFitMinFontSize = 5
  951. ChartArea3.AxisY.LabelStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(103, Byte), Integer), CType(CType(170, Byte), Integer))
  952. ChartArea3.AxisY.MaximumAutoSize = 100.0!
  953. ChartArea3.AxisY.TitleForeColor = System.Drawing.Color.Transparent
  954. ChartArea3.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  955. ChartArea3.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  956. ChartArea3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  957. ChartArea3.CursorX.AxisType = System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary
  958. ChartArea3.IsSameFontSizeForAllAxes = True
  959. ChartArea3.Name = "ChartArea1"
  960. Me.charlineal.ChartAreas.Add(ChartArea3)
  961. Me.charlineal.Dock = System.Windows.Forms.DockStyle.Fill
  962. Legend3.Name = "Legend1"
  963. Me.charlineal.Legends.Add(Legend3)
  964. Me.charlineal.Location = New System.Drawing.Point(0, 0)
  965. Me.charlineal.Name = "charlineal"
  966. Me.charlineal.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel
  967. Series3.BackImageTransparentColor = System.Drawing.Color.Black
  968. Series3.BackImageWrapMode = System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled
  969. Series3.BackSecondaryColor = System.Drawing.Color.Transparent
  970. Series3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(8, Byte), Integer), CType(CType(26, Byte), Integer), CType(CType(85, Byte), Integer))
  971. Series3.ChartArea = "ChartArea1"
  972. Series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea
  973. Series3.Color = System.Drawing.Color.FromArgb(CType(CType(237, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(50, Byte), Integer))
  974. Series3.EmptyPointStyle.MarkerSize = 1
  975. Series3.Font = New System.Drawing.Font("Microsoft Sans Serif", 5.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  976. Series3.IsVisibleInLegend = False
  977. Series3.IsXValueIndexed = True
  978. Series3.LabelBackColor = System.Drawing.Color.Black
  979. Series3.LabelBorderColor = System.Drawing.Color.Black
  980. Series3.Legend = "Legend1"
  981. Series3.MarkerSize = 3
  982. Series3.Name = "Series1"
  983. Series3.ShadowColor = System.Drawing.Color.Transparent
  984. Series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[String]
  985. Series3.YValuesPerPoint = 10
  986. Series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.[Double]
  987. Me.charlineal.Series.Add(Series3)
  988. Me.charlineal.Size = New System.Drawing.Size(717, 240)
  989. Me.charlineal.TabIndex = 1
  990. Me.charlineal.Text = "l"
  991. '
  992. 'lblTitulo
  993. '
  994. Me.lblTitulo.AutoSize = True
  995. Me.lblTitulo.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  996. Me.lblTitulo.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  997. Me.lblTitulo.Location = New System.Drawing.Point(19, 18)
  998. Me.lblTitulo.Name = "lblTitulo"
  999. Me.lblTitulo.Size = New System.Drawing.Size(712, 33)
  1000. Me.lblTitulo.TabIndex = 1
  1001. Me.lblTitulo.Text = "DESEMPEÑO DEL PORTAFOLIO DE INVERSIONES"
  1002. '
  1003. 'ArbitrajeToolStripMenuItem
  1004. '
  1005. Me.ArbitrajeToolStripMenuItem.AutoSize = False
  1006. Me.ArbitrajeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  1007. Me.ArbitrajeToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
  1008. Me.ArbitrajeToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  1009. Me.ArbitrajeToolStripMenuItem.Name = "ArbitrajeToolStripMenuItem"
  1010. Me.ArbitrajeToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
  1011. Me.ArbitrajeToolStripMenuItem.Text = "Arbitraje"
  1012. Me.ArbitrajeToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  1013. '
  1014. 'frmPrincipal
  1015. '
  1016. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1017. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1018. Me.BackColor = System.Drawing.Color.Black
  1019. Me.ClientSize = New System.Drawing.Size(1370, 726)
  1020. Me.Controls.Add(Me.pnlPrincipal)
  1021. Me.Controls.Add(Me.StatusStrip1)
  1022. Me.Controls.Add(Me.PanelMenu)
  1023. Me.Controls.Add(Me.ToolStrip)
  1024. Me.Controls.Add(Me.MenuStrip)
  1025. Me.IsMdiContainer = True
  1026. Me.MainMenuStrip = Me.MenuStrip
  1027. Me.Name = "frmPrincipal"
  1028. Me.Text = "Inversiones"
  1029. Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  1030. Me.ToolStrip.ResumeLayout(False)
  1031. Me.ToolStrip.PerformLayout()
  1032. Me.PanelMenu.ResumeLayout(False)
  1033. Me.PanelMenu.PerformLayout()
  1034. Me.mnuPrincipal.ResumeLayout(False)
  1035. Me.mnuPrincipal.PerformLayout()
  1036. CType(Me.picLogo, System.ComponentModel.ISupportInitialize).EndInit()
  1037. Me.pnlPrincipal.ResumeLayout(False)
  1038. Me.pnlHijo.ResumeLayout(False)
  1039. Me.pnlHijo.PerformLayout()
  1040. Me.pnlEmpresa.ResumeLayout(False)
  1041. Me.pnlPais.ResumeLayout(False)
  1042. Me.pnlInstrumento.ResumeLayout(False)
  1043. Me.pnlPortafolioTotal.ResumeLayout(False)
  1044. Me.TableLayoutPanel2.ResumeLayout(False)
  1045. Me.TableLayoutPanel2.PerformLayout()
  1046. Me.pnlRendimientoTotal.ResumeLayout(False)
  1047. Me.TableLayoutPanel1.ResumeLayout(False)
  1048. Me.TableLayoutPanel1.PerformLayout()
  1049. Me.pnlPortafolio.ResumeLayout(False)
  1050. CType(Me.charPastel, System.ComponentModel.ISupportInitialize).EndInit()
  1051. Me.pnlIngresos.ResumeLayout(False)
  1052. CType(Me.charbarras, System.ComponentModel.ISupportInitialize).EndInit()
  1053. Me.pnlRendimiento.ResumeLayout(False)
  1054. CType(Me.charlineal, System.ComponentModel.ISupportInitialize).EndInit()
  1055. Me.ResumeLayout(False)
  1056. Me.PerformLayout()
  1057. End Sub
  1058. Friend WithEvents HelpToolStripButton As System.Windows.Forms.ToolStripButton
  1059. Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
  1060. Friend WithEvents PrintPreviewToolStripButton As System.Windows.Forms.ToolStripButton
  1061. Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
  1062. Friend WithEvents PrintToolStripButton As System.Windows.Forms.ToolStripButton
  1063. Friend WithEvents NewToolStripButton As System.Windows.Forms.ToolStripButton
  1064. Friend WithEvents ToolStrip As System.Windows.Forms.ToolStrip
  1065. Friend WithEvents OpenToolStripButton As System.Windows.Forms.ToolStripButton
  1066. Friend WithEvents SaveToolStripButton As System.Windows.Forms.ToolStripButton
  1067. Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
  1068. Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip
  1069. Friend WithEvents PanelMenu As Panel
  1070. Friend WithEvents picLogo As PictureBox
  1071. Friend WithEvents lblInversionesTXT As Label
  1072. Friend WithEvents StatusStrip1 As StatusStrip
  1073. Friend WithEvents mnuPrincipal As MenuStrip
  1074. Friend WithEvents mnuInicio As ToolStripMenuItem
  1075. Friend WithEvents mnuPropuestas As ToolStripMenuItem
  1076. Friend WithEvents mnuInversiones As ToolStripMenuItem
  1077. Friend WithEvents mnuIngresos As ToolStripMenuItem
  1078. Friend WithEvents mnuIngresosDashboards As ToolStripMenuItem
  1079. Friend WithEvents mnuIngresosConsulta As ToolStripMenuItem
  1080. Friend WithEvents mnuDisponibilidades As ToolStripMenuItem
  1081. Friend WithEvents mnuPresupuesto As ToolStripMenuItem
  1082. Friend WithEvents mnuInformes As ToolStripMenuItem
  1083. Friend WithEvents mnuConfiguracion As ToolStripMenuItem
  1084. Friend WithEvents mnuCalificadoras As ToolStripMenuItem
  1085. Friend WithEvents mnuEmisores As ToolStripMenuItem
  1086. Friend WithEvents mnuEmpresas As ToolStripMenuItem
  1087. Friend WithEvents mnuInstrumentos As ToolStripMenuItem
  1088. Friend WithEvents Button1 As Button
  1089. Friend WithEvents mnuBancos As ToolStripMenuItem
  1090. Friend WithEvents mnuCuentasBancarias As ToolStripMenuItem
  1091. Friend WithEvents mnuPaises As ToolStripMenuItem
  1092. Friend WithEvents mnuFormasDePago As ToolStripMenuItem
  1093. Friend WithEvents mnuUsuarios As ToolStripMenuItem
  1094. Friend WithEvents mnuDepartamentos As ToolStripMenuItem
  1095. Friend WithEvents mnuTipoCuentaBancaria As ToolStripMenuItem
  1096. Friend WithEvents mnuRendimientos As ToolStripMenuItem
  1097. Friend WithEvents pnlPrincipal As Panel
  1098. Friend WithEvents pnlHijo As Panel
  1099. Friend WithEvents flpInstrumentos As FlowLayoutPanel
  1100. Friend WithEvents flpPaises As FlowLayoutPanel
  1101. Friend WithEvents flpEmpresas As FlowLayoutPanel
  1102. Friend WithEvents pnlPais As Panel
  1103. Friend WithEvents pnlInstrumento As Panel
  1104. Friend WithEvents pnlEmpresa As Panel
  1105. Friend WithEvents lblTitulo As Label
  1106. Friend WithEvents pnlPortafolio As Panel
  1107. Friend WithEvents pnlIngresos As Panel
  1108. Friend WithEvents pnlRendimiento As Panel
  1109. Friend WithEvents lblPortafolio As Label
  1110. Friend WithEvents lblIngreso As Label
  1111. Friend WithEvents lblRendimiento As Label
  1112. Friend WithEvents pnlPortafolioTotal As Panel
  1113. Friend WithEvents pnlRendimientoTotal As Panel
  1114. Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
  1115. Friend WithEvents lblIngresostexto As Label
  1116. Friend WithEvents lblMontoIngresos As Label
  1117. Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
  1118. Friend WithEvents lblRendimientotexto As Label
  1119. Friend WithEvents lblMontoRendimiento As Label
  1120. Friend WithEvents charPastel As DataVisualization.Charting.Chart
  1121. Friend WithEvents charbarras As DataVisualization.Charting.Chart
  1122. Friend WithEvents lblEmpresa As Label
  1123. Friend WithEvents lblPais As Label
  1124. Friend WithEvents lblInstrumento As Label
  1125. Friend WithEvents charlineal As DataVisualization.Charting.Chart
  1126. Friend WithEvents FToolStripMenuItem As ToolStripMenuItem
  1127. Friend WithEvents ArbitrajeToolStripMenuItem As ToolStripMenuItem
  1128. End Class