frmDetallesPortafolioGeneralRendimiento.Designer.vb 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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.Name = "txtMontoTotal"
  138. Me.txtMontoTotal.Size = New System.Drawing.Size(162, 20)
  139. Me.txtMontoTotal.TabIndex = 91
  140. '
  141. 'txtRendimientoPromedio
  142. '
  143. Me.txtRendimientoPromedio.Location = New System.Drawing.Point(389, 60)
  144. Me.txtRendimientoPromedio.Name = "txtRendimientoPromedio"
  145. Me.txtRendimientoPromedio.Size = New System.Drawing.Size(166, 20)
  146. Me.txtRendimientoPromedio.TabIndex = 92
  147. '
  148. 'txtPesoPromedio
  149. '
  150. Me.txtPesoPromedio.Location = New System.Drawing.Point(649, 60)
  151. Me.txtPesoPromedio.Name = "txtPesoPromedio"
  152. Me.txtPesoPromedio.Size = New System.Drawing.Size(174, 20)
  153. Me.txtPesoPromedio.TabIndex = 93
  154. '
  155. 'lblEmpresa
  156. '
  157. Me.lblEmpresa.AutoSize = True
  158. Me.lblEmpresa.Location = New System.Drawing.Point(165, 101)
  159. Me.lblEmpresa.Name = "lblEmpresa"
  160. Me.lblEmpresa.Size = New System.Drawing.Size(53, 13)
  161. Me.lblEmpresa.TabIndex = 94
  162. Me.lblEmpresa.Text = "Empresas"
  163. '
  164. 'lblInstrumentos
  165. '
  166. Me.lblInstrumentos.AutoSize = True
  167. Me.lblInstrumentos.Location = New System.Drawing.Point(576, 101)
  168. Me.lblInstrumentos.Name = "lblInstrumentos"
  169. Me.lblInstrumentos.Size = New System.Drawing.Size(67, 13)
  170. Me.lblInstrumentos.TabIndex = 95
  171. Me.lblInstrumentos.Text = "Instrumentos"
  172. '
  173. 'frmDetallesPortafolioGeneralRendimiento
  174. '
  175. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  176. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  177. Me.ClientSize = New System.Drawing.Size(843, 623)
  178. Me.Controls.Add(Me.lblInstrumentos)
  179. Me.Controls.Add(Me.lblEmpresa)
  180. Me.Controls.Add(Me.txtPesoPromedio)
  181. Me.Controls.Add(Me.txtRendimientoPromedio)
  182. Me.Controls.Add(Me.txtMontoTotal)
  183. Me.Controls.Add(Me.Panel2)
  184. Me.Controls.Add(Me.lblPesoPromedio)
  185. Me.Controls.Add(Me.lblRendimientoPromedio)
  186. Me.Controls.Add(Me.lblMontoTotal)
  187. Me.Controls.Add(Me.chklInstrumentos)
  188. Me.Controls.Add(Me.chklEmpresas)
  189. Me.Controls.Add(Me.lblTitulo)
  190. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  191. Me.Name = "frmDetallesPortafolioGeneralRendimiento"
  192. Me.Panel2.ResumeLayout(False)
  193. Me.Panel2.PerformLayout()
  194. CType(Me.dgvPortafolio, System.ComponentModel.ISupportInitialize).EndInit()
  195. Me.ResumeLayout(False)
  196. Me.PerformLayout()
  197. End Sub
  198. Friend WithEvents lblTitulo As Label
  199. Friend WithEvents chklEmpresas As CheckedListBox
  200. Friend WithEvents chklInstrumentos As CheckedListBox
  201. Friend WithEvents lblMontoTotal As Label
  202. Friend WithEvents lblRendimientoPromedio As Label
  203. Friend WithEvents lblPesoPromedio As Label
  204. Friend WithEvents Panel2 As Panel
  205. Friend WithEvents lblPortafolio As Label
  206. Friend WithEvents dgvPortafolio As DataGridView
  207. Friend WithEvents txtMontoTotal As TextBox
  208. Friend WithEvents txtRendimientoPromedio As TextBox
  209. Friend WithEvents txtPesoPromedio As TextBox
  210. Friend WithEvents lblEmpresa As Label
  211. Friend WithEvents lblInstrumentos As Label
  212. End Class