指甲油.Designer.vb 35 KB

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