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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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. Me.Button24 = New System.Windows.Forms.Button()
  23. Me.Label6 = New System.Windows.Forms.Label()
  24. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  25. Me.Label7 = New System.Windows.Forms.Label()
  26. Me.TextBox7 = New System.Windows.Forms.TextBox()
  27. Me.Label3 = New System.Windows.Forms.Label()
  28. Me.Button4 = New System.Windows.Forms.Button()
  29. Me.Label9 = New System.Windows.Forms.Label()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.TextBox3 = New System.Windows.Forms.TextBox()
  33. Me.TextBox2 = New System.Windows.Forms.TextBox()
  34. Me.Button3 = New System.Windows.Forms.Button()
  35. Me.Button6 = New System.Windows.Forms.Button()
  36. Me.TextBox1 = New System.Windows.Forms.TextBox()
  37. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  38. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  39. Me.Label8 = New System.Windows.Forms.Label()
  40. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  41. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  42. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  43. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'Button24
  48. '
  49. Me.Button24.ForeColor = System.Drawing.Color.Green
  50. Me.Button24.Location = New System.Drawing.Point(1775, 18)
  51. Me.Button24.Name = "Button24"
  52. Me.Button24.Size = New System.Drawing.Size(127, 54)
  53. Me.Button24.TabIndex = 591
  54. Me.Button24.Text = "圖片修改存檔"
  55. Me.Button24.UseVisualStyleBackColor = True
  56. '
  57. 'Label6
  58. '
  59. Me.Label6.AutoSize = True
  60. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. Me.Label6.Location = New System.Drawing.Point(1372, 517)
  62. Me.Label6.Name = "Label6"
  63. Me.Label6.Size = New System.Drawing.Size(156, 24)
  64. Me.Label6.TabIndex = 588
  65. Me.Label6.Text = "伺服器FTP文件夾"
  66. '
  67. 'WebBrowser2
  68. '
  69. Me.WebBrowser2.Location = New System.Drawing.Point(1372, 80)
  70. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  71. Me.WebBrowser2.Name = "WebBrowser2"
  72. Me.WebBrowser2.Size = New System.Drawing.Size(530, 420)
  73. Me.WebBrowser2.TabIndex = 587
  74. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  75. '
  76. 'Label7
  77. '
  78. Me.Label7.AutoSize = True
  79. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.Label7.ForeColor = System.Drawing.Color.Red
  81. Me.Label7.Location = New System.Drawing.Point(1618, 498)
  82. Me.Label7.Name = "Label7"
  83. Me.Label7.Size = New System.Drawing.Size(55, 45)
  84. Me.Label7.TabIndex = 589
  85. Me.Label7.Text = "↓"
  86. '
  87. 'TextBox7
  88. '
  89. Me.TextBox7.AllowDrop = True
  90. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  91. Me.TextBox7.Location = New System.Drawing.Point(1585, 50)
  92. Me.TextBox7.Multiline = True
  93. Me.TextBox7.Name = "TextBox7"
  94. Me.TextBox7.Size = New System.Drawing.Size(184, 23)
  95. Me.TextBox7.TabIndex = 585
  96. '
  97. 'Label3
  98. '
  99. Me.Label3.AutoSize = True
  100. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. Me.Label3.Location = New System.Drawing.Point(1368, 50)
  102. Me.Label3.Name = "Label3"
  103. Me.Label3.Size = New System.Drawing.Size(86, 24)
  104. Me.Label3.TabIndex = 584
  105. Me.Label3.Text = "我的電腦"
  106. '
  107. 'Button4
  108. '
  109. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.Button4.ForeColor = System.Drawing.Color.Blue
  111. Me.Button4.Location = New System.Drawing.Point(1460, 50)
  112. Me.Button4.Name = "Button4"
  113. Me.Button4.Size = New System.Drawing.Size(119, 24)
  114. Me.Button4.TabIndex = 583
  115. Me.Button4.Text = "讀取料夾路徑"
  116. Me.Button4.UseVisualStyleBackColor = True
  117. '
  118. 'Label9
  119. '
  120. Me.Label9.AutoSize = True
  121. Me.Label9.Location = New System.Drawing.Point(1373, 550)
  122. Me.Label9.Name = "Label9"
  123. Me.Label9.Size = New System.Drawing.Size(56, 16)
  124. Me.Label9.TabIndex = 582
  125. Me.Label9.Text = "檔案名稱"
  126. '
  127. 'Label1
  128. '
  129. Me.Label1.AutoSize = True
  130. Me.Label1.Location = New System.Drawing.Point(509, 53)
  131. Me.Label1.Name = "Label1"
  132. Me.Label1.Size = New System.Drawing.Size(80, 16)
  133. Me.Label1.TabIndex = 581
  134. Me.Label1.Text = "楦頭圖片編號"
  135. '
  136. 'Label2
  137. '
  138. Me.Label2.AutoSize = True
  139. Me.Label2.Location = New System.Drawing.Point(533, 22)
  140. Me.Label2.Name = "Label2"
  141. Me.Label2.Size = New System.Drawing.Size(56, 16)
  142. Me.Label2.TabIndex = 580
  143. Me.Label2.Text = "楦頭編號"
  144. '
  145. 'TextBox3
  146. '
  147. Me.TextBox3.AllowDrop = True
  148. Me.TextBox3.Location = New System.Drawing.Point(1435, 547)
  149. Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  150. Me.TextBox3.Multiline = True
  151. Me.TextBox3.Name = "TextBox3"
  152. Me.TextBox3.Size = New System.Drawing.Size(467, 23)
  153. Me.TextBox3.TabIndex = 579
  154. '
  155. 'TextBox2
  156. '
  157. Me.TextBox2.Location = New System.Drawing.Point(595, 50)
  158. Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  159. Me.TextBox2.Name = "TextBox2"
  160. Me.TextBox2.Size = New System.Drawing.Size(155, 23)
  161. Me.TextBox2.TabIndex = 578
  162. '
  163. 'Button3
  164. '
  165. Me.Button3.ForeColor = System.Drawing.Color.Blue
  166. Me.Button3.Location = New System.Drawing.Point(386, 18)
  167. Me.Button3.Name = "Button3"
  168. Me.Button3.Size = New System.Drawing.Size(117, 55)
  169. Me.Button3.TabIndex = 577
  170. Me.Button3.Text = "下載圖片"
  171. Me.Button3.UseVisualStyleBackColor = True
  172. '
  173. 'Button6
  174. '
  175. Me.Button6.ForeColor = System.Drawing.Color.Black
  176. Me.Button6.Location = New System.Drawing.Point(263, 17)
  177. Me.Button6.Name = "Button6"
  178. Me.Button6.Size = New System.Drawing.Size(117, 55)
  179. Me.Button6.TabIndex = 576
  180. Me.Button6.Text = "查詢"
  181. Me.Button6.UseVisualStyleBackColor = True
  182. '
  183. 'TextBox1
  184. '
  185. Me.TextBox1.Location = New System.Drawing.Point(595, 19)
  186. Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  187. Me.TextBox1.Name = "TextBox1"
  188. Me.TextBox1.Size = New System.Drawing.Size(155, 23)
  189. Me.TextBox1.TabIndex = 575
  190. '
  191. 'PictureBox1
  192. '
  193. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  194. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  195. Me.PictureBox1.Location = New System.Drawing.Point(263, 79)
  196. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  197. Me.PictureBox1.Name = "PictureBox1"
  198. Me.PictureBox1.Size = New System.Drawing.Size(1103, 886)
  199. Me.PictureBox1.TabIndex = 574
  200. Me.PictureBox1.TabStop = False
  201. '
  202. 'DataGridView1
  203. '
  204. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  205. Me.DataGridView1.Location = New System.Drawing.Point(12, 17)
  206. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  207. Me.DataGridView1.Name = "DataGridView1"
  208. Me.DataGridView1.RowHeadersWidth = 5
  209. Me.DataGridView1.RowTemplate.Height = 24
  210. Me.DataGridView1.Size = New System.Drawing.Size(245, 948)
  211. Me.DataGridView1.TabIndex = 573
  212. '
  213. 'Label8
  214. '
  215. Me.Label8.AutoSize = True
  216. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.Label8.ForeColor = System.Drawing.Color.Red
  218. Me.Label8.Location = New System.Drawing.Point(843, 9)
  219. Me.Label8.Name = "Label8"
  220. Me.Label8.Size = New System.Drawing.Size(533, 68)
  221. Me.Label8.TabIndex = 590
  222. Me.Label8.Text = "1、修改圖片時先將伺服器上的圖片下載到我的電腦。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、修改好圖片後再將圖片檔案重送到伺服器FTP文夾,並在將檔案拖曳到檔案名稱方格中。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、確認所選擇的楦頭編" &
  223. "號與修改好的圖片檔案名稱無誤後點擊存檔。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "4、如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  224. '
  225. 'SaveFileDialog1
  226. '
  227. Me.SaveFileDialog1.DefaultExt = "jpg"
  228. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  229. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  230. '
  231. 'WebBrowser1
  232. '
  233. Me.WebBrowser1.Location = New System.Drawing.Point(1372, 577)
  234. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  235. Me.WebBrowser1.Name = "WebBrowser1"
  236. Me.WebBrowser1.Size = New System.Drawing.Size(530, 388)
  237. Me.WebBrowser1.TabIndex = 592
  238. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  239. '
  240. '楦頭圖片資料庫
  241. '
  242. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  243. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  244. Me.ClientSize = New System.Drawing.Size(1914, 971)
  245. Me.Controls.Add(Me.WebBrowser1)
  246. Me.Controls.Add(Me.Button24)
  247. Me.Controls.Add(Me.Label6)
  248. Me.Controls.Add(Me.WebBrowser2)
  249. Me.Controls.Add(Me.Label7)
  250. Me.Controls.Add(Me.TextBox7)
  251. Me.Controls.Add(Me.Label3)
  252. Me.Controls.Add(Me.Button4)
  253. Me.Controls.Add(Me.Label9)
  254. Me.Controls.Add(Me.Label1)
  255. Me.Controls.Add(Me.Label2)
  256. Me.Controls.Add(Me.TextBox3)
  257. Me.Controls.Add(Me.TextBox2)
  258. Me.Controls.Add(Me.Button3)
  259. Me.Controls.Add(Me.Button6)
  260. Me.Controls.Add(Me.TextBox1)
  261. Me.Controls.Add(Me.PictureBox1)
  262. Me.Controls.Add(Me.DataGridView1)
  263. Me.Controls.Add(Me.Label8)
  264. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  266. Me.Name = "楦頭圖片資料庫"
  267. Me.Text = "楦頭圖片資料庫"
  268. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  269. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  270. Me.ResumeLayout(False)
  271. Me.PerformLayout()
  272. End Sub
  273. Friend WithEvents Button24 As Button
  274. Friend WithEvents Label6 As Label
  275. Friend WithEvents WebBrowser2 As WebBrowser
  276. Friend WithEvents Label7 As Label
  277. Friend WithEvents TextBox7 As TextBox
  278. Friend WithEvents Label3 As Label
  279. Friend WithEvents Button4 As Button
  280. Friend WithEvents Label9 As Label
  281. Friend WithEvents Label1 As Label
  282. Friend WithEvents Label2 As Label
  283. Friend WithEvents TextBox3 As TextBox
  284. Friend WithEvents TextBox2 As TextBox
  285. Friend WithEvents Button3 As Button
  286. Friend WithEvents Button6 As Button
  287. Friend WithEvents TextBox1 As TextBox
  288. Friend WithEvents PictureBox1 As PictureBox
  289. Friend WithEvents DataGridView1 As DataGridView
  290. Friend WithEvents Label8 As Label
  291. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  292. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  293. Friend WithEvents WebBrowser1 As WebBrowser
  294. End Class