Sin descripción
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 21KB

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