frmDetallesPortafolioGeneralRendimiento.Designer.vb 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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(267, 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(562, 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.DimGray
  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.ForeColor = System.Drawing.Color.White
  116. Me.lblPortafolio.Location = New System.Drawing.Point(348, 16)
  117. Me.lblPortafolio.Name = "lblPortafolio"
  118. Me.lblPortafolio.Size = New System.Drawing.Size(107, 27)
  119. Me.lblPortafolio.TabIndex = 83
  120. Me.lblPortafolio.Text = "Portafolio"
  121. '
  122. 'dgvPortafolio
  123. '
  124. Me.dgvPortafolio.AllowUserToAddRows = False
  125. Me.dgvPortafolio.AllowUserToDeleteRows = False
  126. Me.dgvPortafolio.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  127. Me.dgvPortafolio.BackgroundColor = System.Drawing.SystemColors.Control
  128. Me.dgvPortafolio.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  129. Me.dgvPortafolio.Location = New System.Drawing.Point(0, 59)
  130. Me.dgvPortafolio.Name = "dgvPortafolio"
  131. Me.dgvPortafolio.Size = New System.Drawing.Size(803, 224)
  132. Me.dgvPortafolio.TabIndex = 1
  133. '
  134. 'txtMontoTotal
  135. '
  136. Me.txtMontoTotal.Location = New System.Drawing.Point(99, 57)
  137. Me.txtMontoTotal.MaxLength = 20
  138. Me.txtMontoTotal.Name = "txtMontoTotal"
  139. Me.txtMontoTotal.Size = New System.Drawing.Size(162, 20)
  140. Me.txtMontoTotal.TabIndex = 91
  141. '
  142. 'txtRendimientoPromedio
  143. '
  144. Me.txtRendimientoPromedio.Location = New System.Drawing.Point(389, 60)
  145. Me.txtRendimientoPromedio.MaxLength = 20
  146. Me.txtRendimientoPromedio.Name = "txtRendimientoPromedio"
  147. Me.txtRendimientoPromedio.Size = New System.Drawing.Size(166, 20)
  148. Me.txtRendimientoPromedio.TabIndex = 92
  149. '
  150. 'txtPesoPromedio
  151. '
  152. Me.txtPesoPromedio.Location = New System.Drawing.Point(649, 60)
  153. Me.txtPesoPromedio.MaxLength = 20
  154. Me.txtPesoPromedio.Name = "txtPesoPromedio"
  155. Me.txtPesoPromedio.Size = New System.Drawing.Size(174, 20)
  156. Me.txtPesoPromedio.TabIndex = 93
  157. '
  158. 'lblEmpresa
  159. '
  160. Me.lblEmpresa.AutoSize = True
  161. Me.lblEmpresa.Location = New System.Drawing.Point(165, 101)
  162. Me.lblEmpresa.Name = "lblEmpresa"
  163. Me.lblEmpresa.Size = New System.Drawing.Size(53, 13)
  164. Me.lblEmpresa.TabIndex = 94
  165. Me.lblEmpresa.Text = "Empresas"
  166. '
  167. 'lblInstrumentos
  168. '
  169. Me.lblInstrumentos.AutoSize = True
  170. Me.lblInstrumentos.Location = New System.Drawing.Point(576, 101)
  171. Me.lblInstrumentos.Name = "lblInstrumentos"
  172. Me.lblInstrumentos.Size = New System.Drawing.Size(67, 13)
  173. Me.lblInstrumentos.TabIndex = 95
  174. Me.lblInstrumentos.Text = "Instrumentos"
  175. '
  176. 'frmDetallesPortafolioGeneralRendimiento
  177. '
  178. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  179. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  180. Me.ClientSize = New System.Drawing.Size(843, 623)
  181. Me.Controls.Add(Me.lblInstrumentos)
  182. Me.Controls.Add(Me.lblEmpresa)
  183. Me.Controls.Add(Me.txtPesoPromedio)
  184. Me.Controls.Add(Me.txtRendimientoPromedio)
  185. Me.Controls.Add(Me.txtMontoTotal)
  186. Me.Controls.Add(Me.Panel2)
  187. Me.Controls.Add(Me.lblPesoPromedio)
  188. Me.Controls.Add(Me.lblRendimientoPromedio)
  189. Me.Controls.Add(Me.lblMontoTotal)
  190. Me.Controls.Add(Me.chklInstrumentos)
  191. Me.Controls.Add(Me.chklEmpresas)
  192. Me.Controls.Add(Me.lblTitulo)
  193. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  194. Me.Name = "frmDetallesPortafolioGeneralRendimiento"
  195. Me.Panel2.ResumeLayout(False)
  196. Me.Panel2.PerformLayout()
  197. CType(Me.dgvPortafolio, System.ComponentModel.ISupportInitialize).EndInit()
  198. Me.ResumeLayout(False)
  199. Me.PerformLayout()
  200. End Sub
  201. Friend WithEvents lblTitulo As Label
  202. Friend WithEvents chklEmpresas As CheckedListBox
  203. Friend WithEvents chklInstrumentos As CheckedListBox
  204. Friend WithEvents lblMontoTotal As Label
  205. Friend WithEvents lblRendimientoPromedio As Label
  206. Friend WithEvents lblPesoPromedio As Label
  207. Friend WithEvents Panel2 As Panel
  208. Friend WithEvents lblPortafolio As Label
  209. Friend WithEvents dgvPortafolio As DataGridView
  210. Friend WithEvents txtMontoTotal As TextBox
  211. Friend WithEvents txtRendimientoPromedio As TextBox
  212. Friend WithEvents txtPesoPromedio As TextBox
  213. Friend WithEvents lblEmpresa As Label
  214. Friend WithEvents lblInstrumentos As Label
  215. End Class