暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

進度條視窗.Designer.vb 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 進度條視窗
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  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. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  23. Me.SuspendLayout()
  24. '
  25. 'ProgressBar1
  26. '
  27. Me.ProgressBar1.Location = New System.Drawing.Point(0, 0)
  28. Me.ProgressBar1.Maximum = 10000
  29. Me.ProgressBar1.Name = "ProgressBar1"
  30. Me.ProgressBar1.Size = New System.Drawing.Size(505, 34)
  31. Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  32. Me.ProgressBar1.TabIndex = 2
  33. '
  34. '進度條視窗
  35. '
  36. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  37. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  38. Me.ClientSize = New System.Drawing.Size(505, 35)
  39. Me.ControlBox = False
  40. Me.Controls.Add(Me.ProgressBar1)
  41. Me.MaximizeBox = False
  42. Me.Name = "進度條視窗"
  43. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  44. Me.Text = "Progress Bar Window"
  45. Me.ResumeLayout(False)
  46. End Sub
  47. Friend WithEvents ProgressBar1 As ProgressBar
  48. End Class