frmRendimientoConsolidacion.Designer.vb 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmRendimientoConsolidacion
  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.Panel2 = New System.Windows.Forms.Panel()
  24. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  25. Me.lblTitulo = New System.Windows.Forms.Label()
  26. Me.Panel3 = New System.Windows.Forms.Panel()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.Panel1.SuspendLayout()
  30. Me.Panel2.SuspendLayout()
  31. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.Panel3.SuspendLayout()
  33. Me.SuspendLayout()
  34. '
  35. 'Panel1
  36. '
  37. Me.Panel1.Controls.Add(Me.Panel3)
  38. Me.Panel1.Controls.Add(Me.lblTitulo)
  39. Me.Panel1.Controls.Add(Me.Panel2)
  40. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  41. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  42. Me.Panel1.Name = "Panel1"
  43. Me.Panel1.Size = New System.Drawing.Size(1032, 455)
  44. Me.Panel1.TabIndex = 0
  45. '
  46. 'Panel2
  47. '
  48. Me.Panel2.Controls.Add(Me.DataGridView1)
  49. Me.Panel2.Location = New System.Drawing.Point(3, 94)
  50. Me.Panel2.Name = "Panel2"
  51. Me.Panel2.Size = New System.Drawing.Size(1026, 358)
  52. Me.Panel2.TabIndex = 0
  53. '
  54. 'DataGridView1
  55. '
  56. Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
  57. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  58. Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill
  59. Me.DataGridView1.Location = New System.Drawing.Point(0, 0)
  60. Me.DataGridView1.Name = "DataGridView1"
  61. Me.DataGridView1.Size = New System.Drawing.Size(1026, 358)
  62. Me.DataGridView1.TabIndex = 0
  63. '
  64. 'lblTitulo
  65. '
  66. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  67. Me.lblTitulo.AutoSize = True
  68. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  69. Me.lblTitulo.Location = New System.Drawing.Point(61, 32)
  70. Me.lblTitulo.Name = "lblTitulo"
  71. Me.lblTitulo.Size = New System.Drawing.Size(602, 35)
  72. Me.lblTitulo.TabIndex = 83
  73. Me.lblTitulo.Text = "Consolidacion de Saldos en Cuentas Bancarias"
  74. '
  75. 'Panel3
  76. '
  77. Me.Panel3.BackColor = System.Drawing.Color.White
  78. Me.Panel3.Controls.Add(Me.Label2)
  79. Me.Panel3.Controls.Add(Me.Label1)
  80. Me.Panel3.Location = New System.Drawing.Point(816, 3)
  81. Me.Panel3.Name = "Panel3"
  82. Me.Panel3.Size = New System.Drawing.Size(213, 85)
  83. Me.Panel3.TabIndex = 84
  84. '
  85. 'Label1
  86. '
  87. Me.Label1.AutoSize = True
  88. Me.Label1.Font = New System.Drawing.Font("Times New Roman", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  89. Me.Label1.ForeColor = System.Drawing.Color.Red
  90. Me.Label1.Location = New System.Drawing.Point(60, 17)
  91. Me.Label1.Name = "Label1"
  92. Me.Label1.Size = New System.Drawing.Size(100, 21)
  93. Me.Label1.TabIndex = 0
  94. Me.Label1.Text = "SALDO AL"
  95. '
  96. 'Label2
  97. '
  98. Me.Label2.AutoSize = True
  99. Me.Label2.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  100. Me.Label2.ForeColor = System.Drawing.Color.Red
  101. Me.Label2.Location = New System.Drawing.Point(60, 51)
  102. Me.Label2.Name = "Label2"
  103. Me.Label2.Size = New System.Drawing.Size(99, 23)
  104. Me.Label2.TabIndex = 1
  105. Me.Label2.Text = "25/9/2018"
  106. '
  107. 'frmRendimientoConsolidacion
  108. '
  109. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  110. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  111. Me.ClientSize = New System.Drawing.Size(1032, 455)
  112. Me.Controls.Add(Me.Panel1)
  113. Me.Name = "frmRendimientoConsolidacion"
  114. Me.Text = "frmRendimientoConsolidacion"
  115. Me.Panel1.ResumeLayout(False)
  116. Me.Panel1.PerformLayout()
  117. Me.Panel2.ResumeLayout(False)
  118. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  119. Me.Panel3.ResumeLayout(False)
  120. Me.Panel3.PerformLayout()
  121. Me.ResumeLayout(False)
  122. End Sub
  123. Friend WithEvents Panel1 As Panel
  124. Friend WithEvents Panel2 As Panel
  125. Friend WithEvents DataGridView1 As DataGridView
  126. Friend WithEvents Panel3 As Panel
  127. Friend WithEvents Label2 As Label
  128. Friend WithEvents Label1 As Label
  129. Friend WithEvents lblTitulo As Label
  130. End Class