123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class FrmWaterMeter
- 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()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.dgv_main = New System.Windows.Forms.DataGridView()
- Me.dgv_drum = New System.Windows.Forms.DataGridView()
- Me.dgv_meter = New System.Windows.Forms.DataGridView()
- Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.dgv_day = New System.Windows.Forms.DataGridView()
- Me.dgv_night = New System.Windows.Forms.DataGridView()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.dgv2 = New System.Windows.Forms.DataGridView()
- Me.dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- CType(Me.dgv_main, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_drum, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_meter, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_day, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_night, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.Location = New System.Drawing.Point(31, 135)
- Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(172, 78)
- Me.Button1.TabIndex = 0
- Me.Button1.Text = "汇入数据"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.Location = New System.Drawing.Point(31, 34)
- Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(172, 78)
- Me.Button2.TabIndex = 1
- Me.Button2.Text = "清除所有数据"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'dgv_main
- '
- Me.dgv_main.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("微軟正黑體", 11.25!, 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_main.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv_main.Location = New System.Drawing.Point(1144, 51)
- Me.dgv_main.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_main.Name = "dgv_main"
- Me.dgv_main.RowHeadersWidth = 51
- Me.dgv_main.RowTemplate.Height = 23
- Me.dgv_main.Size = New System.Drawing.Size(569, 743)
- Me.dgv_main.TabIndex = 2
- '
- 'dgv_drum
- '
- Me.dgv_drum.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.dgv_drum.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv_drum.Location = New System.Drawing.Point(240, 51)
- Me.dgv_drum.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_drum.Name = "dgv_drum"
- Me.dgv_drum.RowHeadersWidth = 51
- Me.dgv_drum.RowTemplate.Height = 23
- Me.dgv_drum.Size = New System.Drawing.Size(491, 743)
- Me.dgv_drum.TabIndex = 3
- '
- 'dgv_meter
- '
- Me.dgv_meter.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_meter.DefaultCellStyle = DataGridViewCellStyle3
- Me.dgv_meter.Location = New System.Drawing.Point(763, 560)
- Me.dgv_meter.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_meter.Name = "dgv_meter"
- Me.dgv_meter.RowHeadersWidth = 51
- Me.dgv_meter.RowTemplate.Height = 23
- Me.dgv_meter.Size = New System.Drawing.Size(356, 234)
- Me.dgv_meter.TabIndex = 4
- '
- 'OpenFileDialog1
- '
- Me.OpenFileDialog1.FileName = "OpenFileDialog1"
- '
- 'Button3
- '
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.Location = New System.Drawing.Point(31, 246)
- Me.Button3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(172, 78)
- Me.Button3.TabIndex = 5
- Me.Button3.Text = "FTP"
- Me.Button3.UseVisualStyleBackColor = True
- Me.Button3.Visible = False
- '
- 'dgv_day
- '
- Me.dgv_day.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_day.DefaultCellStyle = DataGridViewCellStyle4
- Me.dgv_day.Location = New System.Drawing.Point(1755, 34)
- Me.dgv_day.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_day.Name = "dgv_day"
- Me.dgv_day.RowHeadersWidth = 51
- Me.dgv_day.RowTemplate.Height = 23
- Me.dgv_day.Size = New System.Drawing.Size(197, 760)
- Me.dgv_day.TabIndex = 6
- '
- 'dgv_night
- '
- Me.dgv_night.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_night.DefaultCellStyle = DataGridViewCellStyle5
- Me.dgv_night.Location = New System.Drawing.Point(1975, 34)
- Me.dgv_night.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_night.Name = "dgv_night"
- Me.dgv_night.RowHeadersWidth = 51
- Me.dgv_night.RowTemplate.Height = 23
- Me.dgv_night.Size = New System.Drawing.Size(217, 760)
- Me.dgv_night.TabIndex = 7
- '
- 'dgv1
- '
- Me.dgv1.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.dgv1.DefaultCellStyle = DataGridViewCellStyle6
- Me.dgv1.Location = New System.Drawing.Point(2233, 34)
- Me.dgv1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowHeadersWidth = 51
- Me.dgv1.RowTemplate.Height = 23
- Me.dgv1.Size = New System.Drawing.Size(307, 760)
- Me.dgv1.TabIndex = 8
- '
- 'dgv2
- '
- Me.dgv2.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.dgv2.DefaultCellStyle = DataGridViewCellStyle7
- Me.dgv2.Location = New System.Drawing.Point(2591, 34)
- Me.dgv2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv2.Name = "dgv2"
- Me.dgv2.RowHeadersWidth = 51
- Me.dgv2.RowTemplate.Height = 23
- Me.dgv2.Size = New System.Drawing.Size(307, 760)
- Me.dgv2.TabIndex = 9
- '
- 'dgv
- '
- Me.dgv.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.DefaultCellStyle = DataGridViewCellStyle8
- Me.dgv.Location = New System.Drawing.Point(763, 51)
- Me.dgv.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv.Name = "dgv"
- Me.dgv.RowHeadersWidth = 51
- Me.dgv.RowTemplate.Height = 23
- Me.dgv.Size = New System.Drawing.Size(356, 445)
- Me.dgv.TabIndex = 10
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- 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(235, 22)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(52, 25)
- Me.Label1.TabIndex = 11
- Me.Label1.Text = "鼓号"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- 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(1190, 806)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(52, 25)
- Me.Label2.TabIndex = 12
- Me.Label2.Text = "鼓号"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.Location = New System.Drawing.Point(1139, 22)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(52, 25)
- Me.Label3.TabIndex = 13
- Me.Label3.Text = "单日"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- 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(758, 531)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(92, 25)
- Me.Label4.TabIndex = 14
- Me.Label4.Text = "数据来源"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- 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(758, 22)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(52, 25)
- Me.Label5.TabIndex = 15
- Me.Label5.Text = "日期"
- '
- 'FrmWaterMeter
- '
- 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(2912, 840)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.dgv)
- Me.Controls.Add(Me.dgv2)
- Me.Controls.Add(Me.dgv1)
- Me.Controls.Add(Me.dgv_night)
- Me.Controls.Add(Me.dgv_day)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.dgv_meter)
- Me.Controls.Add(Me.dgv_drum)
- Me.Controls.Add(Me.dgv_main)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Name = "FrmWaterMeter"
- Me.Text = "FrmWaterMeter"
- CType(Me.dgv_main, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_drum, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_meter, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_day, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_night, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents dgv_main As DataGridView
- Friend WithEvents dgv_drum As DataGridView
- Friend WithEvents dgv_meter As DataGridView
- Friend WithEvents OpenFileDialog1 As OpenFileDialog
- Friend WithEvents Button3 As Button
- Friend WithEvents dgv_day As DataGridView
- Friend WithEvents dgv_night As DataGridView
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents dgv2 As DataGridView
- Friend WithEvents dgv As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents Label5 As Label
- End Class
|