Geen omschrijving
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.

原代碼存放區.Designer.vb 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 原代碼存放區
  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 DataGridViewCellStyle3 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.TextBox2 = New System.Windows.Forms.TextBox()
  27. Me.TextBox1 = New System.Windows.Forms.TextBox()
  28. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  29. Me.Label12 = New System.Windows.Forms.Label()
  30. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  31. Me.Label13 = New System.Windows.Forms.Label()
  32. Me.Button14 = New System.Windows.Forms.Button()
  33. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  34. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  35. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  36. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  37. Me.SuspendLayout()
  38. '
  39. 'Button3
  40. '
  41. Me.Button3.Location = New System.Drawing.Point(504, 7)
  42. Me.Button3.Name = "Button3"
  43. Me.Button3.Size = New System.Drawing.Size(75, 23)
  44. Me.Button3.TabIndex = 631
  45. Me.Button3.Text = "刪除"
  46. Me.Button3.UseVisualStyleBackColor = True
  47. '
  48. 'Button2
  49. '
  50. Me.Button2.Location = New System.Drawing.Point(423, 7)
  51. Me.Button2.Name = "Button2"
  52. Me.Button2.Size = New System.Drawing.Size(75, 23)
  53. Me.Button2.TabIndex = 630
  54. Me.Button2.Text = "修改"
  55. Me.Button2.UseVisualStyleBackColor = True
  56. '
  57. 'Button1
  58. '
  59. Me.Button1.Location = New System.Drawing.Point(342, 7)
  60. Me.Button1.Name = "Button1"
  61. Me.Button1.Size = New System.Drawing.Size(75, 23)
  62. Me.Button1.TabIndex = 629
  63. Me.Button1.Text = "新增"
  64. Me.Button1.UseVisualStyleBackColor = True
  65. '
  66. 'TextBox2
  67. '
  68. Me.TextBox2.Location = New System.Drawing.Point(158, 7)
  69. Me.TextBox2.Name = "TextBox2"
  70. Me.TextBox2.Size = New System.Drawing.Size(178, 23)
  71. Me.TextBox2.TabIndex = 627
  72. '
  73. 'TextBox1
  74. '
  75. Me.TextBox1.Location = New System.Drawing.Point(12, 7)
  76. Me.TextBox1.Name = "TextBox1"
  77. Me.TextBox1.Size = New System.Drawing.Size(140, 23)
  78. Me.TextBox1.TabIndex = 626
  79. '
  80. 'DataGridView1
  81. '
  82. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  83. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  84. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  85. Me.DataGridView1.Location = New System.Drawing.Point(11, 36)
  86. Me.DataGridView1.Name = "DataGridView1"
  87. Me.DataGridView1.RowHeadersWidth = 5
  88. Me.DataGridView1.RowTemplate.Height = 24
  89. Me.DataGridView1.Size = New System.Drawing.Size(325, 945)
  90. Me.DataGridView1.TabIndex = 625
  91. '
  92. 'Label12
  93. '
  94. Me.Label12.AutoSize = True
  95. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.Label12.Location = New System.Drawing.Point(1043, 49)
  97. Me.Label12.Name = "Label12"
  98. Me.Label12.Size = New System.Drawing.Size(100, 16)
  99. Me.Label12.TabIndex = 624
  100. Me.Label12.Text = "伺服器FTP文件夾"
  101. '
  102. 'WebBrowser1
  103. '
  104. Me.WebBrowser1.Location = New System.Drawing.Point(1043, 68)
  105. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  106. Me.WebBrowser1.Name = "WebBrowser1"
  107. Me.WebBrowser1.Size = New System.Drawing.Size(859, 913)
  108. Me.WebBrowser1.TabIndex = 623
  109. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  110. '
  111. 'Label13
  112. '
  113. Me.Label13.AutoSize = True
  114. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. Me.Label13.Location = New System.Drawing.Point(339, 42)
  116. Me.Label13.Name = "Label13"
  117. Me.Label13.Size = New System.Drawing.Size(56, 16)
  118. Me.Label13.TabIndex = 634
  119. Me.Label13.Text = "我的電腦"
  120. '
  121. 'Button14
  122. '
  123. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.Button14.ForeColor = System.Drawing.Color.Blue
  125. Me.Button14.Location = New System.Drawing.Point(401, 38)
  126. Me.Button14.Name = "Button14"
  127. Me.Button14.Size = New System.Drawing.Size(97, 24)
  128. Me.Button14.TabIndex = 633
  129. Me.Button14.Text = "讀取料夾路徑"
  130. Me.Button14.UseVisualStyleBackColor = True
  131. '
  132. 'WebBrowser2
  133. '
  134. Me.WebBrowser2.Location = New System.Drawing.Point(342, 68)
  135. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  136. Me.WebBrowser2.Name = "WebBrowser2"
  137. Me.WebBrowser2.Size = New System.Drawing.Size(695, 911)
  138. Me.WebBrowser2.TabIndex = 632
  139. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  140. '
  141. 'SaveFileDialog1
  142. '
  143. Me.SaveFileDialog1.DefaultExt = "jpg"
  144. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  145. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  146. '
  147. '原代碼存放區
  148. '
  149. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  150. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  151. Me.ClientSize = New System.Drawing.Size(1914, 991)
  152. Me.Controls.Add(Me.Label13)
  153. Me.Controls.Add(Me.Button14)
  154. Me.Controls.Add(Me.WebBrowser2)
  155. Me.Controls.Add(Me.Button3)
  156. Me.Controls.Add(Me.Button2)
  157. Me.Controls.Add(Me.Button1)
  158. Me.Controls.Add(Me.TextBox2)
  159. Me.Controls.Add(Me.TextBox1)
  160. Me.Controls.Add(Me.DataGridView1)
  161. Me.Controls.Add(Me.Label12)
  162. Me.Controls.Add(Me.WebBrowser1)
  163. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  165. Me.Name = "原代碼存放區"
  166. Me.Text = "原代碼存放區"
  167. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  168. Me.ResumeLayout(False)
  169. Me.PerformLayout()
  170. End Sub
  171. Friend WithEvents Button3 As Button
  172. Friend WithEvents Button2 As Button
  173. Friend WithEvents Button1 As Button
  174. Friend WithEvents TextBox2 As TextBox
  175. Friend WithEvents TextBox1 As TextBox
  176. Friend WithEvents DataGridView1 As DataGridView
  177. Friend WithEvents Label12 As Label
  178. Friend WithEvents WebBrowser1 As WebBrowser
  179. Friend WithEvents Label13 As Label
  180. Friend WithEvents Button14 As Button
  181. Friend WithEvents WebBrowser2 As WebBrowser
  182. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  183. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  184. End Class