설명 없음
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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FTP資料夾管理))
  24. Me.指定_tb = New System.Windows.Forms.TextBox()
  25. Me.刪除_bt = New System.Windows.Forms.Button()
  26. Me.修改_bt = New System.Windows.Forms.Button()
  27. Me.新增_bt = New System.Windows.Forms.Button()
  28. Me.備註_tb = New System.Windows.Forms.TextBox()
  29. Me.指定頁面_tb = New System.Windows.Forms.TextBox()
  30. Me.資料夾名稱_tb = New System.Windows.Forms.TextBox()
  31. Me.資料夾清單_dgv = New System.Windows.Forms.DataGridView()
  32. Me.Label12 = New System.Windows.Forms.Label()
  33. Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser()
  34. CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  35. Me.SuspendLayout()
  36. '
  37. '指定_tb
  38. '
  39. Me.指定_tb.Location = New System.Drawing.Point(500, 8)
  40. Me.指定_tb.Name = "指定_tb"
  41. Me.指定_tb.Size = New System.Drawing.Size(70, 23)
  42. Me.指定_tb.TabIndex = 632
  43. '
  44. '刪除_bt
  45. '
  46. Me.刪除_bt.Location = New System.Drawing.Point(747, 8)
  47. Me.刪除_bt.Name = "刪除_bt"
  48. Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
  49. Me.刪除_bt.TabIndex = 631
  50. Me.刪除_bt.Text = "刪除"
  51. Me.刪除_bt.UseVisualStyleBackColor = True
  52. '
  53. '修改_bt
  54. '
  55. Me.修改_bt.Location = New System.Drawing.Point(666, 8)
  56. Me.修改_bt.Name = "修改_bt"
  57. Me.修改_bt.Size = New System.Drawing.Size(75, 23)
  58. Me.修改_bt.TabIndex = 630
  59. Me.修改_bt.Text = "修改"
  60. Me.修改_bt.UseVisualStyleBackColor = True
  61. '
  62. '新增_bt
  63. '
  64. Me.新增_bt.Location = New System.Drawing.Point(585, 8)
  65. Me.新增_bt.Name = "新增_bt"
  66. Me.新增_bt.Size = New System.Drawing.Size(75, 23)
  67. Me.新增_bt.TabIndex = 629
  68. Me.新增_bt.Text = "新增"
  69. Me.新增_bt.UseVisualStyleBackColor = True
  70. '
  71. '備註_tb
  72. '
  73. Me.備註_tb.Location = New System.Drawing.Point(294, 8)
  74. Me.備註_tb.Name = "備註_tb"
  75. Me.備註_tb.Size = New System.Drawing.Size(200, 23)
  76. Me.備註_tb.TabIndex = 628
  77. '
  78. '指定頁面_tb
  79. '
  80. Me.指定頁面_tb.Location = New System.Drawing.Point(88, 8)
  81. Me.指定頁面_tb.Name = "指定頁面_tb"
  82. Me.指定頁面_tb.Size = New System.Drawing.Size(200, 23)
  83. Me.指定頁面_tb.TabIndex = 627
  84. '
  85. '資料夾名稱_tb
  86. '
  87. Me.資料夾名稱_tb.Location = New System.Drawing.Point(12, 8)
  88. Me.資料夾名稱_tb.Name = "資料夾名稱_tb"
  89. Me.資料夾名稱_tb.Size = New System.Drawing.Size(70, 23)
  90. Me.資料夾名稱_tb.TabIndex = 626
  91. '
  92. '資料夾清單_dgv
  93. '
  94. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  95. Me.資料夾清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  96. Me.資料夾清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  97. Me.資料夾清單_dgv.Location = New System.Drawing.Point(12, 37)
  98. Me.資料夾清單_dgv.Name = "資料夾清單_dgv"
  99. Me.資料夾清單_dgv.RowHeadersWidth = 5
  100. Me.資料夾清單_dgv.RowTemplate.Height = 24
  101. Me.資料夾清單_dgv.Size = New System.Drawing.Size(565, 922)
  102. Me.資料夾清單_dgv.TabIndex = 625
  103. '
  104. 'Label12
  105. '
  106. Me.Label12.AutoSize = True
  107. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Label12.Location = New System.Drawing.Point(828, 15)
  109. Me.Label12.Name = "Label12"
  110. Me.Label12.Size = New System.Drawing.Size(100, 16)
  111. Me.Label12.TabIndex = 624
  112. Me.Label12.Text = "伺服器FTP文件夾"
  113. '
  114. 'FTP資料夾_wb
  115. '
  116. Me.FTP資料夾_wb.Location = New System.Drawing.Point(585, 37)
  117. Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  118. Me.FTP資料夾_wb.Name = "FTP資料夾_wb"
  119. Me.FTP資料夾_wb.Size = New System.Drawing.Size(1318, 922)
  120. Me.FTP資料夾_wb.TabIndex = 623
  121. Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  122. '
  123. 'FTP資料夾管理
  124. '
  125. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  126. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  127. Me.ClientSize = New System.Drawing.Size(1914, 971)
  128. Me.Controls.Add(Me.指定_tb)
  129. Me.Controls.Add(Me.刪除_bt)
  130. Me.Controls.Add(Me.修改_bt)
  131. Me.Controls.Add(Me.新增_bt)
  132. Me.Controls.Add(Me.備註_tb)
  133. Me.Controls.Add(Me.指定頁面_tb)
  134. Me.Controls.Add(Me.資料夾名稱_tb)
  135. Me.Controls.Add(Me.資料夾清單_dgv)
  136. Me.Controls.Add(Me.Label12)
  137. Me.Controls.Add(Me.FTP資料夾_wb)
  138. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  140. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  141. Me.Name = "FTP資料夾管理"
  142. Me.Text = "FTP資料夾管理"
  143. CType(Me.資料夾清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  144. Me.ResumeLayout(False)
  145. Me.PerformLayout()
  146. End Sub
  147. Friend WithEvents 指定_tb As TextBox
  148. Friend WithEvents 刪除_bt As Button
  149. Friend WithEvents 修改_bt As Button
  150. Friend WithEvents 新增_bt As Button
  151. Friend WithEvents 備註_tb As TextBox
  152. Friend WithEvents 指定頁面_tb As TextBox
  153. Friend WithEvents 資料夾名稱_tb As TextBox
  154. Friend WithEvents 資料夾清單_dgv As DataGridView
  155. Friend WithEvents Label12 As Label
  156. Friend WithEvents FTP資料夾_wb As WebBrowser
  157. End Class