購物車.Designer.vb 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  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.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(購物車))
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.Label3 = New System.Windows.Forms.Label()
  28. Me.Label4 = New System.Windows.Forms.Label()
  29. Me.Label5 = New System.Windows.Forms.Label()
  30. Me.Label6 = New System.Windows.Forms.Label()
  31. Me.Label7 = New System.Windows.Forms.Label()
  32. Me.Label8 = New System.Windows.Forms.Label()
  33. Me.Label9 = New System.Windows.Forms.Label()
  34. Me.Label10 = New System.Windows.Forms.Label()
  35. Me.Label11 = New System.Windows.Forms.Label()
  36. Me.Label12 = New System.Windows.Forms.Label()
  37. Me.Label13 = New System.Windows.Forms.Label()
  38. Me.Label14 = New System.Windows.Forms.Label()
  39. Me.Label15 = New System.Windows.Forms.Label()
  40. Me.Label16 = New System.Windows.Forms.Label()
  41. Me.Label17 = New System.Windows.Forms.Label()
  42. Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
  43. Me.謎鹿DataSetBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  44. Me.Label18 = New System.Windows.Forms.Label()
  45. Me.Label19 = New System.Windows.Forms.Label()
  46. Me.Label20 = New System.Windows.Forms.Label()
  47. Me.Label21 = New System.Windows.Forms.Label()
  48. Me.Label22 = New System.Windows.Forms.Label()
  49. Me.Label23 = New System.Windows.Forms.Label()
  50. Me.Label24 = New System.Windows.Forms.Label()
  51. Me.Label25 = New System.Windows.Forms.Label()
  52. Me.Label26 = New System.Windows.Forms.Label()
  53. Me.Label27 = New System.Windows.Forms.Label()
  54. Me.Label28 = New System.Windows.Forms.Label()
  55. Me.Label29 = New System.Windows.Forms.Label()
  56. Me.Label30 = New System.Windows.Forms.Label()
  57. Me.Label31 = New System.Windows.Forms.Label()
  58. Me.Label32 = New System.Windows.Forms.Label()
  59. Me.Label33 = New System.Windows.Forms.Label()
  60. Me.Label34 = New System.Windows.Forms.Label()
  61. Me.Label35 = New System.Windows.Forms.Label()
  62. Me.Label36 = New System.Windows.Forms.Label()
  63. Me.Label37 = New System.Windows.Forms.Label()
  64. Me.Label38 = New System.Windows.Forms.Label()
  65. Me.Label39 = New System.Windows.Forms.Label()
  66. Me.Label40 = New System.Windows.Forms.Label()
  67. Me.Label41 = New System.Windows.Forms.Label()
  68. Me.Label42 = New System.Windows.Forms.Label()
  69. Me.Label43 = New System.Windows.Forms.Label()
  70. Me.Label44 = New System.Windows.Forms.Label()
  71. Me.Label45 = New System.Windows.Forms.Label()
  72. Me.Label46 = New System.Windows.Forms.Label()
  73. Me.Label47 = New System.Windows.Forms.Label()
  74. Me.Label48 = New System.Windows.Forms.Label()
  75. Me.Button2 = New System.Windows.Forms.Button()
  76. Me.Label50 = New System.Windows.Forms.Label()
  77. Me.Label51 = New System.Windows.Forms.Label()
  78. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.謎鹿DataSetBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  80. Me.SuspendLayout()
  81. '
  82. 'Button1
  83. '
  84. Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  85. Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  86. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  87. Me.Button1.Location = New System.Drawing.Point(685, 399)
  88. Me.Button1.Name = "Button1"
  89. Me.Button1.Size = New System.Drawing.Size(103, 39)
  90. Me.Button1.TabIndex = 0
  91. Me.Button1.Text = "下一步"
  92. Me.Button1.UseVisualStyleBackColor = True
  93. '
  94. 'Label1
  95. '
  96. Me.Label1.AutoSize = True
  97. Me.Label1.BackColor = System.Drawing.Color.Transparent
  98. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.Label1.Location = New System.Drawing.Point(167, 100)
  100. Me.Label1.Name = "Label1"
  101. Me.Label1.Size = New System.Drawing.Size(48, 24)
  102. Me.Label1.TabIndex = 1
  103. Me.Label1.Text = "耳環"
  104. '
  105. 'Label2
  106. '
  107. Me.Label2.AutoSize = True
  108. Me.Label2.BackColor = System.Drawing.Color.Transparent
  109. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.Label2.Location = New System.Drawing.Point(167, 185)
  111. Me.Label2.Name = "Label2"
  112. Me.Label2.Size = New System.Drawing.Size(48, 24)
  113. Me.Label2.TabIndex = 2
  114. Me.Label2.Text = "吊飾"
  115. '
  116. 'Label3
  117. '
  118. Me.Label3.AutoSize = True
  119. Me.Label3.BackColor = System.Drawing.Color.Transparent
  120. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. Me.Label3.Location = New System.Drawing.Point(148, 266)
  122. Me.Label3.Name = "Label3"
  123. Me.Label3.Size = New System.Drawing.Size(67, 24)
  124. Me.Label3.TabIndex = 3
  125. Me.Label3.Text = "指甲油"
  126. '
  127. 'Label4
  128. '
  129. Me.Label4.AutoSize = True
  130. Me.Label4.BackColor = System.Drawing.Color.Transparent
  131. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  132. Me.Label4.Location = New System.Drawing.Point(148, 352)
  133. Me.Label4.Name = "Label4"
  134. Me.Label4.Size = New System.Drawing.Size(67, 24)
  135. Me.Label4.TabIndex = 4
  136. Me.Label4.Text = "便籤夾"
  137. '
  138. 'Label5
  139. '
  140. Me.Label5.AutoSize = True
  141. Me.Label5.BackColor = System.Drawing.Color.Transparent
  142. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.Label5.Location = New System.Drawing.Point(129, 385)
  144. Me.Label5.Name = "Label5"
  145. Me.Label5.Size = New System.Drawing.Size(86, 24)
  146. Me.Label5.TabIndex = 5
  147. Me.Label5.Text = "手工餅乾"
  148. '
  149. 'Label6
  150. '
  151. Me.Label6.AutoSize = True
  152. Me.Label6.BackColor = System.Drawing.Color.Transparent
  153. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.Label6.Location = New System.Drawing.Point(287, 101)
  155. Me.Label6.Name = "Label6"
  156. Me.Label6.Size = New System.Drawing.Size(115, 20)
  157. Me.Label6.TabIndex = 6
  158. Me.Label6.Text = "小橘花朵(純銀)"
  159. '
  160. 'Label7
  161. '
  162. Me.Label7.AutoSize = True
  163. Me.Label7.BackColor = System.Drawing.Color.Transparent
  164. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  165. Me.Label7.Location = New System.Drawing.Point(287, 121)
  166. Me.Label7.Name = "Label7"
  167. Me.Label7.Size = New System.Drawing.Size(115, 20)
  168. Me.Label7.TabIndex = 7
  169. Me.Label7.Text = "雙圓耳環(合金)"
  170. '
  171. 'Label8
  172. '
  173. Me.Label8.AutoSize = True
  174. Me.Label8.BackColor = System.Drawing.Color.Transparent
  175. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  176. Me.Label8.Location = New System.Drawing.Point(287, 141)
  177. Me.Label8.Name = "Label8"
  178. Me.Label8.Size = New System.Drawing.Size(99, 20)
  179. Me.Label8.TabIndex = 8
  180. Me.Label8.Text = "螺旋金(合金)"
  181. '
  182. 'Label9
  183. '
  184. Me.Label9.AutoSize = True
  185. Me.Label9.BackColor = System.Drawing.Color.Transparent
  186. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  187. Me.Label9.Location = New System.Drawing.Point(287, 161)
  188. Me.Label9.Name = "Label9"
  189. Me.Label9.Size = New System.Drawing.Size(83, 20)
  190. Me.Label9.TabIndex = 9
  191. Me.Label9.Text = "毛球(純銀)"
  192. '
  193. 'Label10
  194. '
  195. Me.Label10.BackColor = System.Drawing.Color.Transparent
  196. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. Me.Label10.Location = New System.Drawing.Point(411, 101)
  198. Me.Label10.Name = "Label10"
  199. Me.Label10.Size = New System.Drawing.Size(82, 20)
  200. Me.Label10.TabIndex = 10
  201. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  202. '
  203. 'Label11
  204. '
  205. Me.Label11.BackColor = System.Drawing.Color.Transparent
  206. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.Label11.Location = New System.Drawing.Point(411, 121)
  208. Me.Label11.Name = "Label11"
  209. Me.Label11.Size = New System.Drawing.Size(82, 20)
  210. Me.Label11.TabIndex = 11
  211. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  212. '
  213. 'Label12
  214. '
  215. Me.Label12.BackColor = System.Drawing.Color.Transparent
  216. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.Label12.Location = New System.Drawing.Point(411, 141)
  218. Me.Label12.Name = "Label12"
  219. Me.Label12.Size = New System.Drawing.Size(82, 20)
  220. Me.Label12.TabIndex = 12
  221. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  222. '
  223. 'Label13
  224. '
  225. Me.Label13.BackColor = System.Drawing.Color.Transparent
  226. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.Label13.Location = New System.Drawing.Point(411, 161)
  228. Me.Label13.Name = "Label13"
  229. Me.Label13.Size = New System.Drawing.Size(82, 20)
  230. Me.Label13.TabIndex = 13
  231. Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  232. '
  233. 'Label14
  234. '
  235. Me.Label14.BackColor = System.Drawing.Color.Transparent
  236. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.Label14.Location = New System.Drawing.Point(521, 100)
  238. Me.Label14.Name = "Label14"
  239. Me.Label14.Size = New System.Drawing.Size(82, 20)
  240. Me.Label14.TabIndex = 14
  241. Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  242. '
  243. 'Label15
  244. '
  245. Me.Label15.BackColor = System.Drawing.Color.Transparent
  246. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  247. Me.Label15.Location = New System.Drawing.Point(521, 121)
  248. Me.Label15.Name = "Label15"
  249. Me.Label15.Size = New System.Drawing.Size(82, 20)
  250. Me.Label15.TabIndex = 15
  251. Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  252. '
  253. 'Label16
  254. '
  255. Me.Label16.BackColor = System.Drawing.Color.Transparent
  256. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  257. Me.Label16.Location = New System.Drawing.Point(521, 141)
  258. Me.Label16.Name = "Label16"
  259. Me.Label16.Size = New System.Drawing.Size(82, 20)
  260. Me.Label16.TabIndex = 16
  261. Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  262. '
  263. 'Label17
  264. '
  265. Me.Label17.BackColor = System.Drawing.Color.Transparent
  266. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  267. Me.Label17.Location = New System.Drawing.Point(521, 161)
  268. Me.Label17.Name = "Label17"
  269. Me.Label17.Size = New System.Drawing.Size(82, 20)
  270. Me.Label17.TabIndex = 17
  271. Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  272. '
  273. '謎鹿DataSet
  274. '
  275. Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
  276. Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  277. '
  278. '謎鹿DataSetBindingSource
  279. '
  280. Me.謎鹿DataSetBindingSource.DataSource = Me.謎鹿DataSet
  281. Me.謎鹿DataSetBindingSource.Position = 0
  282. '
  283. 'Label18
  284. '
  285. Me.Label18.BackColor = System.Drawing.Color.Transparent
  286. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  287. Me.Label18.Location = New System.Drawing.Point(521, 246)
  288. Me.Label18.Name = "Label18"
  289. Me.Label18.Size = New System.Drawing.Size(82, 20)
  290. Me.Label18.TabIndex = 29
  291. Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  292. '
  293. 'Label19
  294. '
  295. Me.Label19.BackColor = System.Drawing.Color.Transparent
  296. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  297. Me.Label19.Location = New System.Drawing.Point(521, 226)
  298. Me.Label19.Name = "Label19"
  299. Me.Label19.Size = New System.Drawing.Size(82, 20)
  300. Me.Label19.TabIndex = 28
  301. Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  302. '
  303. 'Label20
  304. '
  305. Me.Label20.BackColor = System.Drawing.Color.Transparent
  306. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.Label20.Location = New System.Drawing.Point(521, 206)
  308. Me.Label20.Name = "Label20"
  309. Me.Label20.Size = New System.Drawing.Size(82, 20)
  310. Me.Label20.TabIndex = 27
  311. Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  312. '
  313. 'Label21
  314. '
  315. Me.Label21.BackColor = System.Drawing.Color.Transparent
  316. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  317. Me.Label21.Location = New System.Drawing.Point(521, 185)
  318. Me.Label21.Name = "Label21"
  319. Me.Label21.Size = New System.Drawing.Size(82, 20)
  320. Me.Label21.TabIndex = 26
  321. Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  322. '
  323. 'Label22
  324. '
  325. Me.Label22.BackColor = System.Drawing.Color.Transparent
  326. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.Label22.Location = New System.Drawing.Point(411, 244)
  328. Me.Label22.Name = "Label22"
  329. Me.Label22.Size = New System.Drawing.Size(82, 20)
  330. Me.Label22.TabIndex = 25
  331. Me.Label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  332. '
  333. 'Label23
  334. '
  335. Me.Label23.BackColor = System.Drawing.Color.Transparent
  336. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  337. Me.Label23.Location = New System.Drawing.Point(411, 224)
  338. Me.Label23.Name = "Label23"
  339. Me.Label23.Size = New System.Drawing.Size(82, 20)
  340. Me.Label23.TabIndex = 24
  341. Me.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  342. '
  343. 'Label24
  344. '
  345. Me.Label24.BackColor = System.Drawing.Color.Transparent
  346. Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  347. Me.Label24.Location = New System.Drawing.Point(411, 204)
  348. Me.Label24.Name = "Label24"
  349. Me.Label24.Size = New System.Drawing.Size(82, 20)
  350. Me.Label24.TabIndex = 23
  351. Me.Label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  352. '
  353. 'Label25
  354. '
  355. Me.Label25.BackColor = System.Drawing.Color.Transparent
  356. Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  357. Me.Label25.Location = New System.Drawing.Point(411, 184)
  358. Me.Label25.Name = "Label25"
  359. Me.Label25.Size = New System.Drawing.Size(82, 20)
  360. Me.Label25.TabIndex = 22
  361. Me.Label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  362. '
  363. 'Label26
  364. '
  365. Me.Label26.AutoSize = True
  366. Me.Label26.BackColor = System.Drawing.Color.Transparent
  367. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  368. Me.Label26.Location = New System.Drawing.Point(287, 244)
  369. Me.Label26.Name = "Label26"
  370. Me.Label26.Size = New System.Drawing.Size(73, 20)
  371. Me.Label26.TabIndex = 21
  372. Me.Label26.Text = "艷紫碎花"
  373. '
  374. 'Label27
  375. '
  376. Me.Label27.AutoSize = True
  377. Me.Label27.BackColor = System.Drawing.Color.Transparent
  378. Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  379. Me.Label27.Location = New System.Drawing.Point(287, 224)
  380. Me.Label27.Name = "Label27"
  381. Me.Label27.Size = New System.Drawing.Size(73, 20)
  382. Me.Label27.TabIndex = 20
  383. Me.Label27.Text = "柔橘碎花"
  384. '
  385. 'Label28
  386. '
  387. Me.Label28.AutoSize = True
  388. Me.Label28.BackColor = System.Drawing.Color.Transparent
  389. Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  390. Me.Label28.Location = New System.Drawing.Point(287, 204)
  391. Me.Label28.Name = "Label28"
  392. Me.Label28.Size = New System.Drawing.Size(73, 20)
  393. Me.Label28.TabIndex = 19
  394. Me.Label28.Text = "亮黃碎花"
  395. '
  396. 'Label29
  397. '
  398. Me.Label29.AutoSize = True
  399. Me.Label29.BackColor = System.Drawing.Color.Transparent
  400. Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  401. Me.Label29.Location = New System.Drawing.Point(287, 184)
  402. Me.Label29.Name = "Label29"
  403. Me.Label29.Size = New System.Drawing.Size(73, 20)
  404. Me.Label29.TabIndex = 18
  405. Me.Label29.Text = "甜粉碎花"
  406. '
  407. 'Label30
  408. '
  409. Me.Label30.BackColor = System.Drawing.Color.Transparent
  410. Me.Label30.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.Label30.Location = New System.Drawing.Point(521, 327)
  412. Me.Label30.Name = "Label30"
  413. Me.Label30.Size = New System.Drawing.Size(82, 20)
  414. Me.Label30.TabIndex = 41
  415. Me.Label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  416. '
  417. 'Label31
  418. '
  419. Me.Label31.BackColor = System.Drawing.Color.Transparent
  420. Me.Label31.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  421. Me.Label31.Location = New System.Drawing.Point(521, 307)
  422. Me.Label31.Name = "Label31"
  423. Me.Label31.Size = New System.Drawing.Size(82, 20)
  424. Me.Label31.TabIndex = 40
  425. Me.Label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  426. '
  427. 'Label32
  428. '
  429. Me.Label32.BackColor = System.Drawing.Color.Transparent
  430. Me.Label32.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  431. Me.Label32.Location = New System.Drawing.Point(521, 287)
  432. Me.Label32.Name = "Label32"
  433. Me.Label32.Size = New System.Drawing.Size(82, 20)
  434. Me.Label32.TabIndex = 39
  435. Me.Label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  436. '
  437. 'Label33
  438. '
  439. Me.Label33.BackColor = System.Drawing.Color.Transparent
  440. Me.Label33.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  441. Me.Label33.Location = New System.Drawing.Point(521, 266)
  442. Me.Label33.Name = "Label33"
  443. Me.Label33.Size = New System.Drawing.Size(82, 20)
  444. Me.Label33.TabIndex = 38
  445. Me.Label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  446. '
  447. 'Label34
  448. '
  449. Me.Label34.BackColor = System.Drawing.Color.Transparent
  450. Me.Label34.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.Label34.Location = New System.Drawing.Point(411, 327)
  452. Me.Label34.Name = "Label34"
  453. Me.Label34.Size = New System.Drawing.Size(82, 20)
  454. Me.Label34.TabIndex = 37
  455. Me.Label34.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  456. '
  457. 'Label35
  458. '
  459. Me.Label35.BackColor = System.Drawing.Color.Transparent
  460. Me.Label35.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  461. Me.Label35.Location = New System.Drawing.Point(411, 307)
  462. Me.Label35.Name = "Label35"
  463. Me.Label35.Size = New System.Drawing.Size(82, 20)
  464. Me.Label35.TabIndex = 36
  465. Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  466. '
  467. 'Label36
  468. '
  469. Me.Label36.BackColor = System.Drawing.Color.Transparent
  470. Me.Label36.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  471. Me.Label36.Location = New System.Drawing.Point(411, 287)
  472. Me.Label36.Name = "Label36"
  473. Me.Label36.Size = New System.Drawing.Size(82, 20)
  474. Me.Label36.TabIndex = 35
  475. Me.Label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  476. '
  477. 'Label37
  478. '
  479. Me.Label37.BackColor = System.Drawing.Color.Transparent
  480. Me.Label37.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  481. Me.Label37.Location = New System.Drawing.Point(411, 267)
  482. Me.Label37.Name = "Label37"
  483. Me.Label37.Size = New System.Drawing.Size(82, 20)
  484. Me.Label37.TabIndex = 34
  485. Me.Label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  486. '
  487. 'Label38
  488. '
  489. Me.Label38.AutoSize = True
  490. Me.Label38.BackColor = System.Drawing.Color.Transparent
  491. Me.Label38.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  492. Me.Label38.Location = New System.Drawing.Point(303, 327)
  493. Me.Label38.Name = "Label38"
  494. Me.Label38.Size = New System.Drawing.Size(79, 20)
  495. Me.Label38.TabIndex = 33
  496. Me.Label38.Text = "Olive橄欖"
  497. '
  498. 'Label39
  499. '
  500. Me.Label39.AutoSize = True
  501. Me.Label39.BackColor = System.Drawing.Color.Transparent
  502. Me.Label39.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  503. Me.Label39.Location = New System.Drawing.Point(283, 307)
  504. Me.Label39.Name = "Label39"
  505. Me.Label39.Size = New System.Drawing.Size(102, 20)
  506. Me.Label39.TabIndex = 32
  507. Me.Label39.Text = "Agate紅瑪瑙"
  508. '
  509. 'Label40
  510. '
  511. Me.Label40.AutoSize = True
  512. Me.Label40.BackColor = System.Drawing.Color.Transparent
  513. Me.Label40.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  514. Me.Label40.Location = New System.Drawing.Point(303, 287)
  515. Me.Label40.Name = "Label40"
  516. Me.Label40.Size = New System.Drawing.Size(82, 20)
  517. Me.Label40.TabIndex = 31
  518. Me.Label40.Text = "Blush酡顏"
  519. '
  520. 'Label41
  521. '
  522. Me.Label41.AutoSize = True
  523. Me.Label41.BackColor = System.Drawing.Color.Transparent
  524. Me.Label41.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  525. Me.Label41.Location = New System.Drawing.Point(264, 266)
  526. Me.Label41.Name = "Label41"
  527. Me.Label41.Size = New System.Drawing.Size(129, 20)
  528. Me.Label41.TabIndex = 30
  529. Me.Label41.Text = "Sandcastles沙堡"
  530. '
  531. 'Label42
  532. '
  533. Me.Label42.AutoSize = True
  534. Me.Label42.BackColor = System.Drawing.Color.Transparent
  535. Me.Label42.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  536. Me.Label42.Location = New System.Drawing.Point(280, 352)
  537. Me.Label42.Name = "Label42"
  538. Me.Label42.Size = New System.Drawing.Size(89, 20)
  539. Me.Label42.TabIndex = 42
  540. Me.Label42.Text = "萌柴便簽夾"
  541. '
  542. 'Label43
  543. '
  544. Me.Label43.BackColor = System.Drawing.Color.Transparent
  545. Me.Label43.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  546. Me.Label43.Location = New System.Drawing.Point(521, 352)
  547. Me.Label43.Name = "Label43"
  548. Me.Label43.Size = New System.Drawing.Size(82, 20)
  549. Me.Label43.TabIndex = 44
  550. Me.Label43.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  551. '
  552. 'Label44
  553. '
  554. Me.Label44.BackColor = System.Drawing.Color.Transparent
  555. Me.Label44.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  556. Me.Label44.Location = New System.Drawing.Point(411, 352)
  557. Me.Label44.Name = "Label44"
  558. Me.Label44.Size = New System.Drawing.Size(82, 20)
  559. Me.Label44.TabIndex = 43
  560. Me.Label44.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  561. '
  562. 'Label45
  563. '
  564. Me.Label45.BackColor = System.Drawing.Color.Transparent
  565. Me.Label45.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  566. Me.Label45.Location = New System.Drawing.Point(521, 385)
  567. Me.Label45.Name = "Label45"
  568. Me.Label45.Size = New System.Drawing.Size(82, 20)
  569. Me.Label45.TabIndex = 47
  570. Me.Label45.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  571. '
  572. 'Label46
  573. '
  574. Me.Label46.BackColor = System.Drawing.Color.Transparent
  575. Me.Label46.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  576. Me.Label46.Location = New System.Drawing.Point(411, 385)
  577. Me.Label46.Name = "Label46"
  578. Me.Label46.Size = New System.Drawing.Size(82, 20)
  579. Me.Label46.TabIndex = 46
  580. Me.Label46.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  581. '
  582. 'Label47
  583. '
  584. Me.Label47.AutoSize = True
  585. Me.Label47.BackColor = System.Drawing.Color.Transparent
  586. Me.Label47.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  587. Me.Label47.Location = New System.Drawing.Point(264, 385)
  588. Me.Label47.Name = "Label47"
  589. Me.Label47.Size = New System.Drawing.Size(105, 20)
  590. Me.Label47.TabIndex = 45
  591. Me.Label47.Text = "謎鹿手工餅乾"
  592. '
  593. 'Label48
  594. '
  595. Me.Label48.BackColor = System.Drawing.Color.Transparent
  596. Me.Label48.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  597. Me.Label48.Location = New System.Drawing.Point(521, 418)
  598. Me.Label48.Name = "Label48"
  599. Me.Label48.Size = New System.Drawing.Size(82, 20)
  600. Me.Label48.TabIndex = 48
  601. Me.Label48.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  602. '
  603. 'Button2
  604. '
  605. Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  606. Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  607. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  608. Me.Button2.Location = New System.Drawing.Point(685, 343)
  609. Me.Button2.Name = "Button2"
  610. Me.Button2.Size = New System.Drawing.Size(103, 39)
  611. Me.Button2.TabIndex = 49
  612. Me.Button2.Text = "返回"
  613. Me.Button2.UseVisualStyleBackColor = True
  614. '
  615. 'Label50
  616. '
  617. Me.Label50.AutoSize = True
  618. Me.Label50.BackColor = System.Drawing.Color.Transparent
  619. Me.Label50.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  620. Me.Label50.Location = New System.Drawing.Point(312, 421)
  621. Me.Label50.Name = "Label50"
  622. Me.Label50.Size = New System.Drawing.Size(48, 24)
  623. Me.Label50.TabIndex = 52
  624. Me.Label50.Text = "運費"
  625. '
  626. 'Label51
  627. '
  628. Me.Label51.BackColor = System.Drawing.Color.Transparent
  629. Me.Label51.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  630. Me.Label51.Location = New System.Drawing.Point(355, 422)
  631. Me.Label51.Name = "Label51"
  632. Me.Label51.Size = New System.Drawing.Size(82, 20)
  633. Me.Label51.TabIndex = 53
  634. Me.Label51.Text = "50"
  635. Me.Label51.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  636. '
  637. '購物車
  638. '
  639. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  640. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  641. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  642. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  643. Me.ClientSize = New System.Drawing.Size(800, 450)
  644. Me.Controls.Add(Me.Label51)
  645. Me.Controls.Add(Me.Label50)
  646. Me.Controls.Add(Me.Button2)
  647. Me.Controls.Add(Me.Label48)
  648. Me.Controls.Add(Me.Label45)
  649. Me.Controls.Add(Me.Label46)
  650. Me.Controls.Add(Me.Label47)
  651. Me.Controls.Add(Me.Label43)
  652. Me.Controls.Add(Me.Label44)
  653. Me.Controls.Add(Me.Label42)
  654. Me.Controls.Add(Me.Label30)
  655. Me.Controls.Add(Me.Label31)
  656. Me.Controls.Add(Me.Label32)
  657. Me.Controls.Add(Me.Label33)
  658. Me.Controls.Add(Me.Label34)
  659. Me.Controls.Add(Me.Label35)
  660. Me.Controls.Add(Me.Label36)
  661. Me.Controls.Add(Me.Label37)
  662. Me.Controls.Add(Me.Label38)
  663. Me.Controls.Add(Me.Label39)
  664. Me.Controls.Add(Me.Label40)
  665. Me.Controls.Add(Me.Label41)
  666. Me.Controls.Add(Me.Label18)
  667. Me.Controls.Add(Me.Label19)
  668. Me.Controls.Add(Me.Label20)
  669. Me.Controls.Add(Me.Label21)
  670. Me.Controls.Add(Me.Label22)
  671. Me.Controls.Add(Me.Label23)
  672. Me.Controls.Add(Me.Label24)
  673. Me.Controls.Add(Me.Label25)
  674. Me.Controls.Add(Me.Label26)
  675. Me.Controls.Add(Me.Label27)
  676. Me.Controls.Add(Me.Label28)
  677. Me.Controls.Add(Me.Label29)
  678. Me.Controls.Add(Me.Label17)
  679. Me.Controls.Add(Me.Label16)
  680. Me.Controls.Add(Me.Label15)
  681. Me.Controls.Add(Me.Label14)
  682. Me.Controls.Add(Me.Label13)
  683. Me.Controls.Add(Me.Label12)
  684. Me.Controls.Add(Me.Label11)
  685. Me.Controls.Add(Me.Label10)
  686. Me.Controls.Add(Me.Label9)
  687. Me.Controls.Add(Me.Label8)
  688. Me.Controls.Add(Me.Label7)
  689. Me.Controls.Add(Me.Label6)
  690. Me.Controls.Add(Me.Label5)
  691. Me.Controls.Add(Me.Label4)
  692. Me.Controls.Add(Me.Label3)
  693. Me.Controls.Add(Me.Label2)
  694. Me.Controls.Add(Me.Label1)
  695. Me.Controls.Add(Me.Button1)
  696. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  697. Me.Name = "購物車"
  698. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  699. Me.Text = "購物車"
  700. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
  701. CType(Me.謎鹿DataSetBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  702. Me.ResumeLayout(False)
  703. Me.PerformLayout()
  704. End Sub
  705. Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
  706. Friend WithEvents 謎鹿DataSetBindingSource As BindingSource
  707. Friend WithEvents Button1 As Button
  708. Friend WithEvents Label1 As Label
  709. Friend WithEvents Label2 As Label
  710. Friend WithEvents Label3 As Label
  711. Friend WithEvents Label4 As Label
  712. Friend WithEvents Label5 As Label
  713. Friend WithEvents Label6 As Label
  714. Friend WithEvents Label7 As Label
  715. Friend WithEvents Label8 As Label
  716. Friend WithEvents Label9 As Label
  717. Friend WithEvents Label10 As Label
  718. Friend WithEvents Label11 As Label
  719. Friend WithEvents Label12 As Label
  720. Friend WithEvents Label13 As Label
  721. Friend WithEvents Label14 As Label
  722. Friend WithEvents Label15 As Label
  723. Friend WithEvents Label16 As Label
  724. Friend WithEvents Label17 As Label
  725. Friend WithEvents Label18 As Label
  726. Friend WithEvents Label19 As Label
  727. Friend WithEvents Label20 As Label
  728. Friend WithEvents Label21 As Label
  729. Friend WithEvents Label22 As Label
  730. Friend WithEvents Label23 As Label
  731. Friend WithEvents Label24 As Label
  732. Friend WithEvents Label25 As Label
  733. Friend WithEvents Label26 As Label
  734. Friend WithEvents Label27 As Label
  735. Friend WithEvents Label28 As Label
  736. Friend WithEvents Label29 As Label
  737. Friend WithEvents Label30 As Label
  738. Friend WithEvents Label31 As Label
  739. Friend WithEvents Label32 As Label
  740. Friend WithEvents Label33 As Label
  741. Friend WithEvents Label34 As Label
  742. Friend WithEvents Label35 As Label
  743. Friend WithEvents Label36 As Label
  744. Friend WithEvents Label37 As Label
  745. Friend WithEvents Label38 As Label
  746. Friend WithEvents Label39 As Label
  747. Friend WithEvents Label40 As Label
  748. Friend WithEvents Label41 As Label
  749. Friend WithEvents Label42 As Label
  750. Friend WithEvents Label43 As Label
  751. Friend WithEvents Label44 As Label
  752. Friend WithEvents Label45 As Label
  753. Friend WithEvents Label46 As Label
  754. Friend WithEvents Label47 As Label
  755. Friend WithEvents Label48 As Label
  756. Friend WithEvents Button2 As Button
  757. Friend WithEvents Label50 As Label
  758. Friend WithEvents Label51 As Label
  759. End Class