frmRendimientoTablas.Designer.vb 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmRendimientoTablas
  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.Panel1 = New System.Windows.Forms.Panel()
  23. Me.Panel6 = New System.Windows.Forms.Panel()
  24. Me.btnEmpresaTitulo = New System.Windows.Forms.Button()
  25. Me.grpPortafolio = New System.Windows.Forms.GroupBox()
  26. Me.rdbInstrumentos = New System.Windows.Forms.RadioButton()
  27. Me.rdbEmpresas = New System.Windows.Forms.RadioButton()
  28. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.dgvPortafolioEmpresaInstrumento = New System.Windows.Forms.DataGridView()
  30. Me.Panel3 = New System.Windows.Forms.Panel()
  31. Me.btnTitulos = New System.Windows.Forms.Button()
  32. Me.Label2 = New System.Windows.Forms.Label()
  33. Me.dgvPortafolioInstrumento = New System.Windows.Forms.DataGridView()
  34. Me.Panel2 = New System.Windows.Forms.Panel()
  35. Me.btnPortafolioEmpresa = New System.Windows.Forms.Button()
  36. Me.Label1 = New System.Windows.Forms.Label()
  37. Me.dgvPortafolioEmpresa = New System.Windows.Forms.DataGridView()
  38. Me.lblTitulo = New System.Windows.Forms.Label()
  39. Me.Panel1.SuspendLayout()
  40. Me.Panel6.SuspendLayout()
  41. Me.grpPortafolio.SuspendLayout()
  42. CType(Me.dgvPortafolioEmpresaInstrumento, System.ComponentModel.ISupportInitialize).BeginInit()
  43. Me.Panel3.SuspendLayout()
  44. CType(Me.dgvPortafolioInstrumento, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.Panel2.SuspendLayout()
  46. CType(Me.dgvPortafolioEmpresa, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.SuspendLayout()
  48. '
  49. 'Panel1
  50. '
  51. Me.Panel1.AutoScroll = True
  52. Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke
  53. Me.Panel1.Controls.Add(Me.Panel6)
  54. Me.Panel1.Controls.Add(Me.Panel3)
  55. Me.Panel1.Controls.Add(Me.Panel2)
  56. Me.Panel1.Controls.Add(Me.lblTitulo)
  57. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  58. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  59. Me.Panel1.Name = "Panel1"
  60. Me.Panel1.Size = New System.Drawing.Size(1038, 724)
  61. Me.Panel1.TabIndex = 0
  62. '
  63. 'Panel6
  64. '
  65. Me.Panel6.BackColor = System.Drawing.Color.Crimson
  66. Me.Panel6.Controls.Add(Me.btnEmpresaTitulo)
  67. Me.Panel6.Controls.Add(Me.grpPortafolio)
  68. Me.Panel6.Controls.Add(Me.Label5)
  69. Me.Panel6.Controls.Add(Me.dgvPortafolioEmpresaInstrumento)
  70. Me.Panel6.Location = New System.Drawing.Point(27, 412)
  71. Me.Panel6.Name = "Panel6"
  72. Me.Panel6.Size = New System.Drawing.Size(980, 283)
  73. Me.Panel6.TabIndex = 87
  74. '
  75. 'btnEmpresaTitulo
  76. '
  77. Me.btnEmpresaTitulo.BackColor = System.Drawing.Color.White
  78. Me.btnEmpresaTitulo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  79. Me.btnEmpresaTitulo.ForeColor = System.Drawing.Color.Maroon
  80. Me.btnEmpresaTitulo.Location = New System.Drawing.Point(120, 13)
  81. Me.btnEmpresaTitulo.Name = "btnEmpresaTitulo"
  82. Me.btnEmpresaTitulo.Size = New System.Drawing.Size(110, 35)
  83. Me.btnEmpresaTitulo.TabIndex = 88
  84. Me.btnEmpresaTitulo.Text = "Ver Detalles"
  85. Me.btnEmpresaTitulo.UseVisualStyleBackColor = False
  86. '
  87. 'grpPortafolio
  88. '
  89. Me.grpPortafolio.Controls.Add(Me.rdbInstrumentos)
  90. Me.grpPortafolio.Controls.Add(Me.rdbEmpresas)
  91. Me.grpPortafolio.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  92. Me.grpPortafolio.ForeColor = System.Drawing.Color.White
  93. Me.grpPortafolio.Location = New System.Drawing.Point(696, 3)
  94. Me.grpPortafolio.Name = "grpPortafolio"
  95. Me.grpPortafolio.Size = New System.Drawing.Size(271, 50)
  96. Me.grpPortafolio.TabIndex = 85
  97. Me.grpPortafolio.TabStop = False
  98. '
  99. 'rdbInstrumentos
  100. '
  101. Me.rdbInstrumentos.AutoSize = True
  102. Me.rdbInstrumentos.Location = New System.Drawing.Point(153, 19)
  103. Me.rdbInstrumentos.Name = "rdbInstrumentos"
  104. Me.rdbInstrumentos.Size = New System.Drawing.Size(85, 17)
  105. Me.rdbInstrumentos.TabIndex = 1
  106. Me.rdbInstrumentos.Text = "Instrumentos"
  107. Me.rdbInstrumentos.UseVisualStyleBackColor = True
  108. '
  109. 'rdbEmpresas
  110. '
  111. Me.rdbEmpresas.AutoSize = True
  112. Me.rdbEmpresas.Checked = True
  113. Me.rdbEmpresas.FlatAppearance.BorderSize = 0
  114. Me.rdbEmpresas.FlatAppearance.CheckedBackColor = System.Drawing.Color.Crimson
  115. Me.rdbEmpresas.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Crimson
  116. Me.rdbEmpresas.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Crimson
  117. Me.rdbEmpresas.Location = New System.Drawing.Point(6, 19)
  118. Me.rdbEmpresas.Name = "rdbEmpresas"
  119. Me.rdbEmpresas.Size = New System.Drawing.Size(71, 17)
  120. Me.rdbEmpresas.TabIndex = 0
  121. Me.rdbEmpresas.TabStop = True
  122. Me.rdbEmpresas.Text = "Empresas"
  123. Me.rdbEmpresas.UseVisualStyleBackColor = True
  124. '
  125. 'Label5
  126. '
  127. Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.Top
  128. Me.Label5.AutoSize = True
  129. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  130. Me.Label5.Location = New System.Drawing.Point(236, 17)
  131. Me.Label5.Name = "Label5"
  132. Me.Label5.Size = New System.Drawing.Size(425, 27)
  133. Me.Label5.TabIndex = 83
  134. Me.Label5.Text = "Portafolio Total (Empresas e Instrumentos)"
  135. '
  136. 'dgvPortafolioEmpresaInstrumento
  137. '
  138. Me.dgvPortafolioEmpresaInstrumento.AllowUserToAddRows = False
  139. Me.dgvPortafolioEmpresaInstrumento.AllowUserToDeleteRows = False
  140. Me.dgvPortafolioEmpresaInstrumento.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  141. Me.dgvPortafolioEmpresaInstrumento.BackgroundColor = System.Drawing.Color.White
  142. Me.dgvPortafolioEmpresaInstrumento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  143. Me.dgvPortafolioEmpresaInstrumento.Location = New System.Drawing.Point(0, 59)
  144. Me.dgvPortafolioEmpresaInstrumento.Name = "dgvPortafolioEmpresaInstrumento"
  145. Me.dgvPortafolioEmpresaInstrumento.Size = New System.Drawing.Size(980, 224)
  146. Me.dgvPortafolioEmpresaInstrumento.TabIndex = 1
  147. '
  148. 'Panel3
  149. '
  150. Me.Panel3.BackColor = System.Drawing.Color.Gainsboro
  151. Me.Panel3.Controls.Add(Me.btnTitulos)
  152. Me.Panel3.Controls.Add(Me.Label2)
  153. Me.Panel3.Controls.Add(Me.dgvPortafolioInstrumento)
  154. Me.Panel3.Location = New System.Drawing.Point(535, 89)
  155. Me.Panel3.Name = "Panel3"
  156. Me.Panel3.Size = New System.Drawing.Size(472, 283)
  157. Me.Panel3.TabIndex = 84
  158. '
  159. 'btnTitulos
  160. '
  161. Me.btnTitulos.BackColor = System.Drawing.Color.White
  162. Me.btnTitulos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  163. Me.btnTitulos.ForeColor = System.Drawing.Color.Maroon
  164. Me.btnTitulos.Location = New System.Drawing.Point(269, 17)
  165. Me.btnTitulos.Name = "btnTitulos"
  166. Me.btnTitulos.Size = New System.Drawing.Size(110, 35)
  167. Me.btnTitulos.TabIndex = 88
  168. Me.btnTitulos.Text = "Ver Detalles"
  169. Me.btnTitulos.UseVisualStyleBackColor = False
  170. '
  171. 'Label2
  172. '
  173. Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.Top
  174. Me.Label2.AutoSize = True
  175. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  176. Me.Label2.Location = New System.Drawing.Point(16, 18)
  177. Me.Label2.Name = "Label2"
  178. Me.Label2.Size = New System.Drawing.Size(247, 27)
  179. Me.Label2.TabIndex = 83
  180. Me.Label2.Text = "Portafolio Total (Titulos)"
  181. '
  182. 'dgvPortafolioInstrumento
  183. '
  184. Me.dgvPortafolioInstrumento.AllowUserToAddRows = False
  185. Me.dgvPortafolioInstrumento.AllowUserToDeleteRows = False
  186. Me.dgvPortafolioInstrumento.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  187. Me.dgvPortafolioInstrumento.BackgroundColor = System.Drawing.Color.White
  188. Me.dgvPortafolioInstrumento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  189. Me.dgvPortafolioInstrumento.Location = New System.Drawing.Point(0, 59)
  190. Me.dgvPortafolioInstrumento.Name = "dgvPortafolioInstrumento"
  191. Me.dgvPortafolioInstrumento.Size = New System.Drawing.Size(472, 224)
  192. Me.dgvPortafolioInstrumento.TabIndex = 1
  193. '
  194. 'Panel2
  195. '
  196. Me.Panel2.BackColor = System.Drawing.Color.DodgerBlue
  197. Me.Panel2.Controls.Add(Me.btnPortafolioEmpresa)
  198. Me.Panel2.Controls.Add(Me.Label1)
  199. Me.Panel2.Controls.Add(Me.dgvPortafolioEmpresa)
  200. Me.Panel2.Location = New System.Drawing.Point(27, 89)
  201. Me.Panel2.Name = "Panel2"
  202. Me.Panel2.Size = New System.Drawing.Size(472, 283)
  203. Me.Panel2.TabIndex = 82
  204. '
  205. 'btnPortafolioEmpresa
  206. '
  207. Me.btnPortafolioEmpresa.BackColor = System.Drawing.Color.White
  208. Me.btnPortafolioEmpresa.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  209. Me.btnPortafolioEmpresa.ForeColor = System.Drawing.Color.Maroon
  210. Me.btnPortafolioEmpresa.Location = New System.Drawing.Point(296, 17)
  211. Me.btnPortafolioEmpresa.Name = "btnPortafolioEmpresa"
  212. Me.btnPortafolioEmpresa.Size = New System.Drawing.Size(110, 35)
  213. Me.btnPortafolioEmpresa.TabIndex = 84
  214. Me.btnPortafolioEmpresa.Text = "Ver Detalles"
  215. Me.btnPortafolioEmpresa.UseVisualStyleBackColor = False
  216. '
  217. 'Label1
  218. '
  219. Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.Top
  220. Me.Label1.AutoSize = True
  221. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  222. Me.Label1.Location = New System.Drawing.Point(16, 18)
  223. Me.Label1.Name = "Label1"
  224. Me.Label1.Size = New System.Drawing.Size(265, 27)
  225. Me.Label1.TabIndex = 83
  226. Me.Label1.Text = "Portafolio Total (Empresa)"
  227. '
  228. 'dgvPortafolioEmpresa
  229. '
  230. Me.dgvPortafolioEmpresa.AllowUserToAddRows = False
  231. Me.dgvPortafolioEmpresa.AllowUserToDeleteRows = False
  232. Me.dgvPortafolioEmpresa.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  233. Me.dgvPortafolioEmpresa.BackgroundColor = System.Drawing.Color.White
  234. Me.dgvPortafolioEmpresa.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  235. Me.dgvPortafolioEmpresa.Location = New System.Drawing.Point(0, 59)
  236. Me.dgvPortafolioEmpresa.Name = "dgvPortafolioEmpresa"
  237. Me.dgvPortafolioEmpresa.Size = New System.Drawing.Size(472, 224)
  238. Me.dgvPortafolioEmpresa.TabIndex = 1
  239. '
  240. 'lblTitulo
  241. '
  242. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  243. Me.lblTitulo.AutoSize = True
  244. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  245. Me.lblTitulo.Location = New System.Drawing.Point(12, 23)
  246. Me.lblTitulo.Name = "lblTitulo"
  247. Me.lblTitulo.Size = New System.Drawing.Size(208, 35)
  248. Me.lblTitulo.TabIndex = 81
  249. Me.lblTitulo.Text = "Portafolio Total"
  250. '
  251. 'frmRendimientoTablas
  252. '
  253. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  254. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  255. Me.ClientSize = New System.Drawing.Size(1038, 724)
  256. Me.Controls.Add(Me.Panel1)
  257. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  258. Me.Name = "frmRendimientoTablas"
  259. Me.Panel1.ResumeLayout(False)
  260. Me.Panel1.PerformLayout()
  261. Me.Panel6.ResumeLayout(False)
  262. Me.Panel6.PerformLayout()
  263. Me.grpPortafolio.ResumeLayout(False)
  264. Me.grpPortafolio.PerformLayout()
  265. CType(Me.dgvPortafolioEmpresaInstrumento, System.ComponentModel.ISupportInitialize).EndInit()
  266. Me.Panel3.ResumeLayout(False)
  267. Me.Panel3.PerformLayout()
  268. CType(Me.dgvPortafolioInstrumento, System.ComponentModel.ISupportInitialize).EndInit()
  269. Me.Panel2.ResumeLayout(False)
  270. Me.Panel2.PerformLayout()
  271. CType(Me.dgvPortafolioEmpresa, System.ComponentModel.ISupportInitialize).EndInit()
  272. Me.ResumeLayout(False)
  273. End Sub
  274. Friend WithEvents Panel1 As Panel
  275. Friend WithEvents lblTitulo As Label
  276. Friend WithEvents Panel3 As Panel
  277. Friend WithEvents Label2 As Label
  278. Friend WithEvents dgvPortafolioInstrumento As DataGridView
  279. Friend WithEvents Panel2 As Panel
  280. Friend WithEvents Label1 As Label
  281. Friend WithEvents dgvPortafolioEmpresa As DataGridView
  282. Friend WithEvents Panel6 As Panel
  283. Friend WithEvents Label5 As Label
  284. Friend WithEvents dgvPortafolioEmpresaInstrumento As DataGridView
  285. Friend WithEvents grpPortafolio As GroupBox
  286. Friend WithEvents rdbInstrumentos As RadioButton
  287. Friend WithEvents rdbEmpresas As RadioButton
  288. Friend WithEvents btnEmpresaTitulo As Button
  289. Friend WithEvents btnTitulos As Button
  290. Friend WithEvents btnPortafolioEmpresa As Button
  291. End Class