PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/Forms/frmSplashscreen.Designer.vb

#
Visual Basic | 107 lines | 80 code | 4 blank | 23 comment | 0 complexity | 866b2966072a444d31c25331058f1c88 MD5 | raw file
Possible License(s): GPL-2.0
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmSplashscreen
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSplashscreen))
  23. Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
  24. Me.Label3 = New System.Windows.Forms.Label()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.lbl_about = New System.Windows.Forms.Label()
  28. Me.SuspendLayout
  29. '
  30. 'BackgroundWorker1
  31. '
  32. Me.BackgroundWorker1.WorkerReportsProgress = true
  33. Me.BackgroundWorker1.WorkerSupportsCancellation = true
  34. '
  35. 'Label3
  36. '
  37. Me.Label3.AutoSize = true
  38. Me.Label3.BackColor = System.Drawing.Color.Transparent
  39. Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte), true)
  40. Me.Label3.Location = New System.Drawing.Point(494, 305)
  41. Me.Label3.Name = "Label3"
  42. Me.Label3.Size = New System.Drawing.Size(16, 15)
  43. Me.Label3.TabIndex = 5
  44. Me.Label3.Text = "..."
  45. '
  46. 'Label1
  47. '
  48. Me.Label1.AutoSize = true
  49. Me.Label1.BackColor = System.Drawing.Color.Transparent
  50. Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte), true)
  51. Me.Label1.Location = New System.Drawing.Point(494, 289)
  52. Me.Label1.Name = "Label1"
  53. Me.Label1.Size = New System.Drawing.Size(61, 15)
  54. Me.Label1.TabIndex = 3
  55. Me.Label1.Text = "Loading..."
  56. '
  57. 'Label2
  58. '
  59. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
  60. Me.Label2.BackColor = System.Drawing.Color.Transparent
  61. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
  62. Me.Label2.Location = New System.Drawing.Point(488, 9)
  63. Me.Label2.Name = "Label2"
  64. Me.Label2.Size = New System.Drawing.Size(200, 16)
  65. Me.Label2.TabIndex = 4
  66. Me.Label2.Text = "Version"
  67. Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopRight
  68. '
  69. 'lbl_about
  70. '
  71. Me.lbl_about.Location = New System.Drawing.Point(391, 75)
  72. Me.lbl_about.Name = "lbl_about"
  73. Me.lbl_about.Size = New System.Drawing.Size(260, 172)
  74. Me.lbl_about.TabIndex = 6
  75. Me.lbl_about.Visible = false
  76. '
  77. 'frmSplashscreen
  78. '
  79. Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
  80. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  81. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"),System.Drawing.Image)
  82. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  83. Me.ClientSize = New System.Drawing.Size(700, 350)
  84. Me.ControlBox = false
  85. Me.Controls.Add(Me.lbl_about)
  86. Me.Controls.Add(Me.Label3)
  87. Me.Controls.Add(Me.Label1)
  88. Me.Controls.Add(Me.Label2)
  89. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  90. Me.MaximumSize = New System.Drawing.Size(700, 350)
  91. Me.MinimumSize = New System.Drawing.Size(700, 350)
  92. Me.Name = "frmSplashscreen"
  93. Me.ShowInTaskbar = false
  94. Me.Text = "splashscreen"
  95. Me.ResumeLayout(false)
  96. Me.PerformLayout
  97. End Sub
  98. Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
  99. Friend WithEvents Label3 As System.Windows.Forms.Label
  100. Friend WithEvents Label1 As System.Windows.Forms.Label
  101. Friend WithEvents Label2 As System.Windows.Forms.Label
  102. Friend WithEvents lbl_about As Label
  103. End Class