TST.Designer.vb 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class TST
  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.Button1 = New System.Windows.Forms.Button()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Button2 = New System.Windows.Forms.Button()
  25. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  26. Me.SuspendLayout()
  27. '
  28. 'Button1
  29. '
  30. Me.Button1.Location = New System.Drawing.Point(12, 168)
  31. Me.Button1.Name = "Button1"
  32. Me.Button1.Size = New System.Drawing.Size(75, 23)
  33. Me.Button1.TabIndex = 0
  34. Me.Button1.Text = "Button1"
  35. Me.Button1.UseVisualStyleBackColor = True
  36. '
  37. 'DataGridView1
  38. '
  39. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  40. Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Top
  41. Me.DataGridView1.Location = New System.Drawing.Point(0, 0)
  42. Me.DataGridView1.Name = "DataGridView1"
  43. Me.DataGridView1.Size = New System.Drawing.Size(650, 150)
  44. Me.DataGridView1.TabIndex = 1
  45. '
  46. 'Button2
  47. '
  48. Me.Button2.Location = New System.Drawing.Point(259, 192)
  49. Me.Button2.Name = "Button2"
  50. Me.Button2.Size = New System.Drawing.Size(75, 23)
  51. Me.Button2.TabIndex = 2
  52. Me.Button2.Text = "IB"
  53. Me.Button2.UseVisualStyleBackColor = True
  54. '
  55. 'TST
  56. '
  57. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  58. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  59. Me.ClientSize = New System.Drawing.Size(650, 462)
  60. Me.Controls.Add(Me.Button2)
  61. Me.Controls.Add(Me.DataGridView1)
  62. Me.Controls.Add(Me.Button1)
  63. Me.Name = "TST"
  64. Me.Text = "TST"
  65. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  66. Me.ResumeLayout(False)
  67. End Sub
  68. Friend WithEvents Button1 As Button
  69. Friend WithEvents DataGridView1 As DataGridView
  70. Friend WithEvents Button2 As Button
  71. End Class