frmDISP.Designer.vb 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDISP
  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.Label1 = New System.Windows.Forms.Label()
  23. Me.SuspendLayout()
  24. '
  25. 'Label1
  26. '
  27. Me.Label1.AutoSize = True
  28. Me.Label1.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  29. Me.Label1.Location = New System.Drawing.Point(12, 9)
  30. Me.Label1.Name = "Label1"
  31. Me.Label1.Size = New System.Drawing.Size(154, 22)
  32. Me.Label1.TabIndex = 2
  33. Me.Label1.Text = "Disponibilidades"
  34. '
  35. 'frmDISP
  36. '
  37. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  38. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  39. Me.ClientSize = New System.Drawing.Size(800, 450)
  40. Me.Controls.Add(Me.Label1)
  41. Me.Name = "frmDISP"
  42. Me.Text = "Disponibilidades"
  43. Me.ResumeLayout(False)
  44. Me.PerformLayout()
  45. End Sub
  46. Friend WithEvents Label1 As Label
  47. End Class