Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

鞋型圖片導入資料庫.Designer.vb 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.文字提示_lb = New System.Windows.Forms.Label()
  27. Me.TextBox7 = New System.Windows.Forms.TextBox()
  28. Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
  29. Me.我的電腦_lb = New System.Windows.Forms.Label()
  30. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  31. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  32. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  33. Me.文字提示1_lb = New System.Windows.Forms.Label()
  34. Me.形體名稱1_lb = New System.Windows.Forms.Label()
  35. Me.形體名稱_dgv = New System.Windows.Forms.DataGridView()
  36. Me.顏色_lb = New System.Windows.Forms.Label()
  37. Me.形體號碼_dgv = New System.Windows.Forms.DataGridView()
  38. Me.形體號碼1_lb = New System.Windows.Forms.Label()
  39. Me.客戶_dgv = New System.Windows.Forms.DataGridView()
  40. Me.Color_tb = New System.Windows.Forms.TextBox()
  41. Me.形體名稱_tb = New System.Windows.Forms.TextBox()
  42. Me.形體號碼_tb = New System.Windows.Forms.TextBox()
  43. Me.圖片編號_tb = New System.Windows.Forms.TextBox()
  44. Me.確認儲存_bt = New System.Windows.Forms.Button()
  45. Me.Category_lb = New System.Windows.Forms.Label()
  46. Me.Category_cb = New System.Windows.Forms.ComboBox()
  47. Me.Color_lb = New System.Windows.Forms.Label()
  48. Me.形體號碼_lb = New System.Windows.Forms.Label()
  49. Me.形體名稱_lb = New System.Windows.Forms.Label()
  50. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  51. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  52. Me.查詢_bt = New System.Windows.Forms.Button()
  53. Me.客戶_tb = New System.Windows.Forms.TextBox()
  54. Me.客戶_lb = New System.Windows.Forms.Label()
  55. Me.客戶1_lb = New System.Windows.Forms.Label()
  56. Me.顏色_dgv = New System.Windows.Forms.DataGridView()
  57. Me.文字提示2_lb = New System.Windows.Forms.Label()
  58. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  59. CType(Me.形體名稱_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.形體號碼_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.顏色_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.SuspendLayout()
  64. '
  65. '文字提示_lb
  66. '
  67. Me.文字提示_lb.AutoSize = True
  68. Me.文字提示_lb.ForeColor = System.Drawing.Color.Red
  69. Me.文字提示_lb.Location = New System.Drawing.Point(226, 103)
  70. Me.文字提示_lb.Name = "文字提示_lb"
  71. Me.文字提示_lb.Size = New System.Drawing.Size(424, 16)
  72. Me.文字提示_lb.TabIndex = 578
  73. Me.文字提示_lb.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  74. '
  75. 'TextBox7
  76. '
  77. Me.TextBox7.AllowDrop = True
  78. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  79. Me.TextBox7.Location = New System.Drawing.Point(656, 98)
  80. Me.TextBox7.Multiline = True
  81. Me.TextBox7.Name = "TextBox7"
  82. Me.TextBox7.Size = New System.Drawing.Size(115, 23)
  83. Me.TextBox7.TabIndex = 576
  84. '
  85. '伺服器FTP文件夾_lb
  86. '
  87. Me.伺服器FTP文件夾_lb.AutoSize = True
  88. Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(9, 558)
  90. Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
  91. Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(156, 24)
  92. Me.伺服器FTP文件夾_lb.TabIndex = 575
  93. Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
  94. '
  95. '我的電腦_lb
  96. '
  97. Me.我的電腦_lb.AutoSize = True
  98. Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.我的電腦_lb.Location = New System.Drawing.Point(9, 100)
  100. Me.我的電腦_lb.Name = "我的電腦_lb"
  101. Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
  102. Me.我的電腦_lb.TabIndex = 574
  103. Me.我的電腦_lb.Text = "我的電腦"
  104. '
  105. '讀取料夾路徑_bt
  106. '
  107. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  109. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(101, 100)
  110. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  111. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  112. Me.讀取料夾路徑_bt.TabIndex = 573
  113. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  114. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  115. '
  116. 'WebBrowser2
  117. '
  118. Me.WebBrowser2.Location = New System.Drawing.Point(9, 127)
  119. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  120. Me.WebBrowser2.Name = "WebBrowser2"
  121. Me.WebBrowser2.Size = New System.Drawing.Size(1144, 394)
  122. Me.WebBrowser2.TabIndex = 572
  123. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  124. '
  125. 'WebBrowser1
  126. '
  127. Me.WebBrowser1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  128. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  129. Me.WebBrowser1.Location = New System.Drawing.Point(9, 585)
  130. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  131. Me.WebBrowser1.Name = "WebBrowser1"
  132. Me.WebBrowser1.Size = New System.Drawing.Size(1144, 380)
  133. Me.WebBrowser1.TabIndex = 571
  134. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  135. '
  136. '文字提示1_lb
  137. '
  138. Me.文字提示1_lb.AutoSize = True
  139. Me.文字提示1_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.文字提示1_lb.ForeColor = System.Drawing.Color.Red
  141. Me.文字提示1_lb.Location = New System.Drawing.Point(480, 10)
  142. Me.文字提示1_lb.Name = "文字提示1_lb"
  143. Me.文字提示1_lb.Size = New System.Drawing.Size(540, 63)
  144. Me.文字提示1_lb.TabIndex = 579
  145. Me.文字提示1_lb.Text = "1、將我的電腦內的資料拖曳到伺服器FTP文件夾。 " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、在我的電腦檔案顯示處" &
  146. "將要上傳的檔案拖曳到檔案名稱處。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、必須正確選擇Category選項,確認所有資料無誤後方可確認儲存。 "
  147. '
  148. '形體名稱1_lb
  149. '
  150. Me.形體名稱1_lb.AutoSize = True
  151. Me.形體名稱1_lb.Location = New System.Drawing.Point(1601, 41)
  152. Me.形體名稱1_lb.Name = "形體名稱1_lb"
  153. Me.形體名稱1_lb.Size = New System.Drawing.Size(56, 16)
  154. Me.形體名稱1_lb.TabIndex = 585
  155. Me.形體名稱1_lb.Text = "形體名稱"
  156. '
  157. '形體名稱_dgv
  158. '
  159. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  160. Me.形體名稱_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  161. Me.形體名稱_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  162. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  163. Me.形體名稱_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  164. Me.形體名稱_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  165. Me.形體名稱_dgv.Location = New System.Drawing.Point(1592, 59)
  166. Me.形體名稱_dgv.Name = "形體名稱_dgv"
  167. Me.形體名稱_dgv.RowHeadersWidth = 5
  168. Me.形體名稱_dgv.RowTemplate.Height = 24
  169. Me.形體名稱_dgv.Size = New System.Drawing.Size(310, 441)
  170. Me.形體名稱_dgv.TabIndex = 584
  171. '
  172. '顏色_lb
  173. '
  174. Me.顏色_lb.AutoSize = True
  175. Me.顏色_lb.Location = New System.Drawing.Point(1597, 521)
  176. Me.顏色_lb.Name = "顏色_lb"
  177. Me.顏色_lb.Size = New System.Drawing.Size(32, 16)
  178. Me.顏色_lb.TabIndex = 583
  179. Me.顏色_lb.Text = "顏色"
  180. '
  181. '形體號碼_dgv
  182. '
  183. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  184. Me.形體號碼_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  185. Me.形體號碼_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  186. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  187. Me.形體號碼_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  188. Me.形體號碼_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  189. Me.形體號碼_dgv.Location = New System.Drawing.Point(1376, 60)
  190. Me.形體號碼_dgv.Name = "形體號碼_dgv"
  191. Me.形體號碼_dgv.RowHeadersWidth = 5
  192. Me.形體號碼_dgv.RowTemplate.Height = 24
  193. Me.形體號碼_dgv.Size = New System.Drawing.Size(210, 905)
  194. Me.形體號碼_dgv.TabIndex = 582
  195. '
  196. '形體號碼1_lb
  197. '
  198. Me.形體號碼1_lb.AutoSize = True
  199. Me.形體號碼1_lb.Location = New System.Drawing.Point(1384, 41)
  200. Me.形體號碼1_lb.Name = "形體號碼1_lb"
  201. Me.形體號碼1_lb.Size = New System.Drawing.Size(56, 16)
  202. Me.形體號碼1_lb.TabIndex = 581
  203. Me.形體號碼1_lb.Text = "形體號碼"
  204. '
  205. '客戶_dgv
  206. '
  207. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  208. Me.客戶_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  209. Me.客戶_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  210. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  211. Me.客戶_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  212. Me.客戶_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  213. Me.客戶_dgv.Location = New System.Drawing.Point(1160, 60)
  214. Me.客戶_dgv.Name = "客戶_dgv"
  215. Me.客戶_dgv.RowHeadersWidth = 5
  216. Me.客戶_dgv.RowTemplate.Height = 24
  217. Me.客戶_dgv.Size = New System.Drawing.Size(210, 905)
  218. Me.客戶_dgv.TabIndex = 580
  219. '
  220. 'Color_tb
  221. '
  222. Me.Color_tb.ForeColor = System.Drawing.Color.Black
  223. Me.Color_tb.Location = New System.Drawing.Point(73, 67)
  224. Me.Color_tb.Name = "Color_tb"
  225. Me.Color_tb.Size = New System.Drawing.Size(149, 23)
  226. Me.Color_tb.TabIndex = 605
  227. '
  228. '形體名稱_tb
  229. '
  230. Me.形體名稱_tb.ForeColor = System.Drawing.Color.Black
  231. Me.形體名稱_tb.Location = New System.Drawing.Point(73, 38)
  232. Me.形體名稱_tb.Name = "形體名稱_tb"
  233. Me.形體名稱_tb.Size = New System.Drawing.Size(401, 23)
  234. Me.形體名稱_tb.TabIndex = 603
  235. '
  236. '形體號碼_tb
  237. '
  238. Me.形體號碼_tb.ForeColor = System.Drawing.Color.Black
  239. Me.形體號碼_tb.Location = New System.Drawing.Point(290, 9)
  240. Me.形體號碼_tb.Name = "形體號碼_tb"
  241. Me.形體號碼_tb.Size = New System.Drawing.Size(184, 23)
  242. Me.形體號碼_tb.TabIndex = 601
  243. '
  244. '圖片編號_tb
  245. '
  246. Me.圖片編號_tb.ForeColor = System.Drawing.Color.Black
  247. Me.圖片編號_tb.Location = New System.Drawing.Point(777, 98)
  248. Me.圖片編號_tb.Name = "圖片編號_tb"
  249. Me.圖片編號_tb.Size = New System.Drawing.Size(73, 23)
  250. Me.圖片編號_tb.TabIndex = 598
  251. '
  252. '確認儲存_bt
  253. '
  254. Me.確認儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.確認儲存_bt.ForeColor = System.Drawing.Color.Blue
  256. Me.確認儲存_bt.Location = New System.Drawing.Point(1004, 10)
  257. Me.確認儲存_bt.Name = "確認儲存_bt"
  258. Me.確認儲存_bt.Size = New System.Drawing.Size(146, 111)
  259. Me.確認儲存_bt.TabIndex = 597
  260. Me.確認儲存_bt.Text = "確認儲存"
  261. Me.確認儲存_bt.UseVisualStyleBackColor = True
  262. '
  263. 'Category_lb
  264. '
  265. Me.Category_lb.AutoSize = True
  266. Me.Category_lb.Location = New System.Drawing.Point(228, 71)
  267. Me.Category_lb.Name = "Category_lb"
  268. Me.Category_lb.Size = New System.Drawing.Size(63, 16)
  269. Me.Category_lb.TabIndex = 596
  270. Me.Category_lb.Text = "Category "
  271. '
  272. 'Category_cb
  273. '
  274. Me.Category_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  275. Me.Category_cb.FormattingEnabled = True
  276. Me.Category_cb.Items.AddRange(New Object() {"設計圖", "彩圖"})
  277. Me.Category_cb.Location = New System.Drawing.Point(297, 67)
  278. Me.Category_cb.Name = "Category_cb"
  279. Me.Category_cb.Size = New System.Drawing.Size(177, 24)
  280. Me.Category_cb.TabIndex = 595
  281. '
  282. 'Color_lb
  283. '
  284. Me.Color_lb.AutoSize = True
  285. Me.Color_lb.Location = New System.Drawing.Point(11, 71)
  286. Me.Color_lb.Name = "Color_lb"
  287. Me.Color_lb.Size = New System.Drawing.Size(39, 16)
  288. Me.Color_lb.TabIndex = 594
  289. Me.Color_lb.Text = "Color"
  290. '
  291. '形體號碼_lb
  292. '
  293. Me.形體號碼_lb.AutoSize = True
  294. Me.形體號碼_lb.Location = New System.Drawing.Point(228, 12)
  295. Me.形體號碼_lb.Name = "形體號碼_lb"
  296. Me.形體號碼_lb.Size = New System.Drawing.Size(56, 16)
  297. Me.形體號碼_lb.TabIndex = 593
  298. Me.形體號碼_lb.Text = "形體號碼"
  299. '
  300. '形體名稱_lb
  301. '
  302. Me.形體名稱_lb.AutoSize = True
  303. Me.形體名稱_lb.Location = New System.Drawing.Point(11, 42)
  304. Me.形體名稱_lb.Name = "形體名稱_lb"
  305. Me.形體名稱_lb.Size = New System.Drawing.Size(56, 16)
  306. Me.形體名稱_lb.TabIndex = 592
  307. Me.形體名稱_lb.Text = "形體名稱"
  308. '
  309. '檔案名稱_lb
  310. '
  311. Me.檔案名稱_lb.AutoSize = True
  312. Me.檔案名稱_lb.Location = New System.Drawing.Point(11, 530)
  313. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  314. Me.檔案名稱_lb.Size = New System.Drawing.Size(56, 16)
  315. Me.檔案名稱_lb.TabIndex = 591
  316. Me.檔案名稱_lb.Text = "檔案名稱"
  317. '
  318. '檔案名稱_tb
  319. '
  320. Me.檔案名稱_tb.AllowDrop = True
  321. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  322. Me.檔案名稱_tb.Location = New System.Drawing.Point(73, 527)
  323. Me.檔案名稱_tb.Multiline = True
  324. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  325. Me.檔案名稱_tb.Size = New System.Drawing.Size(401, 23)
  326. Me.檔案名稱_tb.TabIndex = 590
  327. '
  328. '查詢_bt
  329. '
  330. Me.查詢_bt.ForeColor = System.Drawing.Color.Black
  331. Me.查詢_bt.Location = New System.Drawing.Point(1635, 513)
  332. Me.查詢_bt.Name = "查詢_bt"
  333. Me.查詢_bt.Size = New System.Drawing.Size(76, 24)
  334. Me.查詢_bt.TabIndex = 589
  335. Me.查詢_bt.Text = "查詢"
  336. Me.查詢_bt.UseVisualStyleBackColor = True
  337. '
  338. '客戶_tb
  339. '
  340. Me.客戶_tb.ForeColor = System.Drawing.Color.Black
  341. Me.客戶_tb.Location = New System.Drawing.Point(73, 9)
  342. Me.客戶_tb.Name = "客戶_tb"
  343. Me.客戶_tb.Size = New System.Drawing.Size(149, 23)
  344. Me.客戶_tb.TabIndex = 615
  345. '
  346. '客戶_lb
  347. '
  348. Me.客戶_lb.AutoSize = True
  349. Me.客戶_lb.Location = New System.Drawing.Point(11, 12)
  350. Me.客戶_lb.Name = "客戶_lb"
  351. Me.客戶_lb.Size = New System.Drawing.Size(32, 16)
  352. Me.客戶_lb.TabIndex = 614
  353. Me.客戶_lb.Text = "客戶"
  354. '
  355. '客戶1_lb
  356. '
  357. Me.客戶1_lb.AutoSize = True
  358. Me.客戶1_lb.Location = New System.Drawing.Point(1168, 41)
  359. Me.客戶1_lb.Name = "客戶1_lb"
  360. Me.客戶1_lb.Size = New System.Drawing.Size(32, 16)
  361. Me.客戶1_lb.TabIndex = 617
  362. Me.客戶1_lb.Text = "客戶"
  363. '
  364. '顏色_dgv
  365. '
  366. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  367. Me.顏色_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  368. Me.顏色_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  369. Or System.Windows.Forms.AnchorStyles.Left) _
  370. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  371. Me.顏色_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  372. Me.顏色_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  373. Me.顏色_dgv.Location = New System.Drawing.Point(1592, 539)
  374. Me.顏色_dgv.Name = "顏色_dgv"
  375. Me.顏色_dgv.RowHeadersWidth = 5
  376. Me.顏色_dgv.RowTemplate.Height = 24
  377. Me.顏色_dgv.Size = New System.Drawing.Size(310, 426)
  378. Me.顏色_dgv.TabIndex = 616
  379. '
  380. '文字提示2_lb
  381. '
  382. Me.文字提示2_lb.AutoSize = True
  383. Me.文字提示2_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.文字提示2_lb.ForeColor = System.Drawing.Color.Red
  385. Me.文字提示2_lb.Location = New System.Drawing.Point(1156, 10)
  386. Me.文字提示2_lb.Name = "文字提示2_lb"
  387. Me.文字提示2_lb.Size = New System.Drawing.Size(232, 21)
  388. Me.文字提示2_lb.TabIndex = 618
  389. Me.文字提示2_lb.Text = "目前資料由-型體控制表-中取得"
  390. '
  391. '鞋型圖片導入資料庫
  392. '
  393. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  394. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  395. Me.ClientSize = New System.Drawing.Size(1914, 971)
  396. Me.Controls.Add(Me.文字提示2_lb)
  397. Me.Controls.Add(Me.客戶1_lb)
  398. Me.Controls.Add(Me.顏色_dgv)
  399. Me.Controls.Add(Me.客戶_tb)
  400. Me.Controls.Add(Me.客戶_lb)
  401. Me.Controls.Add(Me.Color_tb)
  402. Me.Controls.Add(Me.形體名稱_tb)
  403. Me.Controls.Add(Me.形體號碼_tb)
  404. Me.Controls.Add(Me.圖片編號_tb)
  405. Me.Controls.Add(Me.確認儲存_bt)
  406. Me.Controls.Add(Me.Category_lb)
  407. Me.Controls.Add(Me.Category_cb)
  408. Me.Controls.Add(Me.Color_lb)
  409. Me.Controls.Add(Me.形體號碼_lb)
  410. Me.Controls.Add(Me.形體名稱_lb)
  411. Me.Controls.Add(Me.檔案名稱_lb)
  412. Me.Controls.Add(Me.檔案名稱_tb)
  413. Me.Controls.Add(Me.查詢_bt)
  414. Me.Controls.Add(Me.形體名稱1_lb)
  415. Me.Controls.Add(Me.形體名稱_dgv)
  416. Me.Controls.Add(Me.顏色_lb)
  417. Me.Controls.Add(Me.形體號碼_dgv)
  418. Me.Controls.Add(Me.形體號碼1_lb)
  419. Me.Controls.Add(Me.客戶_dgv)
  420. Me.Controls.Add(Me.文字提示1_lb)
  421. Me.Controls.Add(Me.文字提示_lb)
  422. Me.Controls.Add(Me.TextBox7)
  423. Me.Controls.Add(Me.伺服器FTP文件夾_lb)
  424. Me.Controls.Add(Me.我的電腦_lb)
  425. Me.Controls.Add(Me.讀取料夾路徑_bt)
  426. Me.Controls.Add(Me.WebBrowser2)
  427. Me.Controls.Add(Me.WebBrowser1)
  428. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  429. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  430. Me.Name = "鞋型圖片導入資料庫"
  431. Me.Text = "鞋型圖片導入資料庫"
  432. CType(Me.形體名稱_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  433. CType(Me.形體號碼_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  434. CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  435. CType(Me.顏色_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  436. Me.ResumeLayout(False)
  437. Me.PerformLayout()
  438. End Sub
  439. Friend WithEvents 文字提示_lb As Label
  440. Friend WithEvents TextBox7 As TextBox
  441. Friend WithEvents 伺服器FTP文件夾_lb As Label
  442. Friend WithEvents 我的電腦_lb As Label
  443. Friend WithEvents 讀取料夾路徑_bt As Button
  444. Friend WithEvents WebBrowser2 As WebBrowser
  445. Friend WithEvents WebBrowser1 As WebBrowser
  446. Friend WithEvents 文字提示1_lb As Label
  447. Friend WithEvents 形體名稱1_lb As Label
  448. Friend WithEvents 形體名稱_dgv As DataGridView
  449. Friend WithEvents 顏色_lb As Label
  450. Friend WithEvents 形體號碼_dgv As DataGridView
  451. Friend WithEvents 形體號碼1_lb As Label
  452. Friend WithEvents 客戶_dgv As DataGridView
  453. Friend WithEvents Color_tb As TextBox
  454. Friend WithEvents 形體名稱_tb As TextBox
  455. Friend WithEvents 形體號碼_tb As TextBox
  456. Friend WithEvents 圖片編號_tb As TextBox
  457. Friend WithEvents 確認儲存_bt As Button
  458. Friend WithEvents Category_lb As Label
  459. Friend WithEvents Category_cb As ComboBox
  460. Friend WithEvents Color_lb As Label
  461. Friend WithEvents 形體號碼_lb As Label
  462. Friend WithEvents 形體名稱_lb As Label
  463. Friend WithEvents 檔案名稱_lb As Label
  464. Friend WithEvents 檔案名稱_tb As TextBox
  465. Friend WithEvents 查詢_bt As Button
  466. Friend WithEvents 客戶_tb As TextBox
  467. Friend WithEvents 客戶_lb As Label
  468. Friend WithEvents 客戶1_lb As Label
  469. Friend WithEvents 顏色_dgv As DataGridView
  470. Friend WithEvents 文字提示2_lb As Label
  471. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  472. End Class