frmDashboards.Designer.vb 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmDashboards
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDashboards))
  23. Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  24. Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  25. Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  26. Dim ChartArea2 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  27. Dim Legend2 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  28. Dim Series2 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  29. Dim ChartArea3 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  30. Dim Legend3 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  31. Dim Series3 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.Panel1 = New System.Windows.Forms.Panel()
  34. Me.Label3 = New System.Windows.Forms.Label()
  35. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  36. Me.Label2 = New System.Windows.Forms.Label()
  37. Me.Label10 = New System.Windows.Forms.Label()
  38. Me.Label11 = New System.Windows.Forms.Label()
  39. Me.Label4 = New System.Windows.Forms.Label()
  40. Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  41. Me.Chart2 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  42. Me.Chart3 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  43. Me.Panel1.SuspendLayout()
  44. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.Chart3, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.SuspendLayout()
  49. '
  50. 'Label1
  51. '
  52. Me.Label1.AutoSize = True
  53. Me.Label1.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  54. Me.Label1.Location = New System.Drawing.Point(12, 24)
  55. Me.Label1.Name = "Label1"
  56. Me.Label1.Size = New System.Drawing.Size(95, 22)
  57. Me.Label1.TabIndex = 1
  58. Me.Label1.Text = "Portafolio"
  59. '
  60. 'Panel1
  61. '
  62. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  63. Me.Panel1.Controls.Add(Me.Label3)
  64. Me.Panel1.Controls.Add(Me.PictureBox1)
  65. Me.Panel1.Controls.Add(Me.Label2)
  66. Me.Panel1.Location = New System.Drawing.Point(16, 575)
  67. Me.Panel1.Name = "Panel1"
  68. Me.Panel1.Size = New System.Drawing.Size(150, 119)
  69. Me.Panel1.TabIndex = 2
  70. '
  71. 'Label3
  72. '
  73. Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  74. Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  75. Me.Label3.ForeColor = System.Drawing.Color.Green
  76. Me.Label3.Location = New System.Drawing.Point(3, 85)
  77. Me.Label3.Name = "Label3"
  78. Me.Label3.Size = New System.Drawing.Size(144, 30)
  79. Me.Label3.TabIndex = 2
  80. Me.Label3.Text = "$50,000"
  81. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  82. '
  83. 'PictureBox1
  84. '
  85. Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
  86. Me.PictureBox1.Location = New System.Drawing.Point(3, 27)
  87. Me.PictureBox1.Name = "PictureBox1"
  88. Me.PictureBox1.Size = New System.Drawing.Size(144, 66)
  89. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  90. Me.PictureBox1.TabIndex = 1
  91. Me.PictureBox1.TabStop = False
  92. '
  93. 'Label2
  94. '
  95. Me.Label2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  96. Me.Label2.Dock = System.Windows.Forms.DockStyle.Top
  97. Me.Label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  98. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  99. Me.Label2.ForeColor = System.Drawing.Color.White
  100. Me.Label2.Location = New System.Drawing.Point(0, 0)
  101. Me.Label2.Name = "Label2"
  102. Me.Label2.Size = New System.Drawing.Size(148, 24)
  103. Me.Label2.TabIndex = 0
  104. Me.Label2.Text = "Pagos"
  105. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  106. '
  107. 'Label10
  108. '
  109. Me.Label10.AutoSize = True
  110. Me.Label10.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  111. Me.Label10.Location = New System.Drawing.Point(155, 155)
  112. Me.Label10.Name = "Label10"
  113. Me.Label10.Size = New System.Drawing.Size(89, 17)
  114. Me.Label10.TabIndex = 7
  115. Me.Label10.Text = "Instrumentos"
  116. '
  117. 'Label11
  118. '
  119. Me.Label11.AutoSize = True
  120. Me.Label11.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  121. Me.Label11.Location = New System.Drawing.Point(559, 155)
  122. Me.Label11.Name = "Label11"
  123. Me.Label11.Size = New System.Drawing.Size(68, 17)
  124. Me.Label11.TabIndex = 9
  125. Me.Label11.Text = "Empresas"
  126. '
  127. 'Label4
  128. '
  129. Me.Label4.AutoSize = True
  130. Me.Label4.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  131. Me.Label4.Location = New System.Drawing.Point(372, 333)
  132. Me.Label4.Name = "Label4"
  133. Me.Label4.Size = New System.Drawing.Size(46, 17)
  134. Me.Label4.TabIndex = 11
  135. Me.Label4.Text = "Paises"
  136. '
  137. 'Chart1
  138. '
  139. ChartArea1.Name = "ChartArea1"
  140. Me.Chart1.ChartAreas.Add(ChartArea1)
  141. Legend1.Name = "Legend1"
  142. Me.Chart1.Legends.Add(Legend1)
  143. Me.Chart1.Location = New System.Drawing.Point(16, 175)
  144. Me.Chart1.Name = "Chart1"
  145. Series1.ChartArea = "ChartArea1"
  146. Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie
  147. Series1.Legend = "Legend1"
  148. Series1.Name = "Series1"
  149. Me.Chart1.Series.Add(Series1)
  150. Me.Chart1.Size = New System.Drawing.Size(486, 152)
  151. Me.Chart1.TabIndex = 14
  152. Me.Chart1.Text = "Chart1"
  153. '
  154. 'Chart2
  155. '
  156. ChartArea2.Name = "ChartArea1"
  157. Me.Chart2.ChartAreas.Add(ChartArea2)
  158. Legend2.Name = "Legend1"
  159. Me.Chart2.Legends.Add(Legend2)
  160. Me.Chart2.Location = New System.Drawing.Point(508, 175)
  161. Me.Chart2.Name = "Chart2"
  162. Series2.ChartArea = "ChartArea1"
  163. Series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line
  164. Series2.Legend = "Legend1"
  165. Series2.Name = "Series1"
  166. Me.Chart2.Series.Add(Series2)
  167. Me.Chart2.Size = New System.Drawing.Size(566, 152)
  168. Me.Chart2.TabIndex = 15
  169. Me.Chart2.Text = "Chart2"
  170. '
  171. 'Chart3
  172. '
  173. ChartArea3.Name = "ChartArea1"
  174. Me.Chart3.ChartAreas.Add(ChartArea3)
  175. Legend3.Name = "Legend1"
  176. Me.Chart3.Legends.Add(Legend3)
  177. Me.Chart3.Location = New System.Drawing.Point(16, 354)
  178. Me.Chart3.Name = "Chart3"
  179. Series3.ChartArea = "ChartArea1"
  180. Series3.Legend = "Legend1"
  181. Series3.Name = "Series1"
  182. Me.Chart3.Series.Add(Series3)
  183. Me.Chart3.Size = New System.Drawing.Size(1058, 219)
  184. Me.Chart3.TabIndex = 16
  185. Me.Chart3.Text = "Chart3"
  186. '
  187. 'frmDashboards
  188. '
  189. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  190. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  191. Me.ClientSize = New System.Drawing.Size(871, 706)
  192. Me.Controls.Add(Me.Chart3)
  193. Me.Controls.Add(Me.Chart2)
  194. Me.Controls.Add(Me.Chart1)
  195. Me.Controls.Add(Me.Label4)
  196. Me.Controls.Add(Me.Label11)
  197. Me.Controls.Add(Me.Label10)
  198. Me.Controls.Add(Me.Panel1)
  199. Me.Controls.Add(Me.Label1)
  200. Me.Name = "frmDashboards"
  201. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  202. Me.Text = "Portafolio"
  203. Me.Panel1.ResumeLayout(False)
  204. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  205. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
  206. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).EndInit()
  207. CType(Me.Chart3, System.ComponentModel.ISupportInitialize).EndInit()
  208. Me.ResumeLayout(False)
  209. Me.PerformLayout()
  210. End Sub
  211. Friend WithEvents Label1 As Label
  212. Friend WithEvents Panel1 As Panel
  213. Friend WithEvents Label3 As Label
  214. Friend WithEvents PictureBox1 As PictureBox
  215. Friend WithEvents Label2 As Label
  216. Friend WithEvents Label10 As Label
  217. Friend WithEvents Label11 As Label
  218. Friend WithEvents Label4 As Label
  219. Friend WithEvents Chart1 As DataVisualization.Charting.Chart
  220. Friend WithEvents Chart2 As DataVisualization.Charting.Chart
  221. Friend WithEvents Chart3 As DataVisualization.Charting.Chart
  222. End Class