_ 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() 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.圖片編碼_lb = New System.Windows.Forms.Label() Me.圖片編碼_tb = New System.Windows.Forms.TextBox() Me.驗證碼_lb = New System.Windows.Forms.Label() Me.驗證碼_tb = New System.Windows.Forms.TextBox() Me.制表人_tb = New System.Windows.Forms.TextBox() Me.制表人_lb = New System.Windows.Forms.Label() Me.總金額_tb = New System.Windows.Forms.TextBox() Me.總金額_lb = New System.Windows.Forms.Label() Me.列印_bt = New System.Windows.Forms.Button() Me.FOR_cb = New System.Windows.Forms.ComboBox() Me.SHOW_lb = New System.Windows.Forms.Label() Me.月份_cb = New System.Windows.Forms.ComboBox() Me.年份_cb = New System.Windows.Forms.ComboBox() Me.FOR_lb = New System.Windows.Forms.Label() Me.提取人_cb = New System.Windows.Forms.ComboBox() Me.提取人_lb = New System.Windows.Forms.Label() Me.發件人_cb = New System.Windows.Forms.ComboBox() Me.發件人_lb = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label6 = New System.Windows.Forms.Label() Me.供應商公司電話_tb = New System.Windows.Forms.TextBox() Me.供應商聯繫人_lb = New System.Windows.Forms.Label() Me.供應商聯繫人_tb = New System.Windows.Forms.TextBox() Me.供應商公司全稱_lb = New System.Windows.Forms.Label() Me.供應商編碼_cb = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.供應商公司全稱_tb = New System.Windows.Forms.TextBox() Me.供應商_lb = New System.Windows.Forms.Label() Me.樣品物料調料單單號_lb = New System.Windows.Forms.Label() Me.樣品物料調料單單號_tb = New System.Windows.Forms.TextBox() Me.供應商_cb = New System.Windows.Forms.ComboBox() Me.已審核_dgv = New System.Windows.Forms.DataGridView() Me.已審核調料單清單_lb = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.明細_dgv = New System.Windows.Forms.DataGridView() CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '圖片編碼_lb ' Me.圖片編碼_lb.AutoSize = True Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_lb.Location = New System.Drawing.Point(5, 184) Me.圖片編碼_lb.Name = "圖片編碼_lb" Me.圖片編碼_lb.Size = New System.Drawing.Size(56, 16) Me.圖片編碼_lb.TabIndex = 901 Me.圖片編碼_lb.Text = "圖片編碼" ' '圖片編碼_tb ' Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_tb.Location = New System.Drawing.Point(57, 181) Me.圖片編碼_tb.Name = "圖片編碼_tb" Me.圖片編碼_tb.Size = New System.Drawing.Size(191, 23) Me.圖片編碼_tb.TabIndex = 900 Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '驗證碼_lb ' Me.驗證碼_lb.AutoSize = True Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_lb.Location = New System.Drawing.Point(259, 184) Me.驗證碼_lb.Name = "驗證碼_lb" Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16) Me.驗證碼_lb.TabIndex = 899 Me.驗證碼_lb.Text = "驗證碼" ' '驗證碼_tb ' Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_tb.Location = New System.Drawing.Point(304, 181) Me.驗證碼_tb.Name = "驗證碼_tb" Me.驗證碼_tb.Size = New System.Drawing.Size(191, 23) Me.驗證碼_tb.TabIndex = 898 Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '制表人_tb ' Me.制表人_tb.Location = New System.Drawing.Point(323, 106) Me.制表人_tb.Name = "制表人_tb" Me.制表人_tb.Size = New System.Drawing.Size(169, 23) Me.制表人_tb.TabIndex = 896 ' '制表人_lb ' Me.制表人_lb.AutoSize = True Me.制表人_lb.Location = New System.Drawing.Point(280, 109) Me.制表人_lb.Name = "制表人_lb" Me.制表人_lb.Size = New System.Drawing.Size(44, 16) Me.制表人_lb.TabIndex = 895 Me.制表人_lb.Text = "制表人" ' '總金額_tb ' Me.總金額_tb.Location = New System.Drawing.Point(323, 130) Me.總金額_tb.Name = "總金額_tb" Me.總金額_tb.Size = New System.Drawing.Size(169, 23) Me.總金額_tb.TabIndex = 894 ' '總金額_lb ' Me.總金額_lb.AutoSize = True Me.總金額_lb.Location = New System.Drawing.Point(280, 133) Me.總金額_lb.Name = "總金額_lb" Me.總金額_lb.Size = New System.Drawing.Size(44, 16) Me.總金額_lb.TabIndex = 893 Me.總金額_lb.Text = "總金額" ' '列印_bt ' Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.列印_bt.ForeColor = System.Drawing.Color.Green Me.列印_bt.Location = New System.Drawing.Point(495, 155) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(110, 49) Me.列印_bt.TabIndex = 891 Me.列印_bt.Text = "列印" Me.列印_bt.UseVisualStyleBackColor = True ' 'FOR_cb ' Me.FOR_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.FOR_cb.FormattingEnabled = True Me.FOR_cb.Location = New System.Drawing.Point(48, 155) Me.FOR_cb.Name = "FOR_cb" Me.FOR_cb.Size = New System.Drawing.Size(272, 24) Me.FOR_cb.TabIndex = 890 ' 'SHOW_lb ' Me.SHOW_lb.AutoSize = True Me.SHOW_lb.Location = New System.Drawing.Point(444, 159) Me.SHOW_lb.Name = "SHOW_lb" Me.SHOW_lb.Size = New System.Drawing.Size(46, 16) Me.SHOW_lb.TabIndex = 889 Me.SHOW_lb.Text = "SHOW" ' '月份_cb ' Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.月份_cb.FormattingEnabled = True Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.月份_cb.Location = New System.Drawing.Point(394, 155) Me.月份_cb.Name = "月份_cb" Me.月份_cb.Size = New System.Drawing.Size(48, 24) Me.月份_cb.TabIndex = 888 ' '年份_cb ' Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年份_cb.FormattingEnabled = True Me.年份_cb.Location = New System.Drawing.Point(322, 155) Me.年份_cb.Name = "年份_cb" Me.年份_cb.Size = New System.Drawing.Size(70, 24) Me.年份_cb.TabIndex = 887 ' 'FOR_lb ' Me.FOR_lb.AutoSize = True Me.FOR_lb.Location = New System.Drawing.Point(7, 159) Me.FOR_lb.Name = "FOR_lb" Me.FOR_lb.Size = New System.Drawing.Size(32, 16) Me.FOR_lb.TabIndex = 886 Me.FOR_lb.Text = "FOR" ' '提取人_cb ' Me.提取人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.提取人_cb.FormattingEnabled = True Me.提取人_cb.Location = New System.Drawing.Point(48, 130) Me.提取人_cb.Name = "提取人_cb" Me.提取人_cb.Size = New System.Drawing.Size(229, 24) Me.提取人_cb.TabIndex = 885 ' '提取人_lb ' Me.提取人_lb.AutoSize = True Me.提取人_lb.Location = New System.Drawing.Point(5, 133) Me.提取人_lb.Name = "提取人_lb" Me.提取人_lb.Size = New System.Drawing.Size(44, 16) Me.提取人_lb.TabIndex = 884 Me.提取人_lb.Text = "提取人" ' '發件人_cb ' Me.發件人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.發件人_cb.FormattingEnabled = True Me.發件人_cb.Location = New System.Drawing.Point(48, 105) Me.發件人_cb.Name = "發件人_cb" Me.發件人_cb.Size = New System.Drawing.Size(229, 24) Me.發件人_cb.TabIndex = 883 ' '發件人_lb ' Me.發件人_lb.AutoSize = True Me.發件人_lb.Location = New System.Drawing.Point(5, 108) Me.發件人_lb.Name = "發件人_lb" Me.發件人_lb.Size = New System.Drawing.Size(44, 16) Me.發件人_lb.TabIndex = 882 Me.發件人_lb.Text = "發件人" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(321, 9) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 881 Me.Label7.Text = "日期" ' '日期_dtp ' Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期_dtp.Location = New System.Drawing.Point(419, 4) Me.日期_dtp.Name = "日期_dtp" Me.日期_dtp.Size = New System.Drawing.Size(186, 23) Me.日期_dtp.TabIndex = 880 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(321, 58) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(92, 16) Me.Label6.TabIndex = 879 Me.Label6.Text = "供應商公司電話" ' '供應商公司電話_tb ' Me.供應商公司電話_tb.Location = New System.Drawing.Point(419, 55) Me.供應商公司電話_tb.Name = "供應商公司電話_tb" Me.供應商公司電話_tb.Size = New System.Drawing.Size(186, 23) Me.供應商公司電話_tb.TabIndex = 878 ' '供應商聯繫人_lb ' Me.供應商聯繫人_lb.AutoSize = True Me.供應商聯繫人_lb.Location = New System.Drawing.Point(5, 57) Me.供應商聯繫人_lb.Name = "供應商聯繫人_lb" Me.供應商聯繫人_lb.Size = New System.Drawing.Size(80, 16) Me.供應商聯繫人_lb.TabIndex = 877 Me.供應商聯繫人_lb.Text = "供應商聯繫人" ' '供應商聯繫人_tb ' Me.供應商聯繫人_tb.Location = New System.Drawing.Point(127, 55) Me.供應商聯繫人_tb.Name = "供應商聯繫人_tb" Me.供應商聯繫人_tb.Size = New System.Drawing.Size(186, 23) Me.供應商聯繫人_tb.TabIndex = 876 ' '供應商公司全稱_lb ' Me.供應商公司全稱_lb.AutoSize = True Me.供應商公司全稱_lb.Location = New System.Drawing.Point(5, 83) Me.供應商公司全稱_lb.Name = "供應商公司全稱_lb" Me.供應商公司全稱_lb.Size = New System.Drawing.Size(92, 16) Me.供應商公司全稱_lb.TabIndex = 875 Me.供應商公司全稱_lb.Text = "供應商公司全稱" ' '供應商編碼_cb ' Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商編碼_cb.FormattingEnabled = True Me.供應商編碼_cb.Location = New System.Drawing.Point(419, 29) Me.供應商編碼_cb.Name = "供應商編碼_cb" Me.供應商編碼_cb.Size = New System.Drawing.Size(186, 24) Me.供應商編碼_cb.TabIndex = 874 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(321, 32) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(68, 16) Me.Label3.TabIndex = 873 Me.Label3.Text = "供應商編碼" ' '供應商公司全稱_tb ' Me.供應商公司全稱_tb.Location = New System.Drawing.Point(127, 80) Me.供應商公司全稱_tb.Name = "供應商公司全稱_tb" Me.供應商公司全稱_tb.Size = New System.Drawing.Size(478, 23) Me.供應商公司全稱_tb.TabIndex = 872 ' '供應商_lb ' Me.供應商_lb.AutoSize = True Me.供應商_lb.Location = New System.Drawing.Point(5, 32) Me.供應商_lb.Name = "供應商_lb" Me.供應商_lb.Size = New System.Drawing.Size(44, 16) Me.供應商_lb.TabIndex = 871 Me.供應商_lb.Text = "供應商" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' '樣品物料調料單單號_lb ' Me.樣品物料調料單單號_lb.AutoSize = True Me.樣品物料調料單單號_lb.Location = New System.Drawing.Point(5, 7) Me.樣品物料調料單單號_lb.Name = "樣品物料調料單單號_lb" Me.樣品物料調料單單號_lb.Size = New System.Drawing.Size(116, 16) Me.樣品物料調料單單號_lb.TabIndex = 870 Me.樣品物料調料單單號_lb.Text = "樣品物料調料單單號" ' '樣品物料調料單單號_tb ' Me.樣品物料調料單單號_tb.Location = New System.Drawing.Point(127, 4) Me.樣品物料調料單單號_tb.Name = "樣品物料調料單單號_tb" Me.樣品物料調料單單號_tb.Size = New System.Drawing.Size(186, 23) Me.樣品物料調料單單號_tb.TabIndex = 869 ' '供應商_cb ' Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商_cb.FormattingEnabled = True Me.供應商_cb.Location = New System.Drawing.Point(127, 29) Me.供應商_cb.Name = "供應商_cb" Me.供應商_cb.Size = New System.Drawing.Size(186, 24) Me.供應商_cb.TabIndex = 868 ' '已審核_dgv ' Me.已審核_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.已審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.已審核_dgv.BackgroundColor = System.Drawing.Color.White Me.已審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.已審核_dgv.Location = New System.Drawing.Point(611, 20) Me.已審核_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已審核_dgv.Name = "已審核_dgv" Me.已審核_dgv.RowHeadersWidth = 5 Me.已審核_dgv.RowTemplate.Height = 24 Me.已審核_dgv.Size = New System.Drawing.Size(736, 184) Me.已審核_dgv.TabIndex = 866 ' '已審核調料單清單_lb ' Me.已審核調料單清單_lb.AutoSize = True Me.已審核調料單清單_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.已審核調料單清單_lb.Location = New System.Drawing.Point(611, 3) Me.已審核調料單清單_lb.Name = "已審核調料單清單_lb" Me.已審核調料單清單_lb.Size = New System.Drawing.Size(112, 17) Me.已審核調料單清單_lb.TabIndex = 867 Me.已審核調料單清單_lb.Text = "已審核調料單清單" ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(495, 105) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(110, 48) Me.PictureBox1.TabIndex = 897 Me.PictureBox1.TabStop = False ' '明細_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細_dgv.BackgroundColor = System.Drawing.Color.White Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(4, 206) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(1343, 472) Me.明細_dgv.TabIndex = 902 ' '樣品物料調料單一覽表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.圖片編碼_lb) Me.Controls.Add(Me.圖片編碼_tb) Me.Controls.Add(Me.驗證碼_lb) Me.Controls.Add(Me.驗證碼_tb) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.制表人_tb) Me.Controls.Add(Me.制表人_lb) Me.Controls.Add(Me.總金額_tb) Me.Controls.Add(Me.總金額_lb) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.FOR_cb) Me.Controls.Add(Me.SHOW_lb) Me.Controls.Add(Me.月份_cb) Me.Controls.Add(Me.年份_cb) Me.Controls.Add(Me.FOR_lb) Me.Controls.Add(Me.提取人_cb) Me.Controls.Add(Me.提取人_lb) Me.Controls.Add(Me.發件人_cb) Me.Controls.Add(Me.發件人_lb) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.日期_dtp) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.供應商公司電話_tb) Me.Controls.Add(Me.供應商聯繫人_lb) Me.Controls.Add(Me.供應商聯繫人_tb) Me.Controls.Add(Me.供應商公司全稱_lb) Me.Controls.Add(Me.供應商編碼_cb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.供應商公司全稱_tb) Me.Controls.Add(Me.供應商_lb) Me.Controls.Add(Me.樣品物料調料單單號_lb) Me.Controls.Add(Me.樣品物料調料單單號_tb) Me.Controls.Add(Me.供應商_cb) Me.Controls.Add(Me.已審核_dgv) Me.Controls.Add(Me.已審核調料單清單_lb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "樣品物料調料單一覽表" Me.Text = "樣品物料調料單一覽表" CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 圖片編碼_lb As Label Friend WithEvents 圖片編碼_tb As TextBox Friend WithEvents 驗證碼_lb As Label Friend WithEvents 驗證碼_tb As TextBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 制表人_tb As TextBox Friend WithEvents 制表人_lb As Label Friend WithEvents 總金額_tb As TextBox Friend WithEvents 總金額_lb As Label Friend WithEvents 列印_bt As Button Friend WithEvents FOR_cb As ComboBox Friend WithEvents SHOW_lb As Label Friend WithEvents 月份_cb As ComboBox Friend WithEvents 年份_cb As ComboBox Friend WithEvents FOR_lb As Label Friend WithEvents 提取人_cb As ComboBox Friend WithEvents 提取人_lb As Label Friend WithEvents 發件人_cb As ComboBox Friend WithEvents 發件人_lb As Label Friend WithEvents Label7 As Label Friend WithEvents 日期_dtp As DateTimePicker Friend WithEvents Label6 As Label Friend WithEvents 供應商公司電話_tb As TextBox Friend WithEvents 供應商聯繫人_lb As Label Friend WithEvents 供應商聯繫人_tb As TextBox Friend WithEvents 供應商公司全稱_lb As Label Friend WithEvents 供應商編碼_cb As ComboBox Friend WithEvents Label3 As Label Friend WithEvents 供應商公司全稱_tb As TextBox Friend WithEvents 供應商_lb As Label Friend WithEvents 樣品物料調料單單號_lb As Label Friend WithEvents 樣品物料調料單單號_tb As TextBox Friend WithEvents 供應商_cb As ComboBox Friend WithEvents 已審核_dgv As DataGridView Friend WithEvents 已審核調料單清單_lb As Label Friend WithEvents 明細_dgv As DataGridView End Class