PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/Custom Controls/SongsListBox.Designer.vb

#
Visual Basic | 35 lines | 21 code | 6 blank | 8 comment | 0 complexity | 22105bb5e11a0b8d2bfc5cbad939b341 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class SongsListBox
  3. Inherits System.Windows.Forms.ListBox
  4. 'Control overrides dispose to clean up the component list.
  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. 'Required by the Control Designer
  16. Private components As System.ComponentModel.IContainer
  17. ' NOTE: The following procedure is required by the Component Designer
  18. ' It can be modified using the Component Designer. Do not modify it
  19. ' using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.SuspendLayout()
  23. '
  24. 'SongsListBox
  25. '
  26. Me.Font = New System.Drawing.Font("Verdana", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  27. Me.ResumeLayout(False)
  28. End Sub
  29. End Class