暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FTP資料夾管理.Designer.vb 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FTP資料夾管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.Button3 = New System.Windows.Forms.Button()
  24. Me.Button2 = New System.Windows.Forms.Button()
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.TextBox3 = New System.Windows.Forms.TextBox()
  27. Me.TextBox2 = New System.Windows.Forms.TextBox()
  28. Me.TextBox1 = New System.Windows.Forms.TextBox()
  29. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  30. Me.Label12 = New System.Windows.Forms.Label()
  31. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SuspendLayout()
  35. '
  36. 'Button3
  37. '
  38. Me.Button3.Location = New System.Drawing.Point(747, 6)
  39. Me.Button3.Name = "Button3"
  40. Me.Button3.Size = New System.Drawing.Size(75, 23)
  41. Me.Button3.TabIndex = 621
  42. Me.Button3.Text = "刪除"
  43. Me.Button3.UseVisualStyleBackColor = True
  44. '
  45. 'Button2
  46. '
  47. Me.Button2.Location = New System.Drawing.Point(666, 6)
  48. Me.Button2.Name = "Button2"
  49. Me.Button2.Size = New System.Drawing.Size(75, 23)
  50. Me.Button2.TabIndex = 620
  51. Me.Button2.Text = "修改"
  52. Me.Button2.UseVisualStyleBackColor = True
  53. '
  54. 'Button1
  55. '
  56. Me.Button1.Location = New System.Drawing.Point(585, 6)
  57. Me.Button1.Name = "Button1"
  58. Me.Button1.Size = New System.Drawing.Size(75, 23)
  59. Me.Button1.TabIndex = 619
  60. Me.Button1.Text = "新增"
  61. Me.Button1.UseVisualStyleBackColor = True
  62. '
  63. 'TextBox3
  64. '
  65. Me.TextBox3.Location = New System.Drawing.Point(307, 6)
  66. Me.TextBox3.Name = "TextBox3"
  67. Me.TextBox3.Size = New System.Drawing.Size(200, 23)
  68. Me.TextBox3.TabIndex = 618
  69. '
  70. 'TextBox2
  71. '
  72. Me.TextBox2.Location = New System.Drawing.Point(101, 6)
  73. Me.TextBox2.Name = "TextBox2"
  74. Me.TextBox2.Size = New System.Drawing.Size(200, 23)
  75. Me.TextBox2.TabIndex = 617
  76. '
  77. 'TextBox1
  78. '
  79. Me.TextBox1.Location = New System.Drawing.Point(25, 6)
  80. Me.TextBox1.Name = "TextBox1"
  81. Me.TextBox1.Size = New System.Drawing.Size(70, 23)
  82. Me.TextBox1.TabIndex = 616
  83. '
  84. 'DataGridView1
  85. '
  86. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  87. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  88. Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  89. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  90. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  91. Me.DataGridView1.Location = New System.Drawing.Point(12, 35)
  92. Me.DataGridView1.Name = "DataGridView1"
  93. Me.DataGridView1.RowHeadersWidth = 5
  94. Me.DataGridView1.RowTemplate.Height = 24
  95. Me.DataGridView1.Size = New System.Drawing.Size(565, 945)
  96. Me.DataGridView1.TabIndex = 615
  97. '
  98. 'Label12
  99. '
  100. Me.Label12.AutoSize = True
  101. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.Label12.Location = New System.Drawing.Point(968, 13)
  103. Me.Label12.Name = "Label12"
  104. Me.Label12.Size = New System.Drawing.Size(100, 16)
  105. Me.Label12.TabIndex = 614
  106. Me.Label12.Text = "伺服器FTP文件夾"
  107. '
  108. 'WebBrowser1
  109. '
  110. Me.WebBrowser1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  111. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  112. Me.WebBrowser1.Location = New System.Drawing.Point(585, 35)
  113. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  114. Me.WebBrowser1.Name = "WebBrowser1"
  115. Me.WebBrowser1.Size = New System.Drawing.Size(1318, 945)
  116. Me.WebBrowser1.TabIndex = 613
  117. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  118. '
  119. 'TextBox4
  120. '
  121. Me.TextBox4.Location = New System.Drawing.Point(513, 6)
  122. Me.TextBox4.Name = "TextBox4"
  123. Me.TextBox4.Size = New System.Drawing.Size(70, 23)
  124. Me.TextBox4.TabIndex = 622
  125. '
  126. 'FTP資料夾管理
  127. '
  128. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  129. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  130. Me.ClientSize = New System.Drawing.Size(1914, 991)
  131. Me.Controls.Add(Me.TextBox4)
  132. Me.Controls.Add(Me.Button3)
  133. Me.Controls.Add(Me.Button2)
  134. Me.Controls.Add(Me.Button1)
  135. Me.Controls.Add(Me.TextBox3)
  136. Me.Controls.Add(Me.TextBox2)
  137. Me.Controls.Add(Me.TextBox1)
  138. Me.Controls.Add(Me.DataGridView1)
  139. Me.Controls.Add(Me.Label12)
  140. Me.Controls.Add(Me.WebBrowser1)
  141. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  143. Me.Name = "FTP資料夾管理"
  144. Me.Text = "FTP資料夾管理"
  145. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  146. Me.ResumeLayout(False)
  147. Me.PerformLayout()
  148. End Sub
  149. Friend WithEvents Button3 As Button
  150. Friend WithEvents Button2 As Button
  151. Friend WithEvents Button1 As Button
  152. Friend WithEvents TextBox3 As TextBox
  153. Friend WithEvents TextBox2 As TextBox
  154. Friend WithEvents TextBox1 As TextBox
  155. Friend WithEvents DataGridView1 As DataGridView
  156. Friend WithEvents Label12 As Label
  157. Friend WithEvents WebBrowser1 As WebBrowser
  158. Friend WithEvents TextBox4 As TextBox
  159. End Class