訂單確認.Designer.vb 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 訂單確認
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(訂單確認))
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.Label3 = New System.Windows.Forms.Label()
  27. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  28. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  29. Me.Button2 = New System.Windows.Forms.Button()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.Button1 = New System.Windows.Forms.Button()
  32. Me.Label5 = New System.Windows.Forms.Label()
  33. Me.Label6 = New System.Windows.Forms.Label()
  34. Me.訂單DataGridView = New System.Windows.Forms.DataGridView()
  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.訂單日期DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  39. Me.會員編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  40. Me.購物車編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  41. Me.訂單BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  42. Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
  43. Me.訂單TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.訂單TableAdapter()
  44. Me.紀錄DataGridView = New System.Windows.Forms.DataGridView()
  45. Me.訂單編號DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  46. Me.商品編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  47. Me.訂購數量DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  48. Me.價錢DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  49. Me.紀錄BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  50. Me.紀錄TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.紀錄TableAdapter()
  51. Me.訂購DataGridView = New System.Windows.Forms.DataGridView()
  52. Me.會員編號DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  53. Me.商品編號DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  54. Me.訂購數量DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  55. Me.訂購BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  56. Me.訂購TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.訂購TableAdapter()
  57. Me.商品DataGridView = New System.Windows.Forms.DataGridView()
  58. Me.商品編號DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  59. Me.商品名稱DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  60. Me.庫存數量DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  61. Me.定價DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  62. Me.種類DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  63. Me.管理者編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  64. Me.商品BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  65. Me.商品TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.商品TableAdapter()
  66. CType(Me.訂單DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
  67. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  68. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  69. CType(Me.紀錄DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.紀錄BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.訂購DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.訂購BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.商品DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.商品BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  75. Me.SuspendLayout()
  76. '
  77. 'Label1
  78. '
  79. Me.Label1.BackColor = System.Drawing.Color.SeaShell
  80. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.Label1.Location = New System.Drawing.Point(161, 113)
  82. Me.Label1.Name = "Label1"
  83. Me.Label1.Size = New System.Drawing.Size(446, 189)
  84. Me.Label1.TabIndex = 2
  85. '
  86. 'Label2
  87. '
  88. Me.Label2.AutoSize = True
  89. Me.Label2.BackColor = System.Drawing.Color.SeaShell
  90. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.Label2.Location = New System.Drawing.Point(230, 164)
  92. Me.Label2.Name = "Label2"
  93. Me.Label2.Size = New System.Drawing.Size(86, 24)
  94. Me.Label2.TabIndex = 53
  95. Me.Label2.Text = "付款方式"
  96. '
  97. 'Label3
  98. '
  99. Me.Label3.AutoSize = True
  100. Me.Label3.BackColor = System.Drawing.Color.SeaShell
  101. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.Label3.Location = New System.Drawing.Point(230, 211)
  103. Me.Label3.Name = "Label3"
  104. Me.Label3.Size = New System.Drawing.Size(86, 24)
  105. Me.Label3.TabIndex = 54
  106. Me.Label3.Text = "取貨方式"
  107. '
  108. 'ComboBox1
  109. '
  110. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  111. Me.ComboBox1.FormattingEnabled = True
  112. Me.ComboBox1.Items.AddRange(New Object() {"貨到付款", "信用卡", "郵局轉帳"})
  113. Me.ComboBox1.Location = New System.Drawing.Point(374, 164)
  114. Me.ComboBox1.Name = "ComboBox1"
  115. Me.ComboBox1.Size = New System.Drawing.Size(121, 20)
  116. Me.ComboBox1.TabIndex = 55
  117. '
  118. 'ComboBox2
  119. '
  120. Me.ComboBox2.BackColor = System.Drawing.SystemColors.Window
  121. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  122. Me.ComboBox2.FormattingEnabled = True
  123. Me.ComboBox2.Items.AddRange(New Object() {"宅配到府", "超商取貨"})
  124. Me.ComboBox2.Location = New System.Drawing.Point(374, 211)
  125. Me.ComboBox2.Name = "ComboBox2"
  126. Me.ComboBox2.Size = New System.Drawing.Size(121, 20)
  127. Me.ComboBox2.TabIndex = 56
  128. '
  129. 'Button2
  130. '
  131. Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  132. Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  133. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  134. Me.Button2.Location = New System.Drawing.Point(395, 337)
  135. Me.Button2.Name = "Button2"
  136. Me.Button2.Size = New System.Drawing.Size(115, 48)
  137. Me.Button2.TabIndex = 57
  138. Me.Button2.Text = "完成購買"
  139. Me.Button2.UseVisualStyleBackColor = True
  140. '
  141. 'Label4
  142. '
  143. Me.Label4.AutoSize = True
  144. Me.Label4.BackColor = System.Drawing.Color.SeaShell
  145. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  146. Me.Label4.Location = New System.Drawing.Point(163, 117)
  147. Me.Label4.Name = "Label4"
  148. Me.Label4.Size = New System.Drawing.Size(110, 31)
  149. Me.Label4.TabIndex = 58
  150. Me.Label4.Text = "付款取貨"
  151. '
  152. 'Button1
  153. '
  154. Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  155. Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  156. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  157. Me.Button1.Location = New System.Drawing.Point(247, 337)
  158. Me.Button1.Name = "Button1"
  159. Me.Button1.Size = New System.Drawing.Size(115, 48)
  160. Me.Button1.TabIndex = 59
  161. Me.Button1.Text = "上一步"
  162. Me.Button1.UseVisualStyleBackColor = True
  163. '
  164. 'Label5
  165. '
  166. Me.Label5.AutoSize = True
  167. Me.Label5.BackColor = System.Drawing.Color.SeaShell
  168. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.Label5.Location = New System.Drawing.Point(163, 256)
  170. Me.Label5.Name = "Label5"
  171. Me.Label5.Size = New System.Drawing.Size(86, 31)
  172. Me.Label5.TabIndex = 60
  173. Me.Label5.Text = "總金額"
  174. '
  175. 'Label6
  176. '
  177. Me.Label6.BackColor = System.Drawing.Color.SeaShell
  178. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.Label6.Location = New System.Drawing.Point(292, 257)
  180. Me.Label6.Name = "Label6"
  181. Me.Label6.Size = New System.Drawing.Size(86, 24)
  182. Me.Label6.TabIndex = 61
  183. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  184. '
  185. '訂單DataGridView
  186. '
  187. Me.訂單DataGridView.AutoGenerateColumns = False
  188. Me.訂單DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  189. Me.訂單DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.訂單編號DataGridViewTextBoxColumn, Me.付款方式DataGridViewTextBoxColumn, Me.取貨方式DataGridViewTextBoxColumn, Me.訂單日期DataGridViewTextBoxColumn, Me.會員編號DataGridViewTextBoxColumn, Me.購物車編號DataGridViewTextBoxColumn})
  190. Me.訂單DataGridView.DataSource = Me.訂單BindingSource
  191. Me.訂單DataGridView.Location = New System.Drawing.Point(0, 439)
  192. Me.訂單DataGridView.Name = "訂單DataGridView"
  193. Me.訂單DataGridView.RowTemplate.Height = 24
  194. Me.訂單DataGridView.Size = New System.Drawing.Size(26, 12)
  195. Me.訂單DataGridView.TabIndex = 62
  196. '
  197. '訂單編號DataGridViewTextBoxColumn
  198. '
  199. Me.訂單編號DataGridViewTextBoxColumn.DataPropertyName = "訂單編號"
  200. Me.訂單編號DataGridViewTextBoxColumn.HeaderText = "訂單編號"
  201. Me.訂單編號DataGridViewTextBoxColumn.Name = "訂單編號DataGridViewTextBoxColumn"
  202. '
  203. '付款方式DataGridViewTextBoxColumn
  204. '
  205. Me.付款方式DataGridViewTextBoxColumn.DataPropertyName = "付款方式"
  206. Me.付款方式DataGridViewTextBoxColumn.HeaderText = "付款方式"
  207. Me.付款方式DataGridViewTextBoxColumn.Name = "付款方式DataGridViewTextBoxColumn"
  208. '
  209. '取貨方式DataGridViewTextBoxColumn
  210. '
  211. Me.取貨方式DataGridViewTextBoxColumn.DataPropertyName = "取貨方式"
  212. Me.取貨方式DataGridViewTextBoxColumn.HeaderText = "取貨方式"
  213. Me.取貨方式DataGridViewTextBoxColumn.Name = "取貨方式DataGridViewTextBoxColumn"
  214. '
  215. '訂單日期DataGridViewTextBoxColumn
  216. '
  217. Me.訂單日期DataGridViewTextBoxColumn.DataPropertyName = "訂單日期"
  218. Me.訂單日期DataGridViewTextBoxColumn.HeaderText = "訂單日期"
  219. Me.訂單日期DataGridViewTextBoxColumn.Name = "訂單日期DataGridViewTextBoxColumn"
  220. '
  221. '會員編號DataGridViewTextBoxColumn
  222. '
  223. Me.會員編號DataGridViewTextBoxColumn.DataPropertyName = "會員編號"
  224. Me.會員編號DataGridViewTextBoxColumn.HeaderText = "會員編號"
  225. Me.會員編號DataGridViewTextBoxColumn.Name = "會員編號DataGridViewTextBoxColumn"
  226. '
  227. '購物車編號DataGridViewTextBoxColumn
  228. '
  229. Me.購物車編號DataGridViewTextBoxColumn.DataPropertyName = "購物車編號"
  230. Me.購物車編號DataGridViewTextBoxColumn.HeaderText = "購物車編號"
  231. Me.購物車編號DataGridViewTextBoxColumn.Name = "購物車編號DataGridViewTextBoxColumn"
  232. '
  233. '訂單BindingSource
  234. '
  235. Me.訂單BindingSource.DataMember = "訂單"
  236. Me.訂單BindingSource.DataSource = Me.謎鹿DataSet
  237. '
  238. '謎鹿DataSet
  239. '
  240. Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
  241. Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  242. '
  243. '訂單TableAdapter
  244. '
  245. Me.訂單TableAdapter.ClearBeforeFill = True
  246. '
  247. '紀錄DataGridView
  248. '
  249. Me.紀錄DataGridView.AutoGenerateColumns = False
  250. Me.紀錄DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  251. Me.紀錄DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.訂單編號DataGridViewTextBoxColumn1, Me.商品編號DataGridViewTextBoxColumn, Me.訂購數量DataGridViewTextBoxColumn, Me.價錢DataGridViewTextBoxColumn})
  252. Me.紀錄DataGridView.DataSource = Me.紀錄BindingSource
  253. Me.紀錄DataGridView.Location = New System.Drawing.Point(0, 431)
  254. Me.紀錄DataGridView.Name = "紀錄DataGridView"
  255. Me.紀錄DataGridView.RowTemplate.Height = 24
  256. Me.紀錄DataGridView.Size = New System.Drawing.Size(26, 20)
  257. Me.紀錄DataGridView.TabIndex = 63
  258. '
  259. '訂單編號DataGridViewTextBoxColumn1
  260. '
  261. Me.訂單編號DataGridViewTextBoxColumn1.DataPropertyName = "訂單編號"
  262. Me.訂單編號DataGridViewTextBoxColumn1.HeaderText = "訂單編號"
  263. Me.訂單編號DataGridViewTextBoxColumn1.Name = "訂單編號DataGridViewTextBoxColumn1"
  264. '
  265. '商品編號DataGridViewTextBoxColumn
  266. '
  267. Me.商品編號DataGridViewTextBoxColumn.DataPropertyName = "商品編號"
  268. Me.商品編號DataGridViewTextBoxColumn.HeaderText = "商品編號"
  269. Me.商品編號DataGridViewTextBoxColumn.Name = "商品編號DataGridViewTextBoxColumn"
  270. '
  271. '訂購數量DataGridViewTextBoxColumn
  272. '
  273. Me.訂購數量DataGridViewTextBoxColumn.DataPropertyName = "訂購數量"
  274. Me.訂購數量DataGridViewTextBoxColumn.HeaderText = "訂購數量"
  275. Me.訂購數量DataGridViewTextBoxColumn.Name = "訂購數量DataGridViewTextBoxColumn"
  276. '
  277. '價錢DataGridViewTextBoxColumn
  278. '
  279. Me.價錢DataGridViewTextBoxColumn.DataPropertyName = "價錢"
  280. Me.價錢DataGridViewTextBoxColumn.HeaderText = "價錢"
  281. Me.價錢DataGridViewTextBoxColumn.Name = "價錢DataGridViewTextBoxColumn"
  282. '
  283. '紀錄BindingSource
  284. '
  285. Me.紀錄BindingSource.DataMember = "紀錄"
  286. Me.紀錄BindingSource.DataSource = Me.謎鹿DataSet
  287. '
  288. '紀錄TableAdapter
  289. '
  290. Me.紀錄TableAdapter.ClearBeforeFill = True
  291. '
  292. '訂購DataGridView
  293. '
  294. Me.訂購DataGridView.AutoGenerateColumns = False
  295. Me.訂購DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  296. Me.訂購DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.會員編號DataGridViewTextBoxColumn1, Me.商品編號DataGridViewTextBoxColumn1, Me.訂購數量DataGridViewTextBoxColumn1})
  297. Me.訂購DataGridView.DataSource = Me.訂購BindingSource
  298. Me.訂購DataGridView.Location = New System.Drawing.Point(0, 427)
  299. Me.訂購DataGridView.Name = "訂購DataGridView"
  300. Me.訂購DataGridView.RowTemplate.Height = 24
  301. Me.訂購DataGridView.Size = New System.Drawing.Size(26, 24)
  302. Me.訂購DataGridView.TabIndex = 64
  303. '
  304. '會員編號DataGridViewTextBoxColumn1
  305. '
  306. Me.會員編號DataGridViewTextBoxColumn1.DataPropertyName = "會員編號"
  307. Me.會員編號DataGridViewTextBoxColumn1.HeaderText = "會員編號"
  308. Me.會員編號DataGridViewTextBoxColumn1.Name = "會員編號DataGridViewTextBoxColumn1"
  309. '
  310. '商品編號DataGridViewTextBoxColumn1
  311. '
  312. Me.商品編號DataGridViewTextBoxColumn1.DataPropertyName = "商品編號"
  313. Me.商品編號DataGridViewTextBoxColumn1.HeaderText = "商品編號"
  314. Me.商品編號DataGridViewTextBoxColumn1.Name = "商品編號DataGridViewTextBoxColumn1"
  315. '
  316. '訂購數量DataGridViewTextBoxColumn1
  317. '
  318. Me.訂購數量DataGridViewTextBoxColumn1.DataPropertyName = "訂購數量"
  319. Me.訂購數量DataGridViewTextBoxColumn1.HeaderText = "訂購數量"
  320. Me.訂購數量DataGridViewTextBoxColumn1.Name = "訂購數量DataGridViewTextBoxColumn1"
  321. '
  322. '訂購BindingSource
  323. '
  324. Me.訂購BindingSource.DataMember = "訂購"
  325. Me.訂購BindingSource.DataSource = Me.謎鹿DataSet
  326. '
  327. '訂購TableAdapter
  328. '
  329. Me.訂購TableAdapter.ClearBeforeFill = True
  330. '
  331. '商品DataGridView
  332. '
  333. Me.商品DataGridView.AutoGenerateColumns = False
  334. Me.商品DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  335. Me.商品DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.商品編號DataGridViewTextBoxColumn2, Me.商品名稱DataGridViewTextBoxColumn, Me.庫存數量DataGridViewTextBoxColumn, Me.定價DataGridViewTextBoxColumn, Me.種類DataGridViewTextBoxColumn, Me.管理者編號DataGridViewTextBoxColumn})
  336. Me.商品DataGridView.DataSource = Me.商品BindingSource
  337. Me.商品DataGridView.Location = New System.Drawing.Point(0, 425)
  338. Me.商品DataGridView.Name = "商品DataGridView"
  339. Me.商品DataGridView.RowTemplate.Height = 24
  340. Me.商品DataGridView.Size = New System.Drawing.Size(26, 26)
  341. Me.商品DataGridView.TabIndex = 65
  342. '
  343. '商品編號DataGridViewTextBoxColumn2
  344. '
  345. Me.商品編號DataGridViewTextBoxColumn2.DataPropertyName = "商品編號"
  346. Me.商品編號DataGridViewTextBoxColumn2.HeaderText = "商品編號"
  347. Me.商品編號DataGridViewTextBoxColumn2.Name = "商品編號DataGridViewTextBoxColumn2"
  348. '
  349. '商品名稱DataGridViewTextBoxColumn
  350. '
  351. Me.商品名稱DataGridViewTextBoxColumn.DataPropertyName = "商品名稱"
  352. Me.商品名稱DataGridViewTextBoxColumn.HeaderText = "商品名稱"
  353. Me.商品名稱DataGridViewTextBoxColumn.Name = "商品名稱DataGridViewTextBoxColumn"
  354. '
  355. '庫存數量DataGridViewTextBoxColumn
  356. '
  357. Me.庫存數量DataGridViewTextBoxColumn.DataPropertyName = "庫存數量"
  358. Me.庫存數量DataGridViewTextBoxColumn.HeaderText = "庫存數量"
  359. Me.庫存數量DataGridViewTextBoxColumn.Name = "庫存數量DataGridViewTextBoxColumn"
  360. '
  361. '定價DataGridViewTextBoxColumn
  362. '
  363. Me.定價DataGridViewTextBoxColumn.DataPropertyName = "定價"
  364. Me.定價DataGridViewTextBoxColumn.HeaderText = "定價"
  365. Me.定價DataGridViewTextBoxColumn.Name = "定價DataGridViewTextBoxColumn"
  366. '
  367. '種類DataGridViewTextBoxColumn
  368. '
  369. Me.種類DataGridViewTextBoxColumn.DataPropertyName = "種類"
  370. Me.種類DataGridViewTextBoxColumn.HeaderText = "種類"
  371. Me.種類DataGridViewTextBoxColumn.Name = "種類DataGridViewTextBoxColumn"
  372. '
  373. '管理者編號DataGridViewTextBoxColumn
  374. '
  375. Me.管理者編號DataGridViewTextBoxColumn.DataPropertyName = "管理者編號"
  376. Me.管理者編號DataGridViewTextBoxColumn.HeaderText = "管理者編號"
  377. Me.管理者編號DataGridViewTextBoxColumn.Name = "管理者編號DataGridViewTextBoxColumn"
  378. '
  379. '商品BindingSource
  380. '
  381. Me.商品BindingSource.DataMember = "商品"
  382. Me.商品BindingSource.DataSource = Me.謎鹿DataSet
  383. '
  384. '商品TableAdapter
  385. '
  386. Me.商品TableAdapter.ClearBeforeFill = True
  387. '
  388. '訂單確認
  389. '
  390. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  391. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  392. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  393. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  394. Me.ClientSize = New System.Drawing.Size(800, 450)
  395. Me.Controls.Add(Me.商品DataGridView)
  396. Me.Controls.Add(Me.訂購DataGridView)
  397. Me.Controls.Add(Me.紀錄DataGridView)
  398. Me.Controls.Add(Me.訂單DataGridView)
  399. Me.Controls.Add(Me.Label6)
  400. Me.Controls.Add(Me.Label5)
  401. Me.Controls.Add(Me.Button1)
  402. Me.Controls.Add(Me.Label4)
  403. Me.Controls.Add(Me.Button2)
  404. Me.Controls.Add(Me.ComboBox2)
  405. Me.Controls.Add(Me.ComboBox1)
  406. Me.Controls.Add(Me.Label3)
  407. Me.Controls.Add(Me.Label2)
  408. Me.Controls.Add(Me.Label1)
  409. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  410. Me.Name = "訂單確認"
  411. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  412. Me.Text = "訂單確認"
  413. CType(Me.訂單DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
  414. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  415. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
  416. CType(Me.紀錄DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
  417. CType(Me.紀錄BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  418. CType(Me.訂購DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
  419. CType(Me.訂購BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  420. CType(Me.商品DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
  421. CType(Me.商品BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  422. Me.ResumeLayout(False)
  423. Me.PerformLayout()
  424. End Sub
  425. Friend WithEvents Label1 As Label
  426. Friend WithEvents Label2 As Label
  427. Friend WithEvents Label3 As Label
  428. Friend WithEvents ComboBox1 As ComboBox
  429. Friend WithEvents ComboBox2 As ComboBox
  430. Friend WithEvents Button2 As Button
  431. Friend WithEvents Label4 As Label
  432. Friend WithEvents Button1 As Button
  433. Friend WithEvents Label5 As Label
  434. Friend WithEvents Label6 As Label
  435. Friend WithEvents 訂單DataGridView As DataGridView
  436. Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
  437. Friend WithEvents 訂單BindingSource As BindingSource
  438. Friend WithEvents 訂單TableAdapter As 謎鹿DataSetTableAdapters.訂單TableAdapter
  439. Friend WithEvents 訂單編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  440. Friend WithEvents 付款方式DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  441. Friend WithEvents 取貨方式DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  442. Friend WithEvents 訂單日期DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  443. Friend WithEvents 會員編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  444. Friend WithEvents 購物車編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  445. Friend WithEvents 紀錄DataGridView As DataGridView
  446. Friend WithEvents 紀錄BindingSource As BindingSource
  447. Friend WithEvents 紀錄TableAdapter As 謎鹿DataSetTableAdapters.紀錄TableAdapter
  448. Friend WithEvents 訂單編號DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  449. Friend WithEvents 商品編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  450. Friend WithEvents 訂購數量DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  451. Friend WithEvents 價錢DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  452. Friend WithEvents 訂購DataGridView As DataGridView
  453. Friend WithEvents 訂購BindingSource As BindingSource
  454. Friend WithEvents 訂購TableAdapter As 謎鹿DataSetTableAdapters.訂購TableAdapter
  455. Friend WithEvents 會員編號DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  456. Friend WithEvents 商品編號DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  457. Friend WithEvents 訂購數量DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  458. Friend WithEvents 商品DataGridView As DataGridView
  459. Friend WithEvents 商品BindingSource As BindingSource
  460. Friend WithEvents 商品TableAdapter As 謎鹿DataSetTableAdapters.商品TableAdapter
  461. Friend WithEvents 商品編號DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
  462. Friend WithEvents 商品名稱DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  463. Friend WithEvents 庫存數量DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  464. Friend WithEvents 定價DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  465. Friend WithEvents 種類DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  466. Friend WithEvents 管理者編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  467. End Class