123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmMeasure
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()>
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- 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_measure = New System.Windows.Forms.DataGridView()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.ListBox1 = New System.Windows.Forms.ListBox()
- Me.ListBox2 = New System.Windows.Forms.ListBox()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.dgv_TOTAL = New System.Windows.Forms.DataGridView()
- Me.dgv_luo = New System.Windows.Forms.DataGridView()
- Me.dgv_su1 = New System.Windows.Forms.DataGridView()
- Me.dgv_su2 = New System.Windows.Forms.DataGridView()
- Me.dgv_liu = New System.Windows.Forms.DataGridView()
- Me.dgv_zhen = New System.Windows.Forms.DataGridView()
- Me.dgv_nin = New System.Windows.Forms.DataGridView()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.DGV_WB = New System.Windows.Forms.DataGridView()
- Me.Button3 = New System.Windows.Forms.Button()
- CType(Me.dgv_measure, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_TOTAL, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_luo, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_su1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_su2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_liu, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_zhen, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_nin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DGV_WB, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'dgv_measure
- '
- Me.dgv_measure.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(136, 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_measure.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv_measure.Location = New System.Drawing.Point(142, 27)
- Me.dgv_measure.Name = "dgv_measure"
- Me.dgv_measure.RowHeadersWidth = 20
- Me.dgv_measure.RowTemplate.Height = 23
- Me.dgv_measure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgv_measure.Size = New System.Drawing.Size(1503, 650)
- Me.dgv_measure.TabIndex = 0
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(1433, 852)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(100, 21)
- Me.TextBox1.TabIndex = 1
- Me.TextBox1.Visible = False
- '
- 'TextBox2
- '
- Me.TextBox2.Location = New System.Drawing.Point(1433, 770)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(100, 21)
- Me.TextBox2.TabIndex = 2
- Me.TextBox2.Visible = False
- '
- 'TextBox3
- '
- Me.TextBox3.Location = New System.Drawing.Point(1433, 810)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(100, 21)
- Me.TextBox3.TabIndex = 3
- Me.TextBox3.Visible = False
- '
- 'dgv1
- '
- Me.dgv1.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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.dgv1.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv1.Location = New System.Drawing.Point(1305, 683)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowTemplate.Height = 23
- Me.dgv1.Size = New System.Drawing.Size(340, 171)
- Me.dgv1.TabIndex = 4
- '
- 'ListBox1
- '
- Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox1.FormattingEnabled = True
- Me.ListBox1.ItemHeight = 20
- Me.ListBox1.Location = New System.Drawing.Point(12, 27)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(99, 104)
- Me.ListBox1.TabIndex = 5
- '
- 'ListBox2
- '
- Me.ListBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox2.FormattingEnabled = True
- Me.ListBox2.ItemHeight = 20
- Me.ListBox2.Location = New System.Drawing.Point(12, 149)
- Me.ListBox2.Name = "ListBox2"
- Me.ListBox2.Size = New System.Drawing.Size(99, 404)
- Me.ListBox2.TabIndex = 6
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(12, 577)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(99, 63)
- Me.Button1.TabIndex = 7
- Me.Button1.Text = "按月输出"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'dgv_TOTAL
- '
- Me.dgv_TOTAL.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("微軟正黑體", 11.25!, 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.dgv_TOTAL.DefaultCellStyle = DataGridViewCellStyle3
- Me.dgv_TOTAL.Location = New System.Drawing.Point(142, 784)
- Me.dgv_TOTAL.Name = "dgv_TOTAL"
- Me.dgv_TOTAL.RowTemplate.Height = 23
- Me.dgv_TOTAL.Size = New System.Drawing.Size(885, 302)
- Me.dgv_TOTAL.TabIndex = 8
- '
- 'dgv_luo
- '
- Me.dgv_luo.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_luo.DefaultCellStyle = DataGridViewCellStyle4
- Me.dgv_luo.Location = New System.Drawing.Point(1651, 684)
- Me.dgv_luo.Name = "dgv_luo"
- Me.dgv_luo.RowTemplate.Height = 23
- Me.dgv_luo.Size = New System.Drawing.Size(677, 79)
- Me.dgv_luo.TabIndex = 9
- Me.dgv_luo.VirtualMode = True
- Me.dgv_luo.Visible = False
- '
- 'dgv_su1
- '
- Me.dgv_su1.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_su1.DefaultCellStyle = DataGridViewCellStyle5
- Me.dgv_su1.Location = New System.Drawing.Point(1651, 770)
- Me.dgv_su1.Name = "dgv_su1"
- Me.dgv_su1.RowTemplate.Height = 23
- Me.dgv_su1.Size = New System.Drawing.Size(677, 84)
- Me.dgv_su1.TabIndex = 10
- Me.dgv_su1.VirtualMode = True
- Me.dgv_su1.Visible = False
- '
- 'dgv_su2
- '
- Me.dgv_su2.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_su2.DefaultCellStyle = DataGridViewCellStyle6
- Me.dgv_su2.Location = New System.Drawing.Point(142, 684)
- Me.dgv_su2.Name = "dgv_su2"
- Me.dgv_su2.RowTemplate.Height = 23
- Me.dgv_su2.Size = New System.Drawing.Size(885, 94)
- Me.dgv_su2.TabIndex = 11
- Me.dgv_su2.VirtualMode = True
- '
- 'dgv_liu
- '
- Me.dgv_liu.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_liu.DefaultCellStyle = DataGridViewCellStyle7
- Me.dgv_liu.Location = New System.Drawing.Point(1651, 594)
- Me.dgv_liu.Name = "dgv_liu"
- Me.dgv_liu.RowTemplate.Height = 23
- Me.dgv_liu.Size = New System.Drawing.Size(677, 84)
- Me.dgv_liu.TabIndex = 14
- Me.dgv_liu.VirtualMode = True
- Me.dgv_liu.Visible = False
- '
- 'dgv_zhen
- '
- Me.dgv_zhen.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_zhen.DefaultCellStyle = DataGridViewCellStyle8
- Me.dgv_zhen.Location = New System.Drawing.Point(1651, 951)
- Me.dgv_zhen.Name = "dgv_zhen"
- Me.dgv_zhen.RowTemplate.Height = 23
- Me.dgv_zhen.Size = New System.Drawing.Size(677, 61)
- Me.dgv_zhen.TabIndex = 13
- Me.dgv_zhen.VirtualMode = True
- Me.dgv_zhen.Visible = False
- '
- 'dgv_nin
- '
- Me.dgv_nin.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_nin.DefaultCellStyle = DataGridViewCellStyle9
- Me.dgv_nin.Location = New System.Drawing.Point(1651, 860)
- Me.dgv_nin.Name = "dgv_nin"
- Me.dgv_nin.RowTemplate.Height = 23
- Me.dgv_nin.Size = New System.Drawing.Size(677, 85)
- Me.dgv_nin.TabIndex = 12
- Me.dgv_nin.VirtualMode = True
- Me.dgv_nin.Visible = False
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(12, 667)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(99, 63)
- Me.Button2.TabIndex = 15
- Me.Button2.Text = "按月输出1"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'DGV_WB
- '
- Me.DGV_WB.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_WB.DefaultCellStyle = DataGridViewCellStyle10
- Me.DGV_WB.Location = New System.Drawing.Point(1033, 683)
- Me.DGV_WB.Name = "DGV_WB"
- Me.DGV_WB.RowTemplate.Height = 23
- Me.DGV_WB.Size = New System.Drawing.Size(612, 454)
- Me.DGV_WB.TabIndex = 16
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(12, 748)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(99, 63)
- Me.Button3.TabIndex = 17
- Me.Button3.Text = "导出excel"
- Me.Button3.UseVisualStyleBackColor = True
- Me.Button3.Visible = False
- '
- 'frmMeasure
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(1909, 1166)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.dgv_su2)
- Me.Controls.Add(Me.DGV_WB)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.dgv_liu)
- Me.Controls.Add(Me.dgv_zhen)
- Me.Controls.Add(Me.dgv_nin)
- Me.Controls.Add(Me.dgv_su1)
- Me.Controls.Add(Me.dgv_luo)
- Me.Controls.Add(Me.dgv_TOTAL)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.ListBox2)
- Me.Controls.Add(Me.ListBox1)
- Me.Controls.Add(Me.dgv1)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.dgv_measure)
- Me.Name = "frmMeasure"
- Me.Text = "反毛量尺"
- CType(Me.dgv_measure, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_TOTAL, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_luo, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_su1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_su2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_liu, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_zhen, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_nin, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DGV_WB, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents dgv_measure As DataGridView
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents ListBox1 As ListBox
- Friend WithEvents ListBox2 As ListBox
- Friend WithEvents Button1 As Button
- Friend WithEvents dgv_TOTAL As DataGridView
- Friend WithEvents dgv_luo As DataGridView
- Friend WithEvents dgv_su1 As DataGridView
- Friend WithEvents dgv_su2 As DataGridView
- Friend WithEvents dgv_liu As DataGridView
- Friend WithEvents dgv_zhen As DataGridView
- Friend WithEvents dgv_nin As DataGridView
- Friend WithEvents Button2 As Button
- Friend WithEvents DGV_WB As DataGridView
- Friend WithEvents Button3 As Button
- End Class
|