frmMenuRendimientos.Designer.vb 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMenuRendimientos
  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.Button2 = New System.Windows.Forms.Button()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.Panel1.SuspendLayout()
  26. Me.SuspendLayout()
  27. '
  28. 'Panel1
  29. '
  30. Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke
  31. Me.Panel1.Controls.Add(Me.Button2)
  32. Me.Panel1.Controls.Add(Me.Button1)
  33. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  34. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  35. Me.Panel1.Name = "Panel1"
  36. Me.Panel1.Size = New System.Drawing.Size(645, 89)
  37. Me.Panel1.TabIndex = 0
  38. '
  39. 'Button2
  40. '
  41. Me.Button2.BackColor = System.Drawing.Color.Brown
  42. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  43. Me.Button2.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  44. Me.Button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  45. Me.Button2.Location = New System.Drawing.Point(333, 12)
  46. Me.Button2.Name = "Button2"
  47. Me.Button2.Size = New System.Drawing.Size(279, 52)
  48. Me.Button2.TabIndex = 1
  49. Me.Button2.Text = "Rendimiento Portafolio"
  50. Me.Button2.UseVisualStyleBackColor = False
  51. '
  52. 'Button1
  53. '
  54. Me.Button1.BackColor = System.Drawing.Color.Brown
  55. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  56. Me.Button1.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  57. Me.Button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  58. Me.Button1.Location = New System.Drawing.Point(12, 12)
  59. Me.Button1.Name = "Button1"
  60. Me.Button1.Size = New System.Drawing.Size(279, 52)
  61. Me.Button1.TabIndex = 0
  62. Me.Button1.Text = "Portafolio"
  63. Me.Button1.UseVisualStyleBackColor = False
  64. '
  65. 'frmMenuRendimientos
  66. '
  67. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  68. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  69. Me.ClientSize = New System.Drawing.Size(645, 89)
  70. Me.Controls.Add(Me.Panel1)
  71. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  72. Me.Name = "frmMenuRendimientos"
  73. Me.Panel1.ResumeLayout(False)
  74. Me.ResumeLayout(False)
  75. End Sub
  76. Friend WithEvents Panel1 As Panel
  77. Friend WithEvents Button2 As Button
  78. Friend WithEvents Button1 As Button
  79. End Class