_ Partial Class 採購退貨確認 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label1 = New System.Windows.Forms.Label() Me.倉名編號_tb = New System.Windows.Forms.TextBox() Me.依單據選擇_bt = New System.Windows.Forms.Button() Me.單據編號_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.入庫日期_dtp = New System.Windows.Forms.DateTimePicker() Me.全部取消_bt = New System.Windows.Forms.Button() Me.全部選擇_bt = New System.Windows.Forms.Button() Me.確認收料入庫_bt = New System.Windows.Forms.Button() Me.退貨明細_dgv = New System.Windows.Forms.DataGridView() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.依據單號全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.全部取消ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.確認收料入庫ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.倉名_tb = New System.Windows.Forms.TextBox() CType(Me.退貨明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(565, 8) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 1101 Me.Label1.Text = "指定倉庫" ' '倉名編號_tb ' Me.倉名編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.倉名編號_tb.Location = New System.Drawing.Point(627, 5) Me.倉名編號_tb.Name = "倉名編號_tb" Me.倉名編號_tb.Size = New System.Drawing.Size(62, 23) Me.倉名編號_tb.TabIndex = 1100 ' '依單據選擇_bt ' Me.依單據選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.依單據選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.依單據選擇_bt.ForeColor = System.Drawing.Color.Olive Me.依單據選擇_bt.Location = New System.Drawing.Point(834, 5) Me.依單據選擇_bt.Name = "依單據選擇_bt" Me.依單據選擇_bt.Size = New System.Drawing.Size(132, 24) Me.依單據選擇_bt.TabIndex = 1098 Me.依單據選擇_bt.Text = "依據單號全部選擇" Me.依單據選擇_bt.UseVisualStyleBackColor = True ' '單據編號_tb ' Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.單據編號_tb.Location = New System.Drawing.Point(235, 5) Me.單據編號_tb.Name = "單據編號_tb" Me.單據編號_tb.Size = New System.Drawing.Size(149, 23) Me.單據編號_tb.TabIndex = 1096 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label4.Location = New System.Drawing.Point(173, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 16) Me.Label4.TabIndex = 1097 Me.Label4.Text = "單據號碼" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label20.Location = New System.Drawing.Point(390, 9) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(56, 16) Me.Label20.TabIndex = 1095 Me.Label20.Text = "入庫日期" ' '入庫日期_dtp ' Me.入庫日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.入庫日期_dtp.Location = New System.Drawing.Point(452, 5) Me.入庫日期_dtp.Name = "入庫日期_dtp" Me.入庫日期_dtp.Size = New System.Drawing.Size(96, 23) Me.入庫日期_dtp.TabIndex = 1094 ' '全部取消_bt ' Me.全部取消_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.全部取消_bt.ForeColor = System.Drawing.Color.Olive Me.全部取消_bt.Location = New System.Drawing.Point(1110, 5) Me.全部取消_bt.Name = "全部取消_bt" Me.全部取消_bt.Size = New System.Drawing.Size(132, 24) Me.全部取消_bt.TabIndex = 1093 Me.全部取消_bt.Text = "全部取消" Me.全部取消_bt.UseVisualStyleBackColor = True ' '全部選擇_bt ' Me.全部選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.全部選擇_bt.ForeColor = System.Drawing.Color.Olive Me.全部選擇_bt.Location = New System.Drawing.Point(972, 5) Me.全部選擇_bt.Name = "全部選擇_bt" Me.全部選擇_bt.Size = New System.Drawing.Size(132, 24) Me.全部選擇_bt.TabIndex = 1092 Me.全部選擇_bt.Text = "全部選擇" Me.全部選擇_bt.UseVisualStyleBackColor = True ' '確認收料入庫_bt ' Me.確認收料入庫_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.確認收料入庫_bt.ForeColor = System.Drawing.Color.Green Me.確認收料入庫_bt.Location = New System.Drawing.Point(6, 5) Me.確認收料入庫_bt.Name = "確認收料入庫_bt" Me.確認收料入庫_bt.Size = New System.Drawing.Size(161, 24) Me.確認收料入庫_bt.TabIndex = 1091 Me.確認收料入庫_bt.Text = "確認收料入庫" Me.確認收料入庫_bt.UseVisualStyleBackColor = True ' '退貨明細_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.退貨明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.退貨明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.退貨明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.退貨明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.退貨明細_dgv.Location = New System.Drawing.Point(7, 31) Me.退貨明細_dgv.Name = "退貨明細_dgv" Me.退貨明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.退貨明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.退貨明細_dgv.RowTemplate.Height = 24 Me.退貨明細_dgv.Size = New System.Drawing.Size(1235, 575) Me.退貨明細_dgv.TabIndex = 1090 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.依據單號全部選擇ToolStripMenuItem, Me.全部選擇ToolStripMenuItem, Me.全部取消ToolStripMenuItem, Me.ToolStripSeparator1, Me.確認收料入庫ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(171, 126) ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(167, 6) ' '依據單號全部選擇ToolStripMenuItem ' Me.依據單號全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive Me.依據單號全部選擇ToolStripMenuItem.Name = "依據單號全部選擇ToolStripMenuItem" Me.依據單號全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.依據單號全部選擇ToolStripMenuItem.Text = "依據單號全部選擇" ' '全部選擇ToolStripMenuItem ' Me.全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive Me.全部選擇ToolStripMenuItem.Name = "全部選擇ToolStripMenuItem" Me.全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.全部選擇ToolStripMenuItem.Text = "全部選擇" ' '全部取消ToolStripMenuItem ' Me.全部取消ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive Me.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem" Me.全部取消ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.全部取消ToolStripMenuItem.Text = "全部取消" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(167, 6) ' '確認收料入庫ToolStripMenuItem ' Me.確認收料入庫ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.確認收料入庫ToolStripMenuItem.Name = "確認收料入庫ToolStripMenuItem" Me.確認收料入庫ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.確認收料入庫ToolStripMenuItem.Text = "確認收料入庫" ' '倉名_tb ' Me.倉名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.倉名_tb.Location = New System.Drawing.Point(695, 5) Me.倉名_tb.Name = "倉名_tb" Me.倉名_tb.Size = New System.Drawing.Size(62, 23) Me.倉名_tb.TabIndex = 1102 ' '採購退貨確認 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1249, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.倉名_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.倉名編號_tb) Me.Controls.Add(Me.依單據選擇_bt) Me.Controls.Add(Me.單據編號_tb) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.入庫日期_dtp) Me.Controls.Add(Me.全部取消_bt) Me.Controls.Add(Me.全部選擇_bt) Me.Controls.Add(Me.確認收料入庫_bt) Me.Controls.Add(Me.退貨明細_dgv) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "採購退貨確認" Me.Text = "採購退貨確認" CType(Me.退貨明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents 倉名編號_tb As TextBox Friend WithEvents 依單據選擇_bt As Button Friend WithEvents 單據編號_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents Label20 As Label Friend WithEvents 入庫日期_dtp As DateTimePicker Friend WithEvents 全部取消_bt As Button Friend WithEvents 全部選擇_bt As Button Friend WithEvents 確認收料入庫_bt As Button Friend WithEvents 退貨明細_dgv As DataGridView Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents 依據單號全部選擇ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 全部選擇ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 全部取消ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 確認收料入庫ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 倉名_tb As TextBox End Class