會員管理.Designer.vb 37 KB

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