frmRendimientoSaldos.Designer.vb 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmRendimientoSaldos
  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.Panel1 = New System.Windows.Forms.Panel()
  23. Me.lblTitulo = New System.Windows.Forms.Label()
  24. Me.Panel2 = New System.Windows.Forms.Panel()
  25. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  28. Me.Panel1.SuspendLayout()
  29. Me.Panel2.SuspendLayout()
  30. Me.GroupBox1.SuspendLayout()
  31. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.SuspendLayout()
  33. '
  34. 'Panel1
  35. '
  36. Me.Panel1.BackColor = System.Drawing.Color.White
  37. Me.Panel1.Controls.Add(Me.Panel2)
  38. Me.Panel1.Controls.Add(Me.lblTitulo)
  39. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  40. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  41. Me.Panel1.Name = "Panel1"
  42. Me.Panel1.Size = New System.Drawing.Size(995, 624)
  43. Me.Panel1.TabIndex = 0
  44. '
  45. 'lblTitulo
  46. '
  47. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  48. Me.lblTitulo.AutoSize = True
  49. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  50. Me.lblTitulo.Location = New System.Drawing.Point(46, 25)
  51. Me.lblTitulo.Name = "lblTitulo"
  52. Me.lblTitulo.Size = New System.Drawing.Size(673, 35)
  53. Me.lblTitulo.TabIndex = 82
  54. Me.lblTitulo.Text = "Mercados Electricos de Centroamerica, S.A. de C.V."
  55. '
  56. 'Panel2
  57. '
  58. Me.Panel2.BackColor = System.Drawing.Color.White
  59. Me.Panel2.Controls.Add(Me.Label1)
  60. Me.Panel2.Controls.Add(Me.GroupBox1)
  61. Me.Panel2.Location = New System.Drawing.Point(34, 85)
  62. Me.Panel2.Name = "Panel2"
  63. Me.Panel2.Size = New System.Drawing.Size(917, 507)
  64. Me.Panel2.TabIndex = 83
  65. '
  66. 'GroupBox1
  67. '
  68. Me.GroupBox1.Controls.Add(Me.DataGridView1)
  69. Me.GroupBox1.Font = New System.Drawing.Font("Times New Roman", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  70. Me.GroupBox1.Location = New System.Drawing.Point(3, 70)
  71. Me.GroupBox1.Name = "GroupBox1"
  72. Me.GroupBox1.Size = New System.Drawing.Size(911, 434)
  73. Me.GroupBox1.TabIndex = 0
  74. Me.GroupBox1.TabStop = False
  75. Me.GroupBox1.Text = "MERCADOS ELECTRICOS"
  76. '
  77. 'Label1
  78. '
  79. Me.Label1.AutoSize = True
  80. Me.Label1.Font = New System.Drawing.Font("Times New Roman", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  81. Me.Label1.Location = New System.Drawing.Point(239, 12)
  82. Me.Label1.Name = "Label1"
  83. Me.Label1.Size = New System.Drawing.Size(434, 55)
  84. Me.Label1.TabIndex = 1
  85. Me.Label1.Text = "22/10/2018 00:00:00"
  86. '
  87. 'DataGridView1
  88. '
  89. Me.DataGridView1.BackgroundColor = System.Drawing.Color.Gainsboro
  90. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  91. Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill
  92. Me.DataGridView1.Location = New System.Drawing.Point(3, 35)
  93. Me.DataGridView1.Name = "DataGridView1"
  94. Me.DataGridView1.Size = New System.Drawing.Size(905, 396)
  95. Me.DataGridView1.TabIndex = 0
  96. '
  97. 'frmRendimientoInversiones
  98. '
  99. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  100. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  101. Me.ClientSize = New System.Drawing.Size(995, 624)
  102. Me.Controls.Add(Me.Panel1)
  103. Me.Name = "frmRendimientoInversiones"
  104. Me.Text = "frmRendimientoInversiones"
  105. Me.Panel1.ResumeLayout(False)
  106. Me.Panel1.PerformLayout()
  107. Me.Panel2.ResumeLayout(False)
  108. Me.Panel2.PerformLayout()
  109. Me.GroupBox1.ResumeLayout(False)
  110. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  111. Me.ResumeLayout(False)
  112. End Sub
  113. Friend WithEvents Panel1 As Panel
  114. Friend WithEvents Panel2 As Panel
  115. Friend WithEvents Label1 As Label
  116. Friend WithEvents GroupBox1 As GroupBox
  117. Friend WithEvents DataGridView1 As DataGridView
  118. Friend WithEvents lblTitulo As Label
  119. End Class