frmRendimientoTablas.Designer.vb 14 KB

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