Bez popisu
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 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  28. Or System.Windows.Forms.AnchorStyles.Left) _
  29. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  30. Me.ProgressBar1.Location = New System.Drawing.Point(1, 2)
  31. Me.ProgressBar1.Maximum = 10000
  32. Me.ProgressBar1.Name = "ProgressBar1"
  33. Me.ProgressBar1.Size = New System.Drawing.Size(566, 23)
  34. Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  35. Me.ProgressBar1.TabIndex = 2
  36. '
  37. '進度條視窗
  38. '
  39. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  40. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  41. Me.ClientSize = New System.Drawing.Size(569, 26)
  42. Me.Controls.Add(Me.ProgressBar1)
  43. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  45. Me.Name = "進度條視窗"
  46. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  47. Me.Text = "Progress Bar Window"
  48. Me.ResumeLayout(False)
  49. End Sub
  50. Friend WithEvents ProgressBar1 As ProgressBar
  51. End Class