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

/Source Code/PowerSong/frmMainProjection.Designer.vb

#
Visual Basic | 43 lines | 31 code | 4 blank | 8 comment | 0 complexity | 6d1230ce7aa6b707ad786521ab59d914 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMainProjection
  3. Inherits System.Windows.Forms.Form
  4. 'Form 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 Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.SuspendLayout()
  23. '
  24. 'frmMainProjection
  25. '
  26. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  27. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  28. Me.BackColor = System.Drawing.Color.Black
  29. Me.ClientSize = New System.Drawing.Size(284, 264)
  30. Me.ControlBox = False
  31. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  32. Me.Name = "frmMainProjection"
  33. Me.ShowInTaskbar = False
  34. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  35. Me.Text = "Main Projector Screen"
  36. Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  37. Me.ResumeLayout(False)
  38. End Sub
  39. End Class