會員購買紀錄.Designer.vb 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  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.Button6 = New System.Windows.Forms.Button()
  27. Me.Button3 = New System.Windows.Forms.Button()
  28. Me.Button2 = New System.Windows.Forms.Button()
  29. Me.Button1 = New System.Windows.Forms.Button()
  30. Me.DataGridView1 = 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.訂購BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  35. Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
  36. Me.訂購TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.訂購TableAdapter()
  37. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  38. Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
  39. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  40. Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
  41. Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
  42. Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
  43. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  44. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  45. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  46. Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
  47. Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
  48. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  49. Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox()
  50. Me.搜尋 = New System.Windows.Forms.ToolStripButton()
  51. Me.Button10 = New System.Windows.Forms.Button()
  52. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.訂購BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.BindingNavigator1.SuspendLayout()
  57. Me.SuspendLayout()
  58. '
  59. 'Button5
  60. '
  61. Me.Button5.BackColor = System.Drawing.Color.DarkOrange
  62. Me.Button5.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  63. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  64. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.Button5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  66. Me.Button5.Location = New System.Drawing.Point(11, 355)
  67. Me.Button5.Margin = New System.Windows.Forms.Padding(2)
  68. Me.Button5.Name = "Button5"
  69. Me.Button5.Size = New System.Drawing.Size(137, 32)
  70. Me.Button5.TabIndex = 80
  71. Me.Button5.Text = "會員購買紀錄"
  72. Me.Button5.UseVisualStyleBackColor = False
  73. '
  74. 'Button4
  75. '
  76. Me.Button4.BackColor = System.Drawing.Color.SandyBrown
  77. Me.Button4.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  78. Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  79. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.Button4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  81. Me.Button4.Location = New System.Drawing.Point(11, 300)
  82. Me.Button4.Margin = New System.Windows.Forms.Padding(2)
  83. Me.Button4.Name = "Button4"
  84. Me.Button4.Size = New System.Drawing.Size(137, 32)
  85. Me.Button4.TabIndex = 79
  86. Me.Button4.Text = "商品銷售紀錄"
  87. Me.Button4.UseVisualStyleBackColor = False
  88. '
  89. 'Button6
  90. '
  91. Me.Button6.BackColor = System.Drawing.Color.SandyBrown
  92. Me.Button6.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  93. Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  94. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. Me.Button6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  96. Me.Button6.Location = New System.Drawing.Point(23, 413)
  97. Me.Button6.Margin = New System.Windows.Forms.Padding(2)
  98. Me.Button6.Name = "Button6"
  99. Me.Button6.Size = New System.Drawing.Size(112, 32)
  100. Me.Button6.TabIndex = 78
  101. Me.Button6.Text = "登入畫面"
  102. Me.Button6.UseVisualStyleBackColor = False
  103. '
  104. 'Button3
  105. '
  106. Me.Button3.BackColor = System.Drawing.Color.SandyBrown
  107. Me.Button3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  108. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  109. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.Button3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  111. Me.Button3.Location = New System.Drawing.Point(23, 247)
  112. Me.Button3.Margin = New System.Windows.Forms.Padding(2)
  113. Me.Button3.Name = "Button3"
  114. Me.Button3.Size = New System.Drawing.Size(112, 32)
  115. Me.Button3.TabIndex = 77
  116. Me.Button3.Text = "會員管理"
  117. Me.Button3.UseVisualStyleBackColor = False
  118. '
  119. 'Button2
  120. '
  121. Me.Button2.BackColor = System.Drawing.Color.SandyBrown
  122. Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  123. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  124. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.Button2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  126. Me.Button2.Location = New System.Drawing.Point(23, 191)
  127. Me.Button2.Margin = New System.Windows.Forms.Padding(2)
  128. Me.Button2.Name = "Button2"
  129. Me.Button2.Size = New System.Drawing.Size(112, 32)
  130. Me.Button2.TabIndex = 76
  131. Me.Button2.Text = "訂單"
  132. Me.Button2.UseVisualStyleBackColor = False
  133. '
  134. 'Button1
  135. '
  136. Me.Button1.BackColor = System.Drawing.Color.SandyBrown
  137. Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  138. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  139. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.Button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  141. Me.Button1.Location = New System.Drawing.Point(23, 135)
  142. Me.Button1.Margin = New System.Windows.Forms.Padding(2)
  143. Me.Button1.Name = "Button1"
  144. Me.Button1.Size = New System.Drawing.Size(112, 32)
  145. Me.Button1.TabIndex = 75
  146. Me.Button1.Text = "商品管理"
  147. Me.Button1.UseVisualStyleBackColor = False
  148. '
  149. 'DataGridView1
  150. '
  151. Me.DataGridView1.AutoGenerateColumns = False
  152. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  153. Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.會員編號DataGridViewTextBoxColumn, Me.商品編號DataGridViewTextBoxColumn, Me.訂購數量DataGridViewTextBoxColumn})
  154. Me.DataGridView1.DataSource = Me.訂購BindingSource
  155. Me.DataGridView1.Location = New System.Drawing.Point(246, 135)
  156. Me.DataGridView1.Name = "DataGridView1"
  157. Me.DataGridView1.RowTemplate.Height = 24
  158. Me.DataGridView1.Size = New System.Drawing.Size(356, 265)
  159. Me.DataGridView1.TabIndex = 81
  160. '
  161. '會員編號DataGridViewTextBoxColumn
  162. '
  163. Me.會員編號DataGridViewTextBoxColumn.DataPropertyName = "會員編號"
  164. Me.會員編號DataGridViewTextBoxColumn.HeaderText = "會員編號"
  165. Me.會員編號DataGridViewTextBoxColumn.Name = "會員編號DataGridViewTextBoxColumn"
  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. '訂購BindingSource
  180. '
  181. Me.訂購BindingSource.DataMember = "訂購"
  182. Me.訂購BindingSource.DataSource = Me.謎鹿DataSet
  183. '
  184. '謎鹿DataSet
  185. '
  186. Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
  187. Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  188. '
  189. '訂購TableAdapter
  190. '
  191. Me.訂購TableAdapter.ClearBeforeFill = True
  192. '
  193. 'BindingNavigator1
  194. '
  195. Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem
  196. Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
  197. Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem
  198. 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.搜尋})
  199. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  200. Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
  201. Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
  202. Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
  203. Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
  204. Me.BindingNavigator1.Name = "BindingNavigator1"
  205. Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
  206. Me.BindingNavigator1.Size = New System.Drawing.Size(835, 25)
  207. Me.BindingNavigator1.TabIndex = 82
  208. Me.BindingNavigator1.Text = "BindingNavigator1"
  209. '
  210. 'BindingNavigatorAddNewItem
  211. '
  212. Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  213. Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
  214. Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
  215. Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
  216. Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
  217. Me.BindingNavigatorAddNewItem.Text = "加入新的"
  218. '
  219. 'BindingNavigatorCountItem
  220. '
  221. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  222. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(27, 22)
  223. Me.BindingNavigatorCountItem.Text = "/{0}"
  224. Me.BindingNavigatorCountItem.ToolTipText = "項目總數"
  225. '
  226. 'BindingNavigatorDeleteItem
  227. '
  228. Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  229. Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
  230. Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
  231. Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
  232. Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
  233. Me.BindingNavigatorDeleteItem.Text = "刪除"
  234. '
  235. 'BindingNavigatorMoveFirstItem
  236. '
  237. Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  238. Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
  239. Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
  240. Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
  241. Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
  242. Me.BindingNavigatorMoveFirstItem.Text = "移到最前面"
  243. '
  244. 'BindingNavigatorMovePreviousItem
  245. '
  246. Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  247. Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
  248. Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
  249. Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
  250. Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
  251. Me.BindingNavigatorMovePreviousItem.Text = "移到上一個"
  252. '
  253. 'BindingNavigatorSeparator
  254. '
  255. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  256. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  257. '
  258. 'BindingNavigatorPositionItem
  259. '
  260. Me.BindingNavigatorPositionItem.AccessibleName = "位置"
  261. Me.BindingNavigatorPositionItem.AutoSize = False
  262. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  263. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  264. Me.BindingNavigatorPositionItem.Text = "0"
  265. Me.BindingNavigatorPositionItem.ToolTipText = "目前的位置"
  266. '
  267. 'BindingNavigatorSeparator1
  268. '
  269. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  270. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  271. '
  272. 'BindingNavigatorMoveNextItem
  273. '
  274. Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  275. Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
  276. Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
  277. Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
  278. Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
  279. Me.BindingNavigatorMoveNextItem.Text = "移到下一個"
  280. '
  281. 'BindingNavigatorMoveLastItem
  282. '
  283. Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  284. Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
  285. Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
  286. Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
  287. Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
  288. Me.BindingNavigatorMoveLastItem.Text = "移到最後面"
  289. '
  290. 'BindingNavigatorSeparator2
  291. '
  292. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  293. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  294. '
  295. 'ToolStripTextBox1
  296. '
  297. Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
  298. Me.ToolStripTextBox1.Size = New System.Drawing.Size(100, 25)
  299. '
  300. '搜尋
  301. '
  302. Me.搜尋.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  303. Me.搜尋.ImageTransparentColor = System.Drawing.Color.Magenta
  304. Me.搜尋.Name = "搜尋"
  305. Me.搜尋.Size = New System.Drawing.Size(35, 22)
  306. Me.搜尋.Text = "搜尋"
  307. '
  308. 'Button10
  309. '
  310. Me.Button10.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  311. Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  312. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.Button10.Location = New System.Drawing.Point(741, 40)
  314. Me.Button10.Name = "Button10"
  315. Me.Button10.Size = New System.Drawing.Size(70, 70)
  316. Me.Button10.TabIndex = 83
  317. Me.Button10.Text = "重新整理"
  318. Me.Button10.UseVisualStyleBackColor = True
  319. '
  320. '會員購買紀錄
  321. '
  322. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  323. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  324. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  325. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  326. Me.ClientSize = New System.Drawing.Size(835, 500)
  327. Me.Controls.Add(Me.Button10)
  328. Me.Controls.Add(Me.BindingNavigator1)
  329. Me.Controls.Add(Me.DataGridView1)
  330. Me.Controls.Add(Me.Button5)
  331. Me.Controls.Add(Me.Button4)
  332. Me.Controls.Add(Me.Button6)
  333. Me.Controls.Add(Me.Button3)
  334. Me.Controls.Add(Me.Button2)
  335. Me.Controls.Add(Me.Button1)
  336. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  337. Me.Name = "會員購買紀錄"
  338. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  339. Me.Text = "會員購買紀錄"
  340. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  341. CType(Me.訂購BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  342. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
  343. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  344. Me.BindingNavigator1.ResumeLayout(False)
  345. Me.BindingNavigator1.PerformLayout()
  346. Me.ResumeLayout(False)
  347. Me.PerformLayout()
  348. End Sub
  349. Friend WithEvents Button5 As Button
  350. Friend WithEvents Button4 As Button
  351. Friend WithEvents Button6 As Button
  352. Friend WithEvents Button3 As Button
  353. Friend WithEvents Button2 As Button
  354. Friend WithEvents Button1 As Button
  355. Friend WithEvents DataGridView1 As DataGridView
  356. Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
  357. Friend WithEvents 訂購BindingSource As BindingSource
  358. Friend WithEvents 訂購TableAdapter As 謎鹿DataSetTableAdapters.訂購TableAdapter
  359. Friend WithEvents 會員編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  360. Friend WithEvents 商品編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  361. Friend WithEvents 訂購數量DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  362. Friend WithEvents BindingNavigator1 As BindingNavigator
  363. Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
  364. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  365. Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
  366. Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
  367. Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
  368. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  369. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  370. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  371. Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
  372. Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
  373. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  374. Friend WithEvents ToolStripTextBox1 As ToolStripTextBox
  375. Friend WithEvents 搜尋 As ToolStripButton
  376. Friend WithEvents Button10 As Button
  377. End Class