PageRenderTime 24ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBWinFormSplashScreen/SplashScreen1.Designer.vb

#
Visual Basic | 39 lines | 27 code | 4 blank | 8 comment | 0 complexity | 71b99de01e56b0216ef049475a615c36 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class SplashScreen1
  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. 'SplashScreen1
  25. '
  26. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  27. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  28. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
  29. Me.ClientSize = New System.Drawing.Size(373, 85)
  30. Me.Name = "SplashScreen1"
  31. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  32. Me.Text = "SplashScreen1"
  33. Me.ResumeLayout(False)
  34. End Sub
  35. End Class