123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 商品銷售紀錄
- Inherits System.Windows.Forms.Form
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(商品銷售紀錄))
- Me.Button5 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button6 = New System.Windows.Forms.Button()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.訂單編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.商品編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.訂購數量DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.價錢DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.紀錄BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
- Me.紀錄TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.紀錄TableAdapter()
- Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
- Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
- Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
- Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
- Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
- Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
- Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox()
- Me.搜尋 = New System.Windows.Forms.ToolStripButton()
- Me.Button10 = New System.Windows.Forms.Button()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.紀錄BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.BindingNavigator1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Button5
- '
- Me.Button5.BackColor = System.Drawing.Color.SandyBrown
- Me.Button5.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
- Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.Button5.Location = New System.Drawing.Point(11, 355)
- Me.Button5.Margin = New System.Windows.Forms.Padding(2)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(137, 32)
- Me.Button5.TabIndex = 74
- Me.Button5.Text = "會員購買紀錄"
- Me.Button5.UseVisualStyleBackColor = False
- '
- 'Button4
- '
- Me.Button4.BackColor = System.Drawing.Color.DarkOrange
- Me.Button4.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
- Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.Button4.Location = New System.Drawing.Point(11, 300)
- Me.Button4.Margin = New System.Windows.Forms.Padding(2)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(137, 32)
- Me.Button4.TabIndex = 73
- Me.Button4.Text = "商品銷售紀錄"
- Me.Button4.UseVisualStyleBackColor = False
- '
- 'Button6
- '
- Me.Button6.BackColor = System.Drawing.Color.SandyBrown
- Me.Button6.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
- Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.Button6.Location = New System.Drawing.Point(23, 413)
- Me.Button6.Margin = New System.Windows.Forms.Padding(2)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(112, 32)
- Me.Button6.TabIndex = 72
- Me.Button6.Text = "登入畫面"
- Me.Button6.UseVisualStyleBackColor = False
- '
- 'Button3
- '
- Me.Button3.BackColor = System.Drawing.Color.SandyBrown
- Me.Button3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
- Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.Button3.Location = New System.Drawing.Point(23, 247)
- Me.Button3.Margin = New System.Windows.Forms.Padding(2)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(112, 32)
- Me.Button3.TabIndex = 71
- Me.Button3.Text = "會員管理"
- Me.Button3.UseVisualStyleBackColor = False
- '
- 'Button2
- '
- Me.Button2.BackColor = System.Drawing.Color.SandyBrown
- Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
- Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.Button2.Location = New System.Drawing.Point(23, 191)
- Me.Button2.Margin = New System.Windows.Forms.Padding(2)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(112, 32)
- Me.Button2.TabIndex = 70
- Me.Button2.Text = "訂單"
- Me.Button2.UseVisualStyleBackColor = False
- '
- 'Button1
- '
- Me.Button1.BackColor = System.Drawing.Color.SandyBrown
- Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
- Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.Button1.Location = New System.Drawing.Point(23, 135)
- Me.Button1.Margin = New System.Windows.Forms.Padding(2)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(112, 32)
- Me.Button1.TabIndex = 69
- Me.Button1.Text = "商品管理"
- Me.Button1.UseVisualStyleBackColor = False
- '
- 'DataGridView1
- '
- Me.DataGridView1.AutoGenerateColumns = False
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.訂單編號DataGridViewTextBoxColumn, Me.商品編號DataGridViewTextBoxColumn, Me.訂購數量DataGridViewTextBoxColumn, Me.價錢DataGridViewTextBoxColumn})
- Me.DataGridView1.DataSource = Me.紀錄BindingSource
- Me.DataGridView1.Location = New System.Drawing.Point(225, 135)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.Size = New System.Drawing.Size(449, 279)
- Me.DataGridView1.TabIndex = 75
- '
- '訂單編號DataGridViewTextBoxColumn
- '
- Me.訂單編號DataGridViewTextBoxColumn.DataPropertyName = "訂單編號"
- Me.訂單編號DataGridViewTextBoxColumn.HeaderText = "訂單編號"
- Me.訂單編號DataGridViewTextBoxColumn.Name = "訂單編號DataGridViewTextBoxColumn"
- '
- '商品編號DataGridViewTextBoxColumn
- '
- Me.商品編號DataGridViewTextBoxColumn.DataPropertyName = "商品編號"
- Me.商品編號DataGridViewTextBoxColumn.HeaderText = "商品編號"
- Me.商品編號DataGridViewTextBoxColumn.Name = "商品編號DataGridViewTextBoxColumn"
- '
- '訂購數量DataGridViewTextBoxColumn
- '
- Me.訂購數量DataGridViewTextBoxColumn.DataPropertyName = "訂購數量"
- Me.訂購數量DataGridViewTextBoxColumn.HeaderText = "訂購數量"
- Me.訂購數量DataGridViewTextBoxColumn.Name = "訂購數量DataGridViewTextBoxColumn"
- '
- '價錢DataGridViewTextBoxColumn
- '
- Me.價錢DataGridViewTextBoxColumn.DataPropertyName = "價錢"
- Me.價錢DataGridViewTextBoxColumn.HeaderText = "價錢"
- Me.價錢DataGridViewTextBoxColumn.Name = "價錢DataGridViewTextBoxColumn"
- '
- '紀錄BindingSource
- '
- Me.紀錄BindingSource.DataMember = "紀錄"
- Me.紀錄BindingSource.DataSource = Me.謎鹿DataSet
- '
- '謎鹿DataSet
- '
- Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
- Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- '紀錄TableAdapter
- '
- Me.紀錄TableAdapter.ClearBeforeFill = True
- '
- 'BindingNavigator1
- '
- Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem
- Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
- Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem
- Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.ToolStripTextBox1, Me.搜尋})
- Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
- Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
- Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
- Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
- Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
- Me.BindingNavigator1.Name = "BindingNavigator1"
- Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
- Me.BindingNavigator1.Size = New System.Drawing.Size(835, 25)
- Me.BindingNavigator1.TabIndex = 76
- Me.BindingNavigator1.Text = "BindingNavigator1"
- '
- 'BindingNavigatorAddNewItem
- '
- Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
- Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorAddNewItem.Text = "加入新的"
- '
- 'BindingNavigatorCountItem
- '
- Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
- Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(27, 22)
- Me.BindingNavigatorCountItem.Text = "/{0}"
- Me.BindingNavigatorCountItem.ToolTipText = "項目總數"
- '
- 'BindingNavigatorDeleteItem
- '
- Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
- Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorDeleteItem.Text = "刪除"
- '
- 'BindingNavigatorMoveFirstItem
- '
- Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
- Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveFirstItem.Text = "移到最前面"
- '
- 'BindingNavigatorMovePreviousItem
- '
- Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
- Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMovePreviousItem.Text = "移到上一個"
- '
- 'BindingNavigatorSeparator
- '
- Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
- Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
- '
- 'BindingNavigatorPositionItem
- '
- Me.BindingNavigatorPositionItem.AccessibleName = "位置"
- Me.BindingNavigatorPositionItem.AutoSize = False
- Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
- Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
- Me.BindingNavigatorPositionItem.Text = "0"
- Me.BindingNavigatorPositionItem.ToolTipText = "目前的位置"
- '
- 'BindingNavigatorSeparator1
- '
- Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
- Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
- '
- 'BindingNavigatorMoveNextItem
- '
- Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
- Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveNextItem.Text = "移到下一個"
- '
- 'BindingNavigatorMoveLastItem
- '
- Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
- Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveLastItem.Text = "移到最後面"
- '
- 'BindingNavigatorSeparator2
- '
- Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
- Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
- '
- 'ToolStripTextBox1
- '
- Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
- Me.ToolStripTextBox1.Size = New System.Drawing.Size(100, 25)
- '
- '搜尋
- '
- Me.搜尋.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
- Me.搜尋.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.搜尋.Name = "搜尋"
- Me.搜尋.Size = New System.Drawing.Size(35, 22)
- Me.搜尋.Text = "搜尋"
- '
- 'Button10
- '
- Me.Button10.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024
- Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button10.Location = New System.Drawing.Point(731, 45)
- Me.Button10.Name = "Button10"
- Me.Button10.Size = New System.Drawing.Size(70, 70)
- Me.Button10.TabIndex = 77
- Me.Button10.Text = "重新整理"
- Me.Button10.UseVisualStyleBackColor = True
- '
- '商品銷售紀錄
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
- Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.ClientSize = New System.Drawing.Size(835, 500)
- Me.Controls.Add(Me.Button10)
- Me.Controls.Add(Me.BindingNavigator1)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "商品銷售紀錄"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "商品銷售紀錄"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.紀錄BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.BindingNavigator1.ResumeLayout(False)
- Me.BindingNavigator1.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents Button5 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents Button6 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
- Friend WithEvents 紀錄BindingSource As BindingSource
- Friend WithEvents 紀錄TableAdapter As 謎鹿DataSetTableAdapters.紀錄TableAdapter
- Friend WithEvents 訂單編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
- Friend WithEvents 商品編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
- Friend WithEvents 訂購數量DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
- Friend WithEvents 價錢DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
- Friend WithEvents BindingNavigator1 As BindingNavigator
- Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
- Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
- Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
- Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
- Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
- Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
- Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
- Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
- Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
- Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
- Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
- Friend WithEvents ToolStripTextBox1 As ToolStripTextBox
- Friend WithEvents 搜尋 As ToolStripButton
- Friend WithEvents Button10 As Button
- End Class
|