商品管理.Designer.vb 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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 商品編號Label As System.Windows.Forms.Label
  24. Dim 商品名稱Label As System.Windows.Forms.Label
  25. Dim 庫存數量Label As System.Windows.Forms.Label
  26. Dim 定價Label As System.Windows.Forms.Label
  27. Dim 種類Label As System.Windows.Forms.Label
  28. Dim 管理者編號Label As System.Windows.Forms.Label
  29. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(商品管理))
  30. Me.商品DataGridView = New System.Windows.Forms.DataGridView()
  31. Me.商品編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  32. Me.商品名稱DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  33. Me.庫存數量DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  34. Me.定價DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  35. Me.種類DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  36. Me.管理者編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  37. Me.商品BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  38. Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
  39. Me.商品TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.商品TableAdapter()
  40. Me.訂單BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  41. Me.訂單TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.訂單TableAdapter()
  42. Me.TableAdapterManager = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.TableAdapterManager()
  43. Me.商品編號TextBox = New System.Windows.Forms.TextBox()
  44. Me.商品名稱TextBox = New System.Windows.Forms.TextBox()
  45. Me.庫存數量TextBox = New System.Windows.Forms.TextBox()
  46. Me.定價TextBox = New System.Windows.Forms.TextBox()
  47. Me.種類TextBox = New System.Windows.Forms.TextBox()
  48. Me.管理者編號TextBox = New System.Windows.Forms.TextBox()
  49. Me.Label1 = New System.Windows.Forms.Label()
  50. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  51. Me.Button8 = New System.Windows.Forms.Button()
  52. Me.Button9 = New System.Windows.Forms.Button()
  53. Me.Button7 = New System.Windows.Forms.Button()
  54. Me.Button10 = New System.Windows.Forms.Button()
  55. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  56. Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
  57. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  58. Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
  59. Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
  60. Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
  61. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  62. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  63. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  64. Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
  65. Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
  66. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  67. Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox()
  68. Me.搜尋 = New System.Windows.Forms.ToolStripButton()
  69. Me.Button5 = New System.Windows.Forms.Button()
  70. Me.Button4 = New System.Windows.Forms.Button()
  71. Me.Button6 = New System.Windows.Forms.Button()
  72. Me.Button3 = New System.Windows.Forms.Button()
  73. Me.Button2 = New System.Windows.Forms.Button()
  74. Me.Button1 = New System.Windows.Forms.Button()
  75. 商品編號Label = New System.Windows.Forms.Label()
  76. 商品名稱Label = New System.Windows.Forms.Label()
  77. 庫存數量Label = New System.Windows.Forms.Label()
  78. 定價Label = New System.Windows.Forms.Label()
  79. 種類Label = New System.Windows.Forms.Label()
  80. 管理者編號Label = New System.Windows.Forms.Label()
  81. CType(Me.商品DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.商品BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  84. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  85. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  86. Me.BindingNavigator1.SuspendLayout()
  87. Me.SuspendLayout()
  88. '
  89. '商品編號Label
  90. '
  91. 商品編號Label.AutoSize = True
  92. 商品編號Label.BackColor = System.Drawing.Color.LightSkyBlue
  93. 商品編號Label.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  94. 商品編號Label.Location = New System.Drawing.Point(194, 274)
  95. 商品編號Label.Name = "商品編號Label"
  96. 商品編號Label.Size = New System.Drawing.Size(96, 26)
  97. 商品編號Label.TabIndex = 13
  98. 商品編號Label.Text = "商品編號"
  99. '
  100. '商品名稱Label
  101. '
  102. 商品名稱Label.AutoSize = True
  103. 商品名稱Label.BackColor = System.Drawing.Color.LightSkyBlue
  104. 商品名稱Label.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. 商品名稱Label.Location = New System.Drawing.Point(194, 305)
  106. 商品名稱Label.Name = "商品名稱Label"
  107. 商品名稱Label.Size = New System.Drawing.Size(96, 26)
  108. 商品名稱Label.TabIndex = 14
  109. 商品名稱Label.Text = "商品名稱"
  110. '
  111. '庫存數量Label
  112. '
  113. 庫存數量Label.AutoSize = True
  114. 庫存數量Label.BackColor = System.Drawing.Color.LightSkyBlue
  115. 庫存數量Label.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. 庫存數量Label.Location = New System.Drawing.Point(194, 334)
  117. 庫存數量Label.Name = "庫存數量Label"
  118. 庫存數量Label.Size = New System.Drawing.Size(96, 26)
  119. 庫存數量Label.TabIndex = 15
  120. 庫存數量Label.Text = "庫存數量"
  121. '
  122. '定價Label
  123. '
  124. 定價Label.AutoSize = True
  125. 定價Label.BackColor = System.Drawing.Color.LightSkyBlue
  126. 定價Label.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. 定價Label.Location = New System.Drawing.Point(236, 363)
  128. 定價Label.Name = "定價Label"
  129. 定價Label.Size = New System.Drawing.Size(54, 26)
  130. 定價Label.TabIndex = 16
  131. 定價Label.Text = "定價"
  132. '
  133. '種類Label
  134. '
  135. 種類Label.AutoSize = True
  136. 種類Label.BackColor = System.Drawing.Color.LightSkyBlue
  137. 種類Label.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. 種類Label.Location = New System.Drawing.Point(236, 390)
  139. 種類Label.Name = "種類Label"
  140. 種類Label.Size = New System.Drawing.Size(54, 26)
  141. 種類Label.TabIndex = 17
  142. 種類Label.Text = "種類"
  143. '
  144. '管理者編號Label
  145. '
  146. 管理者編號Label.AutoSize = True
  147. 管理者編號Label.BackColor = System.Drawing.Color.LightSkyBlue
  148. 管理者編號Label.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. 管理者編號Label.Location = New System.Drawing.Point(173, 418)
  150. 管理者編號Label.Name = "管理者編號Label"
  151. 管理者編號Label.Size = New System.Drawing.Size(117, 26)
  152. 管理者編號Label.TabIndex = 18
  153. 管理者編號Label.Text = "管理者編號"
  154. '
  155. '商品DataGridView
  156. '
  157. Me.商品DataGridView.AutoGenerateColumns = False
  158. Me.商品DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  159. Me.商品DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.商品編號DataGridViewTextBoxColumn, Me.商品名稱DataGridViewTextBoxColumn, Me.庫存數量DataGridViewTextBoxColumn, Me.定價DataGridViewTextBoxColumn, Me.種類DataGridViewTextBoxColumn, Me.管理者編號DataGridViewTextBoxColumn})
  160. Me.商品DataGridView.DataSource = Me.商品BindingSource
  161. Me.商品DataGridView.Location = New System.Drawing.Point(156, 112)
  162. Me.商品DataGridView.Name = "商品DataGridView"
  163. Me.商品DataGridView.RowTemplate.Height = 24
  164. Me.商品DataGridView.Size = New System.Drawing.Size(657, 150)
  165. Me.商品DataGridView.TabIndex = 13
  166. '
  167. '商品編號DataGridViewTextBoxColumn
  168. '
  169. Me.商品編號DataGridViewTextBoxColumn.DataPropertyName = "商品編號"
  170. Me.商品編號DataGridViewTextBoxColumn.HeaderText = "商品編號"
  171. Me.商品編號DataGridViewTextBoxColumn.Name = "商品編號DataGridViewTextBoxColumn"
  172. '
  173. '商品名稱DataGridViewTextBoxColumn
  174. '
  175. Me.商品名稱DataGridViewTextBoxColumn.DataPropertyName = "商品名稱"
  176. Me.商品名稱DataGridViewTextBoxColumn.HeaderText = "商品名稱"
  177. Me.商品名稱DataGridViewTextBoxColumn.Name = "商品名稱DataGridViewTextBoxColumn"
  178. '
  179. '庫存數量DataGridViewTextBoxColumn
  180. '
  181. Me.庫存數量DataGridViewTextBoxColumn.DataPropertyName = "庫存數量"
  182. Me.庫存數量DataGridViewTextBoxColumn.HeaderText = "庫存數量"
  183. Me.庫存數量DataGridViewTextBoxColumn.Name = "庫存數量DataGridViewTextBoxColumn"
  184. '
  185. '定價DataGridViewTextBoxColumn
  186. '
  187. Me.定價DataGridViewTextBoxColumn.DataPropertyName = "定價"
  188. Me.定價DataGridViewTextBoxColumn.HeaderText = "定價"
  189. Me.定價DataGridViewTextBoxColumn.Name = "定價DataGridViewTextBoxColumn"
  190. '
  191. '種類DataGridViewTextBoxColumn
  192. '
  193. Me.種類DataGridViewTextBoxColumn.DataPropertyName = "種類"
  194. Me.種類DataGridViewTextBoxColumn.HeaderText = "種類"
  195. Me.種類DataGridViewTextBoxColumn.Name = "種類DataGridViewTextBoxColumn"
  196. '
  197. '管理者編號DataGridViewTextBoxColumn
  198. '
  199. Me.管理者編號DataGridViewTextBoxColumn.DataPropertyName = "管理者編號"
  200. Me.管理者編號DataGridViewTextBoxColumn.HeaderText = "管理者編號"
  201. Me.管理者編號DataGridViewTextBoxColumn.Name = "管理者編號DataGridViewTextBoxColumn"
  202. '
  203. '商品BindingSource
  204. '
  205. Me.商品BindingSource.DataMember = "商品"
  206. Me.商品BindingSource.DataSource = Me.謎鹿DataSet
  207. '
  208. '謎鹿DataSet
  209. '
  210. Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
  211. Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  212. '
  213. '商品TableAdapter
  214. '
  215. Me.商品TableAdapter.ClearBeforeFill = True
  216. '
  217. '訂單BindingSource
  218. '
  219. Me.訂單BindingSource.DataMember = "訂單"
  220. Me.訂單BindingSource.DataSource = Me.謎鹿DataSet
  221. '
  222. '訂單TableAdapter
  223. '
  224. Me.訂單TableAdapter.ClearBeforeFill = True
  225. '
  226. 'TableAdapterManager
  227. '
  228. Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
  229. Me.TableAdapterManager.UpdateOrder = 謎鹿進銷存系統.謎鹿DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
  230. Me.TableAdapterManager.商品TableAdapter = Me.商品TableAdapter
  231. Me.TableAdapterManager.會員TableAdapter = Nothing
  232. Me.TableAdapterManager.紀錄TableAdapter = Nothing
  233. Me.TableAdapterManager.訂單TableAdapter = Me.訂單TableAdapter
  234. Me.TableAdapterManager.訂購TableAdapter = Nothing
  235. Me.TableAdapterManager.購物車TableAdapter = Nothing
  236. '
  237. '商品編號TextBox
  238. '
  239. Me.商品編號TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.商品BindingSource, "商品編號", True))
  240. Me.商品編號TextBox.Location = New System.Drawing.Point(296, 276)
  241. Me.商品編號TextBox.Name = "商品編號TextBox"
  242. Me.商品編號TextBox.Size = New System.Drawing.Size(100, 22)
  243. Me.商品編號TextBox.TabIndex = 14
  244. '
  245. '商品名稱TextBox
  246. '
  247. Me.商品名稱TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.商品BindingSource, "商品名稱", True))
  248. Me.商品名稱TextBox.Location = New System.Drawing.Point(296, 306)
  249. Me.商品名稱TextBox.Name = "商品名稱TextBox"
  250. Me.商品名稱TextBox.Size = New System.Drawing.Size(100, 22)
  251. Me.商品名稱TextBox.TabIndex = 15
  252. '
  253. '庫存數量TextBox
  254. '
  255. Me.庫存數量TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.商品BindingSource, "庫存數量", True))
  256. Me.庫存數量TextBox.Location = New System.Drawing.Point(296, 335)
  257. Me.庫存數量TextBox.Name = "庫存數量TextBox"
  258. Me.庫存數量TextBox.Size = New System.Drawing.Size(100, 22)
  259. Me.庫存數量TextBox.TabIndex = 16
  260. '
  261. '定價TextBox
  262. '
  263. Me.定價TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.商品BindingSource, "定價", True))
  264. Me.定價TextBox.Location = New System.Drawing.Point(296, 364)
  265. Me.定價TextBox.Name = "定價TextBox"
  266. Me.定價TextBox.Size = New System.Drawing.Size(100, 22)
  267. Me.定價TextBox.TabIndex = 17
  268. '
  269. '種類TextBox
  270. '
  271. Me.種類TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.商品BindingSource, "種類", True))
  272. Me.種類TextBox.Location = New System.Drawing.Point(296, 391)
  273. Me.種類TextBox.Name = "種類TextBox"
  274. Me.種類TextBox.Size = New System.Drawing.Size(100, 22)
  275. Me.種類TextBox.TabIndex = 18
  276. '
  277. '管理者編號TextBox
  278. '
  279. Me.管理者編號TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.商品BindingSource, "管理者編號", True))
  280. Me.管理者編號TextBox.Location = New System.Drawing.Point(296, 419)
  281. Me.管理者編號TextBox.Name = "管理者編號TextBox"
  282. Me.管理者編號TextBox.Size = New System.Drawing.Size(100, 22)
  283. Me.管理者編號TextBox.TabIndex = 19
  284. '
  285. 'Label1
  286. '
  287. Me.Label1.AutoSize = True
  288. Me.Label1.BackColor = System.Drawing.Color.LightSkyBlue
  289. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  290. Me.Label1.Location = New System.Drawing.Point(152, 452)
  291. Me.Label1.Name = "Label1"
  292. Me.Label1.Size = New System.Drawing.Size(138, 26)
  293. Me.Label1.TabIndex = 44
  294. Me.Label1.Text = "商品資訊修改"
  295. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  296. '
  297. 'ComboBox1
  298. '
  299. Me.ComboBox1.DataSource = Me.商品BindingSource
  300. Me.ComboBox1.DisplayMember = "商品編號"
  301. Me.ComboBox1.FormattingEnabled = True
  302. Me.ComboBox1.Location = New System.Drawing.Point(296, 452)
  303. Me.ComboBox1.Name = "ComboBox1"
  304. Me.ComboBox1.Size = New System.Drawing.Size(121, 20)
  305. Me.ComboBox1.TabIndex = 45
  306. Me.ComboBox1.ValueMember = "商品編號"
  307. '
  308. 'Button8
  309. '
  310. Me.Button8.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.pngtree_simple_yellow_background_fluid_marble_shading_shading_background_image_40810
  311. Me.Button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  312. Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  313. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  314. Me.Button8.Location = New System.Drawing.Point(558, 276)
  315. Me.Button8.Name = "Button8"
  316. Me.Button8.Size = New System.Drawing.Size(70, 70)
  317. Me.Button8.TabIndex = 49
  318. Me.Button8.Text = "刪除"
  319. Me.Button8.UseVisualStyleBackColor = True
  320. '
  321. 'Button9
  322. '
  323. Me.Button9.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  324. Me.Button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  325. Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  326. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.Button9.Location = New System.Drawing.Point(663, 276)
  328. Me.Button9.Name = "Button9"
  329. Me.Button9.Size = New System.Drawing.Size(70, 70)
  330. Me.Button9.TabIndex = 48
  331. Me.Button9.Text = "修改"
  332. Me.Button9.UseVisualStyleBackColor = True
  333. '
  334. 'Button7
  335. '
  336. Me.Button7.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources._4863ede4_0215_403e_a854_e504c35d4509
  337. Me.Button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  338. Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  339. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  340. Me.Button7.Location = New System.Drawing.Point(448, 276)
  341. Me.Button7.Name = "Button7"
  342. Me.Button7.Size = New System.Drawing.Size(70, 70)
  343. Me.Button7.TabIndex = 47
  344. Me.Button7.Text = "新增"
  345. Me.Button7.UseVisualStyleBackColor = True
  346. '
  347. 'Button10
  348. '
  349. Me.Button10.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  350. Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  351. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.Button10.Location = New System.Drawing.Point(753, 28)
  353. Me.Button10.Name = "Button10"
  354. Me.Button10.Size = New System.Drawing.Size(70, 70)
  355. Me.Button10.TabIndex = 55
  356. Me.Button10.Text = "重新整理"
  357. Me.Button10.UseVisualStyleBackColor = True
  358. '
  359. 'BindingNavigator1
  360. '
  361. Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem
  362. Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
  363. Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem
  364. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.ToolStripTextBox1, Me.搜尋})
  365. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  366. Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
  367. Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
  368. Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
  369. Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
  370. Me.BindingNavigator1.Name = "BindingNavigator1"
  371. Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
  372. Me.BindingNavigator1.Size = New System.Drawing.Size(835, 25)
  373. Me.BindingNavigator1.TabIndex = 56
  374. Me.BindingNavigator1.Text = "BindingNavigator1"
  375. '
  376. 'BindingNavigatorAddNewItem
  377. '
  378. Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  379. Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
  380. Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
  381. Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
  382. Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
  383. Me.BindingNavigatorAddNewItem.Text = "加入新的"
  384. '
  385. 'BindingNavigatorCountItem
  386. '
  387. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  388. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(27, 22)
  389. Me.BindingNavigatorCountItem.Text = "/{0}"
  390. Me.BindingNavigatorCountItem.ToolTipText = "項目總數"
  391. '
  392. 'BindingNavigatorDeleteItem
  393. '
  394. Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  395. Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
  396. Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
  397. Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
  398. Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
  399. Me.BindingNavigatorDeleteItem.Text = "刪除"
  400. '
  401. 'BindingNavigatorMoveFirstItem
  402. '
  403. Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  404. Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
  405. Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
  406. Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
  407. Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
  408. Me.BindingNavigatorMoveFirstItem.Text = "移到最前面"
  409. '
  410. 'BindingNavigatorMovePreviousItem
  411. '
  412. Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  413. Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
  414. Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
  415. Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
  416. Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
  417. Me.BindingNavigatorMovePreviousItem.Text = "移到上一個"
  418. '
  419. 'BindingNavigatorSeparator
  420. '
  421. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  422. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  423. '
  424. 'BindingNavigatorPositionItem
  425. '
  426. Me.BindingNavigatorPositionItem.AccessibleName = "位置"
  427. Me.BindingNavigatorPositionItem.AutoSize = False
  428. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  429. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  430. Me.BindingNavigatorPositionItem.Text = "0"
  431. Me.BindingNavigatorPositionItem.ToolTipText = "目前的位置"
  432. '
  433. 'BindingNavigatorSeparator1
  434. '
  435. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  436. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  437. '
  438. 'BindingNavigatorMoveNextItem
  439. '
  440. Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  441. Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
  442. Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
  443. Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
  444. Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
  445. Me.BindingNavigatorMoveNextItem.Text = "移到下一個"
  446. '
  447. 'BindingNavigatorMoveLastItem
  448. '
  449. Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  450. Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
  451. Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
  452. Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
  453. Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
  454. Me.BindingNavigatorMoveLastItem.Text = "移到最後面"
  455. '
  456. 'BindingNavigatorSeparator2
  457. '
  458. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  459. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  460. '
  461. 'ToolStripTextBox1
  462. '
  463. Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
  464. Me.ToolStripTextBox1.Size = New System.Drawing.Size(100, 25)
  465. '
  466. '搜尋
  467. '
  468. Me.搜尋.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  469. Me.搜尋.ImageTransparentColor = System.Drawing.Color.Magenta
  470. Me.搜尋.Name = "搜尋"
  471. Me.搜尋.Size = New System.Drawing.Size(35, 22)
  472. Me.搜尋.Text = "搜尋"
  473. '
  474. 'Button5
  475. '
  476. Me.Button5.BackColor = System.Drawing.Color.SandyBrown
  477. Me.Button5.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  478. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  479. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  480. Me.Button5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  481. Me.Button5.Location = New System.Drawing.Point(11, 355)
  482. Me.Button5.Margin = New System.Windows.Forms.Padding(2)
  483. Me.Button5.Name = "Button5"
  484. Me.Button5.Size = New System.Drawing.Size(137, 32)
  485. Me.Button5.TabIndex = 62
  486. Me.Button5.Text = "會員購買紀錄"
  487. Me.Button5.UseVisualStyleBackColor = False
  488. '
  489. 'Button4
  490. '
  491. Me.Button4.BackColor = System.Drawing.Color.SandyBrown
  492. Me.Button4.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  493. Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  494. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  495. Me.Button4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  496. Me.Button4.Location = New System.Drawing.Point(11, 300)
  497. Me.Button4.Margin = New System.Windows.Forms.Padding(2)
  498. Me.Button4.Name = "Button4"
  499. Me.Button4.Size = New System.Drawing.Size(137, 32)
  500. Me.Button4.TabIndex = 61
  501. Me.Button4.Text = "商品銷售紀錄"
  502. Me.Button4.UseVisualStyleBackColor = False
  503. '
  504. 'Button6
  505. '
  506. Me.Button6.BackColor = System.Drawing.Color.SandyBrown
  507. Me.Button6.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  508. Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  509. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  510. Me.Button6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  511. Me.Button6.Location = New System.Drawing.Point(23, 413)
  512. Me.Button6.Margin = New System.Windows.Forms.Padding(2)
  513. Me.Button6.Name = "Button6"
  514. Me.Button6.Size = New System.Drawing.Size(112, 32)
  515. Me.Button6.TabIndex = 60
  516. Me.Button6.Text = "登入畫面"
  517. Me.Button6.UseVisualStyleBackColor = False
  518. '
  519. 'Button3
  520. '
  521. Me.Button3.BackColor = System.Drawing.Color.SandyBrown
  522. Me.Button3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  523. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  524. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  525. Me.Button3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  526. Me.Button3.Location = New System.Drawing.Point(23, 247)
  527. Me.Button3.Margin = New System.Windows.Forms.Padding(2)
  528. Me.Button3.Name = "Button3"
  529. Me.Button3.Size = New System.Drawing.Size(112, 32)
  530. Me.Button3.TabIndex = 59
  531. Me.Button3.Text = "會員管理"
  532. Me.Button3.UseVisualStyleBackColor = False
  533. '
  534. 'Button2
  535. '
  536. Me.Button2.BackColor = System.Drawing.Color.SandyBrown
  537. Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  538. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  539. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  540. Me.Button2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  541. Me.Button2.Location = New System.Drawing.Point(23, 191)
  542. Me.Button2.Margin = New System.Windows.Forms.Padding(2)
  543. Me.Button2.Name = "Button2"
  544. Me.Button2.Size = New System.Drawing.Size(112, 32)
  545. Me.Button2.TabIndex = 58
  546. Me.Button2.Text = "訂單"
  547. Me.Button2.UseVisualStyleBackColor = False
  548. '
  549. 'Button1
  550. '
  551. Me.Button1.BackColor = System.Drawing.Color.DarkOrange
  552. Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  553. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  554. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  555. Me.Button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  556. Me.Button1.Location = New System.Drawing.Point(23, 135)
  557. Me.Button1.Margin = New System.Windows.Forms.Padding(2)
  558. Me.Button1.Name = "Button1"
  559. Me.Button1.Size = New System.Drawing.Size(112, 32)
  560. Me.Button1.TabIndex = 57
  561. Me.Button1.Text = "商品管理"
  562. Me.Button1.UseVisualStyleBackColor = False
  563. '
  564. '商品管理
  565. '
  566. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  567. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  568. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  569. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  570. Me.ClientSize = New System.Drawing.Size(835, 491)
  571. Me.Controls.Add(Me.Button5)
  572. Me.Controls.Add(Me.Button4)
  573. Me.Controls.Add(Me.Button6)
  574. Me.Controls.Add(Me.Button3)
  575. Me.Controls.Add(Me.Button2)
  576. Me.Controls.Add(Me.Button1)
  577. Me.Controls.Add(Me.BindingNavigator1)
  578. Me.Controls.Add(Me.Button10)
  579. Me.Controls.Add(Me.Button8)
  580. Me.Controls.Add(Me.Button9)
  581. Me.Controls.Add(Me.Button7)
  582. Me.Controls.Add(Me.ComboBox1)
  583. Me.Controls.Add(Me.Label1)
  584. Me.Controls.Add(管理者編號Label)
  585. Me.Controls.Add(Me.管理者編號TextBox)
  586. Me.Controls.Add(種類Label)
  587. Me.Controls.Add(Me.種類TextBox)
  588. Me.Controls.Add(定價Label)
  589. Me.Controls.Add(Me.定價TextBox)
  590. Me.Controls.Add(庫存數量Label)
  591. Me.Controls.Add(Me.庫存數量TextBox)
  592. Me.Controls.Add(商品名稱Label)
  593. Me.Controls.Add(Me.商品名稱TextBox)
  594. Me.Controls.Add(商品編號Label)
  595. Me.Controls.Add(Me.商品編號TextBox)
  596. Me.Controls.Add(Me.商品DataGridView)
  597. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  598. Me.Name = "商品管理"
  599. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  600. Me.Text = "商品管理"
  601. CType(Me.商品DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
  602. CType(Me.商品BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  603. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
  604. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  605. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  606. Me.BindingNavigator1.ResumeLayout(False)
  607. Me.BindingNavigator1.PerformLayout()
  608. Me.ResumeLayout(False)
  609. Me.PerformLayout()
  610. End Sub
  611. Friend WithEvents 商品DataGridView As DataGridView
  612. Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
  613. Friend WithEvents 商品BindingSource As BindingSource
  614. Friend WithEvents 商品TableAdapter As 謎鹿DataSetTableAdapters.商品TableAdapter
  615. Friend WithEvents 訂單BindingSource As BindingSource
  616. Friend WithEvents 訂單TableAdapter As 謎鹿DataSetTableAdapters.訂單TableAdapter
  617. Friend WithEvents TableAdapterManager As 謎鹿DataSetTableAdapters.TableAdapterManager
  618. Friend WithEvents 商品編號TextBox As TextBox
  619. Friend WithEvents 商品名稱TextBox As TextBox
  620. Friend WithEvents 庫存數量TextBox As TextBox
  621. Friend WithEvents 定價TextBox As TextBox
  622. Friend WithEvents 種類TextBox As TextBox
  623. Friend WithEvents 管理者編號TextBox As TextBox
  624. Friend WithEvents Label1 As Label
  625. Friend WithEvents ComboBox1 As ComboBox
  626. Friend WithEvents Button8 As Button
  627. Friend WithEvents Button9 As Button
  628. Friend WithEvents Button7 As Button
  629. Friend WithEvents Button10 As Button
  630. Friend WithEvents BindingNavigator1 As BindingNavigator
  631. Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
  632. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  633. Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
  634. Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
  635. Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
  636. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  637. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  638. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  639. Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
  640. Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
  641. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  642. Friend WithEvents ToolStripTextBox1 As ToolStripTextBox
  643. Friend WithEvents 搜尋 As ToolStripButton
  644. Friend WithEvents Button5 As Button
  645. Friend WithEvents Button4 As Button
  646. Friend WithEvents Button6 As Button
  647. Friend WithEvents Button3 As Button
  648. Friend WithEvents Button2 As Button
  649. Friend WithEvents Button1 As Button
  650. Friend WithEvents 商品編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  651. Friend WithEvents 商品名稱DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  652. Friend WithEvents 庫存數量DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  653. Friend WithEvents 定價DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  654. Friend WithEvents 種類DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  655. Friend WithEvents 管理者編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  656. End Class