_ Partial Class 系統更新 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.Button1 = New System.Windows.Forms.Button() Me.Button14 = New System.Windows.Forms.Button() Me.WebBrowser2 = New System.Windows.Forms.WebBrowser() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.Label3 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(1184, 3) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "關閉" Me.Button1.UseVisualStyleBackColor = True ' 'Button14 ' Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button14.ForeColor = System.Drawing.Color.Blue Me.Button14.Location = New System.Drawing.Point(536, 3) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(97, 23) Me.Button14.TabIndex = 746 Me.Button14.Text = "讀取料夾路徑" Me.Button14.UseVisualStyleBackColor = True ' 'WebBrowser2 ' Me.WebBrowser2.Location = New System.Drawing.Point(12, 32) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(621, 573) Me.WebBrowser2.TabIndex = 745 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' 'WebBrowser1 ' Me.WebBrowser1.Location = New System.Drawing.Point(638, 32) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(621, 573) Me.WebBrowser1.TabIndex = 747 Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative) ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 8) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 748 Me.Label1.Text = "我的電腦" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(639, 8) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(100, 16) Me.Label2.TabIndex = 749 Me.Label2.Text = "伺服器FTP資料夾" ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.SystemColors.Control Me.Label3.Location = New System.Drawing.Point(359, 7) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(159, 16) Me.Label3.TabIndex = 753 Me.Label3.Text = "資料庫版本號 : 2018110801" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(248, 4) Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(105, 24) Me.Button2.TabIndex = 752 Me.Button2.Text = "修改" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.SystemColors.Control Me.Label4.Location = New System.Drawing.Point(93, 7) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(44, 16) Me.Label4.TabIndex = 751 Me.Label4.Text = "版本號" ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox2.Location = New System.Drawing.Point(139, 4) Me.TextBox2.Margin = New System.Windows.Forms.Padding(5) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(101, 23) Me.TextBox2.TabIndex = 750 ' '系統更新 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1265, 617) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.WebBrowser1) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.WebBrowser2) Me.Controls.Add(Me.Button1) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "系統更新" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "系統更新" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Friend WithEvents Button14 As Button Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents WebBrowser1 As WebBrowser Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents Label3 As Label Friend WithEvents Button2 As Button Friend WithEvents Label4 As Label Friend WithEvents TextBox2 As TextBox End Class