_ Partial Class Frm_BUFF 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() 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.Label5 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.dgv1 = New System.Windows.Forms.DataGridView() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Button7 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.dtp_end = New System.Windows.Forms.DateTimePicker() Me.dtp_begin = New System.Windows.Forms.DateTimePicker() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.DataGridView4 = New System.Windows.Forms.DataGridView() Me.TabPage5 = New System.Windows.Forms.TabPage() Me.DataGridView5 = New System.Windows.Forms.DataGridView() Me.TabPage6 = New System.Windows.Forms.TabPage() Me.DataGridView6 = New System.Windows.Forms.DataGridView() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label30 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Button2 = New System.Windows.Forms.Button() CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage2.SuspendLayout() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage3.SuspendLayout() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage4.SuspendLayout() CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage5.SuspendLayout() CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage6.SuspendLayout() CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.BackColor = System.Drawing.Color.Transparent Me.Label5.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(438, 17) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(89, 26) Me.Label5.TabIndex = 179 Me.Label5.Text = " " ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.BackColor = System.Drawing.Color.Transparent Me.Label11.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.ForeColor = System.Drawing.Color.Red Me.Label11.Location = New System.Drawing.Point(1016, 17) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(36, 26) Me.Label11.TabIndex = 177 Me.Label11.Text = "11" ' 'TextBox8 ' Me.TextBox8.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox8.Location = New System.Drawing.Point(36, 226) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(227, 38) Me.TextBox8.TabIndex = 176 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.BackColor = System.Drawing.Color.Transparent Me.Label21.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label21.ForeColor = System.Drawing.Color.Red Me.Label21.Location = New System.Drawing.Point(825, 17) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(168, 26) Me.Label21.TabIndex = 175 Me.Label21.Text = "报表更新日期" ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(36, 271) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(228, 53) Me.Button1.TabIndex = 174 Me.Button1.Text = "导出至K3模板" Me.Button1.UseVisualStyleBackColor = True ' 'dgv1 ' Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv1.DefaultCellStyle = DataGridViewCellStyle3 Me.dgv1.Location = New System.Drawing.Point(289, 58) Me.dgv1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.dgv1.Name = "dgv1" DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgv1.RowHeadersDefaultCellStyle = DataGridViewCellStyle4 Me.dgv1.RowHeadersWidth = 51 Me.dgv1.RowTemplate.Height = 23 Me.dgv1.Size = New System.Drawing.Size(2594, 385) Me.dgv1.TabIndex = 172 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(284, 17) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(64, 26) Me.Label2.TabIndex = 171 Me.Label2.Text = "磨皮" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(31, 52) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(38, 26) Me.Label1.TabIndex = 170 Me.Label1.Text = "自" ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button7.Location = New System.Drawing.Point(36, 166) Me.Button7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(228, 53) Me.Button7.TabIndex = 169 Me.Button7.Text = "磨皮查询" Me.Button7.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Red Me.Label4.Location = New System.Drawing.Point(31, 109) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(38, 26) Me.Label4.TabIndex = 168 Me.Label4.Text = "至" ' 'dtp_end ' Me.dtp_end.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.dtp_end.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.dtp_end.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtp_end.Location = New System.Drawing.Point(84, 100) Me.dtp_end.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dtp_end.Name = "dtp_end" Me.dtp_end.Size = New System.Drawing.Size(178, 38) Me.dtp_end.TabIndex = 167 Me.dtp_end.Value = New Date(2024, 7, 31, 0, 0, 0, 0) ' 'dtp_begin ' Me.dtp_begin.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.dtp_begin.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.dtp_begin.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtp_begin.Location = New System.Drawing.Point(84, 43) Me.dtp_begin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dtp_begin.Name = "dtp_begin" Me.dtp_begin.Size = New System.Drawing.Size(178, 38) Me.dtp_begin.TabIndex = 166 Me.dtp_begin.Value = New Date(2024, 7, 1, 0, 0, 0, 0) ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Controls.Add(Me.TabPage4) Me.TabControl1.Controls.Add(Me.TabPage5) Me.TabControl1.Controls.Add(Me.TabPage6) Me.TabControl1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TabControl1.Location = New System.Drawing.Point(277, 452) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(2651, 786) Me.TabControl1.TabIndex = 180 ' 'TabPage1 ' Me.TabPage1.BackColor = System.Drawing.Color.Transparent Me.TabPage1.Controls.Add(Me.DataGridView1) Me.TabPage1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TabPage1.ForeColor = System.Drawing.Color.RoyalBlue Me.TabPage1.Location = New System.Drawing.Point(4, 42) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(2643, 740) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "正常磨皮" ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(32, 30) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 51 Me.DataGridView1.RowTemplate.Height = 23 Me.DataGridView1.Size = New System.Drawing.Size(2594, 667) Me.DataGridView1.TabIndex = 101 ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.DataGridView2) Me.TabPage2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TabPage2.ForeColor = System.Drawing.Color.RoyalBlue Me.TabPage2.Location = New System.Drawing.Point(4, 42) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(2643, 740) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "外加工" Me.TabPage2.UseVisualStyleBackColor = True ' 'DataGridView2 ' Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(32, 31) Me.DataGridView2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 51 Me.DataGridView2.RowTemplate.Height = 23 Me.DataGridView2.Size = New System.Drawing.Size(2594, 657) Me.DataGridView2.TabIndex = 101 ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.DataGridView3) Me.TabPage3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TabPage3.ForeColor = System.Drawing.Color.RoyalBlue Me.TabPage3.Location = New System.Drawing.Point(4, 42) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) Me.TabPage3.Size = New System.Drawing.Size(2643, 740) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "样品" Me.TabPage3.UseVisualStyleBackColor = True ' 'DataGridView3 ' Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(32, 30) Me.DataGridView3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 51 Me.DataGridView3.RowTemplate.Height = 23 Me.DataGridView3.Size = New System.Drawing.Size(2594, 652) Me.DataGridView3.TabIndex = 101 ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.DataGridView4) Me.TabPage4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TabPage4.ForeColor = System.Drawing.Color.RoyalBlue Me.TabPage4.Location = New System.Drawing.Point(4, 42) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Padding = New System.Windows.Forms.Padding(3) Me.TabPage4.Size = New System.Drawing.Size(2643, 740) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "退货" Me.TabPage4.UseVisualStyleBackColor = True ' 'DataGridView4 ' Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView4.Location = New System.Drawing.Point(32, 31) Me.DataGridView4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.DataGridView4.Name = "DataGridView4" Me.DataGridView4.RowHeadersWidth = 51 Me.DataGridView4.RowTemplate.Height = 23 Me.DataGridView4.Size = New System.Drawing.Size(2594, 652) Me.DataGridView4.TabIndex = 102 ' 'TabPage5 ' Me.TabPage5.Controls.Add(Me.DataGridView5) Me.TabPage5.Location = New System.Drawing.Point(4, 42) Me.TabPage5.Name = "TabPage5" Me.TabPage5.Padding = New System.Windows.Forms.Padding(3) Me.TabPage5.Size = New System.Drawing.Size(2643, 740) Me.TabPage5.TabIndex = 4 Me.TabPage5.Text = "加/复磨" Me.TabPage5.UseVisualStyleBackColor = True ' 'DataGridView5 ' Me.DataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView5.Location = New System.Drawing.Point(40, 36) Me.DataGridView5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.DataGridView5.Name = "DataGridView5" Me.DataGridView5.RowHeadersWidth = 51 Me.DataGridView5.RowTemplate.Height = 23 Me.DataGridView5.Size = New System.Drawing.Size(2594, 652) Me.DataGridView5.TabIndex = 103 ' 'TabPage6 ' Me.TabPage6.Controls.Add(Me.DataGridView6) Me.TabPage6.Location = New System.Drawing.Point(4, 42) Me.TabPage6.Name = "TabPage6" Me.TabPage6.Size = New System.Drawing.Size(2643, 740) Me.TabPage6.TabIndex = 5 Me.TabPage6.Text = "选磨" Me.TabPage6.UseVisualStyleBackColor = True ' 'DataGridView6 ' Me.DataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView6.Location = New System.Drawing.Point(33, 36) Me.DataGridView6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.DataGridView6.Name = "DataGridView6" Me.DataGridView6.RowHeadersWidth = 51 Me.DataGridView6.RowTemplate.Height = 23 Me.DataGridView6.Size = New System.Drawing.Size(2594, 652) Me.DataGridView6.TabIndex = 103 ' 'TextBox4 ' Me.TextBox4.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox4.Location = New System.Drawing.Point(42, 1016) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(166, 38) Me.TextBox4.TabIndex = 189 Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'TextBox3 ' Me.TextBox3.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox3.Location = New System.Drawing.Point(46, 925) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(166, 38) Me.TextBox3.TabIndex = 188 Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox2.Location = New System.Drawing.Point(49, 822) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(166, 38) Me.TextBox2.TabIndex = 187 Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox1.Location = New System.Drawing.Point(52, 632) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(166, 38) Me.TextBox1.TabIndex = 186 Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label30 ' Me.Label30.AutoSize = True Me.Label30.BackColor = System.Drawing.Color.Transparent Me.Label30.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label30.ForeColor = System.Drawing.Color.RoyalBlue Me.Label30.Location = New System.Drawing.Point(41, 970) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(66, 26) Me.Label30.TabIndex = 185 Me.Label30.Text = "退货" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.BackColor = System.Drawing.Color.Transparent Me.Label18.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label18.ForeColor = System.Drawing.Color.RoyalBlue Me.Label18.Location = New System.Drawing.Point(44, 879) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(66, 26) Me.Label18.TabIndex = 184 Me.Label18.Text = "样品" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.BackColor = System.Drawing.Color.Transparent Me.Label10.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.ForeColor = System.Drawing.Color.RoyalBlue Me.Label10.Location = New System.Drawing.Point(48, 785) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(93, 26) Me.Label10.TabIndex = 183 Me.Label10.Text = "外加工" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.BackColor = System.Drawing.Color.Transparent Me.Label16.Font = New System.Drawing.Font("新細明體", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.ForeColor = System.Drawing.Color.Red Me.Label16.Location = New System.Drawing.Point(83, 785) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(30, 22) Me.Label16.TabIndex = 182 Me.Label16.Text = "16" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.BackColor = System.Drawing.Color.Transparent Me.Label9.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.ForeColor = System.Drawing.Color.RoyalBlue Me.Label9.Location = New System.Drawing.Point(50, 592) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(66, 26) Me.Label9.TabIndex = 181 Me.Label9.Text = "反毛" ' 'TextBox5 ' Me.TextBox5.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox5.Location = New System.Drawing.Point(40, 1104) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(166, 38) Me.TextBox5.TabIndex = 191 Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.Color.RoyalBlue Me.Label3.Location = New System.Drawing.Point(41, 1067) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(66, 26) Me.Label3.TabIndex = 190 Me.Label3.Text = "试验" ' 'TextBox6 ' Me.TextBox6.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox6.Location = New System.Drawing.Point(49, 724) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(166, 38) Me.TextBox6.TabIndex = 193 Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.BackColor = System.Drawing.Color.Transparent Me.Label6.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.ForeColor = System.Drawing.Color.RoyalBlue Me.Label6.Location = New System.Drawing.Point(50, 687) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(46, 26) Me.Label6.TabIndex = 192 Me.Label6.Text = "PU" ' 'TextBox7 ' Me.TextBox7.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox7.Location = New System.Drawing.Point(40, 344) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(227, 38) Me.TextBox7.TabIndex = 195 ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(40, 390) Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(228, 53) Me.Button2.TabIndex = 194 Me.Button2.Text = "导出至K3模板" Me.Button2.UseVisualStyleBackColor = True ' 'Frm_BUFF ' Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 19.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(3168, 1239) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label30) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.dgv1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.dtp_end) Me.Controls.Add(Me.dtp_begin) Me.Name = "Frm_BUFF" Me.Text = "Frm_BUFF" CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage2.ResumeLayout(False) CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage3.ResumeLayout(False) CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage4.ResumeLayout(False) CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage5.ResumeLayout(False) CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage6.ResumeLayout(False) CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label5 As Label Friend WithEvents Label11 As Label Friend WithEvents TextBox8 As TextBox Friend WithEvents Label21 As Label Friend WithEvents Button1 As Button Friend WithEvents dgv1 As DataGridView Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents Button7 As Button Friend WithEvents Label4 As Label Friend WithEvents dtp_end As DateTimePicker Friend WithEvents dtp_begin As DateTimePicker Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents DataGridView1 As DataGridView Friend WithEvents TabPage2 As TabPage Friend WithEvents DataGridView2 As DataGridView Friend WithEvents TabPage3 As TabPage Friend WithEvents DataGridView3 As DataGridView Friend WithEvents TabPage4 As TabPage Friend WithEvents DataGridView4 As DataGridView Friend WithEvents TextBox4 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox1 As TextBox Friend WithEvents Label30 As Label Friend WithEvents Label18 As Label Friend WithEvents Label10 As Label Friend WithEvents Label16 As Label Friend WithEvents Label9 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TabPage5 As TabPage Friend WithEvents TabPage6 As TabPage Friend WithEvents DataGridView5 As DataGridView Friend WithEvents DataGridView6 As DataGridView Friend WithEvents TextBox7 As TextBox Friend WithEvents Button2 As Button End Class