_ Partial Class FTP資料夾管理 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FTP資料夾管理)) Me.指定_tb = New System.Windows.Forms.TextBox() Me.刪除_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() Me.新增_bt = New System.Windows.Forms.Button() Me.備註_tb = New System.Windows.Forms.TextBox() Me.指定頁面_tb = New System.Windows.Forms.TextBox() Me.資料夾名稱_tb = New System.Windows.Forms.TextBox() Me.資料夾清單_dgv = New System.Windows.Forms.DataGridView() Me.Label12 = New System.Windows.Forms.Label() Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser() CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '指定_tb ' Me.指定_tb.Location = New System.Drawing.Point(500, 8) Me.指定_tb.Name = "指定_tb" Me.指定_tb.Size = New System.Drawing.Size(70, 23) Me.指定_tb.TabIndex = 632 ' '刪除_bt ' Me.刪除_bt.Location = New System.Drawing.Point(747, 8) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(75, 23) Me.刪除_bt.TabIndex = 631 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.Location = New System.Drawing.Point(666, 8) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(75, 23) Me.修改_bt.TabIndex = 630 Me.修改_bt.Text = "修改" Me.修改_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.Location = New System.Drawing.Point(585, 8) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(75, 23) Me.新增_bt.TabIndex = 629 Me.新增_bt.Text = "新增" Me.新增_bt.UseVisualStyleBackColor = True ' '備註_tb ' Me.備註_tb.Location = New System.Drawing.Point(294, 8) Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(200, 23) Me.備註_tb.TabIndex = 628 ' '指定頁面_tb ' Me.指定頁面_tb.Location = New System.Drawing.Point(88, 8) Me.指定頁面_tb.Name = "指定頁面_tb" Me.指定頁面_tb.Size = New System.Drawing.Size(200, 23) Me.指定頁面_tb.TabIndex = 627 ' '資料夾名稱_tb ' Me.資料夾名稱_tb.Location = New System.Drawing.Point(12, 8) Me.資料夾名稱_tb.Name = "資料夾名稱_tb" Me.資料夾名稱_tb.Size = New System.Drawing.Size(70, 23) Me.資料夾名稱_tb.TabIndex = 626 ' '資料夾清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.資料夾清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.資料夾清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.資料夾清單_dgv.Location = New System.Drawing.Point(12, 37) Me.資料夾清單_dgv.Name = "資料夾清單_dgv" Me.資料夾清單_dgv.RowHeadersWidth = 5 Me.資料夾清單_dgv.RowTemplate.Height = 24 Me.資料夾清單_dgv.Size = New System.Drawing.Size(565, 922) Me.資料夾清單_dgv.TabIndex = 625 ' '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(828, 15) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(100, 16) Me.Label12.TabIndex = 624 Me.Label12.Text = "伺服器FTP文件夾" ' 'FTP資料夾_wb ' Me.FTP資料夾_wb.Location = New System.Drawing.Point(585, 37) Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.FTP資料夾_wb.Name = "FTP資料夾_wb" Me.FTP資料夾_wb.Size = New System.Drawing.Size(1318, 922) Me.FTP資料夾_wb.TabIndex = 623 Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' 'FTP資料夾管理 ' 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.指定_tb) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.指定頁面_tb) Me.Controls.Add(Me.資料夾名稱_tb) Me.Controls.Add(Me.資料夾清單_dgv) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.FTP資料夾_wb) 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 = "FTP資料夾管理" Me.Text = "FTP資料夾管理" CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 指定_tb As TextBox Friend WithEvents 刪除_bt As Button Friend WithEvents 修改_bt As Button Friend WithEvents 新增_bt As Button Friend WithEvents 備註_tb As TextBox Friend WithEvents 指定頁面_tb As TextBox Friend WithEvents 資料夾名稱_tb As TextBox Friend WithEvents 資料夾清單_dgv As DataGridView Friend WithEvents Label12 As Label Friend WithEvents FTP資料夾_wb As WebBrowser End Class