Açıklama Yok
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 16KB

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