PageRenderTime 39ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Visual Basic | 29 lines | 19 code | 5 blank | 5 comment | 0 complexity | 83cdb59437c1c50a575edccee2d0aa67 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class VersesListBox
  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. components = New System.ComponentModel.Container()
  23. End Sub
  24. End Class