Partial Class frmRendimientoTablas 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.Panel1 = New System.Windows.Forms.Panel() Me.Panel6 = New System.Windows.Forms.Panel() Me.btnEmpresaTitulo = New System.Windows.Forms.Button() Me.grpPortafolio = New System.Windows.Forms.GroupBox() Me.rdbInstrumentos = New System.Windows.Forms.RadioButton() Me.rdbEmpresas = New System.Windows.Forms.RadioButton() Me.Label5 = New System.Windows.Forms.Label() Me.dgvPortafolioEmpresaInstrumento = New System.Windows.Forms.DataGridView() Me.Panel3 = New System.Windows.Forms.Panel() Me.btnTitulos = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.dgvPortafolioInstrumento = New System.Windows.Forms.DataGridView() Me.Panel2 = New System.Windows.Forms.Panel() Me.btnPortafolioEmpresa = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.dgvPortafolioEmpresa = New System.Windows.Forms.DataGridView() Me.lblTitulo = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.Panel6.SuspendLayout() Me.grpPortafolio.SuspendLayout() CType(Me.dgvPortafolioEmpresaInstrumento, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel3.SuspendLayout() CType(Me.dgvPortafolioInstrumento, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.dgvPortafolioEmpresa, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.AutoScroll = True Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel1.Controls.Add(Me.Panel6) Me.Panel1.Controls.Add(Me.Panel3) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.lblTitulo) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1038, 724) Me.Panel1.TabIndex = 0 ' 'Panel6 ' Me.Panel6.BackColor = System.Drawing.Color.Crimson Me.Panel6.Controls.Add(Me.btnEmpresaTitulo) Me.Panel6.Controls.Add(Me.grpPortafolio) Me.Panel6.Controls.Add(Me.Label5) Me.Panel6.Controls.Add(Me.dgvPortafolioEmpresaInstrumento) Me.Panel6.Location = New System.Drawing.Point(27, 412) Me.Panel6.Name = "Panel6" Me.Panel6.Size = New System.Drawing.Size(980, 283) Me.Panel6.TabIndex = 87 ' 'btnEmpresaTitulo ' Me.btnEmpresaTitulo.BackColor = System.Drawing.Color.White Me.btnEmpresaTitulo.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnEmpresaTitulo.ForeColor = System.Drawing.Color.Maroon Me.btnEmpresaTitulo.Location = New System.Drawing.Point(120, 13) Me.btnEmpresaTitulo.Name = "btnEmpresaTitulo" Me.btnEmpresaTitulo.Size = New System.Drawing.Size(110, 35) Me.btnEmpresaTitulo.TabIndex = 88 Me.btnEmpresaTitulo.Text = "Ver Detalles" Me.btnEmpresaTitulo.UseVisualStyleBackColor = False ' 'grpPortafolio ' Me.grpPortafolio.Controls.Add(Me.rdbInstrumentos) Me.grpPortafolio.Controls.Add(Me.rdbEmpresas) Me.grpPortafolio.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.grpPortafolio.ForeColor = System.Drawing.Color.White Me.grpPortafolio.Location = New System.Drawing.Point(696, 3) Me.grpPortafolio.Name = "grpPortafolio" Me.grpPortafolio.Size = New System.Drawing.Size(271, 50) Me.grpPortafolio.TabIndex = 85 Me.grpPortafolio.TabStop = False ' 'rdbInstrumentos ' Me.rdbInstrumentos.AutoSize = True Me.rdbInstrumentos.Location = New System.Drawing.Point(153, 19) Me.rdbInstrumentos.Name = "rdbInstrumentos" Me.rdbInstrumentos.Size = New System.Drawing.Size(85, 17) Me.rdbInstrumentos.TabIndex = 1 Me.rdbInstrumentos.Text = "Instrumentos" Me.rdbInstrumentos.UseVisualStyleBackColor = True ' 'rdbEmpresas ' Me.rdbEmpresas.AutoSize = True Me.rdbEmpresas.Checked = True Me.rdbEmpresas.FlatAppearance.BorderSize = 0 Me.rdbEmpresas.FlatAppearance.CheckedBackColor = System.Drawing.Color.Crimson Me.rdbEmpresas.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Crimson Me.rdbEmpresas.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Crimson Me.rdbEmpresas.Location = New System.Drawing.Point(6, 19) Me.rdbEmpresas.Name = "rdbEmpresas" Me.rdbEmpresas.Size = New System.Drawing.Size(71, 17) Me.rdbEmpresas.TabIndex = 0 Me.rdbEmpresas.TabStop = True Me.rdbEmpresas.Text = "Empresas" Me.rdbEmpresas.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.Top Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(236, 17) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(425, 27) Me.Label5.TabIndex = 83 Me.Label5.Text = "Portafolio Total (Empresas e Instrumentos)" ' 'dgvPortafolioEmpresaInstrumento ' Me.dgvPortafolioEmpresaInstrumento.AllowUserToAddRows = False Me.dgvPortafolioEmpresaInstrumento.AllowUserToDeleteRows = False Me.dgvPortafolioEmpresaInstrumento.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvPortafolioEmpresaInstrumento.BackgroundColor = System.Drawing.Color.White Me.dgvPortafolioEmpresaInstrumento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPortafolioEmpresaInstrumento.Location = New System.Drawing.Point(0, 59) Me.dgvPortafolioEmpresaInstrumento.Name = "dgvPortafolioEmpresaInstrumento" Me.dgvPortafolioEmpresaInstrumento.Size = New System.Drawing.Size(980, 224) Me.dgvPortafolioEmpresaInstrumento.TabIndex = 1 ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.Gainsboro Me.Panel3.Controls.Add(Me.btnTitulos) Me.Panel3.Controls.Add(Me.Label2) Me.Panel3.Controls.Add(Me.dgvPortafolioInstrumento) Me.Panel3.Location = New System.Drawing.Point(535, 89) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(472, 283) Me.Panel3.TabIndex = 84 ' 'btnTitulos ' Me.btnTitulos.BackColor = System.Drawing.Color.White Me.btnTitulos.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnTitulos.ForeColor = System.Drawing.Color.Maroon Me.btnTitulos.Location = New System.Drawing.Point(269, 17) Me.btnTitulos.Name = "btnTitulos" Me.btnTitulos.Size = New System.Drawing.Size(110, 35) Me.btnTitulos.TabIndex = 88 Me.btnTitulos.Text = "Ver Detalles" Me.btnTitulos.UseVisualStyleBackColor = False ' 'Label2 ' Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.Top Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(16, 18) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(247, 27) Me.Label2.TabIndex = 83 Me.Label2.Text = "Portafolio Total (Titulos)" ' 'dgvPortafolioInstrumento ' Me.dgvPortafolioInstrumento.AllowUserToAddRows = False Me.dgvPortafolioInstrumento.AllowUserToDeleteRows = False Me.dgvPortafolioInstrumento.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvPortafolioInstrumento.BackgroundColor = System.Drawing.Color.White Me.dgvPortafolioInstrumento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPortafolioInstrumento.Location = New System.Drawing.Point(0, 59) Me.dgvPortafolioInstrumento.Name = "dgvPortafolioInstrumento" Me.dgvPortafolioInstrumento.Size = New System.Drawing.Size(472, 224) Me.dgvPortafolioInstrumento.TabIndex = 1 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.DodgerBlue Me.Panel2.Controls.Add(Me.btnPortafolioEmpresa) Me.Panel2.Controls.Add(Me.Label1) Me.Panel2.Controls.Add(Me.dgvPortafolioEmpresa) Me.Panel2.Location = New System.Drawing.Point(27, 89) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(472, 283) Me.Panel2.TabIndex = 82 ' 'btnPortafolioEmpresa ' Me.btnPortafolioEmpresa.BackColor = System.Drawing.Color.White Me.btnPortafolioEmpresa.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnPortafolioEmpresa.ForeColor = System.Drawing.Color.Maroon Me.btnPortafolioEmpresa.Location = New System.Drawing.Point(296, 17) Me.btnPortafolioEmpresa.Name = "btnPortafolioEmpresa" Me.btnPortafolioEmpresa.Size = New System.Drawing.Size(110, 35) Me.btnPortafolioEmpresa.TabIndex = 84 Me.btnPortafolioEmpresa.Text = "Ver Detalles" Me.btnPortafolioEmpresa.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.Top Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(16, 18) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(265, 27) Me.Label1.TabIndex = 83 Me.Label1.Text = "Portafolio Total (Empresa)" ' 'dgvPortafolioEmpresa ' Me.dgvPortafolioEmpresa.AllowUserToAddRows = False Me.dgvPortafolioEmpresa.AllowUserToDeleteRows = False Me.dgvPortafolioEmpresa.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvPortafolioEmpresa.BackgroundColor = System.Drawing.Color.White Me.dgvPortafolioEmpresa.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPortafolioEmpresa.Location = New System.Drawing.Point(0, 59) Me.dgvPortafolioEmpresa.Name = "dgvPortafolioEmpresa" Me.dgvPortafolioEmpresa.Size = New System.Drawing.Size(472, 224) Me.dgvPortafolioEmpresa.TabIndex = 1 ' 'lblTitulo ' Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top Me.lblTitulo.AutoSize = True Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitulo.Location = New System.Drawing.Point(12, 23) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(208, 35) Me.lblTitulo.TabIndex = 81 Me.lblTitulo.Text = "Portafolio Total" ' 'frmRendimientoTablas ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1038, 724) Me.Controls.Add(Me.Panel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Name = "frmRendimientoTablas" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel6.ResumeLayout(False) Me.Panel6.PerformLayout() Me.grpPortafolio.ResumeLayout(False) Me.grpPortafolio.PerformLayout() CType(Me.dgvPortafolioEmpresaInstrumento, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() CType(Me.dgvPortafolioInstrumento, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.dgvPortafolioEmpresa, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents lblTitulo As Label Friend WithEvents Panel3 As Panel Friend WithEvents Label2 As Label Friend WithEvents dgvPortafolioInstrumento As DataGridView Friend WithEvents Panel2 As Panel Friend WithEvents Label1 As Label Friend WithEvents dgvPortafolioEmpresa As DataGridView Friend WithEvents Panel6 As Panel Friend WithEvents Label5 As Label Friend WithEvents dgvPortafolioEmpresaInstrumento As DataGridView Friend WithEvents grpPortafolio As GroupBox Friend WithEvents rdbInstrumentos As RadioButton Friend WithEvents rdbEmpresas As RadioButton Friend WithEvents btnEmpresaTitulo As Button Friend WithEvents btnTitulos As Button Friend WithEvents btnPortafolioEmpresa As Button End Class