_ Partial Class frmRendimientoSaldos 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.lblTitulo = New System.Windows.Forms.Label() Me.Panel2 = New System.Windows.Forms.Panel() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White 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(995, 624) Me.Panel1.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(46, 25) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(673, 35) Me.lblTitulo.TabIndex = 82 Me.lblTitulo.Text = "Mercados Electricos de Centroamerica, S.A. de C.V." ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.White Me.Panel2.Controls.Add(Me.Label1) Me.Panel2.Controls.Add(Me.GroupBox1) Me.Panel2.Location = New System.Drawing.Point(34, 85) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(917, 507) Me.Panel2.TabIndex = 83 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.DataGridView1) Me.GroupBox1.Font = New System.Drawing.Font("Times New Roman", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(3, 70) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(911, 434) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "MERCADOS ELECTRICOS" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Times New Roman", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(239, 12) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(434, 55) Me.Label1.TabIndex = 1 Me.Label1.Text = "22/10/2018 00:00:00" ' 'DataGridView1 ' Me.DataGridView1.BackgroundColor = System.Drawing.Color.Gainsboro Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill Me.DataGridView1.Location = New System.Drawing.Point(3, 35) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(905, 396) Me.DataGridView1.TabIndex = 0 ' 'frmRendimientoInversiones ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(995, 624) Me.Controls.Add(Me.Panel1) Me.Name = "frmRendimientoInversiones" Me.Text = "frmRendimientoInversiones" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.GroupBox1.ResumeLayout(False) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents Label1 As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents DataGridView1 As DataGridView Friend WithEvents lblTitulo As Label End Class