_ 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(系統執行檔版本管理)) Me.Label1 = New System.Windows.Forms.Label() Me.FTP原代碼_wb = New System.Windows.Forms.WebBrowser() Me.資料庫版本號_lb = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button() Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser() Me.FTP執行檔_wb = New System.Windows.Forms.WebBrowser() Me.修改_bt = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.版本號_tb = New System.Windows.Forms.TextBox() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(953, 509) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(80, 16) Me.Label1.TabIndex = 638 Me.Label1.Text = "原代碼存放取" ' 'FTP原代碼_wb ' Me.FTP原代碼_wb.Location = New System.Drawing.Point(956, 531) Me.FTP原代碼_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.FTP原代碼_wb.Name = "FTP原代碼_wb" Me.FTP原代碼_wb.Size = New System.Drawing.Size(936, 419) Me.FTP原代碼_wb.TabIndex = 637 Me.FTP原代碼_wb.Url = New System.Uri("", System.UriKind.Relative) ' '資料庫版本號_lb ' Me.資料庫版本號_lb.AutoSize = True Me.資料庫版本號_lb.BackColor = System.Drawing.SystemColors.Control Me.資料庫版本號_lb.Location = New System.Drawing.Point(278, 14) Me.資料庫版本號_lb.Name = "資料庫版本號_lb" Me.資料庫版本號_lb.Size = New System.Drawing.Size(159, 16) Me.資料庫版本號_lb.TabIndex = 636 Me.資料庫版本號_lb.Text = "資料庫版本號 : 2018110801" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.Location = New System.Drawing.Point(954, 47) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(92, 16) Me.Label12.TabIndex = 635 Me.Label12.Text = "執行檔案更新區" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.Location = New System.Drawing.Point(12, 43) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(56, 16) Me.Label13.TabIndex = 634 Me.Label13.Text = "我的電腦" ' '讀取資料夾路徑_bt ' Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(74, 39) Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt" Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(97, 24) Me.讀取資料夾路徑_bt.TabIndex = 633 Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True ' '本機資料夾_wb ' Me.本機資料夾_wb.Location = New System.Drawing.Point(15, 69) Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.本機資料夾_wb.Name = "本機資料夾_wb" Me.本機資料夾_wb.Size = New System.Drawing.Size(936, 881) Me.本機資料夾_wb.TabIndex = 632 Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' 'FTP執行檔_wb ' Me.FTP執行檔_wb.Location = New System.Drawing.Point(957, 69) Me.FTP執行檔_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.FTP執行檔_wb.Name = "FTP執行檔_wb" Me.FTP執行檔_wb.Size = New System.Drawing.Size(936, 419) Me.FTP執行檔_wb.TabIndex = 631 Me.FTP執行檔_wb.Url = New System.Uri("", System.UriKind.Relative) ' '修改_bt ' Me.修改_bt.Location = New System.Drawing.Point(167, 11) Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(105, 24) Me.修改_bt.TabIndex = 630 Me.修改_bt.Text = "修改" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.SystemColors.Control Me.Label3.Location = New System.Drawing.Point(12, 14) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(44, 16) Me.Label3.TabIndex = 629 Me.Label3.Text = "版本號" ' '版本號_tb ' Me.版本號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.版本號_tb.Location = New System.Drawing.Point(58, 11) Me.版本號_tb.Margin = New System.Windows.Forms.Padding(5) Me.版本號_tb.Name = "版本號_tb" Me.版本號_tb.Size = New System.Drawing.Size(101, 23) Me.版本號_tb.TabIndex = 628 ' '系統執行檔版本管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.FTP原代碼_wb) Me.Controls.Add(Me.資料庫版本號_lb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.讀取資料夾路徑_bt) Me.Controls.Add(Me.本機資料夾_wb) Me.Controls.Add(Me.FTP執行檔_wb) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.版本號_tb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "系統執行檔版本管理" Me.Text = "系統執行檔版本管理" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents FTP原代碼_wb As WebBrowser Friend WithEvents 資料庫版本號_lb As Label Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents 讀取資料夾路徑_bt As Button Friend WithEvents 本機資料夾_wb As WebBrowser Friend WithEvents FTP執行檔_wb As WebBrowser Friend WithEvents 修改_bt As Button Friend WithEvents Label3 As Label Friend WithEvents 版本號_tb As TextBox Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog End Class