Form6.Designer.vb 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form6
  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(Form6))
  24. Me.Label1 = New System.Windows.Forms.Label
  25. Me.Label2 = New System.Windows.Forms.Label
  26. Me.Button5 = New System.Windows.Forms.Button
  27. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  28. Me.ListBox1 = New System.Windows.Forms.ListBox
  29. Me.ListBox2 = New System.Windows.Forms.ListBox
  30. Me.Button1 = New System.Windows.Forms.Button
  31. Me.Button2 = New System.Windows.Forms.Button
  32. Me.Button3 = New System.Windows.Forms.Button
  33. Me.Label3 = New System.Windows.Forms.Label
  34. Me.Label4 = New System.Windows.Forms.Label
  35. Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  36. Me.TextBox1 = New System.Windows.Forms.TextBox
  37. Me.Button4 = New System.Windows.Forms.Button
  38. Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
  39. Me.SuspendLayout()
  40. '
  41. 'Label1
  42. '
  43. Me.Label1.AutoSize = True
  44. Me.Label1.BackColor = System.Drawing.Color.Transparent
  45. Me.Label1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  46. Me.Label1.ForeColor = System.Drawing.SystemColors.ControlLightLight
  47. Me.Label1.Location = New System.Drawing.Point(77, 27)
  48. Me.Label1.Name = "Label1"
  49. Me.Label1.Size = New System.Drawing.Size(59, 16)
  50. Me.Label1.TabIndex = 0
  51. Me.Label1.Text = "無信息"
  52. '
  53. 'Label2
  54. '
  55. Me.Label2.AutoSize = True
  56. Me.Label2.BackColor = System.Drawing.Color.Transparent
  57. Me.Label2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  58. Me.Label2.ForeColor = System.Drawing.SystemColors.ControlLightLight
  59. Me.Label2.Location = New System.Drawing.Point(12, 27)
  60. Me.Label2.Name = "Label2"
  61. Me.Label2.Size = New System.Drawing.Size(59, 16)
  62. Me.Label2.TabIndex = 1
  63. Me.Label2.Text = "狀態:"
  64. '
  65. 'Button5
  66. '
  67. Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  68. Me.Button5.BackColor = System.Drawing.Color.Transparent
  69. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  70. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. Me.Button5.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  72. Me.Button5.Location = New System.Drawing.Point(539, 3)
  73. Me.Button5.Name = "Button5"
  74. Me.Button5.Size = New System.Drawing.Size(23, 24)
  75. Me.Button5.TabIndex = 2
  76. Me.Button5.Text = "X"
  77. Me.Button5.UseVisualStyleBackColor = False
  78. '
  79. 'Timer1
  80. '
  81. Me.Timer1.Enabled = True
  82. '
  83. 'ListBox1
  84. '
  85. Me.ListBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer))
  86. Me.ListBox1.ForeColor = System.Drawing.SystemColors.Window
  87. Me.ListBox1.FormattingEnabled = True
  88. Me.ListBox1.ItemHeight = 12
  89. Me.ListBox1.Location = New System.Drawing.Point(36, 56)
  90. Me.ListBox1.Name = "ListBox1"
  91. Me.ListBox1.Size = New System.Drawing.Size(166, 196)
  92. Me.ListBox1.TabIndex = 3
  93. '
  94. 'ListBox2
  95. '
  96. Me.ListBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer))
  97. Me.ListBox2.ForeColor = System.Drawing.SystemColors.Window
  98. Me.ListBox2.FormattingEnabled = True
  99. Me.ListBox2.ItemHeight = 12
  100. Me.ListBox2.Location = New System.Drawing.Point(348, 56)
  101. Me.ListBox2.Name = "ListBox2"
  102. Me.ListBox2.Size = New System.Drawing.Size(166, 196)
  103. Me.ListBox2.TabIndex = 4
  104. '
  105. 'Button1
  106. '
  107. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  108. Me.Button1.Location = New System.Drawing.Point(224, 56)
  109. Me.Button1.Name = "Button1"
  110. Me.Button1.Size = New System.Drawing.Size(103, 25)
  111. Me.Button1.TabIndex = 5
  112. Me.Button1.Text = "下載"
  113. Me.Button1.UseVisualStyleBackColor = True
  114. '
  115. 'Button2
  116. '
  117. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  118. Me.Button2.Location = New System.Drawing.Point(224, 196)
  119. Me.Button2.Name = "Button2"
  120. Me.Button2.Size = New System.Drawing.Size(103, 25)
  121. Me.Button2.TabIndex = 6
  122. Me.Button2.Text = "刪除選擇版本"
  123. Me.Button2.UseVisualStyleBackColor = True
  124. '
  125. 'Button3
  126. '
  127. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  128. Me.Button3.Location = New System.Drawing.Point(224, 227)
  129. Me.Button3.Name = "Button3"
  130. Me.Button3.Size = New System.Drawing.Size(103, 25)
  131. Me.Button3.TabIndex = 7
  132. Me.Button3.Text = "刪除所有版本"
  133. Me.Button3.UseVisualStyleBackColor = True
  134. '
  135. 'Label3
  136. '
  137. Me.Label3.AutoSize = True
  138. Me.Label3.BackColor = System.Drawing.Color.Transparent
  139. Me.Label3.Font = New System.Drawing.Font("細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  141. Me.Label3.Location = New System.Drawing.Point(53, 255)
  142. Me.Label3.Name = "Label3"
  143. Me.Label3.Size = New System.Drawing.Size(113, 12)
  144. Me.Label3.TabIndex = 8
  145. Me.Label3.Text = "伺服器端存有的版本"
  146. '
  147. 'Label4
  148. '
  149. Me.Label4.AutoSize = True
  150. Me.Label4.BackColor = System.Drawing.Color.Transparent
  151. Me.Label4.Font = New System.Drawing.Font("細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.Label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  153. Me.Label4.Location = New System.Drawing.Point(384, 255)
  154. Me.Label4.Name = "Label4"
  155. Me.Label4.Size = New System.Drawing.Size(101, 12)
  156. Me.Label4.TabIndex = 9
  157. Me.Label4.Text = "本地端存有的版本"
  158. '
  159. 'Timer2
  160. '
  161. Me.Timer2.Interval = 1000
  162. '
  163. 'TextBox1
  164. '
  165. Me.TextBox1.Location = New System.Drawing.Point(36, 312)
  166. Me.TextBox1.Name = "TextBox1"
  167. Me.TextBox1.Size = New System.Drawing.Size(378, 22)
  168. Me.TextBox1.TabIndex = 10
  169. '
  170. 'Button4
  171. '
  172. Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  173. Me.Button4.Location = New System.Drawing.Point(429, 310)
  174. Me.Button4.Name = "Button4"
  175. Me.Button4.Size = New System.Drawing.Size(85, 23)
  176. Me.Button4.TabIndex = 11
  177. Me.Button4.Text = "匯入"
  178. Me.Button4.UseVisualStyleBackColor = True
  179. '
  180. 'Timer3
  181. '
  182. Me.Timer3.Interval = 1000
  183. '
  184. 'Form6
  185. '
  186. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  187. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  188. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  189. Me.ClientSize = New System.Drawing.Size(565, 380)
  190. Me.Controls.Add(Me.Button4)
  191. Me.Controls.Add(Me.TextBox1)
  192. Me.Controls.Add(Me.Label4)
  193. Me.Controls.Add(Me.Label3)
  194. Me.Controls.Add(Me.Button3)
  195. Me.Controls.Add(Me.Button2)
  196. Me.Controls.Add(Me.Button1)
  197. Me.Controls.Add(Me.ListBox2)
  198. Me.Controls.Add(Me.ListBox1)
  199. Me.Controls.Add(Me.Button5)
  200. Me.Controls.Add(Me.Label2)
  201. Me.Controls.Add(Me.Label1)
  202. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  203. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  204. Me.MaximizeBox = False
  205. Me.MinimizeBox = False
  206. Me.Name = "Form6"
  207. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  208. Me.Text = "自動更新"
  209. Me.ResumeLayout(False)
  210. Me.PerformLayout()
  211. End Sub
  212. Friend WithEvents Label1 As System.Windows.Forms.Label
  213. Friend WithEvents Label2 As System.Windows.Forms.Label
  214. Friend WithEvents Button5 As System.Windows.Forms.Button
  215. Friend WithEvents Timer1 As System.Windows.Forms.Timer
  216. Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  217. Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
  218. Friend WithEvents Button1 As System.Windows.Forms.Button
  219. Friend WithEvents Button2 As System.Windows.Forms.Button
  220. Friend WithEvents Button3 As System.Windows.Forms.Button
  221. Friend WithEvents Label3 As System.Windows.Forms.Label
  222. Friend WithEvents Label4 As System.Windows.Forms.Label
  223. Friend WithEvents Timer2 As System.Windows.Forms.Timer
  224. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  225. Friend WithEvents Button4 As System.Windows.Forms.Button
  226. Friend WithEvents Timer3 As System.Windows.Forms.Timer
  227. End Class