_ 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() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Label14 = New System.Windows.Forms.Label() Me.TextBox15 = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label19 = New System.Windows.Forms.Label() Me.TextBox14 = New System.Windows.Forms.TextBox() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox26 = New System.Windows.Forms.TextBox() Me.Label26 = New System.Windows.Forms.Label() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox10 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox17 = New System.Windows.Forms.TextBox() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.Label15 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label27 = New System.Windows.Forms.Label() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.TextBox19 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() 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.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Button3 = New System.Windows.Forms.Button() Me.Label23 = New System.Windows.Forms.Label() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'DataGridView2 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(7, 6) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(381, 251) Me.DataGridView2.TabIndex = 1066 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Checked = True Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox1.Location = New System.Drawing.Point(1203, 6) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(39, 20) Me.CheckBox1.TabIndex = 1106 Me.CheckBox1.Text = "補" Me.CheckBox1.UseVisualStyleBackColor = True ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(945, 4) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(94, 23) Me.DateTimePicker2.TabIndex = 1104 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label14.Location = New System.Drawing.Point(880, 7) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(68, 16) Me.Label14.TabIndex = 1105 Me.Label14.Text = "供應商交期" ' 'TextBox15 ' Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox15.ForeColor = System.Drawing.Color.Green Me.TextBox15.Location = New System.Drawing.Point(823, 106) Me.TextBox15.Name = "TextBox15" Me.TextBox15.Size = New System.Drawing.Size(108, 23) Me.TextBox15.TabIndex = 1103 Me.TextBox15.Text = "0" Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label21.ForeColor = System.Drawing.Color.Green Me.Label21.Location = New System.Drawing.Point(765, 109) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(44, 16) Me.Label21.TabIndex = 1102 Me.Label21.Text = "總金額" ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(1107, 5) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(94, 23) Me.DateTimePicker1.TabIndex = 1100 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label19.Location = New System.Drawing.Point(397, 109) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(56, 16) Me.Label19.TabIndex = 1099 Me.Label19.Text = "選擇資料" ' 'TextBox14 ' Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox14.Location = New System.Drawing.Point(458, 106) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(103, 23) Me.TextBox14.TabIndex = 1098 ' 'TextBox9 ' Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox9.Location = New System.Drawing.Point(457, 4) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(152, 25) Me.TextBox9.TabIndex = 1096 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label16.Location = New System.Drawing.Point(397, 8) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(56, 16) Me.Label16.TabIndex = 1095 Me.Label16.Text = "單據編號" ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.ComboBox3.ForeColor = System.Drawing.Color.Green Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"男", "女", "NA"}) Me.ComboBox3.Location = New System.Drawing.Point(779, 4) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(98, 24) Me.ComboBox3.TabIndex = 1092 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.ComboBox2.ForeColor = System.Drawing.Color.Green Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"NA", "女", "男"}) Me.ComboBox2.Location = New System.Drawing.Point(684, 4) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(90, 24) Me.ComboBox2.TabIndex = 1091 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.ForeColor = System.Drawing.Color.Green Me.Label9.Location = New System.Drawing.Point(615, 8) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(68, 16) Me.Label9.TabIndex = 1090 Me.Label9.Text = "供應商簡稱" ' 'TextBox4 ' Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox4.ForeColor = System.Drawing.Color.Green Me.TextBox4.Location = New System.Drawing.Point(618, 106) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(141, 23) Me.TextBox4.TabIndex = 1089 Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox3 ' Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox3.ForeColor = System.Drawing.Color.Green Me.TextBox3.Location = New System.Drawing.Point(999, 81) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(165, 23) Me.TextBox3.TabIndex = 1088 Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Green Me.Label2.Location = New System.Drawing.Point(560, 109) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 1087 Me.Label2.Text = "付款方式" ' 'TextBox26 ' Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox26.ForeColor = System.Drawing.Color.Green Me.TextBox26.Location = New System.Drawing.Point(838, 31) Me.TextBox26.Name = "TextBox26" Me.TextBox26.Size = New System.Drawing.Size(90, 23) Me.TextBox26.TabIndex = 1085 Me.TextBox26.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label26.ForeColor = System.Drawing.Color.Green Me.Label26.Location = New System.Drawing.Point(773, 33) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(56, 16) Me.Label26.TabIndex = 1086 Me.Label26.Text = "統一編號" ' 'TextBox13 ' Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox13.ForeColor = System.Drawing.Color.Green Me.TextBox13.Location = New System.Drawing.Point(458, 81) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(45, 23) Me.TextBox13.TabIndex = 1083 Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.ForeColor = System.Drawing.Color.Green Me.Label12.Location = New System.Drawing.Point(505, 84) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(39, 16) Me.Label12.TabIndex = 1082 Me.Label12.Text = "地址2" ' 'TextBox12 ' Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox12.ForeColor = System.Drawing.Color.Green Me.TextBox12.Location = New System.Drawing.Point(545, 81) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(386, 23) Me.TextBox12.TabIndex = 1081 ' 'TextBox11 ' Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox11.ForeColor = System.Drawing.Color.Green Me.TextBox11.Location = New System.Drawing.Point(457, 56) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(45, 23) Me.TextBox11.TabIndex = 1079 Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.ForeColor = System.Drawing.Color.Green Me.Label10.Location = New System.Drawing.Point(505, 59) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(39, 16) Me.Label10.TabIndex = 1078 Me.Label10.Text = "地址1" ' 'TextBox10 ' Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox10.ForeColor = System.Drawing.Color.Green Me.TextBox10.Location = New System.Drawing.Point(545, 56) Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(386, 23) Me.TextBox10.TabIndex = 1077 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Green Me.Label8.Location = New System.Drawing.Point(933, 109) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(63, 16) Me.Label8.TabIndex = 1076 Me.Label8.Text = "傳 真1" ' 'TextBox8 ' Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox8.ForeColor = System.Drawing.Color.Green Me.TextBox8.Location = New System.Drawing.Point(999, 106) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(165, 23) Me.TextBox8.TabIndex = 1075 Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox6 ' Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox6.ForeColor = System.Drawing.Color.Green Me.TextBox6.Location = New System.Drawing.Point(999, 55) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(165, 23) Me.TextBox6.TabIndex = 1072 Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Green Me.Label5.Location = New System.Drawing.Point(397, 34) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(44, 16) Me.Label5.TabIndex = 1071 Me.Label5.Text = "供應商" ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox2.ForeColor = System.Drawing.Color.Green Me.TextBox2.Location = New System.Drawing.Point(457, 31) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(316, 23) Me.TextBox2.TabIndex = 1070 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Green Me.Label7.Location = New System.Drawing.Point(933, 84) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(63, 16) Me.Label7.TabIndex = 1074 Me.Label7.Text = "公司電話2" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.ForeColor = System.Drawing.Color.Green Me.Label6.Location = New System.Drawing.Point(933, 58) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(63, 16) Me.Label6.TabIndex = 1073 Me.Label6.Text = "公司電話1" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Green Me.Label4.Location = New System.Drawing.Point(394, 59) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(63, 16) Me.Label4.TabIndex = 1080 Me.Label4.Text = "郵遞區號1" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Green Me.Label3.Location = New System.Drawing.Point(393, 84) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(63, 16) Me.Label3.TabIndex = 1084 Me.Label3.Text = "郵遞區號2" ' '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(1042, 8) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(68, 16) Me.Label20.TabIndex = 1101 Me.Label20.Text = "採購下單日" ' 'DataGridView3 ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.DataGridView3.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.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(394, 131) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.DataGridView3.RowTemplate.Height = 24 Me.DataGridView3.Size = New System.Drawing.Size(849, 450) Me.DataGridView3.TabIndex = 1097 ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.ComboBox5.ForeColor = System.Drawing.Color.Green Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Items.AddRange(New Object() {"NA", "女", "男"}) Me.ComboBox5.Location = New System.Drawing.Point(61, 284) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(105, 23) Me.ComboBox5.TabIndex = 1145 ' '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(7, 287) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 1146 Me.Label1.Text = "指定倉庫" ' 'Label11 ' Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(2, 586) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(56, 16) Me.Label11.TabIndex = 1144 Me.Label11.Text = "歷史售價" ' 'TextBox17 ' Me.TextBox17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox17.Location = New System.Drawing.Point(58, 583) Me.TextBox17.Name = "TextBox17" Me.TextBox17.Size = New System.Drawing.Size(60, 23) Me.TextBox17.TabIndex = 1141 Me.TextBox17.Text = "0" Me.TextBox17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox16 ' Me.TextBox16.Location = New System.Drawing.Point(323, 258) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(65, 23) Me.TextBox16.TabIndex = 1140 Me.TextBox16.Text = "0" Me.TextBox16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label17 ' Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(118, 586) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(44, 16) Me.Label17.TabIndex = 1139 Me.Label17.Text = "可出庫" ' 'TextBox1 ' Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox1.Location = New System.Drawing.Point(162, 583) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(50, 23) Me.TextBox1.TabIndex = 1138 Me.TextBox1.Text = "0" Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label13 ' Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(2, 559) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(56, 16) Me.Label13.TabIndex = 1137 Me.Label13.Text = "廠商編號" ' 'TextBox5 ' Me.TextBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox5.Location = New System.Drawing.Point(58, 556) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(103, 25) Me.TextBox5.TabIndex = 1136 Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'NumericUpDown1 ' Me.NumericUpDown1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.NumericUpDown1.Location = New System.Drawing.Point(259, 583) Me.NumericUpDown1.Maximum = New Decimal(New Integer() {0, 0, 0, 0}) Me.NumericUpDown1.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648}) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(50, 23) Me.NumericUpDown1.TabIndex = 1135 Me.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label15 ' Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(214, 586) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(44, 16) Me.Label15.TabIndex = 1134 Me.Label15.Text = "申請數" ' 'Label18 ' Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(164, 560) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(32, 16) Me.Label18.TabIndex = 1133 Me.Label18.Text = "料號" ' 'TextBox7 ' Me.TextBox7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox7.Location = New System.Drawing.Point(196, 556) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(113, 25) Me.TextBox7.TabIndex = 1132 Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ComboBox1 ' Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.ComboBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"男", "女", "NA"}) Me.ComboBox1.Location = New System.Drawing.Point(219, 260) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(64, 24) Me.ComboBox1.TabIndex = 1131 ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label27.Location = New System.Drawing.Point(188, 265) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(32, 16) Me.Label27.TabIndex = 1130 Me.Label27.Text = "頁碼" ' 'TextBox18 ' Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox18.Location = New System.Drawing.Point(286, 282) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(102, 25) Me.TextBox18.TabIndex = 1129 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label22.Location = New System.Drawing.Point(219, 287) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(68, 16) Me.Label22.TabIndex = 1128 Me.Label22.Text = "物料關鍵字" ' 'DataGridView1 ' Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), 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(10, 309) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(378, 245) Me.DataGridView1.TabIndex = 1127 ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(107, 264) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(87, 20) Me.CheckBox2.TabIndex = 1143 Me.CheckBox2.Text = "依商品排序" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.Location = New System.Drawing.Point(10, 264) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(99, 20) Me.CheckBox3.TabIndex = 1142 Me.CheckBox3.Text = "依供應商排序" Me.CheckBox3.UseVisualStyleBackColor = True ' 'TextBox19 ' Me.TextBox19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox19.Location = New System.Drawing.Point(171, 284) Me.TextBox19.Name = "TextBox19" Me.TextBox19.Size = New System.Drawing.Size(42, 23) Me.TextBox19.TabIndex = 1147 ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Button1.Location = New System.Drawing.Point(310, 555) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(78, 51) Me.Button1.TabIndex = 1148 Me.Button1.Text = "新增退貨物料到採購單" Me.Button1.UseVisualStyleBackColor = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.新增物料到採購單ToolStripMenuItem, Me.刪除出貨單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改存檔ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 126) ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6) ' '新增物料到採購單ToolStripMenuItem ' Me.新增物料到採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增物料到採購單ToolStripMenuItem.Name = "新增物料到採購單ToolStripMenuItem" Me.新增物料到採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22) Me.新增物料到採購單ToolStripMenuItem.Text = "新增退貨物料到採購單" ' '刪除出貨單中選中的物料ToolStripMenuItem ' Me.刪除出貨單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除出貨單中選中的物料ToolStripMenuItem.Name = "刪除出貨單中選中的物料ToolStripMenuItem" Me.刪除出貨單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22) Me.刪除出貨單中選中的物料ToolStripMenuItem.Text = "刪除出貨單中選中的物料" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6) ' '修改存檔ToolStripMenuItem ' Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem" Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22) Me.修改存檔ToolStripMenuItem.Text = "修改存檔" ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.Green Me.Button3.Location = New System.Drawing.Point(1167, 56) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(76, 73) Me.Button3.TabIndex = 1150 Me.Button3.Text = "修 改 存 檔" Me.Button3.UseVisualStyleBackColor = True ' 'Label23 ' Me.Label23.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label23.ForeColor = System.Drawing.Color.Red Me.Label23.Location = New System.Drawing.Point(396, 585) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(827, 24) Me.Label23.TabIndex = 1151 Me.Label23.Text = "供應商物料退貨單據與採購單合併,如需要查看獨立的退貨資訊與列印退貨單據請看採購退貨清單" ' '採購退貨申請 ' 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.Label23) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox19) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TextBox17) Me.Controls.Add(Me.TextBox16) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.NumericUpDown1) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.TextBox18) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox3) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.TextBox15) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.TextBox14) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox26) Me.Controls.Add(Me.Label26) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.TextBox11) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.TextBox10) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.DataGridView3) Me.Controls.Add(Me.DataGridView2) 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.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView2 As DataGridView Friend WithEvents CheckBox1 As CheckBox Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents Label14 As Label Friend WithEvents TextBox15 As TextBox Friend WithEvents Label21 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Label19 As Label Friend WithEvents TextBox14 As TextBox Friend WithEvents TextBox9 As TextBox Friend WithEvents Label16 As Label Friend WithEvents ComboBox3 As ComboBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label9 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox26 As TextBox Friend WithEvents Label26 As Label Friend WithEvents TextBox13 As TextBox Friend WithEvents Label12 As Label Friend WithEvents TextBox12 As TextBox Friend WithEvents TextBox11 As TextBox Friend WithEvents Label10 As Label Friend WithEvents TextBox10 As TextBox Friend WithEvents Label8 As Label Friend WithEvents TextBox8 As TextBox Friend WithEvents TextBox6 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label7 As Label Friend WithEvents Label6 As Label Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents Label20 As Label Friend WithEvents DataGridView3 As DataGridView Friend WithEvents ComboBox5 As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label11 As Label Friend WithEvents TextBox17 As TextBox Friend WithEvents TextBox16 As TextBox Friend WithEvents Label17 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label13 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents NumericUpDown1 As NumericUpDown Friend WithEvents Label15 As Label Friend WithEvents Label18 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label27 As Label Friend WithEvents TextBox18 As TextBox Friend WithEvents Label22 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents CheckBox2 As CheckBox Friend WithEvents CheckBox3 As CheckBox Friend WithEvents TextBox19 As TextBox Friend WithEvents Button1 As Button 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 ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem Friend WithEvents Button3 As Button Friend WithEvents Label23 As Label End Class