Няма описание
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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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.指定_tb = New System.Windows.Forms.TextBox()
  24. Me.刪除_bt = New System.Windows.Forms.Button()
  25. Me.修改_bt = New System.Windows.Forms.Button()
  26. Me.新增_bt = New System.Windows.Forms.Button()
  27. Me.備註_tb = New System.Windows.Forms.TextBox()
  28. Me.指定頁面_tb = New System.Windows.Forms.TextBox()
  29. Me.資料夾名稱_tb = New System.Windows.Forms.TextBox()
  30. Me.Label12 = New System.Windows.Forms.Label()
  31. Me.資料夾清單_dgv = New System.Windows.Forms.DataGridView()
  32. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  33. CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SuspendLayout()
  35. '
  36. '指定_tb
  37. '
  38. Me.指定_tb.Location = New System.Drawing.Point(497, 9)
  39. Me.指定_tb.Name = "指定_tb"
  40. Me.指定_tb.Size = New System.Drawing.Size(70, 23)
  41. Me.指定_tb.TabIndex = 605
  42. '
  43. '刪除_bt
  44. '
  45. Me.刪除_bt.Location = New System.Drawing.Point(744, 8)
  46. Me.刪除_bt.Name = "刪除_bt"
  47. Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
  48. Me.刪除_bt.TabIndex = 604
  49. Me.刪除_bt.Text = "刪除"
  50. Me.刪除_bt.UseVisualStyleBackColor = True
  51. '
  52. '修改_bt
  53. '
  54. Me.修改_bt.Location = New System.Drawing.Point(663, 8)
  55. Me.修改_bt.Name = "修改_bt"
  56. Me.修改_bt.Size = New System.Drawing.Size(75, 23)
  57. Me.修改_bt.TabIndex = 603
  58. Me.修改_bt.Text = "修改"
  59. Me.修改_bt.UseVisualStyleBackColor = True
  60. '
  61. '新增_bt
  62. '
  63. Me.新增_bt.Location = New System.Drawing.Point(582, 8)
  64. Me.新增_bt.Name = "新增_bt"
  65. Me.新增_bt.Size = New System.Drawing.Size(75, 23)
  66. Me.新增_bt.TabIndex = 602
  67. Me.新增_bt.Text = "新增"
  68. Me.新增_bt.UseVisualStyleBackColor = True
  69. '
  70. '備註_tb
  71. '
  72. Me.備註_tb.Location = New System.Drawing.Point(292, 9)
  73. Me.備註_tb.Name = "備註_tb"
  74. Me.備註_tb.Size = New System.Drawing.Size(200, 23)
  75. Me.備註_tb.TabIndex = 601
  76. '
  77. '指定頁面_tb
  78. '
  79. Me.指定頁面_tb.Location = New System.Drawing.Point(87, 9)
  80. Me.指定頁面_tb.Name = "指定頁面_tb"
  81. Me.指定頁面_tb.Size = New System.Drawing.Size(200, 23)
  82. Me.指定頁面_tb.TabIndex = 600
  83. '
  84. '資料夾名稱_tb
  85. '
  86. Me.資料夾名稱_tb.Location = New System.Drawing.Point(13, 9)
  87. Me.資料夾名稱_tb.Name = "資料夾名稱_tb"
  88. Me.資料夾名稱_tb.Size = New System.Drawing.Size(70, 23)
  89. Me.資料夾名稱_tb.TabIndex = 599
  90. '
  91. 'Label12
  92. '
  93. Me.Label12.AutoSize = True
  94. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. Me.Label12.Location = New System.Drawing.Point(825, 11)
  96. Me.Label12.Name = "Label12"
  97. Me.Label12.Size = New System.Drawing.Size(100, 16)
  98. Me.Label12.TabIndex = 598
  99. Me.Label12.Text = "伺服器FTP文件夾"
  100. '
  101. '資料夾清單_dgv
  102. '
  103. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  104. Me.資料夾清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  105. Me.資料夾清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  106. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  107. Me.資料夾清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  108. Me.資料夾清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  109. Me.資料夾清單_dgv.Location = New System.Drawing.Point(7, 39)
  110. Me.資料夾清單_dgv.Name = "資料夾清單_dgv"
  111. Me.資料夾清單_dgv.RowHeadersWidth = 5
  112. Me.資料夾清單_dgv.RowTemplate.Height = 24
  113. Me.資料夾清單_dgv.Size = New System.Drawing.Size(565, 630)
  114. Me.資料夾清單_dgv.TabIndex = 606
  115. '
  116. 'WebBrowser1
  117. '
  118. Me.WebBrowser1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  119. Or System.Windows.Forms.AnchorStyles.Left) _
  120. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  121. Me.WebBrowser1.Location = New System.Drawing.Point(578, 38)
  122. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  123. Me.WebBrowser1.Name = "WebBrowser1"
  124. Me.WebBrowser1.Size = New System.Drawing.Size(760, 631)
  125. Me.WebBrowser1.TabIndex = 607
  126. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  127. '
  128. 'FTP資料夾管理
  129. '
  130. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  131. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  132. Me.ClientSize = New System.Drawing.Size(1350, 681)
  133. Me.Controls.Add(Me.WebBrowser1)
  134. Me.Controls.Add(Me.資料夾清單_dgv)
  135. Me.Controls.Add(Me.指定_tb)
  136. Me.Controls.Add(Me.刪除_bt)
  137. Me.Controls.Add(Me.修改_bt)
  138. Me.Controls.Add(Me.新增_bt)
  139. Me.Controls.Add(Me.備註_tb)
  140. Me.Controls.Add(Me.指定頁面_tb)
  141. Me.Controls.Add(Me.資料夾名稱_tb)
  142. Me.Controls.Add(Me.Label12)
  143. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  145. Me.Name = "FTP資料夾管理"
  146. Me.Text = "FTP資料夾管理"
  147. CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  148. Me.ResumeLayout(False)
  149. Me.PerformLayout()
  150. End Sub
  151. Friend WithEvents 指定_tb As TextBox
  152. Friend WithEvents 刪除_bt As Button
  153. Friend WithEvents 修改_bt As Button
  154. Friend WithEvents 新增_bt As Button
  155. Friend WithEvents 備註_tb As TextBox
  156. Friend WithEvents 指定頁面_tb As TextBox
  157. Friend WithEvents 資料夾名稱_tb As TextBox
  158. Friend WithEvents Label12 As Label
  159. Friend WithEvents 資料夾清單_dgv As DataGridView
  160. Friend WithEvents WebBrowser1 As WebBrowser
  161. End Class