耳環.Designer.vb 39 KB

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