419 lines
19 KiB
VB.net
419 lines
19 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Frm_v20091231_ResultMon
|
|
Inherits CForm
|
|
|
|
'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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.DSR = New Eco2Ar.DSR()
|
|
Me.bs = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.dv01 = New System.Windows.Forms.DataGridView()
|
|
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.존 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Zone = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage5 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage6 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage7 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage8 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage9 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage10 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage11 = New System.Windows.Forms.TabPage()
|
|
Me.TabPage12 = New System.Windows.Forms.TabPage()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.bsz = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.DS = New Eco2Ar.DS()
|
|
CType(Me.DSR, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.bs, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dv01, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
CType(Me.bsz, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DS, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DSR
|
|
'
|
|
Me.DSR.DataSetName = "DSR"
|
|
Me.DSR.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'bs
|
|
'
|
|
Me.bs.DataMember = "월별에너지분석"
|
|
Me.bs.DataSource = Me.DSR
|
|
Me.bs.Filter = "월='M01'"
|
|
'
|
|
'dv01
|
|
'
|
|
Me.dv01.AllowUserToAddRows = False
|
|
Me.dv01.AllowUserToDeleteRows = False
|
|
Me.dv01.AllowUserToResizeRows = False
|
|
Me.dv01.AutoGenerateColumns = False
|
|
Me.dv01.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
|
|
Me.dv01.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11, Me.DataGridViewTextBoxColumn12, Me.DataGridViewTextBoxColumn13, Me.DataGridViewTextBoxColumn14, Me.존, Me.Zone})
|
|
Me.dv01.DataSource = Me.bs
|
|
Me.dv01.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dv01.Location = New System.Drawing.Point(0, 26)
|
|
Me.dv01.Name = "dv01"
|
|
Me.dv01.ReadOnly = True
|
|
Me.dv01.RowHeadersVisible = False
|
|
Me.dv01.RowTemplate.Height = 23
|
|
Me.dv01.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dv01.Size = New System.Drawing.Size(898, 456)
|
|
Me.dv01.TabIndex = 1
|
|
'
|
|
'DataGridViewTextBoxColumn4
|
|
'
|
|
Me.DataGridViewTextBoxColumn4.DataPropertyName = "난방요구량열"
|
|
Me.DataGridViewTextBoxColumn4.HeaderText = "난방요구량열"
|
|
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
|
Me.DataGridViewTextBoxColumn4.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn4.Width = 98
|
|
'
|
|
'DataGridViewTextBoxColumn5
|
|
'
|
|
Me.DataGridViewTextBoxColumn5.DataPropertyName = "난방요구량공조"
|
|
Me.DataGridViewTextBoxColumn5.HeaderText = "난방요구량공조"
|
|
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
|
|
Me.DataGridViewTextBoxColumn5.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn5.Width = 109
|
|
'
|
|
'DataGridViewTextBoxColumn6
|
|
'
|
|
Me.DataGridViewTextBoxColumn6.DataPropertyName = "냉방요구량열"
|
|
Me.DataGridViewTextBoxColumn6.HeaderText = "냉방요구량열"
|
|
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
|
|
Me.DataGridViewTextBoxColumn6.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn6.Width = 98
|
|
'
|
|
'DataGridViewTextBoxColumn7
|
|
'
|
|
Me.DataGridViewTextBoxColumn7.DataPropertyName = "냉방요구량공조"
|
|
Me.DataGridViewTextBoxColumn7.HeaderText = "냉방요구량공조"
|
|
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
|
|
Me.DataGridViewTextBoxColumn7.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn7.Width = 109
|
|
'
|
|
'DataGridViewTextBoxColumn8
|
|
'
|
|
Me.DataGridViewTextBoxColumn8.DataPropertyName = "조명요구량"
|
|
Me.DataGridViewTextBoxColumn8.HeaderText = "조명요구량"
|
|
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
|
Me.DataGridViewTextBoxColumn8.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn8.Width = 87
|
|
'
|
|
'DataGridViewTextBoxColumn9
|
|
'
|
|
Me.DataGridViewTextBoxColumn9.DataPropertyName = "급탕요구량"
|
|
Me.DataGridViewTextBoxColumn9.HeaderText = "급탕요구량"
|
|
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
|
|
Me.DataGridViewTextBoxColumn9.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn9.Width = 87
|
|
'
|
|
'DataGridViewTextBoxColumn10
|
|
'
|
|
Me.DataGridViewTextBoxColumn10.DataPropertyName = "공조풍량"
|
|
Me.DataGridViewTextBoxColumn10.HeaderText = "공조풍량"
|
|
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
|
|
Me.DataGridViewTextBoxColumn10.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn10.Width = 76
|
|
'
|
|
'DataGridViewTextBoxColumn11
|
|
'
|
|
Me.DataGridViewTextBoxColumn11.DataPropertyName = "공조요구량난방"
|
|
Me.DataGridViewTextBoxColumn11.HeaderText = "공조요구량난방"
|
|
Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"
|
|
Me.DataGridViewTextBoxColumn11.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn11.Width = 109
|
|
'
|
|
'DataGridViewTextBoxColumn12
|
|
'
|
|
Me.DataGridViewTextBoxColumn12.DataPropertyName = "공조요구량냉방"
|
|
Me.DataGridViewTextBoxColumn12.HeaderText = "공조요구량냉방"
|
|
Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12"
|
|
Me.DataGridViewTextBoxColumn12.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn12.Width = 109
|
|
'
|
|
'DataGridViewTextBoxColumn13
|
|
'
|
|
Me.DataGridViewTextBoxColumn13.DataPropertyName = "공조요구량가습"
|
|
Me.DataGridViewTextBoxColumn13.HeaderText = "공조요구량가습"
|
|
Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13"
|
|
Me.DataGridViewTextBoxColumn13.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn13.Width = 109
|
|
'
|
|
'DataGridViewTextBoxColumn14
|
|
'
|
|
Me.DataGridViewTextBoxColumn14.DataPropertyName = "환기요구량"
|
|
Me.DataGridViewTextBoxColumn14.HeaderText = "환기요구량"
|
|
Me.DataGridViewTextBoxColumn14.Name = "DataGridViewTextBoxColumn14"
|
|
Me.DataGridViewTextBoxColumn14.ReadOnly = True
|
|
Me.DataGridViewTextBoxColumn14.Width = 87
|
|
'
|
|
'존
|
|
'
|
|
Me.존.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
|
|
Me.존.DataPropertyName = "존"
|
|
Me.존.FillWeight = 1.0!
|
|
Me.존.HeaderText = "존"
|
|
Me.존.MinimumWidth = 2
|
|
Me.존.Name = "존"
|
|
Me.존.ReadOnly = True
|
|
Me.존.Width = 2
|
|
'
|
|
'Zone
|
|
'
|
|
Me.Zone.HeaderText = "Zone"
|
|
Me.Zone.Name = "Zone"
|
|
Me.Zone.ReadOnly = True
|
|
Me.Zone.Width = 60
|
|
'
|
|
'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.Controls.Add(Me.TabPage7)
|
|
Me.TabControl1.Controls.Add(Me.TabPage8)
|
|
Me.TabControl1.Controls.Add(Me.TabPage9)
|
|
Me.TabControl1.Controls.Add(Me.TabPage10)
|
|
Me.TabControl1.Controls.Add(Me.TabPage11)
|
|
Me.TabControl1.Controls.Add(Me.TabPage12)
|
|
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(898, 26)
|
|
Me.TabControl1.TabIndex = 2
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 23)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "01월"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "02월"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage3
|
|
'
|
|
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage3.Name = "TabPage3"
|
|
Me.TabPage3.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage3.TabIndex = 2
|
|
Me.TabPage3.Text = "03월"
|
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage4
|
|
'
|
|
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage4.Name = "TabPage4"
|
|
Me.TabPage4.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage4.TabIndex = 3
|
|
Me.TabPage4.Text = "04월"
|
|
Me.TabPage4.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage5
|
|
'
|
|
Me.TabPage5.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage5.Name = "TabPage5"
|
|
Me.TabPage5.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage5.TabIndex = 4
|
|
Me.TabPage5.Text = "05월"
|
|
Me.TabPage5.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage6
|
|
'
|
|
Me.TabPage6.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage6.Name = "TabPage6"
|
|
Me.TabPage6.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage6.TabIndex = 5
|
|
Me.TabPage6.Text = "06월"
|
|
Me.TabPage6.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage7
|
|
'
|
|
Me.TabPage7.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage7.Name = "TabPage7"
|
|
Me.TabPage7.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage7.TabIndex = 6
|
|
Me.TabPage7.Text = "07월"
|
|
Me.TabPage7.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage8
|
|
'
|
|
Me.TabPage8.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage8.Name = "TabPage8"
|
|
Me.TabPage8.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage8.TabIndex = 7
|
|
Me.TabPage8.Text = "08월"
|
|
Me.TabPage8.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage9
|
|
'
|
|
Me.TabPage9.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage9.Name = "TabPage9"
|
|
Me.TabPage9.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage9.TabIndex = 8
|
|
Me.TabPage9.Text = "09월"
|
|
Me.TabPage9.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage10
|
|
'
|
|
Me.TabPage10.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage10.Name = "TabPage10"
|
|
Me.TabPage10.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage10.TabIndex = 9
|
|
Me.TabPage10.Text = "10월"
|
|
Me.TabPage10.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage11
|
|
'
|
|
Me.TabPage11.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage11.Name = "TabPage11"
|
|
Me.TabPage11.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage11.TabIndex = 10
|
|
Me.TabPage11.Text = "11월"
|
|
Me.TabPage11.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage12
|
|
'
|
|
Me.TabPage12.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage12.Name = "TabPage12"
|
|
Me.TabPage12.Size = New System.Drawing.Size(890, 0)
|
|
Me.TabPage12.TabIndex = 11
|
|
Me.TabPage12.Text = "12월"
|
|
Me.TabPage12.UseVisualStyleBackColor = True
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 482)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(898, 22)
|
|
Me.StatusStrip1.TabIndex = 15
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'lb_msg
|
|
'
|
|
Me.lb_msg.Name = "lb_msg"
|
|
Me.lb_msg.Size = New System.Drawing.Size(59, 17)
|
|
Me.lb_msg.Text = "<메세지>"
|
|
'
|
|
'bsz
|
|
'
|
|
Me.bsz.DataMember = "tbl_zone"
|
|
Me.bsz.DataSource = Me.DS
|
|
'
|
|
'DS
|
|
'
|
|
Me.DS.DataSetName = "DS"
|
|
Me.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'Frm_v20091231_ResultMon
|
|
'
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
|
Me.ClientSize = New System.Drawing.Size(898, 504)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.dv01)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Font = New System.Drawing.Font("나눔고딕", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Name = "Frm_v20091231_ResultMon"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "월별에너지요구량"
|
|
CType(Me.DSR, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.bs, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dv01, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
CType(Me.bsz, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DS, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents DSR As Eco2Ar.DSR
|
|
Friend WithEvents bs As System.Windows.Forms.BindingSource
|
|
Friend WithEvents dv01 As System.Windows.Forms.DataGridView
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage7 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage8 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage9 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage10 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage11 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage12 As System.Windows.Forms.TabPage
|
|
Friend WithEvents bsz As System.Windows.Forms.BindingSource
|
|
Friend WithEvents DS As Eco2Ar.DS
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents lb_msg As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents Zone As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn5 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn7 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn8 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn9 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn10 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn11 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn12 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn13 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn14 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents 존 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
End Class
|