frmDetallesPortafolioGeneralRendimiento.Designer.vb 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDetallesPortafolioGeneralRendimiento
  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.lblTitulo = New System.Windows.Forms.Label()
  23. Me.chklEmpresas = New System.Windows.Forms.CheckedListBox()
  24. Me.chklInstrumentos = New System.Windows.Forms.CheckedListBox()
  25. Me.lblMontoTotal = New System.Windows.Forms.Label()
  26. Me.lblRendimientoPromedio = New System.Windows.Forms.Label()
  27. Me.lblPesoPromedio = New System.Windows.Forms.Label()
  28. Me.Panel2 = New System.Windows.Forms.Panel()
  29. Me.lblPortafolio = New System.Windows.Forms.Label()
  30. Me.dgvPortafolio = New System.Windows.Forms.DataGridView()
  31. Me.txtMontoTotal = New System.Windows.Forms.TextBox()
  32. Me.txtRendimientoPromedio = New System.Windows.Forms.TextBox()
  33. Me.txtPesoPromedio = New System.Windows.Forms.TextBox()
  34. Me.lblEmpresa = New System.Windows.Forms.Label()
  35. Me.lblInstrumentos = New System.Windows.Forms.Label()
  36. Me.Panel2.SuspendLayout()
  37. CType(Me.dgvPortafolio, System.ComponentModel.ISupportInitialize).BeginInit()
  38. Me.SuspendLayout()
  39. '
  40. 'lblTitulo
  41. '
  42. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  43. Me.lblTitulo.AutoSize = True
  44. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  45. Me.lblTitulo.Location = New System.Drawing.Point(12, 9)
  46. Me.lblTitulo.Name = "lblTitulo"
  47. Me.lblTitulo.Size = New System.Drawing.Size(107, 27)
  48. Me.lblTitulo.TabIndex = 84
  49. Me.lblTitulo.Text = "Portafolio"
  50. '
  51. 'chklEmpresas
  52. '
  53. Me.chklEmpresas.CheckOnClick = True
  54. Me.chklEmpresas.ColumnWidth = 200
  55. Me.chklEmpresas.FormattingEnabled = True
  56. Me.chklEmpresas.Location = New System.Drawing.Point(5, 117)
  57. Me.chklEmpresas.MultiColumn = True
  58. Me.chklEmpresas.Name = "chklEmpresas"
  59. Me.chklEmpresas.Size = New System.Drawing.Size(393, 169)
  60. Me.chklEmpresas.TabIndex = 85
  61. '
  62. 'chklInstrumentos
  63. '
  64. Me.chklInstrumentos.CheckOnClick = True
  65. Me.chklInstrumentos.ColumnWidth = 200
  66. Me.chklInstrumentos.FormattingEnabled = True
  67. Me.chklInstrumentos.Location = New System.Drawing.Point(422, 117)
  68. Me.chklInstrumentos.MultiColumn = True
  69. Me.chklInstrumentos.Name = "chklInstrumentos"
  70. Me.chklInstrumentos.Size = New System.Drawing.Size(393, 169)
  71. Me.chklInstrumentos.TabIndex = 86
  72. '
  73. 'lblMontoTotal
  74. '
  75. Me.lblMontoTotal.AutoSize = True
  76. Me.lblMontoTotal.Location = New System.Drawing.Point(26, 60)
  77. Me.lblMontoTotal.Name = "lblMontoTotal"
  78. Me.lblMontoTotal.Size = New System.Drawing.Size(67, 13)
  79. Me.lblMontoTotal.TabIndex = 87
  80. Me.lblMontoTotal.Text = "Monto Total:"
  81. '
  82. 'lblRendimientoPromedio
  83. '
  84. Me.lblRendimientoPromedio.AutoSize = True
  85. Me.lblRendimientoPromedio.Location = New System.Drawing.Point(282, 60)
  86. Me.lblRendimientoPromedio.Name = "lblRendimientoPromedio"
  87. Me.lblRendimientoPromedio.Size = New System.Drawing.Size(116, 13)
  88. Me.lblRendimientoPromedio.TabIndex = 88
  89. Me.lblRendimientoPromedio.Text = "Rendimiento Promedio:"
  90. '
  91. 'lblPesoPromedio
  92. '
  93. Me.lblPesoPromedio.AutoSize = True
  94. Me.lblPesoPromedio.Location = New System.Drawing.Point(576, 60)
  95. Me.lblPesoPromedio.Name = "lblPesoPromedio"
  96. Me.lblPesoPromedio.Size = New System.Drawing.Size(81, 13)
  97. Me.lblPesoPromedio.TabIndex = 89
  98. Me.lblPesoPromedio.Text = "Peso Promedio:"
  99. '
  100. 'Panel2
  101. '
  102. Me.Panel2.BackColor = System.Drawing.Color.DodgerBlue
  103. Me.Panel2.Controls.Add(Me.lblPortafolio)
  104. Me.Panel2.Controls.Add(Me.dgvPortafolio)
  105. Me.Panel2.Location = New System.Drawing.Point(12, 308)
  106. Me.Panel2.Name = "Panel2"
  107. Me.Panel2.Size = New System.Drawing.Size(803, 283)
  108. Me.Panel2.TabIndex = 90
  109. '
  110. 'lblPortafolio
  111. '
  112. Me.lblPortafolio.Anchor = System.Windows.Forms.AnchorStyles.Top
  113. Me.lblPortafolio.AutoSize = True
  114. Me.lblPortafolio.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  115. Me.lblPortafolio.Location = New System.Drawing.Point(201, 19)
  116. Me.lblPortafolio.Name = "lblPortafolio"
  117. Me.lblPortafolio.Size = New System.Drawing.Size(107, 27)
  118. Me.lblPortafolio.TabIndex = 83
  119. Me.lblPortafolio.Text = "Portafolio"
  120. '
  121. 'dgvPortafolio
  122. '
  123. Me.dgvPortafolio.AllowUserToAddRows = False
  124. Me.dgvPortafolio.AllowUserToDeleteRows = False
  125. Me.dgvPortafolio.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  126. Me.dgvPortafolio.BackgroundColor = System.Drawing.SystemColors.Control
  127. Me.dgvPortafolio.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  128. Me.dgvPortafolio.Location = New System.Drawing.Point(0, 59)
  129. Me.dgvPortafolio.Name = "dgvPortafolio"
  130. Me.dgvPortafolio.Size = New System.Drawing.Size(803, 224)
  131. Me.dgvPortafolio.TabIndex = 1
  132. '
  133. 'txtMontoTotal
  134. '
  135. Me.txtMontoTotal.Location = New System.Drawing.Point(99, 57)
  136. Me.txtMontoTotal.Name = "txtMontoTotal"
  137. Me.txtMontoTotal.Size = New System.Drawing.Size(162, 20)
  138. Me.txtMontoTotal.TabIndex = 91
  139. '
  140. 'txtRendimientoPromedio
  141. '
  142. Me.txtRendimientoPromedio.Location = New System.Drawing.Point(404, 60)
  143. Me.txtRendimientoPromedio.Name = "txtRendimientoPromedio"
  144. Me.txtRendimientoPromedio.Size = New System.Drawing.Size(166, 20)
  145. Me.txtRendimientoPromedio.TabIndex = 92
  146. '
  147. 'txtPesoPromedio
  148. '
  149. Me.txtPesoPromedio.Location = New System.Drawing.Point(663, 60)
  150. Me.txtPesoPromedio.Name = "txtPesoPromedio"
  151. Me.txtPesoPromedio.Size = New System.Drawing.Size(174, 20)
  152. Me.txtPesoPromedio.TabIndex = 93
  153. '
  154. 'lblEmpresa
  155. '
  156. Me.lblEmpresa.AutoSize = True
  157. Me.lblEmpresa.Location = New System.Drawing.Point(165, 101)
  158. Me.lblEmpresa.Name = "lblEmpresa"
  159. Me.lblEmpresa.Size = New System.Drawing.Size(53, 13)
  160. Me.lblEmpresa.TabIndex = 94
  161. Me.lblEmpresa.Text = "Empresas"
  162. '
  163. 'lblInstrumentos
  164. '
  165. Me.lblInstrumentos.AutoSize = True
  166. Me.lblInstrumentos.Location = New System.Drawing.Point(576, 101)
  167. Me.lblInstrumentos.Name = "lblInstrumentos"
  168. Me.lblInstrumentos.Size = New System.Drawing.Size(67, 13)
  169. Me.lblInstrumentos.TabIndex = 95
  170. Me.lblInstrumentos.Text = "Instrumentos"
  171. '
  172. 'frmDetallesPortafolioGeneralRendimiento
  173. '
  174. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  175. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  176. Me.ClientSize = New System.Drawing.Size(843, 623)
  177. Me.Controls.Add(Me.lblInstrumentos)
  178. Me.Controls.Add(Me.lblEmpresa)
  179. Me.Controls.Add(Me.txtPesoPromedio)
  180. Me.Controls.Add(Me.txtRendimientoPromedio)
  181. Me.Controls.Add(Me.txtMontoTotal)
  182. Me.Controls.Add(Me.Panel2)
  183. Me.Controls.Add(Me.lblPesoPromedio)
  184. Me.Controls.Add(Me.lblRendimientoPromedio)
  185. Me.Controls.Add(Me.lblMontoTotal)
  186. Me.Controls.Add(Me.chklInstrumentos)
  187. Me.Controls.Add(Me.chklEmpresas)
  188. Me.Controls.Add(Me.lblTitulo)
  189. Me.Name = "frmDetallesPortafolioGeneralRendimiento"
  190. Me.Text = "frmDetallesPortafolioGeneralRendimiento"
  191. Me.Panel2.ResumeLayout(False)
  192. Me.Panel2.PerformLayout()
  193. CType(Me.dgvPortafolio, System.ComponentModel.ISupportInitialize).EndInit()
  194. Me.ResumeLayout(False)
  195. Me.PerformLayout()
  196. End Sub
  197. Friend WithEvents lblTitulo As Label
  198. Friend WithEvents chklEmpresas As CheckedListBox
  199. Friend WithEvents chklInstrumentos As CheckedListBox
  200. Friend WithEvents lblMontoTotal As Label
  201. Friend WithEvents lblRendimientoPromedio As Label
  202. Friend WithEvents lblPesoPromedio As Label
  203. Friend WithEvents Panel2 As Panel
  204. Friend WithEvents lblPortafolio As Label
  205. Friend WithEvents dgvPortafolio As DataGridView
  206. Friend WithEvents txtMontoTotal As TextBox
  207. Friend WithEvents txtRendimientoPromedio As TextBox
  208. Friend WithEvents txtPesoPromedio As TextBox
  209. Friend WithEvents lblEmpresa As Label
  210. Friend WithEvents lblInstrumentos As Label
  211. End Class