r7,r8 파일손상으로 복구 작업 / 전산실 계수 변경 / R9로 저장 완료.

This commit is contained in:
raytrace
2021-03-03 23:29:33 +09:00
parent 2d3217926a
commit 4fd77f0bb5
33 changed files with 20116 additions and 79 deletions

View File

@@ -322,6 +322,7 @@ Partial Class Frm_V20091231_Weather
Me.dv = New CEnergy.arindv()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.건물위치DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Label39 = New System.Windows.Forms.Label()
Label247 = New System.Windows.Forms.Label()
Label248 = New System.Windows.Forms.Label()
@@ -1430,6 +1431,7 @@ Partial Class Frm_V20091231_Weather
Me.TabControl3.Controls.Add(Me.TabPage10)
Me.TabControl3.Controls.Add(Me.TabPage2)
Me.TabControl3.Controls.Add(Me.TabPage3)
Me.TabControl3.Controls.Add(Me.TabPage4)
Me.TabControl3.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl3.Location = New System.Drawing.Point(193, 0)
Me.TabControl3.Name = "TabControl3"
@@ -1496,7 +1498,7 @@ Partial Class Frm_V20091231_Weather
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 96.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 147.0!))
Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 148.0!))
Me.TableLayoutPanel7.Controls.Add(Me.tb_w12, 3, 5)
Me.TableLayoutPanel7.Controls.Add(Label64, 2, 5)
Me.TableLayoutPanel7.Controls.Add(Label77, 2, 4)
@@ -1530,7 +1532,7 @@ Partial Class Frm_V20091231_Weather
Me.TableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel7.Size = New System.Drawing.Size(452, 169)
Me.TableLayoutPanel7.Size = New System.Drawing.Size(453, 169)
Me.TableLayoutPanel7.TabIndex = 122
'
'tb_w12
@@ -3856,6 +3858,15 @@ Partial Class Frm_V20091231_Weather
Me.건물위치DataGridViewTextBoxColumn.Name = "건물위치DataGridViewTextBoxColumn"
Me.건물위치DataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
'
'TabPage4
'
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Size = New System.Drawing.Size(935, 507)
Me.TabPage4.TabIndex = 7
Me.TabPage4.Text = "풍속"
Me.TabPage4.UseVisualStyleBackColor = True
'
'Frm_V20091231_Weather
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 12.0!)
@@ -4156,4 +4167,5 @@ Partial Class Frm_V20091231_Weather
Friend WithEvents Label13 As Label
Friend WithEvents ToolStripButton13 As ToolStripButton
Friend WithEvents ToolStripButton8 As ToolStripButton
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
End Class