_ 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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Button12 = New System.Windows.Forms.Button() Me.Button13 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.DataGridView1 = 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.TextBox2 = New System.Windows.Forms.TextBox() CType(Me.DataGridView1, 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 = "指定倉庫" ' 'TextBox1 ' Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox1.Location = New System.Drawing.Point(627, 5) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(62, 23) Me.TextBox1.TabIndex = 1100 ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Olive Me.Button1.Location = New System.Drawing.Point(834, 5) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(132, 24) Me.Button1.TabIndex = 1098 Me.Button1.Text = "依據單號全部選擇" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox3.Location = New System.Drawing.Point(235, 5) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(149, 23) Me.TextBox3.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 = "入庫日期" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(452, 5) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(96, 23) Me.DateTimePicker1.TabIndex = 1094 ' 'Button12 ' Me.Button12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button12.ForeColor = System.Drawing.Color.Olive Me.Button12.Location = New System.Drawing.Point(1110, 5) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(132, 24) Me.Button12.TabIndex = 1093 Me.Button12.Text = "全部取消" Me.Button12.UseVisualStyleBackColor = True ' 'Button13 ' Me.Button13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button13.ForeColor = System.Drawing.Color.Olive Me.Button13.Location = New System.Drawing.Point(972, 5) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(132, 24) Me.Button13.TabIndex = 1092 Me.Button13.Text = "全部選擇" Me.Button13.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.ForeColor = System.Drawing.Color.Green Me.Button4.Location = New System.Drawing.Point(6, 5) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(161, 24) Me.Button4.TabIndex = 1091 Me.Button4.Text = "確認收料入庫" Me.Button4.UseVisualStyleBackColor = True ' 'DataGridView1 ' DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 Me.DataGridView1.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.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(7, 31) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle6 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1235, 575) Me.DataGridView1.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 = "確認收料入庫" ' 'TextBox2 ' Me.TextBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox2.Location = New System.Drawing.Point(695, 5) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(62, 23) Me.TextBox2.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.TextBox2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.DataGridView1) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Button1 As Button Friend WithEvents TextBox3 As TextBox Friend WithEvents Label4 As Label Friend WithEvents Label20 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Button12 As Button Friend WithEvents Button13 As Button Friend WithEvents Button4 As Button Friend WithEvents DataGridView1 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 TextBox2 As TextBox End Class