Form4.Designer.vb 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form4
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form4))
  23. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar
  24. Me.Label1 = New System.Windows.Forms.Label
  25. Me.SuspendLayout()
  26. '
  27. 'ProgressBar1
  28. '
  29. Me.ProgressBar1.BackColor = System.Drawing.SystemColors.ButtonHighlight
  30. Me.ProgressBar1.ForeColor = System.Drawing.Color.LawnGreen
  31. Me.ProgressBar1.Location = New System.Drawing.Point(12, 114)
  32. Me.ProgressBar1.Name = "ProgressBar1"
  33. Me.ProgressBar1.RightToLeft = System.Windows.Forms.RightToLeft.No
  34. Me.ProgressBar1.Size = New System.Drawing.Size(306, 24)
  35. Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  36. Me.ProgressBar1.TabIndex = 0
  37. '
  38. 'Label1
  39. '
  40. Me.Label1.AutoSize = True
  41. Me.Label1.BackColor = System.Drawing.Color.Transparent
  42. Me.Label1.Font = New System.Drawing.Font("新細明體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. Me.Label1.Location = New System.Drawing.Point(12, 18)
  44. Me.Label1.Name = "Label1"
  45. Me.Label1.Size = New System.Drawing.Size(120, 13)
  46. Me.Label1.TabIndex = 1
  47. Me.Label1.Text = "Java 下載準備中…"
  48. '
  49. 'Form4
  50. '
  51. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  52. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  53. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  54. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  55. Me.ClientSize = New System.Drawing.Size(330, 150)
  56. Me.Controls.Add(Me.Label1)
  57. Me.Controls.Add(Me.ProgressBar1)
  58. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  59. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  60. Me.MaximizeBox = False
  61. Me.MinimizeBox = False
  62. Me.Name = "Form4"
  63. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  64. Me.Text = "Java下載器"
  65. Me.ResumeLayout(False)
  66. Me.PerformLayout()
  67. End Sub
  68. Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
  69. Friend WithEvents Label1 As System.Windows.Forms.Label
  70. End Class