暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

包裝資料圖片導入資料庫.Designer.vb 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  24. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  25. Me.查詢_bt = New System.Windows.Forms.Button()
  26. Me.項目編號_tb = New System.Windows.Forms.TextBox()
  27. Me.天盾訂單號_lb = New System.Windows.Forms.Label()
  28. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
  30. Me.TextBox7 = New System.Windows.Forms.TextBox()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  33. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  34. Me.流水號_tb = New System.Windows.Forms.TextBox()
  35. Me.確認儲存_bt = New System.Windows.Forms.Button()
  36. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  37. Me.型體號碼_tb = New System.Windows.Forms.TextBox()
  38. Me.建立季節_tb = New System.Windows.Forms.TextBox()
  39. Me.型體名稱_lb = New System.Windows.Forms.Label()
  40. Me.客戶訂單號_lb = New System.Windows.Forms.Label()
  41. Me.型體清單_dgv = New System.Windows.Forms.DataGridView()
  42. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  43. Me.Label7 = New System.Windows.Forms.Label()
  44. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  45. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  46. Me.型體名稱_tb = New System.Windows.Forms.TextBox()
  47. Me.Label1 = New System.Windows.Forms.Label()
  48. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.型體清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.SuspendLayout()
  51. '
  52. '字體_NUD
  53. '
  54. Me.字體_NUD.DecimalPlaces = 1
  55. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  56. Me.字體_NUD.Location = New System.Drawing.Point(751, 30)
  57. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  58. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  59. Me.字體_NUD.Name = "字體_NUD"
  60. Me.字體_NUD.Size = New System.Drawing.Size(38, 23)
  61. Me.字體_NUD.TabIndex = 1661
  62. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  63. '
  64. '字體大小調整_lb
  65. '
  66. Me.字體大小調整_lb.AutoSize = True
  67. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
  69. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  70. Me.字體大小調整_lb.Location = New System.Drawing.Point(693, 33)
  71. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  72. Me.字體大小調整_lb.Size = New System.Drawing.Size(60, 17)
  73. Me.字體大小調整_lb.TabIndex = 1662
  74. Me.字體大小調整_lb.Text = "字體調整"
  75. '
  76. '查詢_bt
  77. '
  78. Me.查詢_bt.ForeColor = System.Drawing.Color.Black
  79. Me.查詢_bt.Location = New System.Drawing.Point(795, 29)
  80. Me.查詢_bt.Name = "查詢_bt"
  81. Me.查詢_bt.Size = New System.Drawing.Size(149, 25)
  82. Me.查詢_bt.TabIndex = 1642
  83. Me.查詢_bt.Text = "查詢"
  84. Me.查詢_bt.UseVisualStyleBackColor = True
  85. '
  86. '項目編號_tb
  87. '
  88. Me.項目編號_tb.ForeColor = System.Drawing.Color.Black
  89. Me.項目編號_tb.Location = New System.Drawing.Point(795, 5)
  90. Me.項目編號_tb.Name = "項目編號_tb"
  91. Me.項目編號_tb.Size = New System.Drawing.Size(149, 23)
  92. Me.項目編號_tb.TabIndex = 1658
  93. '
  94. '天盾訂單號_lb
  95. '
  96. Me.天盾訂單號_lb.AutoSize = True
  97. Me.天盾訂單號_lb.Location = New System.Drawing.Point(738, 8)
  98. Me.天盾訂單號_lb.Name = "天盾訂單號_lb"
  99. Me.天盾訂單號_lb.Size = New System.Drawing.Size(56, 16)
  100. Me.天盾訂單號_lb.TabIndex = 1657
  101. Me.天盾訂單號_lb.Text = "項目編號"
  102. '
  103. 'Label5
  104. '
  105. Me.Label5.AutoSize = True
  106. Me.Label5.ForeColor = System.Drawing.Color.Red
  107. Me.Label5.Location = New System.Drawing.Point(220, 33)
  108. Me.Label5.Name = "Label5"
  109. Me.Label5.Size = New System.Drawing.Size(424, 16)
  110. Me.Label5.TabIndex = 1655
  111. Me.Label5.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  112. '
  113. '伺服器FTP文件夾_lb
  114. '
  115. Me.伺服器FTP文件夾_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  116. Me.伺服器FTP文件夾_lb.AutoSize = True
  117. Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(6, 534)
  119. Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
  120. Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(156, 24)
  121. Me.伺服器FTP文件夾_lb.TabIndex = 1653
  122. Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
  123. '
  124. 'TextBox7
  125. '
  126. Me.TextBox7.AllowDrop = True
  127. Me.TextBox7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  128. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  129. Me.TextBox7.Location = New System.Drawing.Point(1057, 4)
  130. Me.TextBox7.Multiline = True
  131. Me.TextBox7.Name = "TextBox7"
  132. Me.TextBox7.Size = New System.Drawing.Size(149, 23)
  133. Me.TextBox7.TabIndex = 1652
  134. '
  135. 'Label4
  136. '
  137. Me.Label4.AutoSize = True
  138. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Label4.Location = New System.Drawing.Point(6, 29)
  140. Me.Label4.Name = "Label4"
  141. Me.Label4.Size = New System.Drawing.Size(86, 24)
  142. Me.Label4.TabIndex = 1651
  143. Me.Label4.Text = "我的電腦"
  144. '
  145. '讀取料夾路徑_bt
  146. '
  147. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  149. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(98, 29)
  150. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  151. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  152. Me.讀取料夾路徑_bt.TabIndex = 1650
  153. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  154. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  155. '
  156. 'WebBrowser2
  157. '
  158. Me.WebBrowser2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  159. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  160. Me.WebBrowser2.Location = New System.Drawing.Point(9, 56)
  161. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  162. Me.WebBrowser2.Name = "WebBrowser2"
  163. Me.WebBrowser2.Size = New System.Drawing.Size(681, 448)
  164. Me.WebBrowser2.TabIndex = 1649
  165. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  166. '
  167. '流水號_tb
  168. '
  169. Me.流水號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  170. Me.流水號_tb.ForeColor = System.Drawing.Color.Black
  171. Me.流水號_tb.Location = New System.Drawing.Point(1057, 30)
  172. Me.流水號_tb.Name = "流水號_tb"
  173. Me.流水號_tb.Size = New System.Drawing.Size(149, 23)
  174. Me.流水號_tb.TabIndex = 1648
  175. '
  176. '確認儲存_bt
  177. '
  178. Me.確認儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.確認儲存_bt.ForeColor = System.Drawing.Color.Blue
  180. Me.確認儲存_bt.Location = New System.Drawing.Point(947, 2)
  181. Me.確認儲存_bt.Name = "確認儲存_bt"
  182. Me.確認儲存_bt.Size = New System.Drawing.Size(107, 52)
  183. Me.確認儲存_bt.TabIndex = 1645
  184. Me.確認儲存_bt.Text = "確認儲存"
  185. Me.確認儲存_bt.UseVisualStyleBackColor = True
  186. '
  187. '檔案名稱_tb
  188. '
  189. Me.檔案名稱_tb.AllowDrop = True
  190. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  191. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  192. Me.檔案名稱_tb.Location = New System.Drawing.Point(62, 507)
  193. Me.檔案名稱_tb.Multiline = True
  194. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  195. Me.檔案名稱_tb.Size = New System.Drawing.Size(628, 23)
  196. Me.檔案名稱_tb.TabIndex = 1643
  197. '
  198. '型體號碼_tb
  199. '
  200. Me.型體號碼_tb.ForeColor = System.Drawing.Color.Black
  201. Me.型體號碼_tb.Location = New System.Drawing.Point(272, 4)
  202. Me.型體號碼_tb.Name = "型體號碼_tb"
  203. Me.型體號碼_tb.Size = New System.Drawing.Size(97, 23)
  204. Me.型體號碼_tb.TabIndex = 1641
  205. '
  206. '建立季節_tb
  207. '
  208. Me.建立季節_tb.ForeColor = System.Drawing.Color.Black
  209. Me.建立季節_tb.Location = New System.Drawing.Point(62, 4)
  210. Me.建立季節_tb.Name = "建立季節_tb"
  211. Me.建立季節_tb.Size = New System.Drawing.Size(149, 23)
  212. Me.建立季節_tb.TabIndex = 1640
  213. '
  214. '型體名稱_lb
  215. '
  216. Me.型體名稱_lb.AutoSize = True
  217. Me.型體名稱_lb.Location = New System.Drawing.Point(215, 7)
  218. Me.型體名稱_lb.Name = "型體名稱_lb"
  219. Me.型體名稱_lb.Size = New System.Drawing.Size(56, 16)
  220. Me.型體名稱_lb.TabIndex = 1639
  221. Me.型體名稱_lb.Text = "型體號碼"
  222. '
  223. '客戶訂單號_lb
  224. '
  225. Me.客戶訂單號_lb.AutoSize = True
  226. Me.客戶訂單號_lb.Location = New System.Drawing.Point(6, 7)
  227. Me.客戶訂單號_lb.Name = "客戶訂單號_lb"
  228. Me.客戶訂單號_lb.Size = New System.Drawing.Size(56, 16)
  229. Me.客戶訂單號_lb.TabIndex = 1638
  230. Me.客戶訂單號_lb.Text = "建立季節"
  231. '
  232. '型體清單_dgv
  233. '
  234. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  235. Me.型體清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  236. Me.型體清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  237. Or System.Windows.Forms.AnchorStyles.Left) _
  238. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  239. Me.型體清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  240. Me.型體清單_dgv.BackgroundColor = System.Drawing.Color.White
  241. Me.型體清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  242. Me.型體清單_dgv.Location = New System.Drawing.Point(696, 56)
  243. Me.型體清單_dgv.Name = "型體清單_dgv"
  244. Me.型體清單_dgv.RowHeadersWidth = 5
  245. Me.型體清單_dgv.RowTemplate.Height = 24
  246. Me.型體清單_dgv.Size = New System.Drawing.Size(648, 641)
  247. Me.型體清單_dgv.TabIndex = 1637
  248. '
  249. 'WebBrowser1
  250. '
  251. Me.WebBrowser1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  252. Me.WebBrowser1.Location = New System.Drawing.Point(9, 561)
  253. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  254. Me.WebBrowser1.Name = "WebBrowser1"
  255. Me.WebBrowser1.Size = New System.Drawing.Size(681, 135)
  256. Me.WebBrowser1.TabIndex = 1636
  257. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  258. '
  259. 'Label7
  260. '
  261. Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  262. Me.Label7.AutoSize = True
  263. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.Label7.ForeColor = System.Drawing.Color.Red
  265. Me.Label7.Location = New System.Drawing.Point(168, 526)
  266. Me.Label7.Name = "Label7"
  267. Me.Label7.Size = New System.Drawing.Size(46, 37)
  268. Me.Label7.TabIndex = 1654
  269. Me.Label7.Text = "↓"
  270. '
  271. '檔案名稱_lb
  272. '
  273. Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  274. Me.檔案名稱_lb.AutoSize = True
  275. Me.檔案名稱_lb.Location = New System.Drawing.Point(7, 509)
  276. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  277. Me.檔案名稱_lb.Size = New System.Drawing.Size(56, 16)
  278. Me.檔案名稱_lb.TabIndex = 1644
  279. Me.檔案名稱_lb.Text = "檔案名稱"
  280. '
  281. '型體名稱_tb
  282. '
  283. Me.型體名稱_tb.ForeColor = System.Drawing.Color.Black
  284. Me.型體名稱_tb.Location = New System.Drawing.Point(429, 5)
  285. Me.型體名稱_tb.Name = "型體名稱_tb"
  286. Me.型體名稱_tb.Size = New System.Drawing.Size(307, 23)
  287. Me.型體名稱_tb.TabIndex = 1664
  288. '
  289. 'Label1
  290. '
  291. Me.Label1.AutoSize = True
  292. Me.Label1.Location = New System.Drawing.Point(373, 8)
  293. Me.Label1.Name = "Label1"
  294. Me.Label1.Size = New System.Drawing.Size(56, 16)
  295. Me.Label1.TabIndex = 1663
  296. Me.Label1.Text = "型體名稱"
  297. '
  298. '包裝資料圖片導入資料庫
  299. '
  300. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  301. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  302. Me.ClientSize = New System.Drawing.Size(1350, 701)
  303. Me.Controls.Add(Me.型體名稱_tb)
  304. Me.Controls.Add(Me.Label1)
  305. Me.Controls.Add(Me.字體_NUD)
  306. Me.Controls.Add(Me.字體大小調整_lb)
  307. Me.Controls.Add(Me.查詢_bt)
  308. Me.Controls.Add(Me.項目編號_tb)
  309. Me.Controls.Add(Me.天盾訂單號_lb)
  310. Me.Controls.Add(Me.Label5)
  311. Me.Controls.Add(Me.伺服器FTP文件夾_lb)
  312. Me.Controls.Add(Me.TextBox7)
  313. Me.Controls.Add(Me.Label4)
  314. Me.Controls.Add(Me.讀取料夾路徑_bt)
  315. Me.Controls.Add(Me.WebBrowser2)
  316. Me.Controls.Add(Me.流水號_tb)
  317. Me.Controls.Add(Me.確認儲存_bt)
  318. Me.Controls.Add(Me.檔案名稱_tb)
  319. Me.Controls.Add(Me.型體號碼_tb)
  320. Me.Controls.Add(Me.建立季節_tb)
  321. Me.Controls.Add(Me.型體名稱_lb)
  322. Me.Controls.Add(Me.客戶訂單號_lb)
  323. Me.Controls.Add(Me.型體清單_dgv)
  324. Me.Controls.Add(Me.WebBrowser1)
  325. Me.Controls.Add(Me.Label7)
  326. Me.Controls.Add(Me.檔案名稱_lb)
  327. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  328. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  329. Me.Name = "包裝資料圖片導入資料庫"
  330. Me.Text = "包裝資料圖片導入資料庫"
  331. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  332. CType(Me.型體清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  333. Me.ResumeLayout(False)
  334. Me.PerformLayout()
  335. End Sub
  336. Friend WithEvents 字體_NUD As NumericUpDown
  337. Friend WithEvents 字體大小調整_lb As Label
  338. Friend WithEvents 查詢_bt As Button
  339. Friend WithEvents 項目編號_tb As TextBox
  340. Friend WithEvents 天盾訂單號_lb As Label
  341. Friend WithEvents Label5 As Label
  342. Friend WithEvents 伺服器FTP文件夾_lb As Label
  343. Friend WithEvents TextBox7 As TextBox
  344. Friend WithEvents Label4 As Label
  345. Friend WithEvents 讀取料夾路徑_bt As Button
  346. Friend WithEvents WebBrowser2 As WebBrowser
  347. Friend WithEvents 流水號_tb As TextBox
  348. Friend WithEvents 確認儲存_bt As Button
  349. Friend WithEvents 檔案名稱_tb As TextBox
  350. Friend WithEvents 型體號碼_tb As TextBox
  351. Friend WithEvents 建立季節_tb As TextBox
  352. Friend WithEvents 型體名稱_lb As Label
  353. Friend WithEvents 客戶訂單號_lb As Label
  354. Friend WithEvents 型體清單_dgv As DataGridView
  355. Friend WithEvents WebBrowser1 As WebBrowser
  356. Friend WithEvents Label7 As Label
  357. Friend WithEvents 檔案名稱_lb As Label
  358. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  359. Friend WithEvents 型體名稱_tb As TextBox
  360. Friend WithEvents Label1 As Label
  361. End Class