訂單.Designer.vb 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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.Button1 = New System.Windows.Forms.Button()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.Label3 = New System.Windows.Forms.Label()
  28. Me.Label4 = New System.Windows.Forms.Label()
  29. Me.Label5 = New System.Windows.Forms.Label()
  30. Me.Label6 = New System.Windows.Forms.Label()
  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.訂單BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  39. Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.Label9 = New System.Windows.Forms.Label()
  42. Me.Label10 = New System.Windows.Forms.Label()
  43. Me.Label11 = New System.Windows.Forms.Label()
  44. Me.Label7 = New System.Windows.Forms.Label()
  45. Me.Label12 = New System.Windows.Forms.Label()
  46. Me.Button2 = New System.Windows.Forms.Button()
  47. Me.訂單TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.訂單TableAdapter()
  48. CType(Me.訂單DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  51. Me.SuspendLayout()
  52. '
  53. 'Button1
  54. '
  55. Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
  56. Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  57. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  58. Me.Button1.Location = New System.Drawing.Point(667, 384)
  59. Me.Button1.Name = "Button1"
  60. Me.Button1.Size = New System.Drawing.Size(112, 54)
  61. Me.Button1.TabIndex = 0
  62. Me.Button1.Text = "返回"
  63. Me.Button1.UseVisualStyleBackColor = True
  64. '
  65. 'Label1
  66. '
  67. Me.Label1.BackColor = System.Drawing.Color.SeaShell
  68. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. Me.Label1.Location = New System.Drawing.Point(163, 181)
  70. Me.Label1.Name = "Label1"
  71. Me.Label1.Size = New System.Drawing.Size(446, 86)
  72. Me.Label1.TabIndex = 1
  73. '
  74. 'Label2
  75. '
  76. Me.Label2.BackColor = System.Drawing.Color.SeaShell
  77. Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  78. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. Me.Label2.Location = New System.Drawing.Point(519, 181)
  80. Me.Label2.Name = "Label2"
  81. Me.Label2.Size = New System.Drawing.Size(111, 34)
  82. Me.Label2.TabIndex = 2
  83. Me.Label2.Text = "訂單編號"
  84. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  85. '
  86. 'Label3
  87. '
  88. Me.Label3.BackColor = System.Drawing.Color.SeaShell
  89. Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  90. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.Label3.Location = New System.Drawing.Point(252, 181)
  92. Me.Label3.Name = "Label3"
  93. Me.Label3.Size = New System.Drawing.Size(90, 34)
  94. Me.Label3.TabIndex = 3
  95. Me.Label3.Text = "付款方式"
  96. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  97. '
  98. 'Label4
  99. '
  100. Me.Label4.BackColor = System.Drawing.Color.SeaShell
  101. Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  102. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  103. Me.Label4.Location = New System.Drawing.Point(341, 181)
  104. Me.Label4.Name = "Label4"
  105. Me.Label4.Size = New System.Drawing.Size(90, 34)
  106. Me.Label4.TabIndex = 4
  107. Me.Label4.Text = "取貨方式"
  108. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  109. '
  110. 'Label5
  111. '
  112. Me.Label5.BackColor = System.Drawing.Color.SeaShell
  113. Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  114. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. Me.Label5.Location = New System.Drawing.Point(430, 181)
  116. Me.Label5.Name = "Label5"
  117. Me.Label5.Size = New System.Drawing.Size(90, 34)
  118. Me.Label5.TabIndex = 5
  119. Me.Label5.Text = "訂單日期"
  120. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  121. '
  122. 'Label6
  123. '
  124. Me.Label6.BackColor = System.Drawing.Color.SeaShell
  125. Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  126. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.Label6.Location = New System.Drawing.Point(163, 181)
  128. Me.Label6.Name = "Label6"
  129. Me.Label6.Size = New System.Drawing.Size(90, 34)
  130. Me.Label6.TabIndex = 6
  131. Me.Label6.Text = "會員編號"
  132. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  133. '
  134. '訂單DataGridView
  135. '
  136. Me.訂單DataGridView.AutoGenerateColumns = False
  137. Me.訂單DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  138. Me.訂單DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.訂單編號DataGridViewTextBoxColumn, Me.付款方式DataGridViewTextBoxColumn, Me.取貨方式DataGridViewTextBoxColumn, Me.訂單日期DataGridViewTextBoxColumn, Me.會員編號DataGridViewTextBoxColumn, Me.購物車編號DataGridViewTextBoxColumn})
  139. Me.訂單DataGridView.DataSource = Me.訂單BindingSource
  140. Me.訂單DataGridView.Location = New System.Drawing.Point(-3, 432)
  141. Me.訂單DataGridView.Name = "訂單DataGridView"
  142. Me.訂單DataGridView.RowTemplate.Height = 24
  143. Me.訂單DataGridView.Size = New System.Drawing.Size(38, 20)
  144. Me.訂單DataGridView.TabIndex = 12
  145. '
  146. '訂單編號DataGridViewTextBoxColumn
  147. '
  148. Me.訂單編號DataGridViewTextBoxColumn.DataPropertyName = "訂單編號"
  149. Me.訂單編號DataGridViewTextBoxColumn.HeaderText = "訂單編號"
  150. Me.訂單編號DataGridViewTextBoxColumn.Name = "訂單編號DataGridViewTextBoxColumn"
  151. '
  152. '付款方式DataGridViewTextBoxColumn
  153. '
  154. Me.付款方式DataGridViewTextBoxColumn.DataPropertyName = "付款方式"
  155. Me.付款方式DataGridViewTextBoxColumn.HeaderText = "付款方式"
  156. Me.付款方式DataGridViewTextBoxColumn.Name = "付款方式DataGridViewTextBoxColumn"
  157. '
  158. '取貨方式DataGridViewTextBoxColumn
  159. '
  160. Me.取貨方式DataGridViewTextBoxColumn.DataPropertyName = "取貨方式"
  161. Me.取貨方式DataGridViewTextBoxColumn.HeaderText = "取貨方式"
  162. Me.取貨方式DataGridViewTextBoxColumn.Name = "取貨方式DataGridViewTextBoxColumn"
  163. '
  164. '訂單日期DataGridViewTextBoxColumn
  165. '
  166. Me.訂單日期DataGridViewTextBoxColumn.DataPropertyName = "訂單日期"
  167. Me.訂單日期DataGridViewTextBoxColumn.HeaderText = "訂單日期"
  168. Me.訂單日期DataGridViewTextBoxColumn.Name = "訂單日期DataGridViewTextBoxColumn"
  169. '
  170. '會員編號DataGridViewTextBoxColumn
  171. '
  172. Me.會員編號DataGridViewTextBoxColumn.DataPropertyName = "會員編號"
  173. Me.會員編號DataGridViewTextBoxColumn.HeaderText = "會員編號"
  174. Me.會員編號DataGridViewTextBoxColumn.Name = "會員編號DataGridViewTextBoxColumn"
  175. '
  176. '購物車編號DataGridViewTextBoxColumn
  177. '
  178. Me.購物車編號DataGridViewTextBoxColumn.DataPropertyName = "購物車編號"
  179. Me.購物車編號DataGridViewTextBoxColumn.HeaderText = "購物車編號"
  180. Me.購物車編號DataGridViewTextBoxColumn.Name = "購物車編號DataGridViewTextBoxColumn"
  181. '
  182. '訂單BindingSource
  183. '
  184. Me.訂單BindingSource.DataMember = "訂單"
  185. Me.訂單BindingSource.DataSource = Me.謎鹿DataSet
  186. '
  187. '謎鹿DataSet
  188. '
  189. Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
  190. Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  191. '
  192. 'Label8
  193. '
  194. Me.Label8.BackColor = System.Drawing.Color.SeaShell
  195. Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  196. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. Me.Label8.Location = New System.Drawing.Point(252, 229)
  198. Me.Label8.Name = "Label8"
  199. Me.Label8.Size = New System.Drawing.Size(90, 38)
  200. Me.Label8.TabIndex = 13
  201. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  202. '
  203. 'Label9
  204. '
  205. Me.Label9.BackColor = System.Drawing.Color.SeaShell
  206. Me.Label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  207. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  208. Me.Label9.Location = New System.Drawing.Point(341, 229)
  209. Me.Label9.Name = "Label9"
  210. Me.Label9.Size = New System.Drawing.Size(90, 38)
  211. Me.Label9.TabIndex = 14
  212. Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  213. '
  214. 'Label10
  215. '
  216. Me.Label10.BackColor = System.Drawing.Color.SeaShell
  217. Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  218. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.Label10.Location = New System.Drawing.Point(430, 229)
  220. Me.Label10.Name = "Label10"
  221. Me.Label10.Size = New System.Drawing.Size(90, 38)
  222. Me.Label10.TabIndex = 15
  223. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  224. '
  225. 'Label11
  226. '
  227. Me.Label11.BackColor = System.Drawing.Color.SeaShell
  228. Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  229. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  230. Me.Label11.Location = New System.Drawing.Point(519, 229)
  231. Me.Label11.Name = "Label11"
  232. Me.Label11.Size = New System.Drawing.Size(111, 38)
  233. Me.Label11.TabIndex = 16
  234. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  235. '
  236. 'Label7
  237. '
  238. Me.Label7.BackColor = System.Drawing.Color.SeaShell
  239. Me.Label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  240. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.Label7.Location = New System.Drawing.Point(163, 229)
  242. Me.Label7.Name = "Label7"
  243. Me.Label7.Size = New System.Drawing.Size(90, 38)
  244. Me.Label7.TabIndex = 17
  245. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  246. '
  247. 'Label12
  248. '
  249. Me.Label12.BackColor = System.Drawing.Color.Transparent
  250. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.Label12.Location = New System.Drawing.Point(301, 129)
  252. Me.Label12.Name = "Label12"
  253. Me.Label12.Size = New System.Drawing.Size(168, 38)
  254. Me.Label12.TabIndex = 19
  255. Me.Label12.Text = "最新一筆訂單"
  256. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  257. '
  258. 'Button2
  259. '
  260. Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  261. Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  262. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  263. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.Button2.Location = New System.Drawing.Point(650, 227)
  265. Me.Button2.Name = "Button2"
  266. Me.Button2.Size = New System.Drawing.Size(138, 38)
  267. Me.Button2.TabIndex = 20
  268. Me.Button2.Text = "←刪除訂單"
  269. Me.Button2.UseVisualStyleBackColor = True
  270. '
  271. '訂單TableAdapter
  272. '
  273. Me.訂單TableAdapter.ClearBeforeFill = True
  274. '
  275. '訂單
  276. '
  277. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  278. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  279. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  280. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  281. Me.ClientSize = New System.Drawing.Size(800, 450)
  282. Me.Controls.Add(Me.Button2)
  283. Me.Controls.Add(Me.Label12)
  284. Me.Controls.Add(Me.Label7)
  285. Me.Controls.Add(Me.Label11)
  286. Me.Controls.Add(Me.Label10)
  287. Me.Controls.Add(Me.Label9)
  288. Me.Controls.Add(Me.Label8)
  289. Me.Controls.Add(Me.訂單DataGridView)
  290. Me.Controls.Add(Me.Label6)
  291. Me.Controls.Add(Me.Label5)
  292. Me.Controls.Add(Me.Label4)
  293. Me.Controls.Add(Me.Label3)
  294. Me.Controls.Add(Me.Label2)
  295. Me.Controls.Add(Me.Label1)
  296. Me.Controls.Add(Me.Button1)
  297. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  298. Me.Name = "訂單"
  299. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  300. Me.Text = "訂單"
  301. CType(Me.訂單DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
  302. CType(Me.訂單BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  303. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
  304. Me.ResumeLayout(False)
  305. End Sub
  306. Friend WithEvents Button1 As Button
  307. Friend WithEvents Label1 As Label
  308. Friend WithEvents Label2 As Label
  309. Friend WithEvents Label3 As Label
  310. Friend WithEvents Label4 As Label
  311. Friend WithEvents Label5 As Label
  312. Friend WithEvents Label6 As Label
  313. Friend WithEvents 訂單DataGridView As DataGridView
  314. Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
  315. Friend WithEvents 訂單BindingSource As BindingSource
  316. Friend WithEvents 訂單TableAdapter As 謎鹿DataSetTableAdapters.訂單TableAdapter
  317. Friend WithEvents 訂單編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  318. Friend WithEvents 付款方式DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  319. Friend WithEvents 取貨方式DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  320. Friend WithEvents 訂單日期DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  321. Friend WithEvents 會員編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  322. Friend WithEvents 購物車編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
  323. Friend WithEvents Label8 As Label
  324. Friend WithEvents Label9 As Label
  325. Friend WithEvents Label10 As Label
  326. Friend WithEvents Label11 As Label
  327. Friend WithEvents Label7 As Label
  328. Friend WithEvents Label12 As Label
  329. Friend WithEvents Button2 As Button
  330. End Class