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

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