_ Partial Class Form6 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請不要使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form6)) Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Button5 = New System.Windows.Forms.Button Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.ListBox1 = New System.Windows.Forms.ListBox Me.ListBox2 = New System.Windows.Forms.ListBox Me.Button1 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.Timer2 = New System.Windows.Forms.Timer(Me.components) Me.TextBox1 = New System.Windows.Forms.TextBox Me.Button4 = New System.Windows.Forms.Button Me.Timer3 = New System.Windows.Forms.Timer(Me.components) Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label1.Location = New System.Drawing.Point(77, 27) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(59, 16) Me.Label1.TabIndex = 0 Me.Label1.Text = "無信息" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label2.Location = New System.Drawing.Point(12, 27) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(59, 16) Me.Label2.TabIndex = 1 Me.Label2.Text = "狀態:" ' 'Button5 ' Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.BackColor = System.Drawing.Color.Transparent Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Button5.Location = New System.Drawing.Point(539, 3) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(23, 24) Me.Button5.TabIndex = 2 Me.Button5.Text = "X" Me.Button5.UseVisualStyleBackColor = False ' 'Timer1 ' Me.Timer1.Enabled = True ' 'ListBox1 ' Me.ListBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ListBox1.ForeColor = System.Drawing.SystemColors.Window Me.ListBox1.FormattingEnabled = True Me.ListBox1.ItemHeight = 12 Me.ListBox1.Location = New System.Drawing.Point(36, 56) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(166, 196) Me.ListBox1.TabIndex = 3 ' 'ListBox2 ' Me.ListBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ListBox2.ForeColor = System.Drawing.SystemColors.Window Me.ListBox2.FormattingEnabled = True Me.ListBox2.ItemHeight = 12 Me.ListBox2.Location = New System.Drawing.Point(348, 56) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(166, 196) Me.ListBox2.TabIndex = 4 ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button1.Location = New System.Drawing.Point(224, 56) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(103, 25) Me.Button1.TabIndex = 5 Me.Button1.Text = "下載" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button2.Location = New System.Drawing.Point(224, 196) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(103, 25) Me.Button2.TabIndex = 6 Me.Button2.Text = "刪除選擇版本" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button3.Location = New System.Drawing.Point(224, 227) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(103, 25) Me.Button3.TabIndex = 7 Me.Button3.Text = "刪除所有版本" Me.Button3.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label3.Location = New System.Drawing.Point(53, 255) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(113, 12) Me.Label3.TabIndex = 8 Me.Label3.Text = "伺服器端存有的版本" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.Font = New System.Drawing.Font("細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label4.Location = New System.Drawing.Point(384, 255) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(101, 12) Me.Label4.TabIndex = 9 Me.Label4.Text = "本地端存有的版本" ' 'Timer2 ' Me.Timer2.Interval = 1000 ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(36, 312) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(378, 22) Me.TextBox1.TabIndex = 10 ' 'Button4 ' Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button4.Location = New System.Drawing.Point(429, 310) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(85, 23) Me.Button4.TabIndex = 11 Me.Button4.Text = "匯入" Me.Button4.UseVisualStyleBackColor = True ' 'Timer3 ' Me.Timer3.Interval = 1000 ' 'Form6 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.ClientSize = New System.Drawing.Size(565, 380) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ListBox2) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Form6" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "自動更新" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents ListBox2 As System.Windows.Forms.ListBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Timer2 As System.Windows.Forms.Timer Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Timer3 As System.Windows.Forms.Timer End Class