_ Partial Class frmDetallesPortafolioGeneralRendimiento Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. _ Private Sub InitializeComponent() Me.lblTitulo = New System.Windows.Forms.Label() Me.chklEmpresas = New System.Windows.Forms.CheckedListBox() Me.chklInstrumentos = New System.Windows.Forms.CheckedListBox() Me.lblMontoTotal = New System.Windows.Forms.Label() Me.lblRendimientoPromedio = New System.Windows.Forms.Label() Me.lblPesoPromedio = New System.Windows.Forms.Label() Me.Panel2 = New System.Windows.Forms.Panel() Me.lblPortafolio = New System.Windows.Forms.Label() Me.dgvPortafolio = New System.Windows.Forms.DataGridView() Me.txtMontoTotal = New System.Windows.Forms.TextBox() Me.txtRendimientoPromedio = New System.Windows.Forms.TextBox() Me.txtPesoPromedio = New System.Windows.Forms.TextBox() Me.lblEmpresa = New System.Windows.Forms.Label() Me.lblInstrumentos = New System.Windows.Forms.Label() Me.Panel2.SuspendLayout() CType(Me.dgvPortafolio, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lblTitulo ' Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top Me.lblTitulo.AutoSize = True Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitulo.Location = New System.Drawing.Point(12, 9) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(107, 27) Me.lblTitulo.TabIndex = 84 Me.lblTitulo.Text = "Portafolio" ' 'chklEmpresas ' Me.chklEmpresas.CheckOnClick = True Me.chklEmpresas.ColumnWidth = 200 Me.chklEmpresas.FormattingEnabled = True Me.chklEmpresas.Location = New System.Drawing.Point(5, 117) Me.chklEmpresas.MultiColumn = True Me.chklEmpresas.Name = "chklEmpresas" Me.chklEmpresas.Size = New System.Drawing.Size(393, 169) Me.chklEmpresas.TabIndex = 85 ' 'chklInstrumentos ' Me.chklInstrumentos.CheckOnClick = True Me.chklInstrumentos.ColumnWidth = 200 Me.chklInstrumentos.FormattingEnabled = True Me.chklInstrumentos.Location = New System.Drawing.Point(422, 117) Me.chklInstrumentos.MultiColumn = True Me.chklInstrumentos.Name = "chklInstrumentos" Me.chklInstrumentos.Size = New System.Drawing.Size(393, 169) Me.chklInstrumentos.TabIndex = 86 ' 'lblMontoTotal ' Me.lblMontoTotal.AutoSize = True Me.lblMontoTotal.Location = New System.Drawing.Point(26, 60) Me.lblMontoTotal.Name = "lblMontoTotal" Me.lblMontoTotal.Size = New System.Drawing.Size(67, 13) Me.lblMontoTotal.TabIndex = 87 Me.lblMontoTotal.Text = "Monto Total:" ' 'lblRendimientoPromedio ' Me.lblRendimientoPromedio.AutoSize = True Me.lblRendimientoPromedio.Location = New System.Drawing.Point(267, 60) Me.lblRendimientoPromedio.Name = "lblRendimientoPromedio" Me.lblRendimientoPromedio.Size = New System.Drawing.Size(116, 13) Me.lblRendimientoPromedio.TabIndex = 88 Me.lblRendimientoPromedio.Text = "Rendimiento Promedio:" ' 'lblPesoPromedio ' Me.lblPesoPromedio.AutoSize = True Me.lblPesoPromedio.Location = New System.Drawing.Point(562, 60) Me.lblPesoPromedio.Name = "lblPesoPromedio" Me.lblPesoPromedio.Size = New System.Drawing.Size(81, 13) Me.lblPesoPromedio.TabIndex = 89 Me.lblPesoPromedio.Text = "Peso Promedio:" ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.DimGray Me.Panel2.Controls.Add(Me.lblPortafolio) Me.Panel2.Controls.Add(Me.dgvPortafolio) Me.Panel2.Location = New System.Drawing.Point(12, 308) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(803, 283) Me.Panel2.TabIndex = 90 ' 'lblPortafolio ' Me.lblPortafolio.Anchor = System.Windows.Forms.AnchorStyles.Top Me.lblPortafolio.AutoSize = True Me.lblPortafolio.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPortafolio.ForeColor = System.Drawing.Color.White Me.lblPortafolio.Location = New System.Drawing.Point(348, 16) Me.lblPortafolio.Name = "lblPortafolio" Me.lblPortafolio.Size = New System.Drawing.Size(107, 27) Me.lblPortafolio.TabIndex = 83 Me.lblPortafolio.Text = "Portafolio" ' 'dgvPortafolio ' Me.dgvPortafolio.AllowUserToAddRows = False Me.dgvPortafolio.AllowUserToDeleteRows = False Me.dgvPortafolio.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvPortafolio.BackgroundColor = System.Drawing.SystemColors.Control Me.dgvPortafolio.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPortafolio.Location = New System.Drawing.Point(0, 59) Me.dgvPortafolio.Name = "dgvPortafolio" Me.dgvPortafolio.Size = New System.Drawing.Size(803, 224) Me.dgvPortafolio.TabIndex = 1 ' 'txtMontoTotal ' Me.txtMontoTotal.Location = New System.Drawing.Point(99, 57) Me.txtMontoTotal.MaxLength = 20 Me.txtMontoTotal.Name = "txtMontoTotal" Me.txtMontoTotal.Size = New System.Drawing.Size(162, 20) Me.txtMontoTotal.TabIndex = 91 ' 'txtRendimientoPromedio ' Me.txtRendimientoPromedio.Location = New System.Drawing.Point(389, 60) Me.txtRendimientoPromedio.MaxLength = 20 Me.txtRendimientoPromedio.Name = "txtRendimientoPromedio" Me.txtRendimientoPromedio.Size = New System.Drawing.Size(166, 20) Me.txtRendimientoPromedio.TabIndex = 92 ' 'txtPesoPromedio ' Me.txtPesoPromedio.Location = New System.Drawing.Point(649, 60) Me.txtPesoPromedio.MaxLength = 20 Me.txtPesoPromedio.Name = "txtPesoPromedio" Me.txtPesoPromedio.Size = New System.Drawing.Size(174, 20) Me.txtPesoPromedio.TabIndex = 93 ' 'lblEmpresa ' Me.lblEmpresa.AutoSize = True Me.lblEmpresa.Location = New System.Drawing.Point(165, 101) Me.lblEmpresa.Name = "lblEmpresa" Me.lblEmpresa.Size = New System.Drawing.Size(53, 13) Me.lblEmpresa.TabIndex = 94 Me.lblEmpresa.Text = "Empresas" ' 'lblInstrumentos ' Me.lblInstrumentos.AutoSize = True Me.lblInstrumentos.Location = New System.Drawing.Point(576, 101) Me.lblInstrumentos.Name = "lblInstrumentos" Me.lblInstrumentos.Size = New System.Drawing.Size(67, 13) Me.lblInstrumentos.TabIndex = 95 Me.lblInstrumentos.Text = "Instrumentos" ' 'frmDetallesPortafolioGeneralRendimiento ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(843, 623) Me.Controls.Add(Me.lblInstrumentos) Me.Controls.Add(Me.lblEmpresa) Me.Controls.Add(Me.txtPesoPromedio) Me.Controls.Add(Me.txtRendimientoPromedio) Me.Controls.Add(Me.txtMontoTotal) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.lblPesoPromedio) Me.Controls.Add(Me.lblRendimientoPromedio) Me.Controls.Add(Me.lblMontoTotal) Me.Controls.Add(Me.chklInstrumentos) Me.Controls.Add(Me.chklEmpresas) Me.Controls.Add(Me.lblTitulo) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Name = "frmDetallesPortafolioGeneralRendimiento" Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.dgvPortafolio, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblTitulo As Label Friend WithEvents chklEmpresas As CheckedListBox Friend WithEvents chklInstrumentos As CheckedListBox Friend WithEvents lblMontoTotal As Label Friend WithEvents lblRendimientoPromedio As Label Friend WithEvents lblPesoPromedio As Label Friend WithEvents Panel2 As Panel Friend WithEvents lblPortafolio As Label Friend WithEvents dgvPortafolio As DataGridView Friend WithEvents txtMontoTotal As TextBox Friend WithEvents txtRendimientoPromedio As TextBox Friend WithEvents txtPesoPromedio As TextBox Friend WithEvents lblEmpresa As Label Friend WithEvents lblInstrumentos As Label End Class