_ 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() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.依據入庫單號全部選擇_bt = New System.Windows.Forms.Button() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.入庫單號_tb = New System.Windows.Forms.TextBox() Me.入庫單號_lb = New System.Windows.Forms.Label() Me.規格合併_dgv = New System.Windows.Forms.DataGridView() Me.全部取消_bt = New System.Windows.Forms.Button() Me.全部選擇_bt = New System.Windows.Forms.Button() Me.確認收料入庫_bt = New System.Windows.Forms.Button() Me.同級別全資料_ch = New System.Windows.Forms.CheckBox() Me.指定倉庫_lb = New System.Windows.Forms.Label() Me.指定倉庫_cb = New System.Windows.Forms.ComboBox() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.圖片檔1_pb = New System.Windows.Forms.PictureBox() Me.圖片檔2_pb = New System.Windows.Forms.PictureBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.依據入庫單號全部選擇_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.確認收料入庫_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.全部選擇_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.全部取消_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.倉庫編號_tb = New System.Windows.Forms.TextBox() Me.倉庫級別_tb = New System.Windows.Forms.TextBox() Me.倉庫級別_lb = New System.Windows.Forms.Label() Me.倉庫編號_lb = New System.Windows.Forms.Label() Me.小間距1_ch = New System.Windows.Forms.CheckBox() Me.中間距1_ch = New System.Windows.Forms.CheckBox() Me.大間距1_ch = New System.Windows.Forms.CheckBox() Me.語轉扭_bt = New System.Windows.Forms.Button() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.圖片檔2_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' '依據入庫單號全部選擇_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.Olive Me.依據入庫單號全部選擇_bt.Location = New System.Drawing.Point(1068, 3) Me.依據入庫單號全部選擇_bt.Name = "依據入庫單號全部選擇_bt" Me.依據入庫單號全部選擇_bt.Size = New System.Drawing.Size(142, 82) Me.依據入庫單號全部選擇_bt.TabIndex = 1057 Me.依據入庫單號全部選擇_bt.Text = "依據入庫單號全部選擇" Me.依據入庫單號全部選擇_bt.UseVisualStyleBackColor = True ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(296, 123) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(81, 49) Me.語言_dgv.TabIndex = 1056 Me.語言_dgv.Visible = False ' '入庫單號_tb ' Me.入庫單號_tb.Location = New System.Drawing.Point(145, 6) Me.入庫單號_tb.Name = "入庫單號_tb" Me.入庫單號_tb.Size = New System.Drawing.Size(135, 23) Me.入庫單號_tb.TabIndex = 1054 ' '入庫單號_lb ' Me.入庫單號_lb.AutoSize = True Me.入庫單號_lb.Location = New System.Drawing.Point(33, 9) Me.入庫單號_lb.Name = "入庫單號_lb" Me.入庫單號_lb.Size = New System.Drawing.Size(110, 16) Me.入庫單號_lb.TabIndex = 1055 Me.入庫單號_lb.Text = "倉 儲 單 號" ' '規格合併_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.規格合併_dgv.Location = New System.Drawing.Point(63, 123) 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(227, 141) Me.規格合併_dgv.TabIndex = 1053 ' '全部取消_bt ' 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(1211, 45) Me.全部取消_bt.Name = "全部取消_bt" Me.全部取消_bt.Size = New System.Drawing.Size(132, 40) Me.全部取消_bt.TabIndex = 1052 Me.全部取消_bt.Text = "全部取消" Me.全部取消_bt.UseVisualStyleBackColor = True ' '全部選擇_bt ' 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(1211, 3) Me.全部選擇_bt.Name = "全部選擇_bt" Me.全部選擇_bt.Size = New System.Drawing.Size(132, 40) Me.全部選擇_bt.TabIndex = 1051 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(833, 3) Me.確認收料入庫_bt.Name = "確認收料入庫_bt" Me.確認收料入庫_bt.Size = New System.Drawing.Size(234, 82) Me.確認收料入庫_bt.TabIndex = 1048 Me.確認收料入庫_bt.Text = "確認庫存調整" Me.確認收料入庫_bt.UseVisualStyleBackColor = True ' '同級別全資料_ch ' Me.同級別全資料_ch.AutoSize = True Me.同級別全資料_ch.Location = New System.Drawing.Point(283, 9) Me.同級別全資料_ch.Name = "同級別全資料_ch" Me.同級別全資料_ch.Size = New System.Drawing.Size(279, 20) Me.同級別全資料_ch.TabIndex = 1047 Me.同級別全資料_ch.Text = "同 級 別 倉 庫 全 部 資 料" Me.同級別全資料_ch.UseVisualStyleBackColor = True ' '指定倉庫_lb ' Me.指定倉庫_lb.AutoSize = True Me.指定倉庫_lb.Location = New System.Drawing.Point(4, 35) Me.指定倉庫_lb.Name = "指定倉庫_lb" Me.指定倉庫_lb.Size = New System.Drawing.Size(137, 16) Me.指定倉庫_lb.TabIndex = 1046 Me.指定倉庫_lb.Text = "指 定 倉 庫" ' '指定倉庫_cb ' Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.指定倉庫_cb.FormattingEnabled = True Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"}) Me.指定倉庫_cb.Location = New System.Drawing.Point(145, 32) Me.指定倉庫_cb.Name = "指定倉庫_cb" Me.指定倉庫_cb.Size = New System.Drawing.Size(213, 24) Me.指定倉庫_cb.TabIndex = 1045 ' '清單_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 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(4, 87) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(1340, 590) Me.清單_dgv.TabIndex = 1044 ' '圖片檔1_pb ' Me.圖片檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.圖片檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.圖片檔1_pb.Location = New System.Drawing.Point(665, 3) Me.圖片檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.圖片檔1_pb.Name = "圖片檔1_pb" Me.圖片檔1_pb.Size = New System.Drawing.Size(166, 82) Me.圖片檔1_pb.TabIndex = 1050 Me.圖片檔1_pb.TabStop = False ' '圖片檔2_pb ' Me.圖片檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.圖片檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.圖片檔2_pb.Location = New System.Drawing.Point(662, 143) Me.圖片檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.圖片檔2_pb.Name = "圖片檔2_pb" Me.圖片檔2_pb.Size = New System.Drawing.Size(73, 82) Me.圖片檔2_pb.TabIndex = 1049 Me.圖片檔2_pb.TabStop = False Me.圖片檔2_pb.Visible = False ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.依據入庫單號全部選擇_tsm, Me.確認收料入庫_tsm, Me.ToolStripSeparator5, Me.全部選擇_tsm, Me.全部取消_tsm}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(195, 120) ' '重新整理_tsm ' Me.重新整理_tsm.Name = "重新整理_tsm" Me.重新整理_tsm.Size = New System.Drawing.Size(194, 22) Me.重新整理_tsm.Text = "重新整理" ' '依據入庫單號全部選擇_tsm ' Me.依據入庫單號全部選擇_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.依據入庫單號全部選擇_tsm.Name = "依據入庫單號全部選擇_tsm" Me.依據入庫單號全部選擇_tsm.Size = New System.Drawing.Size(194, 22) Me.依據入庫單號全部選擇_tsm.Text = "依據入庫單號全部選擇" ' '確認收料入庫_tsm ' Me.確認收料入庫_tsm.ForeColor = System.Drawing.Color.Green Me.確認收料入庫_tsm.Name = "確認收料入庫_tsm" Me.確認收料入庫_tsm.Size = New System.Drawing.Size(194, 22) Me.確認收料入庫_tsm.Text = "確認收料入庫" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(191, 6) ' '全部選擇_tsm ' Me.全部選擇_tsm.ForeColor = System.Drawing.Color.Olive Me.全部選擇_tsm.Name = "全部選擇_tsm" Me.全部選擇_tsm.Size = New System.Drawing.Size(194, 22) Me.全部選擇_tsm.Text = "全部選擇" ' '全部取消_tsm ' Me.全部取消_tsm.ForeColor = System.Drawing.Color.Olive Me.全部取消_tsm.Name = "全部取消_tsm" Me.全部取消_tsm.Size = New System.Drawing.Size(194, 22) Me.全部取消_tsm.Text = "全部取消" Me.全部取消_tsm.TextAlign = System.Drawing.ContentAlignment.BottomRight ' '倉庫編號_tb ' Me.倉庫編號_tb.Location = New System.Drawing.Point(509, 34) Me.倉庫編號_tb.Name = "倉庫編號_tb" Me.倉庫編號_tb.Size = New System.Drawing.Size(52, 23) Me.倉庫編號_tb.TabIndex = 1060 Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '倉庫級別_tb ' Me.倉庫級別_tb.Location = New System.Drawing.Point(509, 60) Me.倉庫級別_tb.Name = "倉庫級別_tb" Me.倉庫級別_tb.Size = New System.Drawing.Size(52, 23) Me.倉庫級別_tb.TabIndex = 1058 Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '倉庫級別_lb ' Me.倉庫級別_lb.AutoSize = True Me.倉庫級別_lb.Location = New System.Drawing.Point(388, 63) Me.倉庫級別_lb.Name = "倉庫級別_lb" Me.倉庫級別_lb.Size = New System.Drawing.Size(101, 16) Me.倉庫級別_lb.TabIndex = 1059 Me.倉庫級別_lb.Text = "倉 庫 級 別" ' '倉庫編號_lb ' Me.倉庫編號_lb.AutoSize = True Me.倉庫編號_lb.Location = New System.Drawing.Point(388, 37) Me.倉庫編號_lb.Name = "倉庫編號_lb" Me.倉庫編號_lb.Size = New System.Drawing.Size(119, 16) Me.倉庫編號_lb.TabIndex = 1061 Me.倉庫編號_lb.Text = "倉 庫 編 號" ' '小間距1_ch ' Me.小間距1_ch.AutoSize = True Me.小間距1_ch.Location = New System.Drawing.Point(4, 63) Me.小間距1_ch.Name = "小間距1_ch" Me.小間距1_ch.Size = New System.Drawing.Size(40, 20) Me.小間距1_ch.TabIndex = 1647 Me.小間距1_ch.Text = "L1" Me.小間距1_ch.UseVisualStyleBackColor = True ' '中間距1_ch ' Me.中間距1_ch.AutoSize = True Me.中間距1_ch.Location = New System.Drawing.Point(50, 63) Me.中間距1_ch.Name = "中間距1_ch" Me.中間距1_ch.Size = New System.Drawing.Size(40, 20) Me.中間距1_ch.TabIndex = 1648 Me.中間距1_ch.Text = "L2" Me.中間距1_ch.UseVisualStyleBackColor = True ' '大間距1_ch ' Me.大間距1_ch.AutoSize = True Me.大間距1_ch.Location = New System.Drawing.Point(96, 63) Me.大間距1_ch.Name = "大間距1_ch" Me.大間距1_ch.Size = New System.Drawing.Size(40, 20) Me.大間距1_ch.TabIndex = 1649 Me.大間距1_ch.Text = "L3" Me.大間距1_ch.UseVisualStyleBackColor = True ' '語轉扭_bt ' 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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(142, 59) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1650 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '盤盈盤損審核 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.小間距1_ch) Me.Controls.Add(Me.中間距1_ch) Me.Controls.Add(Me.大間距1_ch) Me.Controls.Add(Me.倉庫編號_tb) Me.Controls.Add(Me.倉庫級別_tb) Me.Controls.Add(Me.倉庫級別_lb) Me.Controls.Add(Me.倉庫編號_lb) Me.Controls.Add(Me.依據入庫單號全部選擇_bt) Me.Controls.Add(Me.語言_dgv) Me.Controls.Add(Me.入庫單號_tb) Me.Controls.Add(Me.入庫單號_lb) Me.Controls.Add(Me.規格合併_dgv) Me.Controls.Add(Me.全部取消_bt) Me.Controls.Add(Me.全部選擇_bt) Me.Controls.Add(Me.圖片檔1_pb) Me.Controls.Add(Me.圖片檔2_pb) Me.Controls.Add(Me.確認收料入庫_bt) Me.Controls.Add(Me.同級別全資料_ch) Me.Controls.Add(Me.指定倉庫_lb) Me.Controls.Add(Me.指定倉庫_cb) 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() CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.圖片檔2_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 依據入庫單號全部選擇_bt As Button Friend WithEvents 語言_dgv As DataGridView Friend WithEvents 入庫單號_tb As TextBox Friend WithEvents 入庫單號_lb As Label Friend WithEvents 規格合併_dgv As DataGridView Friend WithEvents 全部取消_bt As Button Friend WithEvents 全部選擇_bt As Button Friend WithEvents 圖片檔1_pb As PictureBox Friend WithEvents 圖片檔2_pb As PictureBox Friend WithEvents 確認收料入庫_bt As Button Friend WithEvents 同級別全資料_ch As CheckBox Friend WithEvents 指定倉庫_lb As Label Friend WithEvents 指定倉庫_cb As ComboBox Friend WithEvents 清單_dgv As DataGridView Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理_tsm As ToolStripMenuItem Friend WithEvents 依據入庫單號全部選擇_tsm As ToolStripMenuItem Friend WithEvents 確認收料入庫_tsm As ToolStripMenuItem Friend WithEvents ToolStripSeparator5 As ToolStripSeparator Friend WithEvents 全部選擇_tsm As ToolStripMenuItem Friend WithEvents 全部取消_tsm As ToolStripMenuItem Friend WithEvents 倉庫編號_tb As TextBox Friend WithEvents 倉庫級別_tb As TextBox Friend WithEvents 倉庫級別_lb As Label Friend WithEvents 倉庫編號_lb As Label Friend WithEvents 小間距1_ch As CheckBox Friend WithEvents 中間距1_ch As CheckBox Friend WithEvents 大間距1_ch As CheckBox Friend WithEvents 語轉扭_bt As Button End Class