frmListaPropuestasInversion.Designer.vb 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmListaPropuestasInversion
  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.dgvPropuestasDeInversion = New System.Windows.Forms.DataGridView()
  23. Me.Label1 = New System.Windows.Forms.Label()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.cboEmpresas = New System.Windows.Forms.ComboBox()
  26. Me.txtCodigo = New System.Windows.Forms.TextBox()
  27. Me.txtNombre = New System.Windows.Forms.TextBox()
  28. Me.txtValor = New System.Windows.Forms.TextBox()
  29. Me.btnInsertar = New System.Windows.Forms.Button()
  30. CType(Me.dgvPropuestasDeInversion, System.ComponentModel.ISupportInitialize).BeginInit()
  31. Me.SuspendLayout()
  32. '
  33. 'dgvPropuestasDeInversion
  34. '
  35. Me.dgvPropuestasDeInversion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  36. Me.dgvPropuestasDeInversion.Location = New System.Drawing.Point(12, 114)
  37. Me.dgvPropuestasDeInversion.Name = "dgvPropuestasDeInversion"
  38. Me.dgvPropuestasDeInversion.Size = New System.Drawing.Size(673, 150)
  39. Me.dgvPropuestasDeInversion.TabIndex = 0
  40. '
  41. 'Label1
  42. '
  43. Me.Label1.AutoSize = True
  44. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  45. Me.Label1.Location = New System.Drawing.Point(213, 27)
  46. Me.Label1.Name = "Label1"
  47. Me.Label1.Size = New System.Drawing.Size(177, 22)
  48. Me.Label1.TabIndex = 1
  49. Me.Label1.Text = "Propuestas de Inversion"
  50. '
  51. 'Label2
  52. '
  53. Me.Label2.AutoSize = True
  54. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  55. Me.Label2.Location = New System.Drawing.Point(210, 58)
  56. Me.Label2.Name = "Label2"
  57. Me.Label2.Size = New System.Drawing.Size(180, 20)
  58. Me.Label2.TabIndex = 2
  59. Me.Label2.Text = "Propuestas de Inversion"
  60. '
  61. 'cboEmpresas
  62. '
  63. Me.cboEmpresas.FormattingEnabled = True
  64. Me.cboEmpresas.Location = New System.Drawing.Point(478, 57)
  65. Me.cboEmpresas.Name = "cboEmpresas"
  66. Me.cboEmpresas.Size = New System.Drawing.Size(121, 21)
  67. Me.cboEmpresas.TabIndex = 3
  68. '
  69. 'txtCodigo
  70. '
  71. Me.txtCodigo.Location = New System.Drawing.Point(127, 282)
  72. Me.txtCodigo.Name = "txtCodigo"
  73. Me.txtCodigo.Size = New System.Drawing.Size(100, 20)
  74. Me.txtCodigo.TabIndex = 4
  75. '
  76. 'txtNombre
  77. '
  78. Me.txtNombre.Location = New System.Drawing.Point(127, 308)
  79. Me.txtNombre.Name = "txtNombre"
  80. Me.txtNombre.Size = New System.Drawing.Size(100, 20)
  81. Me.txtNombre.TabIndex = 5
  82. '
  83. 'txtValor
  84. '
  85. Me.txtValor.Location = New System.Drawing.Point(127, 334)
  86. Me.txtValor.Name = "txtValor"
  87. Me.txtValor.Size = New System.Drawing.Size(100, 20)
  88. Me.txtValor.TabIndex = 6
  89. '
  90. 'btnInsertar
  91. '
  92. Me.btnInsertar.Location = New System.Drawing.Point(340, 282)
  93. Me.btnInsertar.Name = "btnInsertar"
  94. Me.btnInsertar.Size = New System.Drawing.Size(75, 23)
  95. Me.btnInsertar.TabIndex = 7
  96. Me.btnInsertar.Text = "Insertar"
  97. Me.btnInsertar.UseVisualStyleBackColor = True
  98. '
  99. 'frmListaPropuestasInversion
  100. '
  101. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  102. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  103. Me.ClientSize = New System.Drawing.Size(728, 422)
  104. Me.Controls.Add(Me.btnInsertar)
  105. Me.Controls.Add(Me.txtValor)
  106. Me.Controls.Add(Me.txtNombre)
  107. Me.Controls.Add(Me.txtCodigo)
  108. Me.Controls.Add(Me.cboEmpresas)
  109. Me.Controls.Add(Me.Label2)
  110. Me.Controls.Add(Me.Label1)
  111. Me.Controls.Add(Me.dgvPropuestasDeInversion)
  112. Me.Name = "frmListaPropuestasInversion"
  113. Me.Text = "frmListaPropuestasInversion"
  114. CType(Me.dgvPropuestasDeInversion, System.ComponentModel.ISupportInitialize).EndInit()
  115. Me.ResumeLayout(False)
  116. Me.PerformLayout()
  117. End Sub
  118. Friend WithEvents dgvPropuestasDeInversion As DataGridView
  119. Friend WithEvents Label1 As Label
  120. Friend WithEvents Label2 As Label
  121. Friend WithEvents cboEmpresas As ComboBox
  122. Friend WithEvents txtCodigo As TextBox
  123. Friend WithEvents txtNombre As TextBox
  124. Friend WithEvents txtValor As TextBox
  125. Friend WithEvents btnInsertar As Button
  126. End Class