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 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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(751, 8)
  39. Me.Button3.Name = "Button3"
  40. Me.Button3.Size = New System.Drawing.Size(75, 23)
  41. Me.Button3.TabIndex = 612
  42. Me.Button3.Text = "刪除"
  43. Me.Button3.UseVisualStyleBackColor = True
  44. '
  45. 'Button2
  46. '
  47. Me.Button2.Location = New System.Drawing.Point(670, 8)
  48. Me.Button2.Name = "Button2"
  49. Me.Button2.Size = New System.Drawing.Size(75, 23)
  50. Me.Button2.TabIndex = 611
  51. Me.Button2.Text = "修改"
  52. Me.Button2.UseVisualStyleBackColor = True
  53. '
  54. 'Button1
  55. '
  56. Me.Button1.Location = New System.Drawing.Point(589, 8)
  57. Me.Button1.Name = "Button1"
  58. Me.Button1.Size = New System.Drawing.Size(75, 23)
  59. Me.Button1.TabIndex = 610
  60. Me.Button1.Text = "新增"
  61. Me.Button1.UseVisualStyleBackColor = True
  62. '
  63. 'TextBox3
  64. '
  65. Me.TextBox3.Location = New System.Drawing.Point(307, 8)
  66. Me.TextBox3.Name = "TextBox3"
  67. Me.TextBox3.Size = New System.Drawing.Size(200, 23)
  68. Me.TextBox3.TabIndex = 609
  69. '
  70. 'TextBox2
  71. '
  72. Me.TextBox2.Location = New System.Drawing.Point(101, 8)
  73. Me.TextBox2.Name = "TextBox2"
  74. Me.TextBox2.Size = New System.Drawing.Size(200, 23)
  75. Me.TextBox2.TabIndex = 608
  76. '
  77. 'TextBox1
  78. '
  79. Me.TextBox1.Location = New System.Drawing.Point(25, 8)
  80. Me.TextBox1.Name = "TextBox1"
  81. Me.TextBox1.Size = New System.Drawing.Size(70, 23)
  82. Me.TextBox1.TabIndex = 607
  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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  89. Me.DataGridView1.Location = New System.Drawing.Point(12, 37)
  90. Me.DataGridView1.Name = "DataGridView1"
  91. Me.DataGridView1.RowHeadersWidth = 5
  92. Me.DataGridView1.RowTemplate.Height = 24
  93. Me.DataGridView1.Size = New System.Drawing.Size(565, 927)
  94. Me.DataGridView1.TabIndex = 606
  95. '
  96. 'Label12
  97. '
  98. Me.Label12.AutoSize = True
  99. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  100. Me.Label12.Location = New System.Drawing.Point(968, 15)
  101. Me.Label12.Name = "Label12"
  102. Me.Label12.Size = New System.Drawing.Size(100, 16)
  103. Me.Label12.TabIndex = 605
  104. Me.Label12.Text = "伺服器FTP文件夾"
  105. '
  106. 'WebBrowser1
  107. '
  108. Me.WebBrowser1.Location = New System.Drawing.Point(583, 37)
  109. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  110. Me.WebBrowser1.Name = "WebBrowser1"
  111. Me.WebBrowser1.Size = New System.Drawing.Size(1320, 927)
  112. Me.WebBrowser1.TabIndex = 604
  113. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  114. '
  115. 'TextBox4
  116. '
  117. Me.TextBox4.Location = New System.Drawing.Point(513, 8)
  118. Me.TextBox4.Name = "TextBox4"
  119. Me.TextBox4.Size = New System.Drawing.Size(70, 23)
  120. Me.TextBox4.TabIndex = 623
  121. '
  122. 'FTP資料夾管理
  123. '
  124. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  125. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  126. Me.ClientSize = New System.Drawing.Size(1914, 971)
  127. Me.Controls.Add(Me.TextBox4)
  128. Me.Controls.Add(Me.Button3)
  129. Me.Controls.Add(Me.Button2)
  130. Me.Controls.Add(Me.Button1)
  131. Me.Controls.Add(Me.TextBox3)
  132. Me.Controls.Add(Me.TextBox2)
  133. Me.Controls.Add(Me.TextBox1)
  134. Me.Controls.Add(Me.DataGridView1)
  135. Me.Controls.Add(Me.Label12)
  136. Me.Controls.Add(Me.WebBrowser1)
  137. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  139. Me.Name = "FTP資料夾管理"
  140. Me.Text = "FTP資料夾管理"
  141. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  142. Me.ResumeLayout(False)
  143. Me.PerformLayout()
  144. End Sub
  145. Friend WithEvents Button3 As Button
  146. Friend WithEvents Button2 As Button
  147. Friend WithEvents Button1 As Button
  148. Friend WithEvents TextBox3 As TextBox
  149. Friend WithEvents TextBox2 As TextBox
  150. Friend WithEvents TextBox1 As TextBox
  151. Friend WithEvents DataGridView1 As DataGridView
  152. Friend WithEvents Label12 As Label
  153. Friend WithEvents WebBrowser1 As WebBrowser
  154. Friend WithEvents TextBox4 As TextBox
  155. End Class