_ Partial Class frmRendimientoConsolidacion 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.Panel2 = New System.Windows.Forms.Panel() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.lblTitulo = New System.Windows.Forms.Label() Me.Panel3 = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel3.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Panel3) Me.Panel1.Controls.Add(Me.lblTitulo) Me.Panel1.Controls.Add(Me.Panel2) 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(1032, 455) Me.Panel1.TabIndex = 0 ' 'Panel2 ' Me.Panel2.Controls.Add(Me.DataGridView1) Me.Panel2.Location = New System.Drawing.Point(3, 94) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1026, 358) Me.Panel2.TabIndex = 0 ' 'DataGridView1 ' Me.DataGridView1.BackgroundColor = System.Drawing.Color.White Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill Me.DataGridView1.Location = New System.Drawing.Point(0, 0) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(1026, 358) Me.DataGridView1.TabIndex = 0 ' '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(61, 32) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(602, 35) Me.lblTitulo.TabIndex = 83 Me.lblTitulo.Text = "Consolidacion de Saldos en Cuentas Bancarias" ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.White Me.Panel3.Controls.Add(Me.Label2) Me.Panel3.Controls.Add(Me.Label1) Me.Panel3.Location = New System.Drawing.Point(816, 3) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(213, 85) Me.Panel3.TabIndex = 84 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Times New Roman", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(60, 17) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(100, 21) Me.Label1.TabIndex = 0 Me.Label1.Text = "SALDO AL" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(60, 51) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(99, 23) Me.Label2.TabIndex = 1 Me.Label2.Text = "25/9/2018" ' 'frmRendimientoConsolidacion ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1032, 455) Me.Controls.Add(Me.Panel1) Me.Name = "frmRendimientoConsolidacion" Me.Text = "frmRendimientoConsolidacion" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel2.ResumeLayout(False) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Panel3 As Panel Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents lblTitulo As Label End Class