Form7.Designer.vb 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form7
  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.components = New System.ComponentModel.Container
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form7))
  24. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar
  25. Me.Label1 = New System.Windows.Forms.Label
  26. Me.Label2 = New System.Windows.Forms.Label
  27. Me.Label3 = New System.Windows.Forms.Label
  28. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  29. Me.SuspendLayout()
  30. '
  31. 'ProgressBar1
  32. '
  33. Me.ProgressBar1.Location = New System.Drawing.Point(12, 90)
  34. Me.ProgressBar1.Name = "ProgressBar1"
  35. Me.ProgressBar1.Size = New System.Drawing.Size(301, 23)
  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.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  43. Me.Label1.Location = New System.Drawing.Point(12, 9)
  44. Me.Label1.Name = "Label1"
  45. Me.Label1.Size = New System.Drawing.Size(101, 12)
  46. Me.Label1.TabIndex = 1
  47. Me.Label1.Text = "與伺服器連接中…"
  48. '
  49. 'Label2
  50. '
  51. Me.Label2.AutoSize = True
  52. Me.Label2.BackColor = System.Drawing.Color.Transparent
  53. Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  54. Me.Label2.Location = New System.Drawing.Point(12, 48)
  55. Me.Label2.Name = "Label2"
  56. Me.Label2.Size = New System.Drawing.Size(113, 12)
  57. Me.Label2.TabIndex = 2
  58. Me.Label2.Text = "你要下載的版本為:"
  59. '
  60. 'Label3
  61. '
  62. Me.Label3.AutoSize = True
  63. Me.Label3.BackColor = System.Drawing.Color.Transparent
  64. Me.Label3.Font = New System.Drawing.Font("細明體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.Label3.ForeColor = System.Drawing.SystemColors.ControlLightLight
  66. Me.Label3.Location = New System.Drawing.Point(129, 48)
  67. Me.Label3.Name = "Label3"
  68. Me.Label3.Size = New System.Drawing.Size(63, 15)
  69. Me.Label3.TabIndex = 3
  70. Me.Label3.Text = "Unknown"
  71. '
  72. 'Timer1
  73. '
  74. Me.Timer1.Enabled = True
  75. Me.Timer1.Interval = 1000
  76. '
  77. 'Form7
  78. '
  79. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  80. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  81. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  82. Me.ClientSize = New System.Drawing.Size(325, 125)
  83. Me.Controls.Add(Me.Label3)
  84. Me.Controls.Add(Me.Label2)
  85. Me.Controls.Add(Me.Label1)
  86. Me.Controls.Add(Me.ProgressBar1)
  87. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  88. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  89. Me.MaximizeBox = False
  90. Me.MinimizeBox = False
  91. Me.Name = "Form7"
  92. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  93. Me.Text = "下載"
  94. Me.ResumeLayout(False)
  95. Me.PerformLayout()
  96. End Sub
  97. Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
  98. Friend WithEvents Label1 As System.Windows.Forms.Label
  99. Friend WithEvents Label2 As System.Windows.Forms.Label
  100. Friend WithEvents Label3 As System.Windows.Forms.Label
  101. Friend WithEvents Timer1 As System.Windows.Forms.Timer
  102. End Class