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

/Source Code/PowerSong/Progress.Designer.vb

#
Visual Basic | 94 lines | 69 code | 5 blank | 20 comment | 0 complexity | 531aa8fbaeda266d0cda294f668b4c0f MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class ProgressForm
  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.Cancel_Button = New System.Windows.Forms.Button
  23. Me.pbProgress = New System.Windows.Forms.ProgressBar
  24. Me.lblDescription = New System.Windows.Forms.Label
  25. Me.lblStatus = New System.Windows.Forms.Label
  26. Me.SuspendLayout()
  27. '
  28. 'Cancel_Button
  29. '
  30. Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  31. Me.Cancel_Button.Location = New System.Drawing.Point(356, 108)
  32. Me.Cancel_Button.Name = "Cancel_Button"
  33. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  34. Me.Cancel_Button.TabIndex = 1
  35. Me.Cancel_Button.Text = "Cancel"
  36. '
  37. 'pbProgress
  38. '
  39. Me.pbProgress.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  40. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  41. Me.pbProgress.Location = New System.Drawing.Point(12, 53)
  42. Me.pbProgress.Maximum = 1000
  43. Me.pbProgress.Name = "pbProgress"
  44. Me.pbProgress.Size = New System.Drawing.Size(411, 23)
  45. Me.pbProgress.TabIndex = 2
  46. '
  47. 'lblDescription
  48. '
  49. Me.lblDescription.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  50. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  51. Me.lblDescription.Location = New System.Drawing.Point(12, 9)
  52. Me.lblDescription.Name = "lblDescription"
  53. Me.lblDescription.Size = New System.Drawing.Size(411, 41)
  54. Me.lblDescription.TabIndex = 3
  55. Me.lblDescription.Text = "DESCRIPTION"
  56. '
  57. 'lblStatus
  58. '
  59. Me.lblStatus.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  60. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  61. Me.lblStatus.Location = New System.Drawing.Point(12, 79)
  62. Me.lblStatus.Name = "lblStatus"
  63. Me.lblStatus.Size = New System.Drawing.Size(411, 58)
  64. Me.lblStatus.TabIndex = 4
  65. Me.lblStatus.Text = "STATUS"
  66. '
  67. 'ProgressForm
  68. '
  69. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  70. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  71. Me.ClientSize = New System.Drawing.Size(435, 143)
  72. Me.Controls.Add(Me.lblDescription)
  73. Me.Controls.Add(Me.pbProgress)
  74. Me.Controls.Add(Me.Cancel_Button)
  75. Me.Controls.Add(Me.lblStatus)
  76. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  77. Me.MaximizeBox = False
  78. Me.MinimizeBox = False
  79. Me.Name = "ProgressForm"
  80. Me.ShowInTaskbar = False
  81. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  82. Me.Text = "Progress"
  83. Me.ResumeLayout(False)
  84. End Sub
  85. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  86. Friend WithEvents pbProgress As System.Windows.Forms.ProgressBar
  87. Friend WithEvents lblDescription As System.Windows.Forms.Label
  88. Friend WithEvents lblStatus As System.Windows.Forms.Label
  89. End Class