_ 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() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label12 = New System.Windows.Forms.Label() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(500, 8) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(70, 23) Me.TextBox4.TabIndex = 632 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(747, 8) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 23) Me.Button3.TabIndex = 631 Me.Button3.Text = "刪除" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(666, 8) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 630 Me.Button2.Text = "修改" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(585, 8) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 629 Me.Button1.Text = "新增" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(294, 8) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(200, 23) Me.TextBox3.TabIndex = 628 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(88, 8) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(200, 23) Me.TextBox2.TabIndex = 627 ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(12, 8) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(70, 23) Me.TextBox1.TabIndex = 626 ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 37) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(565, 922) Me.DataGridView1.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(968, 15) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(100, 16) Me.Label12.TabIndex = 624 Me.Label12.Text = "伺服器FTP文件夾" ' 'WebBrowser1 ' Me.WebBrowser1.Location = New System.Drawing.Point(585, 37) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(1318, 922) Me.WebBrowser1.TabIndex = 623 Me.WebBrowser1.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.TextBox4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.WebBrowser1) 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 = "FTP資料夾管理" Me.Text = "FTP資料夾管理" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox4 As TextBox Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox1 As TextBox Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label12 As Label Friend WithEvents WebBrowser1 As WebBrowser End Class