_ Partial Class Frm_wb_out 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 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() 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() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.DGV_chem_sum = New System.Windows.Forms.DataGridView() Me.dtp1 = New System.Windows.Forms.DateTimePicker() Me.dtp2 = New System.Windows.Forms.DateTimePicker() Me.Label2 = New System.Windows.Forms.Label() Me.dgv_detail_DD = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.dgv_chem = New System.Windows.Forms.DataGridView() Me.DGV_DETAIL_TR = New System.Windows.Forms.DataGridView() Me.DGV_DETAIL_OTHER = New System.Windows.Forms.DataGridView() Me.DGV_DETAIL_DD_B = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.dgv_detail_pu = New System.Windows.Forms.DataGridView() Me.dgv_detail_pu_head = New System.Windows.Forms.DataGridView() Me.dgv_wb = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.DGV_chem_bg = New System.Windows.Forms.DataGridView() CType(Me.DGV_chem_sum, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_detail_DD, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_chem, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV_DETAIL_TR, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV_DETAIL_OTHER, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV_DETAIL_DD_B, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_detail_pu, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_detail_pu_head, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_wb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV_chem_bg, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DGV_chem_sum ' Me.DGV_chem_sum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGV_chem_sum.DefaultCellStyle = DataGridViewCellStyle1 Me.DGV_chem_sum.Location = New System.Drawing.Point(16, 858) Me.DGV_chem_sum.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.DGV_chem_sum.Name = "DGV_chem_sum" Me.DGV_chem_sum.RowHeadersWidth = 51 Me.DGV_chem_sum.RowTemplate.Height = 23 Me.DGV_chem_sum.Size = New System.Drawing.Size(692, 265) Me.DGV_chem_sum.TabIndex = 0 ' 'dtp1 ' Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.dtp1.Location = New System.Drawing.Point(16, 15) Me.dtp1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.dtp1.Name = "dtp1" Me.dtp1.Size = New System.Drawing.Size(193, 34) Me.dtp1.TabIndex = 1 ' 'dtp2 ' Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.dtp2.Location = New System.Drawing.Point(261, 15) Me.dtp2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.dtp2.Name = "dtp2" Me.dtp2.Size = New System.Drawing.Size(193, 34) Me.dtp2.TabIndex = 2 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label2.Location = New System.Drawing.Point(219, 25) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(32, 27) Me.Label2.TabIndex = 4 Me.Label2.Text = "至" ' 'dgv_detail_DD ' Me.dgv_detail_DD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_detail_DD.DefaultCellStyle = DataGridViewCellStyle2 Me.dgv_detail_DD.Location = New System.Drawing.Point(743, 40) Me.dgv_detail_DD.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.dgv_detail_DD.Name = "dgv_detail_DD" Me.dgv_detail_DD.RowHeadersWidth = 51 Me.dgv_detail_DD.RowTemplate.Height = 23 Me.dgv_detail_DD.Size = New System.Drawing.Size(1220, 446) Me.dgv_detail_DD.TabIndex = 5 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button1.Location = New System.Drawing.Point(464, 15) Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(117, 36) Me.Button1.TabIndex = 6 Me.Button1.Text = "出库查询" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button2.Location = New System.Drawing.Point(589, 15) Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(77, 36) Me.Button2.TabIndex = 7 Me.Button2.Text = "明细" Me.Button2.UseVisualStyleBackColor = True ' 'dgv_chem ' Me.dgv_chem.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("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, 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.dgv_chem.DefaultCellStyle = DataGridViewCellStyle3 Me.dgv_chem.Location = New System.Drawing.Point(16, 1144) Me.dgv_chem.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.dgv_chem.Name = "dgv_chem" Me.dgv_chem.RowHeadersWidth = 51 Me.dgv_chem.RowTemplate.Height = 23 Me.dgv_chem.Size = New System.Drawing.Size(692, 312) Me.dgv_chem.TabIndex = 8 ' 'DGV_DETAIL_TR ' Me.DGV_DETAIL_TR.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle4.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGV_DETAIL_TR.DefaultCellStyle = DataGridViewCellStyle4 Me.DGV_DETAIL_TR.Location = New System.Drawing.Point(743, 525) Me.DGV_DETAIL_TR.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.DGV_DETAIL_TR.Name = "DGV_DETAIL_TR" Me.DGV_DETAIL_TR.RowHeadersWidth = 51 Me.DGV_DETAIL_TR.RowTemplate.Height = 23 Me.DGV_DETAIL_TR.Size = New System.Drawing.Size(1220, 446) Me.DGV_DETAIL_TR.TabIndex = 9 ' 'DGV_DETAIL_OTHER ' Me.DGV_DETAIL_OTHER.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle5.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGV_DETAIL_OTHER.DefaultCellStyle = DataGridViewCellStyle5 Me.DGV_DETAIL_OTHER.Location = New System.Drawing.Point(743, 1010) Me.DGV_DETAIL_OTHER.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.DGV_DETAIL_OTHER.Name = "DGV_DETAIL_OTHER" Me.DGV_DETAIL_OTHER.RowHeadersWidth = 51 Me.DGV_DETAIL_OTHER.RowTemplate.Height = 23 Me.DGV_DETAIL_OTHER.Size = New System.Drawing.Size(1220, 446) Me.DGV_DETAIL_OTHER.TabIndex = 10 ' 'DGV_DETAIL_DD_B ' Me.DGV_DETAIL_DD_B.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle6.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGV_DETAIL_DD_B.DefaultCellStyle = DataGridViewCellStyle6 Me.DGV_DETAIL_DD_B.Location = New System.Drawing.Point(1992, 40) Me.DGV_DETAIL_DD_B.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.DGV_DETAIL_DD_B.Name = "DGV_DETAIL_DD_B" Me.DGV_DETAIL_DD_B.RowHeadersWidth = 51 Me.DGV_DETAIL_DD_B.RowTemplate.Height = 23 Me.DGV_DETAIL_DD_B.Size = New System.Drawing.Size(1220, 446) Me.DGV_DETAIL_DD_B.TabIndex = 11 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(736, 5) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(177, 31) Me.Label3.TabIndex = 12 Me.Label3.Text = "打底(反毛+PU)" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Red Me.Label4.Location = New System.Drawing.Point(1985, 490) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(47, 31) Me.Label4.TabIndex = 13 Me.Label4.Text = "PU" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(1985, 975) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(87, 31) Me.Label5.TabIndex = 14 Me.Label5.Text = "PU(头)" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(16, 822) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(110, 31) Me.Label6.TabIndex = 15 Me.Label6.Text = "化料领用" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Red Me.Label7.Location = New System.Drawing.Point(736, 975) Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(110, 31) Me.Label7.TabIndex = 16 Me.Label7.Text = "回鼓改色" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Red Me.Label8.Location = New System.Drawing.Point(1985, 5) Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(174, 31) Me.Label8.TabIndex = 17 Me.Label8.Text = "黑色打底(反毛)" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label9.ForeColor = System.Drawing.Color.Red Me.Label9.Location = New System.Drawing.Point(736, 490) Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(62, 31) Me.Label9.TabIndex = 18 Me.Label9.Text = "套染" ' 'dgv_detail_pu ' Me.dgv_detail_pu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle7.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_detail_pu.DefaultCellStyle = DataGridViewCellStyle7 Me.dgv_detail_pu.Location = New System.Drawing.Point(1992, 525) Me.dgv_detail_pu.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.dgv_detail_pu.Name = "dgv_detail_pu" Me.dgv_detail_pu.RowHeadersWidth = 51 Me.dgv_detail_pu.RowTemplate.Height = 23 Me.dgv_detail_pu.Size = New System.Drawing.Size(1220, 446) Me.dgv_detail_pu.TabIndex = 19 ' 'dgv_detail_pu_head ' Me.dgv_detail_pu_head.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle8.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_detail_pu_head.DefaultCellStyle = DataGridViewCellStyle8 Me.dgv_detail_pu_head.Location = New System.Drawing.Point(1992, 1010) Me.dgv_detail_pu_head.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.dgv_detail_pu_head.Name = "dgv_detail_pu_head" Me.dgv_detail_pu_head.RowHeadersWidth = 51 Me.dgv_detail_pu_head.RowTemplate.Height = 23 Me.dgv_detail_pu_head.Size = New System.Drawing.Size(1220, 446) Me.dgv_detail_pu_head.TabIndex = 20 ' 'dgv_wb ' Me.dgv_wb.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle9.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_wb.DefaultCellStyle = DataGridViewCellStyle9 Me.dgv_wb.Location = New System.Drawing.Point(16, 90) Me.dgv_wb.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.dgv_wb.Name = "dgv_wb" Me.dgv_wb.RowHeadersWidth = 51 Me.dgv_wb.RowTemplate.Height = 23 Me.dgv_wb.Size = New System.Drawing.Size(692, 396) Me.dgv_wb.TabIndex = 21 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(9, 55) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(110, 31) Me.Label1.TabIndex = 22 Me.Label1.Text = "蓝皮领用" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label10.ForeColor = System.Drawing.Color.Red Me.Label10.Location = New System.Drawing.Point(16, 505) Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(110, 31) Me.Label10.TabIndex = 24 Me.Label10.Text = "手册领用" ' 'DGV_chem_bg ' Me.DGV_chem_bg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle10.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGV_chem_bg.DefaultCellStyle = DataGridViewCellStyle10 Me.DGV_chem_bg.Location = New System.Drawing.Point(16, 540) Me.DGV_chem_bg.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.DGV_chem_bg.Name = "DGV_chem_bg" Me.DGV_chem_bg.RowHeadersWidth = 51 Me.DGV_chem_bg.RowTemplate.Height = 23 Me.DGV_chem_bg.Size = New System.Drawing.Size(692, 265) Me.DGV_chem_bg.TabIndex = 23 ' 'Frm_wb_out ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.ClientSize = New System.Drawing.Size(2564, 1415) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.DGV_chem_bg) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.dgv_wb) Me.Controls.Add(Me.dgv_detail_pu_head) Me.Controls.Add(Me.dgv_detail_pu) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.DGV_DETAIL_DD_B) Me.Controls.Add(Me.DGV_DETAIL_OTHER) Me.Controls.Add(Me.DGV_DETAIL_TR) Me.Controls.Add(Me.dgv_chem) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.dgv_detail_DD) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.dtp2) Me.Controls.Add(Me.dtp1) Me.Controls.Add(Me.DGV_chem_sum) Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Name = "Frm_wb_out" Me.Text = "Frm_wb_out" CType(Me.DGV_chem_sum, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_detail_DD, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_chem, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV_DETAIL_TR, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV_DETAIL_OTHER, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV_DETAIL_DD_B, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_detail_pu, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_detail_pu_head, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_wb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV_chem_bg, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DGV_chem_sum As DataGridView Friend WithEvents dtp1 As DateTimePicker Friend WithEvents dtp2 As DateTimePicker Friend WithEvents Label2 As Label Friend WithEvents dgv_detail_DD As DataGridView Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents dgv_chem As DataGridView Friend WithEvents DGV_DETAIL_TR As DataGridView Friend WithEvents DGV_DETAIL_OTHER As DataGridView Friend WithEvents DGV_DETAIL_DD_B As DataGridView Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents dgv_detail_pu As DataGridView Friend WithEvents dgv_detail_pu_head As DataGridView Friend WithEvents dgv_wb As DataGridView Friend WithEvents Label1 As Label Friend WithEvents Label10 As Label Friend WithEvents DGV_chem_bg As DataGridView End Class