Brak opisu
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.6KB

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.刪除_bt = New System.Windows.Forms.Button()
  24. Me.修改_bt = New System.Windows.Forms.Button()
  25. Me.新增_bt = New System.Windows.Forms.Button()
  26. Me.備註_tb = New System.Windows.Forms.TextBox()
  27. Me.指定頁面_tb = New System.Windows.Forms.TextBox()
  28. Me.資料夾名稱_tb = New System.Windows.Forms.TextBox()
  29. Me.主表單_dgv = New System.Windows.Forms.DataGridView()
  30. Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
  31. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  32. Me.指定_tb = New System.Windows.Forms.TextBox()
  33. CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SuspendLayout()
  35. '
  36. '刪除_bt
  37. '
  38. Me.刪除_bt.Location = New System.Drawing.Point(743, 5)
  39. Me.刪除_bt.Name = "刪除_bt"
  40. Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
  41. Me.刪除_bt.TabIndex = 612
  42. Me.刪除_bt.Text = "刪除"
  43. Me.刪除_bt.UseVisualStyleBackColor = True
  44. '
  45. '修改_bt
  46. '
  47. Me.修改_bt.Location = New System.Drawing.Point(662, 5)
  48. Me.修改_bt.Name = "修改_bt"
  49. Me.修改_bt.Size = New System.Drawing.Size(75, 23)
  50. Me.修改_bt.TabIndex = 611
  51. Me.修改_bt.Text = "修改"
  52. Me.修改_bt.UseVisualStyleBackColor = True
  53. '
  54. '新增_bt
  55. '
  56. Me.新增_bt.Location = New System.Drawing.Point(581, 5)
  57. Me.新增_bt.Name = "新增_bt"
  58. Me.新增_bt.Size = New System.Drawing.Size(75, 23)
  59. Me.新增_bt.TabIndex = 610
  60. Me.新增_bt.Text = "新增"
  61. Me.新增_bt.UseVisualStyleBackColor = True
  62. '
  63. '備註_tb
  64. '
  65. Me.備註_tb.Location = New System.Drawing.Point(299, 5)
  66. Me.備註_tb.Name = "備註_tb"
  67. Me.備註_tb.Size = New System.Drawing.Size(200, 23)
  68. Me.備註_tb.TabIndex = 609
  69. '
  70. '指定頁面_tb
  71. '
  72. Me.指定頁面_tb.Location = New System.Drawing.Point(93, 5)
  73. Me.指定頁面_tb.Name = "指定頁面_tb"
  74. Me.指定頁面_tb.Size = New System.Drawing.Size(200, 23)
  75. Me.指定頁面_tb.TabIndex = 608
  76. '
  77. '資料夾名稱_tb
  78. '
  79. Me.資料夾名稱_tb.Location = New System.Drawing.Point(17, 5)
  80. Me.資料夾名稱_tb.Name = "資料夾名稱_tb"
  81. Me.資料夾名稱_tb.Size = New System.Drawing.Size(70, 23)
  82. Me.資料夾名稱_tb.TabIndex = 607
  83. '
  84. '主表單_dgv
  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.主表單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  88. Me.主表單_dgv.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.主表單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  91. Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  92. Me.主表單_dgv.Location = New System.Drawing.Point(4, 34)
  93. Me.主表單_dgv.Name = "主表單_dgv"
  94. Me.主表單_dgv.RowHeadersWidth = 5
  95. Me.主表單_dgv.RowTemplate.Height = 24
  96. Me.主表單_dgv.Size = New System.Drawing.Size(565, 644)
  97. Me.主表單_dgv.TabIndex = 606
  98. '
  99. '伺服器FTP文件夾_lb
  100. '
  101. Me.伺服器FTP文件夾_lb.AutoSize = True
  102. Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  103. Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(960, 12)
  104. Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
  105. Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(100, 16)
  106. Me.伺服器FTP文件夾_lb.TabIndex = 605
  107. Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
  108. '
  109. 'WebBrowser1
  110. '
  111. Me.WebBrowser1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  112. Or System.Windows.Forms.AnchorStyles.Left) _
  113. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  114. Me.WebBrowser1.Location = New System.Drawing.Point(575, 34)
  115. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  116. Me.WebBrowser1.Name = "WebBrowser1"
  117. Me.WebBrowser1.Size = New System.Drawing.Size(769, 644)
  118. Me.WebBrowser1.TabIndex = 604
  119. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  120. '
  121. '指定_tb
  122. '
  123. Me.指定_tb.Location = New System.Drawing.Point(505, 5)
  124. Me.指定_tb.Name = "指定_tb"
  125. Me.指定_tb.Size = New System.Drawing.Size(70, 23)
  126. Me.指定_tb.TabIndex = 623
  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(1349, 681)
  133. Me.Controls.Add(Me.指定_tb)
  134. Me.Controls.Add(Me.刪除_bt)
  135. Me.Controls.Add(Me.修改_bt)
  136. Me.Controls.Add(Me.新增_bt)
  137. Me.Controls.Add(Me.備註_tb)
  138. Me.Controls.Add(Me.指定頁面_tb)
  139. Me.Controls.Add(Me.資料夾名稱_tb)
  140. Me.Controls.Add(Me.主表單_dgv)
  141. Me.Controls.Add(Me.伺服器FTP文件夾_lb)
  142. Me.Controls.Add(Me.WebBrowser1)
  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 刪除_bt As Button
  152. Friend WithEvents 修改_bt As Button
  153. Friend WithEvents 新增_bt As Button
  154. Friend WithEvents 備註_tb As TextBox
  155. Friend WithEvents 指定頁面_tb As TextBox
  156. Friend WithEvents 資料夾名稱_tb As TextBox
  157. Friend WithEvents 主表單_dgv As DataGridView
  158. Friend WithEvents 伺服器FTP文件夾_lb As Label
  159. Friend WithEvents WebBrowser1 As WebBrowser
  160. Friend WithEvents 指定_tb As TextBox
  161. End Class