訂單管理.Designer.vb 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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.Button6 = New System.Windows.Forms.Button()
  25. Me.Button3 = New System.Windows.Forms.Button()
  26. Me.Button2 = New System.Windows.Forms.Button()
  27. Me.Button1 = New System.Windows.Forms.Button()
  28. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  29. Me.訂單編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  30. Me.付款方式DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
  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.訂單BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  36. Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
  37. Me.訂單TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.訂單TableAdapter()
  38. Me.TableAdapterManager = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.TableAdapterManager()
  39. Me.Button4 = New System.Windows.Forms.Button()
  40. Me.Button5 = New System.Windows.Forms.Button()
  41. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.SuspendLayout()
  45. '
  46. 'Button6
  47. '
  48. Me.Button6.BackColor = System.Drawing.Color.SandyBrown
  49. Me.Button6.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  50. Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  51. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.Button6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  53. Me.Button6.Location = New System.Drawing.Point(23, 413)
  54. Me.Button6.Margin = New System.Windows.Forms.Padding(2)
  55. Me.Button6.Name = "Button6"
  56. Me.Button6.Size = New System.Drawing.Size(112, 32)
  57. Me.Button6.TabIndex = 12
  58. Me.Button6.Text = "登入畫面"
  59. Me.Button6.UseVisualStyleBackColor = False
  60. '
  61. 'Button3
  62. '
  63. Me.Button3.BackColor = System.Drawing.Color.SandyBrown
  64. Me.Button3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  65. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  66. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. Me.Button3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  68. Me.Button3.Location = New System.Drawing.Point(23, 247)
  69. Me.Button3.Margin = New System.Windows.Forms.Padding(2)
  70. Me.Button3.Name = "Button3"
  71. Me.Button3.Size = New System.Drawing.Size(112, 32)
  72. Me.Button3.TabIndex = 11
  73. Me.Button3.Text = "會員管理"
  74. Me.Button3.UseVisualStyleBackColor = False
  75. '
  76. 'Button2
  77. '
  78. Me.Button2.BackColor = System.Drawing.Color.DarkOrange
  79. Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  80. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  81. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.Button2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  83. Me.Button2.Location = New System.Drawing.Point(23, 191)
  84. Me.Button2.Margin = New System.Windows.Forms.Padding(2)
  85. Me.Button2.Name = "Button2"
  86. Me.Button2.Size = New System.Drawing.Size(112, 32)
  87. Me.Button2.TabIndex = 10
  88. Me.Button2.Text = "訂單"
  89. Me.Button2.UseVisualStyleBackColor = False
  90. '
  91. 'Button1
  92. '
  93. Me.Button1.BackColor = System.Drawing.Color.SandyBrown
  94. Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  95. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  96. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  97. Me.Button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  98. Me.Button1.Location = New System.Drawing.Point(23, 135)
  99. Me.Button1.Margin = New System.Windows.Forms.Padding(2)
  100. Me.Button1.Name = "Button1"
  101. Me.Button1.Size = New System.Drawing.Size(112, 32)
  102. Me.Button1.TabIndex = 9
  103. Me.Button1.Text = "商品管理"
  104. Me.Button1.UseVisualStyleBackColor = False
  105. '
  106. 'DataGridView1
  107. '
  108. Me.DataGridView1.AutoGenerateColumns = False
  109. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  110. Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.訂單編號DataGridViewTextBoxColumn, Me.付款方式DataGridViewTextBoxColumn, Me.取貨方式DataGridViewTextBoxColumn, Me.訂單日期DataGridViewTextBoxColumn, Me.會員編號DataGridViewTextBoxColumn, Me.購物車編號DataGridViewTextBoxColumn})
  111. Me.DataGridView1.DataSource = Me.訂單BindingSource
  112. Me.DataGridView1.Location = New System.Drawing.Point(156, 112)
  113. Me.DataGridView1.Name = "DataGridView1"
  114. Me.DataGridView1.RowTemplate.Height = 24
  115. Me.DataGridView1.Size = New System.Drawing.Size(652, 201)
  116. Me.DataGridView1.TabIndex = 13
  117. '
  118. '訂單編號DataGridViewTextBoxColumn
  119. '
  120. Me.訂單編號DataGridViewTextBoxColumn.DataPropertyName = "訂單編號"
  121. Me.訂單編號DataGridViewTextBoxColumn.HeaderText = "訂單編號"
  122. Me.訂單編號DataGridViewTextBoxColumn.Name = "訂單編號DataGridViewTextBoxColumn"
  123. '
  124. '付款方式DataGridViewTextBoxColumn
  125. '
  126. Me.付款方式DataGridViewTextBoxColumn.DataPropertyName = "付款方式"
  127. Me.付款方式DataGridViewTextBoxColumn.HeaderText = "付款方式"
  128. Me.付款方式DataGridViewTextBoxColumn.Name = "付款方式DataGridViewTextBoxColumn"
  129. '
  130. '取貨方式DataGridViewTextBoxColumn
  131. '
  132. Me.取貨方式DataGridViewTextBoxColumn.DataPropertyName = "取貨方式"
  133. Me.取貨方式DataGridViewTextBoxColumn.HeaderText = "取貨方式"
  134. Me.取貨方式DataGridViewTextBoxColumn.Name = "取貨方式DataGridViewTextBoxColumn"
  135. '
  136. '訂單日期DataGridViewTextBoxColumn
  137. '
  138. Me.訂單日期DataGridViewTextBoxColumn.DataPropertyName = "訂單日期"
  139. Me.訂單日期DataGridViewTextBoxColumn.HeaderText = "訂單日期"
  140. Me.訂單日期DataGridViewTextBoxColumn.Name = "訂單日期DataGridViewTextBoxColumn"
  141. '
  142. '會員編號DataGridViewTextBoxColumn
  143. '
  144. Me.會員編號DataGridViewTextBoxColumn.DataPropertyName = "會員編號"
  145. Me.會員編號DataGridViewTextBoxColumn.HeaderText = "會員編號"
  146. Me.會員編號DataGridViewTextBoxColumn.Name = "會員編號DataGridViewTextBoxColumn"
  147. '
  148. '購物車編號DataGridViewTextBoxColumn
  149. '
  150. Me.購物車編號DataGridViewTextBoxColumn.DataPropertyName = "購物車編號"
  151. Me.購物車編號DataGridViewTextBoxColumn.HeaderText = "購物車編號"
  152. Me.購物車編號DataGridViewTextBoxColumn.Name = "購物車編號DataGridViewTextBoxColumn"
  153. '
  154. '訂單BindingSource
  155. '
  156. Me.訂單BindingSource.DataMember = "訂單"
  157. Me.訂單BindingSource.DataSource = Me.謎鹿DataSet
  158. '
  159. '謎鹿DataSet
  160. '
  161. Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
  162. Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  163. '
  164. '訂單TableAdapter
  165. '
  166. Me.訂單TableAdapter.ClearBeforeFill = True
  167. '
  168. 'TableAdapterManager
  169. '
  170. Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
  171. Me.TableAdapterManager.UpdateOrder = 謎鹿進銷存系統.謎鹿DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
  172. Me.TableAdapterManager.商品TableAdapter = Nothing
  173. Me.TableAdapterManager.會員TableAdapter = Nothing
  174. Me.TableAdapterManager.紀錄TableAdapter = Nothing
  175. Me.TableAdapterManager.訂單TableAdapter = Me.訂單TableAdapter
  176. Me.TableAdapterManager.訂購TableAdapter = Nothing
  177. Me.TableAdapterManager.購物車TableAdapter = Nothing
  178. '
  179. 'Button4
  180. '
  181. Me.Button4.BackColor = System.Drawing.Color.SandyBrown
  182. Me.Button4.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  183. Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  184. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  185. Me.Button4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  186. Me.Button4.Location = New System.Drawing.Point(11, 300)
  187. Me.Button4.Margin = New System.Windows.Forms.Padding(2)
  188. Me.Button4.Name = "Button4"
  189. Me.Button4.Size = New System.Drawing.Size(137, 32)
  190. Me.Button4.TabIndex = 53
  191. Me.Button4.Text = "商品銷售紀錄"
  192. Me.Button4.UseVisualStyleBackColor = False
  193. '
  194. 'Button5
  195. '
  196. Me.Button5.BackColor = System.Drawing.Color.SandyBrown
  197. Me.Button5.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  198. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  199. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.Button5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
  201. Me.Button5.Location = New System.Drawing.Point(11, 355)
  202. Me.Button5.Margin = New System.Windows.Forms.Padding(2)
  203. Me.Button5.Name = "Button5"
  204. Me.Button5.Size = New System.Drawing.Size(137, 32)
  205. Me.Button5.TabIndex = 54
  206. Me.Button5.Text = "會員購買紀錄"
  207. Me.Button5.UseVisualStyleBackColor = False
  208. '
  209. '訂單管理
  210. '
  211. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  212. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  213. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  214. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  215. Me.ClientSize = New System.Drawing.Size(835, 500)
  216. Me.Controls.Add(Me.Button5)
  217. Me.Controls.Add(Me.Button4)
  218. Me.Controls.Add(Me.DataGridView1)
  219. Me.Controls.Add(Me.Button6)
  220. Me.Controls.Add(Me.Button3)
  221. Me.Controls.Add(Me.Button2)
  222. Me.Controls.Add(Me.Button1)
  223. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  224. Me.Name = "訂單管理"
  225. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  226. Me.Text = "訂單管理"
  227. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  228. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  229. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
  230. Me.ResumeLayout(False)
  231. End Sub
  232. Friend WithEvents Button6 As Button
  233. Friend WithEvents Button3 As Button
  234. Friend WithEvents Button2 As Button
  235. Friend WithEvents Button1 As Button
  236. Friend WithEvents DataGridView1 As DataGridView
  237. Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
  238. Friend WithEvents 訂單BindingSource As BindingSource
  239. Friend WithEvents 訂單TableAdapter As 謎鹿DataSetTableAdapters.訂單TableAdapter
  240. Friend WithEvents 訂單編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  241. Friend WithEvents 付款方式DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  242. Friend WithEvents 取貨方式DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  243. Friend WithEvents 訂單日期DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  244. Friend WithEvents 會員編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  245. Friend WithEvents 購物車編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  246. Friend WithEvents TableAdapterManager As 謎鹿DataSetTableAdapters.TableAdapterManager
  247. Friend WithEvents Button4 As Button
  248. Friend WithEvents Button5 As Button
  249. End Class