暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

進度條視窗.Designer.vb 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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(2, 1)
  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 = 1
  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.ControlBox = False
  43. Me.Controls.Add(Me.ProgressBar1)
  44. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  45. Me.Margin = New System.Windows.Forms.Padding(4)
  46. Me.Name = "進度條視窗"
  47. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  48. Me.Text = "Progress Bar Window"
  49. Me.ResumeLayout(False)
  50. End Sub
  51. Friend WithEvents ProgressBar1 As ProgressBar
  52. End Class