ResultsForm.Designer.vb 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class ResultsForm
  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.lblPoäng = New System.Windows.Forms.Label()
  23. Me.cmdOK = New System.Windows.Forms.Button()
  24. Me.pbAndelrätt = New System.Windows.Forms.ProgressBar()
  25. Me.lblAndel = New System.Windows.Forms.Label()
  26. Me.SuspendLayout()
  27. '
  28. 'lblPoäng
  29. '
  30. Me.lblPoäng.BackColor = System.Drawing.Color.White
  31. Me.lblPoäng.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  32. Me.lblPoäng.Location = New System.Drawing.Point(12, 9)
  33. Me.lblPoäng.Name = "lblPoäng"
  34. Me.lblPoäng.Size = New System.Drawing.Size(260, 172)
  35. Me.lblPoäng.TabIndex = 0
  36. '
  37. 'cmdOK
  38. '
  39. Me.cmdOK.Location = New System.Drawing.Point(13, 235)
  40. Me.cmdOK.Name = "cmdOK"
  41. Me.cmdOK.Size = New System.Drawing.Size(259, 23)
  42. Me.cmdOK.TabIndex = 1
  43. Me.cmdOK.Text = "OK"
  44. Me.cmdOK.UseVisualStyleBackColor = True
  45. '
  46. 'pbAndelrätt
  47. '
  48. Me.pbAndelrätt.Location = New System.Drawing.Point(13, 206)
  49. Me.pbAndelrätt.Name = "pbAndelrätt"
  50. Me.pbAndelrätt.Size = New System.Drawing.Size(259, 23)
  51. Me.pbAndelrätt.TabIndex = 2
  52. '
  53. 'lblAndel
  54. '
  55. Me.lblAndel.AutoSize = True
  56. Me.lblAndel.Location = New System.Drawing.Point(16, 185)
  57. Me.lblAndel.Name = "lblAndel"
  58. Me.lblAndel.Size = New System.Drawing.Size(101, 13)
  59. Me.lblAndel.TabIndex = 3
  60. Me.lblAndel.Text = "Percentage correct:"
  61. '
  62. 'Results
  63. '
  64. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  65. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  66. Me.ClientSize = New System.Drawing.Size(284, 262)
  67. Me.Controls.Add(Me.lblAndel)
  68. Me.Controls.Add(Me.pbAndelrätt)
  69. Me.Controls.Add(Me.cmdOK)
  70. Me.Controls.Add(Me.lblPoäng)
  71. Me.Name = "Results"
  72. Me.Text = "Results"
  73. Me.ResumeLayout(False)
  74. Me.PerformLayout()
  75. End Sub
  76. Friend WithEvents lblPoäng As System.Windows.Forms.Label
  77. Friend WithEvents cmdOK As System.Windows.Forms.Button
  78. Friend WithEvents pbAndelrätt As System.Windows.Forms.ProgressBar
  79. Friend WithEvents lblAndel As System.Windows.Forms.Label
  80. End Class