diff --git a/ArinWarev1/DataSet/DS.vb b/ArinWarev1/DataSet/DS.vb
index 0d4399f..f9d5ff7 100644
--- a/ArinWarev1/DataSet/DS.vb
+++ b/ArinWarev1/DataSet/DS.vb
@@ -1,4 +1,12 @@
Partial Class DS
+ Partial Class tbl_ykDataTable
+
+ Private Sub tbl_ykDataTable_tbl_ykRowChanging(sender As System.Object, e As tbl_ykRowChangeEvent) Handles Me.tbl_ykRowChanging
+
+ End Sub
+
+ End Class
+
Partial Class tbl_profileDataTable
End Class
diff --git a/ArinWarev1/Forms_Input/Frm_YK.Designer.vb b/ArinWarev1/Forms_Input/Frm_YK.Designer.vb
index 8c17583..7098967 100644
--- a/ArinWarev1/Forms_Input/Frm_YK.Designer.vb
+++ b/ArinWarev1/Forms_Input/Frm_YK.Designer.vb
@@ -70,16 +70,6 @@ Partial Class Frm_YK
Me.cmb_재료 = New System.Windows.Forms.ComboBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.arindv1 = New System.Windows.Forms.DataGridView()
- Me.bn_detail = New System.Windows.Forms.BindingNavigator(Me.components)
- Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
- Me.btj_add = New System.Windows.Forms.ToolStripButton()
- Me.btj_del = New System.Windows.Forms.ToolStripButton()
- Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
- Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
- Me.btj_showimg = New System.Windows.Forms.ToolStripButton()
- Me.cmb_형태 = New Eco2Ar.MyCmb()
- Me.bs_gubun = New System.Windows.Forms.BindingSource(Me.components)
- Me.bS_재료 = New System.Windows.Forms.BindingSource(Me.components)
Me.커스텀 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.code = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.재료명 = New System.Windows.Forms.DataGridViewTextBoxColumn()
@@ -91,6 +81,16 @@ Partial Class Frm_YK
Me.열저항 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.전경 = New System.Windows.Forms.DataGridViewButtonColumn()
Me.Column1 = New System.Windows.Forms.DataGridViewButtonColumn()
+ Me.bn_detail = New System.Windows.Forms.BindingNavigator(Me.components)
+ Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
+ Me.btj_add = New System.Windows.Forms.ToolStripButton()
+ Me.btj_del = New System.Windows.Forms.ToolStripButton()
+ Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
+ Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
+ Me.btj_showimg = New System.Windows.Forms.ToolStripButton()
+ Me.cmb_형태 = New Eco2Ar.MyCmb()
+ Me.bs_gubun = New System.Windows.Forms.BindingSource(Me.components)
+ Me.bS_재료 = New System.Windows.Forms.BindingSource(Me.components)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
@@ -591,97 +591,6 @@ Partial Class Frm_YK
Me.arindv1.Size = New System.Drawing.Size(427, 326)
Me.arindv1.TabIndex = 157
'
- 'bn_detail
- '
- Me.bn_detail.AddNewItem = Nothing
- Me.bn_detail.AutoSize = False
- Me.bn_detail.BindingSource = Me.bs_detail
- Me.bn_detail.CountItem = Me.ToolStripLabel1
- Me.bn_detail.DeleteItem = Nothing
- Me.bn_detail.Dock = System.Windows.Forms.DockStyle.Bottom
- Me.bn_detail.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
- Me.bn_detail.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
- Me.bn_detail.ImageScalingSize = New System.Drawing.Size(20, 20)
- Me.bn_detail.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btj_add, Me.btj_del, Me.ToolStripSeparator2, Me.ToolStripLabel2, Me.ToolStripLabel1, Me.btj_showimg})
- Me.bn_detail.Location = New System.Drawing.Point(0, 326)
- Me.bn_detail.MoveFirstItem = Nothing
- Me.bn_detail.MoveLastItem = Nothing
- Me.bn_detail.MoveNextItem = Nothing
- Me.bn_detail.MovePreviousItem = Nothing
- Me.bn_detail.Name = "bn_detail"
- Me.bn_detail.PositionItem = Me.ToolStripLabel2
- Me.bn_detail.Size = New System.Drawing.Size(427, 40)
- Me.bn_detail.TabIndex = 2
- Me.bn_detail.Text = "BindingNavigator1"
- '
- 'ToolStripLabel1
- '
- Me.ToolStripLabel1.Name = "ToolStripLabel1"
- Me.ToolStripLabel1.Size = New System.Drawing.Size(33, 37)
- Me.ToolStripLabel1.Text = "/{0}"
- '
- 'btj_add
- '
- Me.btj_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.btj_add.Image = Global.Eco2Ar.My.Resources.Resources.new_32
- Me.btj_add.Name = "btj_add"
- Me.btj_add.RightToLeftAutoMirrorImage = True
- Me.btj_add.Size = New System.Drawing.Size(24, 37)
- Me.btj_add.Text = "신규추가(&A)"
- Me.btj_add.ToolTipText = "새로운 프로필을 추가합니다"
- '
- 'btj_del
- '
- Me.btj_del.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.btj_del.Image = Global.Eco2Ar.My.Resources.Resources.remov_32
- Me.btj_del.Name = "btj_del"
- Me.btj_del.RightToLeftAutoMirrorImage = True
- Me.btj_del.Size = New System.Drawing.Size(24, 37)
- Me.btj_del.Text = "선택삭제(&D)"
- Me.btj_del.ToolTipText = "선택된 프로필을 삭제합니다"
- '
- 'ToolStripSeparator2
- '
- Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
- Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 40)
- '
- 'ToolStripLabel2
- '
- Me.ToolStripLabel2.Name = "ToolStripLabel2"
- Me.ToolStripLabel2.Size = New System.Drawing.Size(12, 37)
- Me.ToolStripLabel2.Text = "0"
- '
- 'btj_showimg
- '
- Me.btj_showimg.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
- Me.btj_showimg.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
- Me.btj_showimg.Image = CType(resources.GetObject("btj_showimg.Image"), System.Drawing.Image)
- Me.btj_showimg.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.btj_showimg.Name = "btj_showimg"
- Me.btj_showimg.Size = New System.Drawing.Size(87, 37)
- Me.btj_showimg.Text = "구분그림보기"
- Me.btj_showimg.Visible = False
- '
- 'cmb_형태
- '
- Me.cmb_형태.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.cmb_형태.FormattingEnabled = True
- Me.cmb_형태.Location = New System.Drawing.Point(22, 225)
- Me.cmb_형태.Name = "cmb_형태"
- Me.cmb_형태.NectControl = Nothing
- Me.cmb_형태.Size = New System.Drawing.Size(152, 204)
- Me.cmb_형태.TabIndex = 131
- '
- 'bs_gubun
- '
- Me.bs_gubun.DataMember = "tbl_common"
- Me.bs_gubun.DataSource = Me.DS
- '
- 'bS_재료
- '
- Me.bS_재료.DataMember = "tbl_common"
- Me.bS_재료.DataSource = Me.DS
- '
'커스텀
'
Me.커스텀.DataPropertyName = "커스텀"
@@ -791,6 +700,97 @@ Partial Class Frm_YK
Me.Column1.Visible = False
Me.Column1.Width = 35
'
+ 'bn_detail
+ '
+ Me.bn_detail.AddNewItem = Nothing
+ Me.bn_detail.AutoSize = False
+ Me.bn_detail.BindingSource = Me.bs_detail
+ Me.bn_detail.CountItem = Me.ToolStripLabel1
+ Me.bn_detail.DeleteItem = Nothing
+ Me.bn_detail.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.bn_detail.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
+ Me.bn_detail.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
+ Me.bn_detail.ImageScalingSize = New System.Drawing.Size(20, 20)
+ Me.bn_detail.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btj_add, Me.btj_del, Me.ToolStripSeparator2, Me.ToolStripLabel2, Me.ToolStripLabel1, Me.btj_showimg})
+ Me.bn_detail.Location = New System.Drawing.Point(0, 326)
+ Me.bn_detail.MoveFirstItem = Nothing
+ Me.bn_detail.MoveLastItem = Nothing
+ Me.bn_detail.MoveNextItem = Nothing
+ Me.bn_detail.MovePreviousItem = Nothing
+ Me.bn_detail.Name = "bn_detail"
+ Me.bn_detail.PositionItem = Me.ToolStripLabel2
+ Me.bn_detail.Size = New System.Drawing.Size(427, 40)
+ Me.bn_detail.TabIndex = 2
+ Me.bn_detail.Text = "BindingNavigator1"
+ '
+ 'ToolStripLabel1
+ '
+ Me.ToolStripLabel1.Name = "ToolStripLabel1"
+ Me.ToolStripLabel1.Size = New System.Drawing.Size(33, 37)
+ Me.ToolStripLabel1.Text = "/{0}"
+ '
+ 'btj_add
+ '
+ Me.btj_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.btj_add.Image = Global.Eco2Ar.My.Resources.Resources.new_32
+ Me.btj_add.Name = "btj_add"
+ Me.btj_add.RightToLeftAutoMirrorImage = True
+ Me.btj_add.Size = New System.Drawing.Size(24, 37)
+ Me.btj_add.Text = "신규추가(&A)"
+ Me.btj_add.ToolTipText = "새로운 프로필을 추가합니다"
+ '
+ 'btj_del
+ '
+ Me.btj_del.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.btj_del.Image = Global.Eco2Ar.My.Resources.Resources.remov_32
+ Me.btj_del.Name = "btj_del"
+ Me.btj_del.RightToLeftAutoMirrorImage = True
+ Me.btj_del.Size = New System.Drawing.Size(24, 37)
+ Me.btj_del.Text = "선택삭제(&D)"
+ Me.btj_del.ToolTipText = "선택된 프로필을 삭제합니다"
+ '
+ 'ToolStripSeparator2
+ '
+ Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
+ Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 40)
+ '
+ 'ToolStripLabel2
+ '
+ Me.ToolStripLabel2.Name = "ToolStripLabel2"
+ Me.ToolStripLabel2.Size = New System.Drawing.Size(12, 37)
+ Me.ToolStripLabel2.Text = "0"
+ '
+ 'btj_showimg
+ '
+ Me.btj_showimg.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
+ Me.btj_showimg.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
+ Me.btj_showimg.Image = CType(resources.GetObject("btj_showimg.Image"), System.Drawing.Image)
+ Me.btj_showimg.ImageTransparentColor = System.Drawing.Color.Magenta
+ Me.btj_showimg.Name = "btj_showimg"
+ Me.btj_showimg.Size = New System.Drawing.Size(87, 37)
+ Me.btj_showimg.Text = "구분그림보기"
+ Me.btj_showimg.Visible = False
+ '
+ 'cmb_형태
+ '
+ Me.cmb_형태.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
+ Me.cmb_형태.FormattingEnabled = True
+ Me.cmb_형태.Location = New System.Drawing.Point(22, 225)
+ Me.cmb_형태.Name = "cmb_형태"
+ Me.cmb_형태.NectControl = Nothing
+ Me.cmb_형태.Size = New System.Drawing.Size(152, 204)
+ Me.cmb_형태.TabIndex = 131
+ '
+ 'bs_gubun
+ '
+ Me.bs_gubun.DataMember = "tbl_common"
+ Me.bs_gubun.DataSource = Me.DS
+ '
+ 'bS_재료
+ '
+ Me.bS_재료.DataMember = "tbl_common"
+ Me.bS_재료.DataSource = Me.DS
+ '
'Frm_YK
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
diff --git a/ArinWarev1/Forms_Input/Frm_YK.vb b/ArinWarev1/Forms_Input/Frm_YK.vb
index c8007fe..09895df 100644
--- a/ArinWarev1/Forms_Input/Frm_YK.vb
+++ b/ArinWarev1/Forms_Input/Frm_YK.vb
@@ -89,58 +89,9 @@
Me.arindv1.EndEdit()
Me.bs.EndEdit()
- '//열관류율이 링크된 모든면의 건축부위 데이터를 열관류율 화면의 건축부위 데이터로 갱신
- For Each Drow As DS.tbl_myounRow In DSET1.tbl_myoun
+ Pub.Update_열관류율_140409()
- If Drow.RowState = DataRowState.Deleted OrElse Drow.RowState = DataRowState.Detached Then Continue For
-
-#If DEBUG Then
- If Drow.code = "0009" Then
- MsgBox("test")
- End If
-#End If
-
- If Drow.열관류율2 <> "0" Then
- Try '==========================================2014.04.17 열관류율 삭제시 코드번호가 남아 오류 발생하는 현상을 try 안으로 넣음
- Dim Dr As DS.tbl_ykRow = DSET1.tbl_yk.Select("code='" & Drow.열관류율2.ToString & "'")(0)
- Drow.건축부위방식 = Dr.면형태 '// 링크된 열관류율에서 면형태를 가져옴..
- Select Case Dr.면형태
- Case "외벽(벽체)", "0"
- Drow.건축부위방식 = "외벽"
- Case "외벽(지붕)", "0001"
- Drow.건축부위방식 = "외벽"
- 'Drow.방위 = "수평"
- Case "외벽(바닥)", "0002"
- Drow.건축부위방식 = "외벽"
- 'Drow.방위 = "일사없음"
- Case "내벽(벽체)", "0003", "지중벽", "0009"
- Drow.건축부위방식 = "내벽"
- Drow.방위 = "일사없음"
- Case "내벽(지붕)", "0004"
- Drow.건축부위방식 = "내벽"
- Drow.방위 = "일사없음"
- Case "내벽(바닥)", "0005"
- Drow.건축부위방식 = "내벽"
- Drow.방위 = "일사없음"
- Case "간벽", "0006"
- Drow.건축부위방식 = "간벽"
- Drow.방위 = "일사없음"
- Case "외부창", "0007"
- Drow.건축부위방식 = "외부창"
- 'Drow.투과율 = Dr.일사에너지투과율
- Case "내부창", "0008"
- Drow.건축부위방식 = "내부창"
- 'Drow.투과율 = Dr.일사에너지투과율
- Case Else
- MsgBox("모르는값 " & Dr("면형태").ToString & "/" & Dr.면형태)
- End Select
-
- Catch ex As Exception
-
- End Try
- End If
-
- Next
+
End Sub
diff --git a/ArinWarev1/Forms_Input/Frm_v20091231_Myoun.vb b/ArinWarev1/Forms_Input/Frm_v20091231_Myoun.vb
index c56eb3a..604e1f3 100644
--- a/ArinWarev1/Forms_Input/Frm_v20091231_Myoun.vb
+++ b/ArinWarev1/Forms_Input/Frm_v20091231_Myoun.vb
@@ -1115,6 +1115,10 @@
Me.cmb_건축부위방식.Enabled = False
' MsgBox(Me.cmb_열관류율.SelectedValue)
+
+ '//아래와동일한 코드 pub Update_열관류율_140409() 에 있음
+ '//변경시 같이 변경해야함 250710-2320
+
Try
Dim Dr As DS.tbl_ykRow = DSET1.tbl_yk.Select("code='" & Me.cmb_열관류율.SelectedValue & "'")(0)
Dim dr2() As DS.tbl_commonRow = DSET1.tbl_common.Select("gubun='1088' and code='" & Dr("면형태").ToString & "'")
diff --git a/ArinWarev1/Forms_Input/Frm_v20091231_Weather.Designer.vb b/ArinWarev1/Forms_Input/Frm_v20091231_Weather.Designer.vb
index 4c75db0..7caf4e9 100644
--- a/ArinWarev1/Forms_Input/Frm_v20091231_Weather.Designer.vb
+++ b/ArinWarev1/Forms_Input/Frm_v20091231_Weather.Designer.vb
@@ -50,7 +50,6 @@ Partial Class Frm_V20091231_Weather
Dim Label249 As System.Windows.Forms.Label
Dim Label248 As System.Windows.Forms.Label
Dim Label247 As System.Windows.Forms.Label
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_V20091231_Weather))
Dim Label25 As System.Windows.Forms.Label
Dim Label26 As System.Windows.Forms.Label
Dim Label27 As System.Windows.Forms.Label
@@ -147,6 +146,7 @@ Partial Class Frm_V20091231_Weather
Dim Label116 As System.Windows.Forms.Label
Dim Label117 As System.Windows.Forms.Label
Dim Label118 As System.Windows.Forms.Label
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_V20091231_Weather))
Me.bs = New System.Windows.Forms.BindingSource(Me.components)
Me.DS1 = New Eco2Ar.DS()
Me.bsw_ilsa = New System.Windows.Forms.BindingSource(Me.components)
@@ -173,10 +173,24 @@ Partial Class Frm_V20091231_Weather
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel7 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tb_w12 = New Eco2Ar.MyTb()
+ Me.tb_w11 = New Eco2Ar.MyTb()
+ Me.tb_w10 = New Eco2Ar.MyTb()
+ Me.tb_w06 = New Eco2Ar.MyTb()
+ Me.tb_w09 = New Eco2Ar.MyTb()
+ Me.tb_w05 = New Eco2Ar.MyTb()
+ Me.tb_w04 = New Eco2Ar.MyTb()
+ Me.tb_w08 = New Eco2Ar.MyTb()
+ Me.tb_w01 = New Eco2Ar.MyTb()
+ Me.tb_w03 = New Eco2Ar.MyTb()
+ Me.tb_w07 = New Eco2Ar.MyTb()
+ Me.tb_w02 = New Eco2Ar.MyTb()
Me.Label88 = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Label89 = New System.Windows.Forms.Label()
+ Me.tb_wnan = New Eco2Ar.MyTb()
+ Me.tb_wnaen = New Eco2Ar.MyTb()
Me.TabPage8 = New System.Windows.Forms.TabPage()
Me.TableLayoutPanel4 = New System.Windows.Forms.TableLayoutPanel()
Me.Arindv2 = New CEnergy.arindv()
@@ -184,6 +198,18 @@ Partial Class Frm_V20091231_Weather
Me.code = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Panel4 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel34 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tb_v1 = New Eco2Ar.MyTb()
+ Me.tb_v6 = New Eco2Ar.MyTb()
+ Me.tb_v5 = New Eco2Ar.MyTb()
+ Me.tb_v4 = New Eco2Ar.MyTb()
+ Me.tb_v2 = New Eco2Ar.MyTb()
+ Me.tb_v3 = New Eco2Ar.MyTb()
+ Me.tb_v7 = New Eco2Ar.MyTb()
+ Me.tb_v8 = New Eco2Ar.MyTb()
+ Me.tb_v9 = New Eco2Ar.MyTb()
+ Me.tb_v10 = New Eco2Ar.MyTb()
+ Me.tb_v11 = New Eco2Ar.MyTb()
+ Me.tb_v12 = New Eco2Ar.MyTb()
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.ToolStripButton9 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton10 = New System.Windows.Forms.ToolStripButton()
@@ -192,6 +218,7 @@ Partial Class Frm_V20091231_Weather
Me.ToolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton14 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton15 = New System.Windows.Forms.ToolStripButton()
+ Me.tb_v0 = New Eco2Ar.MyTb()
Me.TabPage9 = New System.Windows.Forms.TabPage()
Me.TableLayoutPanel5 = New System.Windows.Forms.TableLayoutPanel()
Me.Arindv3 = New CEnergy.arindv()
@@ -199,6 +226,30 @@ Partial Class Frm_V20091231_Weather
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Panel7 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel8 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tb_t18 = New Eco2Ar.MyTb()
+ Me.tb_t1 = New Eco2Ar.MyTb()
+ Me.tb_t17 = New Eco2Ar.MyTb()
+ Me.tb_t16 = New Eco2Ar.MyTb()
+ Me.tb_t15 = New Eco2Ar.MyTb()
+ Me.tb_t14 = New Eco2Ar.MyTb()
+ Me.tb_t2 = New Eco2Ar.MyTb()
+ Me.tb_t13 = New Eco2Ar.MyTb()
+ Me.tb_t6 = New Eco2Ar.MyTb()
+ Me.tb_t19 = New Eco2Ar.MyTb()
+ Me.tb_t5 = New Eco2Ar.MyTb()
+ Me.tb_t20 = New Eco2Ar.MyTb()
+ Me.tb_t4 = New Eco2Ar.MyTb()
+ Me.tb_t21 = New Eco2Ar.MyTb()
+ Me.tb_t3 = New Eco2Ar.MyTb()
+ Me.tb_t22 = New Eco2Ar.MyTb()
+ Me.tb_t23 = New Eco2Ar.MyTb()
+ Me.tb_t12 = New Eco2Ar.MyTb()
+ Me.tb_t24 = New Eco2Ar.MyTb()
+ Me.tb_t11 = New Eco2Ar.MyTb()
+ Me.tb_t10 = New Eco2Ar.MyTb()
+ Me.tb_t9 = New Eco2Ar.MyTb()
+ Me.tb_t8 = New Eco2Ar.MyTb()
+ Me.tb_t7 = New Eco2Ar.MyTb()
Me.BindingNavigator4 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.ToolStripButton25 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton26 = New System.Windows.Forms.ToolStripButton()
@@ -214,6 +265,30 @@ Partial Class Frm_V20091231_Weather
Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Panel8 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel9 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tb_s24 = New Eco2Ar.MyTb()
+ Me.tb_S12 = New Eco2Ar.MyTb()
+ Me.tb_s23 = New Eco2Ar.MyTb()
+ Me.tb_s22 = New Eco2Ar.MyTb()
+ Me.tb_s11 = New Eco2Ar.MyTb()
+ Me.tb_s21 = New Eco2Ar.MyTb()
+ Me.tb_s1 = New Eco2Ar.MyTb()
+ Me.tb_s20 = New Eco2Ar.MyTb()
+ Me.tb_s10 = New Eco2Ar.MyTb()
+ Me.tb_s19 = New Eco2Ar.MyTb()
+ Me.tb_s3 = New Eco2Ar.MyTb()
+ Me.tb_s18 = New Eco2Ar.MyTb()
+ Me.tb_s9 = New Eco2Ar.MyTb()
+ Me.tb_s2 = New Eco2Ar.MyTb()
+ Me.tb_s17 = New Eco2Ar.MyTb()
+ Me.tb_s16 = New Eco2Ar.MyTb()
+ Me.tb_s8 = New Eco2Ar.MyTb()
+ Me.tb_s15 = New Eco2Ar.MyTb()
+ Me.tb_s14 = New Eco2Ar.MyTb()
+ Me.tb_s4 = New Eco2Ar.MyTb()
+ Me.tb_s13 = New Eco2Ar.MyTb()
+ Me.tb_s7 = New Eco2Ar.MyTb()
+ Me.tb_s5 = New Eco2Ar.MyTb()
+ Me.tb_s6 = New Eco2Ar.MyTb()
Me.BindingNavigator5 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.ToolStripButton33 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton34 = New System.Windows.Forms.ToolStripButton()
@@ -230,6 +305,18 @@ Partial Class Frm_V20091231_Weather
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button1 = New System.Windows.Forms.Button()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tb_c12 = New Eco2Ar.MyTb()
+ Me.tb_c11 = New Eco2Ar.MyTb()
+ Me.tb_c01 = New Eco2Ar.MyTb()
+ Me.tb_c06 = New Eco2Ar.MyTb()
+ Me.tb_c10 = New Eco2Ar.MyTb()
+ Me.tb_c09 = New Eco2Ar.MyTb()
+ Me.tb_c05 = New Eco2Ar.MyTb()
+ Me.tb_c08 = New Eco2Ar.MyTb()
+ Me.tb_c04 = New Eco2Ar.MyTb()
+ Me.tb_c07 = New Eco2Ar.MyTb()
+ Me.tb_c02 = New Eco2Ar.MyTb()
+ Me.tb_c03 = New Eco2Ar.MyTb()
Me.BindingNavigator2 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
@@ -263,16 +350,54 @@ Partial Class Frm_V20091231_Weather
Me.Label14 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.TabPage4 = New System.Windows.Forms.TabPage()
+ Me.MyTb1 = New Eco2Ar.MyTb()
+ Me.MyTb2 = New Eco2Ar.MyTb()
Me.Panel5 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tbwi12 = New Eco2Ar.MyTb()
+ Me.tbwi11 = New Eco2Ar.MyTb()
+ Me.tbwi10 = New Eco2Ar.MyTb()
+ Me.tbwi06 = New Eco2Ar.MyTb()
+ Me.tbwi09 = New Eco2Ar.MyTb()
+ Me.tbwi05 = New Eco2Ar.MyTb()
+ Me.tbwi04 = New Eco2Ar.MyTb()
+ Me.tbwi08 = New Eco2Ar.MyTb()
+ Me.tbwi01 = New Eco2Ar.MyTb()
+ Me.tbwi03 = New Eco2Ar.MyTb()
+ Me.tbwi07 = New Eco2Ar.MyTb()
+ Me.tbwi02 = New Eco2Ar.MyTb()
Me.Label68 = New System.Windows.Forms.Label()
Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.Panel6 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel10 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tbr12 = New Eco2Ar.MyTb()
+ Me.tbr11 = New Eco2Ar.MyTb()
+ Me.tbr10 = New Eco2Ar.MyTb()
+ Me.tbr06 = New Eco2Ar.MyTb()
+ Me.tbr09 = New Eco2Ar.MyTb()
+ Me.tbr05 = New Eco2Ar.MyTb()
+ Me.tbr04 = New Eco2Ar.MyTb()
+ Me.tbr08 = New Eco2Ar.MyTb()
+ Me.tbr01 = New Eco2Ar.MyTb()
+ Me.tbr03 = New Eco2Ar.MyTb()
+ Me.tbr07 = New Eco2Ar.MyTb()
+ Me.tbr02 = New Eco2Ar.MyTb()
Me.Label106 = New System.Windows.Forms.Label()
Me.TabPage6 = New System.Windows.Forms.TabPage()
Me.Panel9 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel11 = New System.Windows.Forms.TableLayoutPanel()
+ Me.tbw12 = New Eco2Ar.MyTb()
+ Me.tbw11 = New Eco2Ar.MyTb()
+ Me.tbw10 = New Eco2Ar.MyTb()
+ Me.tbw06 = New Eco2Ar.MyTb()
+ Me.tbw09 = New Eco2Ar.MyTb()
+ Me.tbw05 = New Eco2Ar.MyTb()
+ Me.tbw04 = New Eco2Ar.MyTb()
+ Me.tbw08 = New Eco2Ar.MyTb()
+ Me.tbw01 = New Eco2Ar.MyTb()
+ Me.tbw03 = New Eco2Ar.MyTb()
+ Me.tbw07 = New Eco2Ar.MyTb()
+ Me.tbw02 = New Eco2Ar.MyTb()
Me.Label119 = New System.Windows.Forms.Label()
Me.dv = New CEnergy.arindv()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
@@ -286,131 +411,6 @@ Partial Class Frm_V20091231_Weather
Me.ToolStripButton13 = New System.Windows.Forms.ToolStripButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel()
- Me.tb_w12 = New Eco2Ar.MyTb()
- Me.tb_w11 = New Eco2Ar.MyTb()
- Me.tb_w10 = New Eco2Ar.MyTb()
- Me.tb_w06 = New Eco2Ar.MyTb()
- Me.tb_w09 = New Eco2Ar.MyTb()
- Me.tb_w05 = New Eco2Ar.MyTb()
- Me.tb_w04 = New Eco2Ar.MyTb()
- Me.tb_w08 = New Eco2Ar.MyTb()
- Me.tb_w01 = New Eco2Ar.MyTb()
- Me.tb_w03 = New Eco2Ar.MyTb()
- Me.tb_w07 = New Eco2Ar.MyTb()
- Me.tb_w02 = New Eco2Ar.MyTb()
- Me.tb_wnan = New Eco2Ar.MyTb()
- Me.tb_wnaen = New Eco2Ar.MyTb()
- Me.tb_v1 = New Eco2Ar.MyTb()
- Me.tb_v6 = New Eco2Ar.MyTb()
- Me.tb_v5 = New Eco2Ar.MyTb()
- Me.tb_v4 = New Eco2Ar.MyTb()
- Me.tb_v2 = New Eco2Ar.MyTb()
- Me.tb_v3 = New Eco2Ar.MyTb()
- Me.tb_v7 = New Eco2Ar.MyTb()
- Me.tb_v8 = New Eco2Ar.MyTb()
- Me.tb_v9 = New Eco2Ar.MyTb()
- Me.tb_v10 = New Eco2Ar.MyTb()
- Me.tb_v11 = New Eco2Ar.MyTb()
- Me.tb_v12 = New Eco2Ar.MyTb()
- Me.tb_v0 = New Eco2Ar.MyTb()
- Me.tb_t18 = New Eco2Ar.MyTb()
- Me.tb_t1 = New Eco2Ar.MyTb()
- Me.tb_t17 = New Eco2Ar.MyTb()
- Me.tb_t16 = New Eco2Ar.MyTb()
- Me.tb_t15 = New Eco2Ar.MyTb()
- Me.tb_t14 = New Eco2Ar.MyTb()
- Me.tb_t2 = New Eco2Ar.MyTb()
- Me.tb_t13 = New Eco2Ar.MyTb()
- Me.tb_t6 = New Eco2Ar.MyTb()
- Me.tb_t19 = New Eco2Ar.MyTb()
- Me.tb_t5 = New Eco2Ar.MyTb()
- Me.tb_t20 = New Eco2Ar.MyTb()
- Me.tb_t4 = New Eco2Ar.MyTb()
- Me.tb_t21 = New Eco2Ar.MyTb()
- Me.tb_t3 = New Eco2Ar.MyTb()
- Me.tb_t22 = New Eco2Ar.MyTb()
- Me.tb_t23 = New Eco2Ar.MyTb()
- Me.tb_t12 = New Eco2Ar.MyTb()
- Me.tb_t24 = New Eco2Ar.MyTb()
- Me.tb_t11 = New Eco2Ar.MyTb()
- Me.tb_t10 = New Eco2Ar.MyTb()
- Me.tb_t9 = New Eco2Ar.MyTb()
- Me.tb_t8 = New Eco2Ar.MyTb()
- Me.tb_t7 = New Eco2Ar.MyTb()
- Me.tb_s24 = New Eco2Ar.MyTb()
- Me.tb_S12 = New Eco2Ar.MyTb()
- Me.tb_s23 = New Eco2Ar.MyTb()
- Me.tb_s22 = New Eco2Ar.MyTb()
- Me.tb_s11 = New Eco2Ar.MyTb()
- Me.tb_s21 = New Eco2Ar.MyTb()
- Me.tb_s1 = New Eco2Ar.MyTb()
- Me.tb_s20 = New Eco2Ar.MyTb()
- Me.tb_s10 = New Eco2Ar.MyTb()
- Me.tb_s19 = New Eco2Ar.MyTb()
- Me.tb_s3 = New Eco2Ar.MyTb()
- Me.tb_s18 = New Eco2Ar.MyTb()
- Me.tb_s9 = New Eco2Ar.MyTb()
- Me.tb_s2 = New Eco2Ar.MyTb()
- Me.tb_s17 = New Eco2Ar.MyTb()
- Me.tb_s16 = New Eco2Ar.MyTb()
- Me.tb_s8 = New Eco2Ar.MyTb()
- Me.tb_s15 = New Eco2Ar.MyTb()
- Me.tb_s14 = New Eco2Ar.MyTb()
- Me.tb_s4 = New Eco2Ar.MyTb()
- Me.tb_s13 = New Eco2Ar.MyTb()
- Me.tb_s7 = New Eco2Ar.MyTb()
- Me.tb_s5 = New Eco2Ar.MyTb()
- Me.tb_s6 = New Eco2Ar.MyTb()
- Me.tb_c12 = New Eco2Ar.MyTb()
- Me.tb_c11 = New Eco2Ar.MyTb()
- Me.tb_c01 = New Eco2Ar.MyTb()
- Me.tb_c06 = New Eco2Ar.MyTb()
- Me.tb_c10 = New Eco2Ar.MyTb()
- Me.tb_c09 = New Eco2Ar.MyTb()
- Me.tb_c05 = New Eco2Ar.MyTb()
- Me.tb_c08 = New Eco2Ar.MyTb()
- Me.tb_c04 = New Eco2Ar.MyTb()
- Me.tb_c07 = New Eco2Ar.MyTb()
- Me.tb_c02 = New Eco2Ar.MyTb()
- Me.tb_c03 = New Eco2Ar.MyTb()
- Me.MyTb1 = New Eco2Ar.MyTb()
- Me.MyTb2 = New Eco2Ar.MyTb()
- Me.tbwi12 = New Eco2Ar.MyTb()
- Me.tbwi11 = New Eco2Ar.MyTb()
- Me.tbwi10 = New Eco2Ar.MyTb()
- Me.tbwi06 = New Eco2Ar.MyTb()
- Me.tbwi09 = New Eco2Ar.MyTb()
- Me.tbwi05 = New Eco2Ar.MyTb()
- Me.tbwi04 = New Eco2Ar.MyTb()
- Me.tbwi08 = New Eco2Ar.MyTb()
- Me.tbwi01 = New Eco2Ar.MyTb()
- Me.tbwi03 = New Eco2Ar.MyTb()
- Me.tbwi07 = New Eco2Ar.MyTb()
- Me.tbwi02 = New Eco2Ar.MyTb()
- Me.tbr12 = New Eco2Ar.MyTb()
- Me.tbr11 = New Eco2Ar.MyTb()
- Me.tbr10 = New Eco2Ar.MyTb()
- Me.tbr06 = New Eco2Ar.MyTb()
- Me.tbr09 = New Eco2Ar.MyTb()
- Me.tbr05 = New Eco2Ar.MyTb()
- Me.tbr04 = New Eco2Ar.MyTb()
- Me.tbr08 = New Eco2Ar.MyTb()
- Me.tbr01 = New Eco2Ar.MyTb()
- Me.tbr03 = New Eco2Ar.MyTb()
- Me.tbr07 = New Eco2Ar.MyTb()
- Me.tbr02 = New Eco2Ar.MyTb()
- Me.tbw12 = New Eco2Ar.MyTb()
- Me.tbw11 = New Eco2Ar.MyTb()
- Me.tbw10 = New Eco2Ar.MyTb()
- Me.tbw06 = New Eco2Ar.MyTb()
- Me.tbw09 = New Eco2Ar.MyTb()
- Me.tbw05 = New Eco2Ar.MyTb()
- Me.tbw04 = New Eco2Ar.MyTb()
- Me.tbw08 = New Eco2Ar.MyTb()
- Me.tbw01 = New Eco2Ar.MyTb()
- Me.tbw03 = New Eco2Ar.MyTb()
- Me.tbw07 = New Eco2Ar.MyTb()
- Me.tbw02 = New Eco2Ar.MyTb()
Label64 = New System.Windows.Forms.Label()
Label77 = New System.Windows.Forms.Label()
Label78 = New System.Windows.Forms.Label()
@@ -600,237 +600,6 @@ Partial Class Frm_V20091231_Weather
Me.StatusStrip1.SuspendLayout()
Me.SuspendLayout()
'
- 'bs
- '
- Me.bs.DataMember = "tbl_weather"
- Me.bs.DataSource = Me.DS1
- Me.bs.Filter = "code <> '0'"
- Me.bs.Sort = ""
- '
- 'DS1
- '
- Me.DS1.DataSetName = "DS"
- Me.DS1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- 'bsw_ilsa
- '
- Me.bsw_ilsa.DataMember = "weather_ilsa"
- Me.bsw_ilsa.DataSource = Me.DS1
- '
- 'bsw_temp
- '
- Me.bsw_temp.DataMember = "weather_temp"
- Me.bsw_temp.DataSource = Me.DS1
- '
- 'bsw_supdo
- '
- Me.bsw_supdo.DataMember = "weather_supdo"
- Me.bsw_supdo.DataSource = Me.DS1
- '
- 'bsw_cha
- '
- Me.bsw_cha.DataMember = "weather_cha"
- Me.bsw_cha.DataSource = Me.DS1
- '
- 'bsWGDep3
- '
- Me.bsWGDep3.DataMember = "weather_group"
- Me.bsWGDep3.DataSource = Me.DS1
- Me.bsWGDep3.Filter = "code ='test'"
- Me.bsWGDep3.Sort = ""
- '
- 'bsWGDep2
- '
- Me.bsWGDep2.DataMember = "weather_group"
- Me.bsWGDep2.DataSource = Me.DS1
- Me.bsWGDep2.Filter = "code ='test'"
- Me.bsWGDep2.Sort = ""
- '
- 'bsWGDep1
- '
- Me.bsWGDep1.DataMember = "weather_group"
- Me.bsWGDep1.DataSource = Me.DS1
- Me.bsWGDep1.Filter = "code <> '0' and code like '%0000'"
- Me.bsWGDep1.Sort = ""
- '
- 'DataGridViewTextBoxColumn2
- '
- Me.DataGridViewTextBoxColumn2.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn2.HeaderText = "code"
- Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
- Me.DataGridViewTextBoxColumn2.Width = 58
- '
- 'DataGridViewTextBoxColumn3
- '
- Me.DataGridViewTextBoxColumn3.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn3.HeaderText = "code"
- Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
- Me.DataGridViewTextBoxColumn3.Width = 58
- '
- 'DataGridViewTextBoxColumn4
- '
- Me.DataGridViewTextBoxColumn4.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn4.HeaderText = "code"
- Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
- Me.DataGridViewTextBoxColumn4.Width = 58
- '
- 'DataGridViewTextBoxColumn5
- '
- Me.DataGridViewTextBoxColumn5.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn5.HeaderText = "code"
- Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
- Me.DataGridViewTextBoxColumn5.Width = 58
- '
- 'DataGridViewTextBoxColumn6
- '
- Me.DataGridViewTextBoxColumn6.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn6.HeaderText = "code"
- Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
- Me.DataGridViewTextBoxColumn6.Width = 58
- '
- 'DataGridViewTextBoxColumn7
- '
- Me.DataGridViewTextBoxColumn7.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn7.HeaderText = "code"
- Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
- Me.DataGridViewTextBoxColumn7.Width = 58
- '
- 'DataGridViewTextBoxColumn8
- '
- Me.DataGridViewTextBoxColumn8.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn8.HeaderText = "code"
- Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
- Me.DataGridViewTextBoxColumn8.Width = 58
- '
- 'bsw_wind
- '
- Me.bsw_wind.DataMember = "weather_wind"
- Me.bsw_wind.DataSource = Me.DS1
- '
- 'bsw_river
- '
- Me.bsw_river.DataMember = "weather_river"
- Me.bsw_river.DataSource = Me.DS1
- '
- 'bsw_water
- '
- Me.bsw_water.DataMember = "weather_water"
- Me.bsw_water.DataSource = Me.DS1
- '
- 'TabControl3
- '
- Me.TabControl3.Controls.Add(Me.TabPage1)
- Me.TabControl3.Controls.Add(Me.TabPage8)
- Me.TabControl3.Controls.Add(Me.TabPage9)
- 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.Controls.Add(Me.TabPage5)
- Me.TabControl3.Controls.Add(Me.TabPage6)
- Me.TabControl3.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TabControl3.Location = New System.Drawing.Point(193, 0)
- Me.TabControl3.Name = "TabControl3"
- Me.TabControl3.SelectedIndex = 0
- Me.TabControl3.Size = New System.Drawing.Size(943, 533)
- Me.TabControl3.TabIndex = 81
- '
- 'TabPage1
- '
- Me.TabPage1.Controls.Add(Me.Button3)
- Me.TabPage1.Controls.Add(Me.Button2)
- Me.TabPage1.Controls.Add(Me.GroupBox2)
- Me.TabPage1.Controls.Add(Me.GroupBox1)
- Me.TabPage1.Location = New System.Drawing.Point(4, 22)
- Me.TabPage1.Name = "TabPage1"
- Me.TabPage1.Size = New System.Drawing.Size(935, 507)
- Me.TabPage1.TabIndex = 4
- Me.TabPage1.Text = "외기온도"
- Me.TabPage1.UseVisualStyleBackColor = True
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(305, 414)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(135, 52)
- Me.Button3.TabIndex = 128
- Me.Button3.Text = "IMPORT"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(446, 414)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(135, 52)
- Me.Button2.TabIndex = 127
- Me.Button2.Text = "SAVE"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'GroupBox2
- '
- Me.GroupBox2.Controls.Add(Me.Panel3)
- Me.GroupBox2.Location = New System.Drawing.Point(89, 141)
- Me.GroupBox2.Name = "GroupBox2"
- Me.GroupBox2.Size = New System.Drawing.Size(492, 207)
- Me.GroupBox2.TabIndex = 126
- Me.GroupBox2.TabStop = False
- '
- 'Panel3
- '
- Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
- Me.Panel3.Controls.Add(Me.TableLayoutPanel7)
- Me.Panel3.Controls.Add(Me.Label88)
- Me.Panel3.Location = New System.Drawing.Point(2, 9)
- Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(500, 195)
- Me.Panel3.TabIndex = 123
- '
- 'TableLayoutPanel7
- '
- Me.TableLayoutPanel7.AutoSize = True
- Me.TableLayoutPanel7.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(252, Byte), Integer))
- Me.TableLayoutPanel7.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
- Me.TableLayoutPanel7.ColumnCount = 4
- 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, 136.0!))
- Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120.0!))
- Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 162.0!))
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w12, 3, 5)
- Me.TableLayoutPanel7.Controls.Add(Label64, 2, 5)
- Me.TableLayoutPanel7.Controls.Add(Label77, 2, 4)
- Me.TableLayoutPanel7.Controls.Add(Label78, 2, 3)
- Me.TableLayoutPanel7.Controls.Add(Label79, 2, 2)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w11, 3, 4)
- Me.TableLayoutPanel7.Controls.Add(Label80, 0, 5)
- Me.TableLayoutPanel7.Controls.Add(Label81, 2, 1)
- Me.TableLayoutPanel7.Controls.Add(Label82, 0, 4)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w10, 3, 3)
- Me.TableLayoutPanel7.Controls.Add(Label83, 2, 0)
- Me.TableLayoutPanel7.Controls.Add(Label84, 0, 3)
- Me.TableLayoutPanel7.Controls.Add(Label85, 0, 0)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w06, 1, 5)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w09, 3, 2)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w05, 1, 4)
- Me.TableLayoutPanel7.Controls.Add(Label86, 0, 2)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w04, 1, 3)
- Me.TableLayoutPanel7.Controls.Add(Label87, 0, 1)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w08, 3, 1)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w01, 1, 0)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w03, 1, 2)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w07, 3, 0)
- Me.TableLayoutPanel7.Controls.Add(Me.tb_w02, 1, 1)
- Me.TableLayoutPanel7.Location = New System.Drawing.Point(11, 19)
- Me.TableLayoutPanel7.Name = "TableLayoutPanel7"
- Me.TableLayoutPanel7.RowCount = 5
- 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.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(525, 169)
- Me.TableLayoutPanel7.TabIndex = 122
- '
'Label64
'
Label64.Anchor = System.Windows.Forms.AnchorStyles.None
@@ -963,48 +732,6 @@ Partial Class Frm_V20091231_Weather
Label87.TabIndex = 10
Label87.Text = "외기온도(2월):"
'
- 'Label88
- '
- Me.Label88.AutoSize = True
- Me.Label88.ForeColor = System.Drawing.Color.DarkBlue
- Me.Label88.Location = New System.Drawing.Point(9, 2)
- Me.Label88.Name = "Label88"
- Me.Label88.Size = New System.Drawing.Size(76, 12)
- Me.Label88.TabIndex = 121
- Me.Label88.Text = "[온도 입력]"
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.Panel2)
- Me.GroupBox1.Location = New System.Drawing.Point(89, 54)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(436, 82)
- Me.GroupBox1.TabIndex = 125
- Me.GroupBox1.TabStop = False
- '
- 'Panel2
- '
- Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(219, Byte), Integer), CType(CType(221, Byte), Integer), CType(CType(223, Byte), Integer))
- Me.Panel2.Controls.Add(Me.Label89)
- Me.Panel2.Controls.Add(Label90)
- Me.Panel2.Controls.Add(Label91)
- Me.Panel2.Controls.Add(Me.tb_wnan)
- Me.Panel2.Controls.Add(Me.tb_wnaen)
- Me.Panel2.Location = New System.Drawing.Point(2, 9)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(432, 70)
- Me.Panel2.TabIndex = 121
- '
- 'Label89
- '
- Me.Label89.AutoSize = True
- Me.Label89.ForeColor = System.Drawing.Color.Black
- Me.Label89.Location = New System.Drawing.Point(2, 3)
- Me.Label89.Name = "Label89"
- Me.Label89.Size = New System.Drawing.Size(161, 12)
- Me.Label89.TabIndex = 120
- Me.Label89.Text = "[외기온도(최대부하관련)]"
- '
'Label90
'
Label90.AutoSize = True
@@ -1025,84 +752,6 @@ Partial Class Frm_V20091231_Weather
Label91.TabIndex = 117
Label91.Text = "외기온도(냉방기):"
'
- 'TabPage8
- '
- Me.TabPage8.Controls.Add(Me.TableLayoutPanel4)
- Me.TabPage8.Location = New System.Drawing.Point(4, 22)
- Me.TabPage8.Margin = New System.Windows.Forms.Padding(0)
- Me.TabPage8.Name = "TabPage8"
- Me.TabPage8.Size = New System.Drawing.Size(935, 507)
- Me.TabPage8.TabIndex = 1
- Me.TabPage8.Text = "평균일사"
- Me.TabPage8.UseVisualStyleBackColor = True
- '
- 'TableLayoutPanel4
- '
- Me.TableLayoutPanel4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TableLayoutPanel4.ColumnCount = 2
- Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
- Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
- Me.TableLayoutPanel4.Controls.Add(Me.Arindv2, 0, 0)
- Me.TableLayoutPanel4.Controls.Add(Me.Panel4, 1, 0)
- Me.TableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TableLayoutPanel4.Location = New System.Drawing.Point(0, 0)
- Me.TableLayoutPanel4.Name = "TableLayoutPanel4"
- Me.TableLayoutPanel4.RowCount = 1
- Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
- Me.TableLayoutPanel4.Size = New System.Drawing.Size(935, 507)
- Me.TableLayoutPanel4.TabIndex = 0
- '
- 'Arindv2
- '
- Me.Arindv2.A_DelCurrentCell = True
- Me.Arindv2.A_EnterToTab = True
- Me.Arindv2.AllowUserToAddRows = False
- Me.Arindv2.AllowUserToResizeRows = False
- Me.Arindv2.AutoGenerateColumns = False
- Me.Arindv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
- Me.Arindv2.ColumnHeadersHeight = 30
- Me.Arindv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
- Me.Arindv2.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn, Me.code})
- Me.Arindv2.DataSource = Me.bsw_ilsa
- Me.Arindv2.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Arindv2.Location = New System.Drawing.Point(0, 0)
- Me.Arindv2.Margin = New System.Windows.Forms.Padding(0)
- Me.Arindv2.MultiSelect = False
- Me.Arindv2.Name = "Arindv2"
- Me.Arindv2.RowHeadersVisible = False
- Me.Arindv2.RowTemplate.Height = 23
- Me.Arindv2.Size = New System.Drawing.Size(200, 507)
- Me.Arindv2.TabIndex = 4
- '
- '설명DataGridViewTextBoxColumn
- '
- Me.설명DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
- Me.설명DataGridViewTextBoxColumn.DataPropertyName = "설명"
- Me.설명DataGridViewTextBoxColumn.HeaderText = "설명"
- Me.설명DataGridViewTextBoxColumn.Name = "설명DataGridViewTextBoxColumn"
- '
- 'code
- '
- Me.code.DataPropertyName = "code"
- Me.code.HeaderText = "code"
- Me.code.Name = "code"
- Me.code.Width = 62
- '
- 'Panel4
- '
- Me.Panel4.AutoScroll = True
- Me.Panel4.BackColor = System.Drawing.Color.White
- Me.Panel4.Controls.Add(Label39)
- Me.Panel4.Controls.Add(Me.TableLayoutPanel34)
- Me.Panel4.Controls.Add(Me.BindingNavigator1)
- Me.Panel4.Controls.Add(Me.tb_v0)
- Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Panel4.Location = New System.Drawing.Point(200, 0)
- Me.Panel4.Margin = New System.Windows.Forms.Padding(0)
- Me.Panel4.Name = "Panel4"
- Me.Panel4.Size = New System.Drawing.Size(735, 507)
- Me.Panel4.TabIndex = 5
- '
'Label39
'
Label39.AutoSize = True
@@ -1112,56 +761,6 @@ Partial Class Frm_V20091231_Weather
Label39.TabIndex = 120
Label39.Text = "평균일사(최대부하):"
'
- 'TableLayoutPanel34
- '
- Me.TableLayoutPanel34.AutoSize = True
- Me.TableLayoutPanel34.BackColor = System.Drawing.SystemColors.ButtonFace
- Me.TableLayoutPanel34.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
- Me.TableLayoutPanel34.ColumnCount = 2
- Me.TableLayoutPanel34.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel34.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v1, 1, 0)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v6, 1, 5)
- Me.TableLayoutPanel34.Controls.Add(Label251, 0, 5)
- Me.TableLayoutPanel34.Controls.Add(Label253, 0, 4)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v5, 1, 4)
- Me.TableLayoutPanel34.Controls.Add(Label255, 0, 3)
- Me.TableLayoutPanel34.Controls.Add(Label256, 0, 0)
- Me.TableLayoutPanel34.Controls.Add(Label257, 0, 2)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v4, 1, 3)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v2, 1, 1)
- Me.TableLayoutPanel34.Controls.Add(Label258, 0, 1)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v3, 1, 2)
- Me.TableLayoutPanel34.Controls.Add(Label254, 0, 6)
- Me.TableLayoutPanel34.Controls.Add(Label252, 0, 7)
- Me.TableLayoutPanel34.Controls.Add(Label250, 0, 8)
- Me.TableLayoutPanel34.Controls.Add(Label249, 0, 9)
- Me.TableLayoutPanel34.Controls.Add(Label248, 0, 10)
- Me.TableLayoutPanel34.Controls.Add(Label247, 0, 11)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v7, 1, 6)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v8, 1, 7)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v9, 1, 8)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v10, 1, 9)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v11, 1, 10)
- Me.TableLayoutPanel34.Controls.Add(Me.tb_v12, 1, 11)
- Me.TableLayoutPanel34.Location = New System.Drawing.Point(5, 45)
- Me.TableLayoutPanel34.Name = "TableLayoutPanel34"
- Me.TableLayoutPanel34.RowCount = 12
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel34.Size = New System.Drawing.Size(448, 337)
- Me.TableLayoutPanel34.TabIndex = 122
- '
'Label251
'
Label251.Anchor = System.Windows.Forms.AnchorStyles.None
@@ -1282,231 +881,6 @@ Partial Class Frm_V20091231_Weather
Label247.TabIndex = 30
Label247.Text = "평균일사(12월):"
'
- 'BindingNavigator1
- '
- Me.BindingNavigator1.AddNewItem = Nothing
- Me.BindingNavigator1.CountItem = Nothing
- Me.BindingNavigator1.DeleteItem = Nothing
- Me.BindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom
- Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton9, Me.ToolStripButton10, Me.ToolStripButton11, Me.ToolStripButton12, Me.ToolStripSeparator10, Me.ToolStripButton14, Me.ToolStripButton15})
- Me.BindingNavigator1.Location = New System.Drawing.Point(0, 482)
- Me.BindingNavigator1.MoveFirstItem = Me.ToolStripButton9
- Me.BindingNavigator1.MoveLastItem = Me.ToolStripButton12
- Me.BindingNavigator1.MoveNextItem = Me.ToolStripButton11
- Me.BindingNavigator1.MovePreviousItem = Me.ToolStripButton10
- Me.BindingNavigator1.Name = "BindingNavigator1"
- Me.BindingNavigator1.PositionItem = Nothing
- Me.BindingNavigator1.Size = New System.Drawing.Size(735, 25)
- Me.BindingNavigator1.TabIndex = 26
- Me.BindingNavigator1.Text = "BindingNavigator1"
- '
- 'ToolStripButton9
- '
- Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton9.Image = CType(resources.GetObject("ToolStripButton9.Image"), System.Drawing.Image)
- Me.ToolStripButton9.Name = "ToolStripButton9"
- Me.ToolStripButton9.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton9.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton9.Text = "처음으로 이동"
- '
- 'ToolStripButton10
- '
- Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton10.Image = CType(resources.GetObject("ToolStripButton10.Image"), System.Drawing.Image)
- Me.ToolStripButton10.Name = "ToolStripButton10"
- Me.ToolStripButton10.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton10.Text = "이전으로 이동"
- '
- 'ToolStripButton11
- '
- Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image)
- Me.ToolStripButton11.Name = "ToolStripButton11"
- Me.ToolStripButton11.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton11.Text = "다음으로 이동"
- '
- 'ToolStripButton12
- '
- Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image)
- Me.ToolStripButton12.Name = "ToolStripButton12"
- Me.ToolStripButton12.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton12.Text = "마지막으로 이동"
- '
- 'ToolStripSeparator10
- '
- Me.ToolStripSeparator10.Name = "ToolStripSeparator10"
- Me.ToolStripSeparator10.Size = New System.Drawing.Size(6, 25)
- '
- 'ToolStripButton14
- '
- Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image)
- Me.ToolStripButton14.Name = "ToolStripButton14"
- Me.ToolStripButton14.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton14.Size = New System.Drawing.Size(67, 22)
- Me.ToolStripButton14.Text = "추가(&A)"
- '
- 'ToolStripButton15
- '
- Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image)
- Me.ToolStripButton15.Name = "ToolStripButton15"
- Me.ToolStripButton15.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton15.Size = New System.Drawing.Size(68, 22)
- Me.ToolStripButton15.Text = "삭제(&D)"
- '
- 'TabPage9
- '
- Me.TabPage9.Controls.Add(Me.TableLayoutPanel5)
- Me.TabPage9.Location = New System.Drawing.Point(4, 22)
- Me.TabPage9.Name = "TabPage9"
- Me.TabPage9.Size = New System.Drawing.Size(935, 507)
- Me.TabPage9.TabIndex = 2
- Me.TabPage9.Text = "평균온도"
- Me.TabPage9.UseVisualStyleBackColor = True
- '
- 'TableLayoutPanel5
- '
- Me.TableLayoutPanel5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TableLayoutPanel5.ColumnCount = 2
- Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
- Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
- Me.TableLayoutPanel5.Controls.Add(Me.Arindv3, 0, 0)
- Me.TableLayoutPanel5.Controls.Add(Me.Panel7, 1, 0)
- Me.TableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TableLayoutPanel5.Location = New System.Drawing.Point(0, 0)
- Me.TableLayoutPanel5.Name = "TableLayoutPanel5"
- Me.TableLayoutPanel5.RowCount = 1
- Me.TableLayoutPanel5.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
- Me.TableLayoutPanel5.Size = New System.Drawing.Size(935, 507)
- Me.TableLayoutPanel5.TabIndex = 1
- '
- 'Arindv3
- '
- Me.Arindv3.A_DelCurrentCell = True
- Me.Arindv3.A_EnterToTab = True
- Me.Arindv3.AllowUserToAddRows = False
- Me.Arindv3.AllowUserToResizeRows = False
- Me.Arindv3.AutoGenerateColumns = False
- Me.Arindv3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
- Me.Arindv3.ColumnHeadersHeight = 30
- Me.Arindv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
- Me.Arindv3.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn9})
- Me.Arindv3.DataSource = Me.bsw_temp
- Me.Arindv3.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Arindv3.Location = New System.Drawing.Point(0, 0)
- Me.Arindv3.Margin = New System.Windows.Forms.Padding(0)
- Me.Arindv3.Name = "Arindv3"
- Me.Arindv3.RowHeadersVisible = False
- Me.Arindv3.RowTemplate.Height = 23
- Me.Arindv3.Size = New System.Drawing.Size(200, 507)
- Me.Arindv3.TabIndex = 4
- '
- '설명DataGridViewTextBoxColumn1
- '
- Me.설명DataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
- Me.설명DataGridViewTextBoxColumn1.DataPropertyName = "설명"
- Me.설명DataGridViewTextBoxColumn1.HeaderText = "설명"
- Me.설명DataGridViewTextBoxColumn1.Name = "설명DataGridViewTextBoxColumn1"
- '
- 'DataGridViewTextBoxColumn9
- '
- Me.DataGridViewTextBoxColumn9.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn9.HeaderText = "code"
- Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
- Me.DataGridViewTextBoxColumn9.Width = 62
- '
- 'Panel7
- '
- Me.Panel7.AutoScroll = True
- Me.Panel7.BackColor = System.Drawing.Color.White
- Me.Panel7.Controls.Add(Me.TableLayoutPanel8)
- Me.Panel7.Controls.Add(Me.BindingNavigator4)
- Me.Panel7.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Panel7.Location = New System.Drawing.Point(200, 0)
- Me.Panel7.Margin = New System.Windows.Forms.Padding(0)
- Me.Panel7.Name = "Panel7"
- Me.Panel7.Size = New System.Drawing.Size(735, 507)
- Me.Panel7.TabIndex = 5
- '
- 'TableLayoutPanel8
- '
- Me.TableLayoutPanel8.AutoSize = True
- Me.TableLayoutPanel8.BackColor = System.Drawing.SystemColors.ButtonFace
- Me.TableLayoutPanel8.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
- Me.TableLayoutPanel8.ColumnCount = 4
- Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel8.Controls.Add(Label25, 0, 1)
- Me.TableLayoutPanel8.Controls.Add(Label26, 0, 2)
- Me.TableLayoutPanel8.Controls.Add(Label27, 0, 3)
- Me.TableLayoutPanel8.Controls.Add(Label28, 0, 4)
- Me.TableLayoutPanel8.Controls.Add(Label29, 0, 5)
- Me.TableLayoutPanel8.Controls.Add(Label30, 0, 0)
- Me.TableLayoutPanel8.Controls.Add(Label31, 2, 1)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t18, 3, 5)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t1, 1, 0)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t17, 3, 4)
- Me.TableLayoutPanel8.Controls.Add(Label32, 2, 2)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t16, 3, 3)
- Me.TableLayoutPanel8.Controls.Add(Label33, 2, 3)
- Me.TableLayoutPanel8.Controls.Add(Label34, 2, 4)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t15, 3, 2)
- Me.TableLayoutPanel8.Controls.Add(Label35, 2, 5)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t14, 3, 1)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t2, 1, 1)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t13, 3, 0)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t6, 1, 5)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t19, 3, 6)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t5, 1, 4)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t20, 3, 7)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t4, 1, 3)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t21, 3, 8)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t3, 1, 2)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t22, 3, 9)
- Me.TableLayoutPanel8.Controls.Add(Label36, 2, 0)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t23, 3, 10)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t12, 1, 11)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t24, 3, 11)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t11, 1, 10)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t10, 1, 9)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t9, 1, 8)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t8, 1, 7)
- Me.TableLayoutPanel8.Controls.Add(Me.tb_t7, 1, 6)
- Me.TableLayoutPanel8.Controls.Add(Label37, 0, 6)
- Me.TableLayoutPanel8.Controls.Add(Label38, 0, 7)
- Me.TableLayoutPanel8.Controls.Add(Label92, 0, 8)
- Me.TableLayoutPanel8.Controls.Add(Label93, 0, 9)
- Me.TableLayoutPanel8.Controls.Add(Label94, 0, 10)
- Me.TableLayoutPanel8.Controls.Add(Label95, 0, 11)
- Me.TableLayoutPanel8.Controls.Add(Label96, 2, 6)
- Me.TableLayoutPanel8.Controls.Add(Label97, 2, 7)
- Me.TableLayoutPanel8.Controls.Add(Label98, 2, 8)
- Me.TableLayoutPanel8.Controls.Add(Label99, 2, 9)
- Me.TableLayoutPanel8.Controls.Add(Label100, 2, 10)
- Me.TableLayoutPanel8.Controls.Add(Label101, 2, 11)
- Me.TableLayoutPanel8.Location = New System.Drawing.Point(82, 38)
- Me.TableLayoutPanel8.Name = "TableLayoutPanel8"
- Me.TableLayoutPanel8.RowCount = 12
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel8.Size = New System.Drawing.Size(311, 337)
- Me.TableLayoutPanel8.TabIndex = 125
- '
'Label25
'
Label25.AutoSize = True
@@ -1747,231 +1121,6 @@ Partial Class Frm_V20091231_Weather
Label101.TabIndex = 52
Label101.Text = "24시"
'
- 'BindingNavigator4
- '
- Me.BindingNavigator4.AddNewItem = Nothing
- Me.BindingNavigator4.CountItem = Nothing
- Me.BindingNavigator4.DeleteItem = Nothing
- Me.BindingNavigator4.Dock = System.Windows.Forms.DockStyle.Bottom
- Me.BindingNavigator4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton25, Me.ToolStripButton26, Me.ToolStripButton27, Me.ToolStripButton28, Me.ToolStripSeparator11, Me.ToolStripButton29, Me.ToolStripButton30})
- Me.BindingNavigator4.Location = New System.Drawing.Point(0, 482)
- Me.BindingNavigator4.MoveFirstItem = Me.ToolStripButton25
- Me.BindingNavigator4.MoveLastItem = Me.ToolStripButton28
- Me.BindingNavigator4.MoveNextItem = Me.ToolStripButton27
- Me.BindingNavigator4.MovePreviousItem = Me.ToolStripButton26
- Me.BindingNavigator4.Name = "BindingNavigator4"
- Me.BindingNavigator4.PositionItem = Nothing
- Me.BindingNavigator4.Size = New System.Drawing.Size(735, 25)
- Me.BindingNavigator4.TabIndex = 26
- Me.BindingNavigator4.Text = "BindingNavigator4"
- '
- 'ToolStripButton25
- '
- Me.ToolStripButton25.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton25.Image = CType(resources.GetObject("ToolStripButton25.Image"), System.Drawing.Image)
- Me.ToolStripButton25.Name = "ToolStripButton25"
- Me.ToolStripButton25.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton25.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton25.Text = "처음으로 이동"
- '
- 'ToolStripButton26
- '
- Me.ToolStripButton26.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton26.Image = CType(resources.GetObject("ToolStripButton26.Image"), System.Drawing.Image)
- Me.ToolStripButton26.Name = "ToolStripButton26"
- Me.ToolStripButton26.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton26.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton26.Text = "이전으로 이동"
- '
- 'ToolStripButton27
- '
- Me.ToolStripButton27.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton27.Image = CType(resources.GetObject("ToolStripButton27.Image"), System.Drawing.Image)
- Me.ToolStripButton27.Name = "ToolStripButton27"
- Me.ToolStripButton27.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton27.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton27.Text = "다음으로 이동"
- '
- 'ToolStripButton28
- '
- Me.ToolStripButton28.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.ToolStripButton28.Image = CType(resources.GetObject("ToolStripButton28.Image"), System.Drawing.Image)
- Me.ToolStripButton28.Name = "ToolStripButton28"
- Me.ToolStripButton28.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton28.Size = New System.Drawing.Size(23, 22)
- Me.ToolStripButton28.Text = "마지막으로 이동"
- '
- 'ToolStripSeparator11
- '
- Me.ToolStripSeparator11.Name = "ToolStripSeparator11"
- Me.ToolStripSeparator11.Size = New System.Drawing.Size(6, 25)
- '
- 'ToolStripButton29
- '
- Me.ToolStripButton29.Image = CType(resources.GetObject("ToolStripButton29.Image"), System.Drawing.Image)
- Me.ToolStripButton29.Name = "ToolStripButton29"
- Me.ToolStripButton29.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton29.Size = New System.Drawing.Size(67, 22)
- Me.ToolStripButton29.Text = "추가(&A)"
- '
- 'ToolStripButton30
- '
- Me.ToolStripButton30.Image = CType(resources.GetObject("ToolStripButton30.Image"), System.Drawing.Image)
- Me.ToolStripButton30.Name = "ToolStripButton30"
- Me.ToolStripButton30.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton30.Size = New System.Drawing.Size(68, 22)
- Me.ToolStripButton30.Text = "삭제(&D)"
- '
- 'TabPage10
- '
- Me.TabPage10.Controls.Add(Me.TableLayoutPanel6)
- Me.TabPage10.Location = New System.Drawing.Point(4, 22)
- Me.TabPage10.Name = "TabPage10"
- Me.TabPage10.Size = New System.Drawing.Size(935, 507)
- Me.TabPage10.TabIndex = 3
- Me.TabPage10.Text = "평균습도"
- Me.TabPage10.UseVisualStyleBackColor = True
- '
- 'TableLayoutPanel6
- '
- Me.TableLayoutPanel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TableLayoutPanel6.ColumnCount = 2
- Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
- Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
- Me.TableLayoutPanel6.Controls.Add(Me.Arindv4, 0, 0)
- Me.TableLayoutPanel6.Controls.Add(Me.Panel8, 1, 0)
- Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TableLayoutPanel6.Location = New System.Drawing.Point(0, 0)
- Me.TableLayoutPanel6.Name = "TableLayoutPanel6"
- Me.TableLayoutPanel6.RowCount = 1
- Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
- Me.TableLayoutPanel6.Size = New System.Drawing.Size(935, 507)
- Me.TableLayoutPanel6.TabIndex = 1
- '
- 'Arindv4
- '
- Me.Arindv4.A_DelCurrentCell = True
- Me.Arindv4.A_EnterToTab = True
- Me.Arindv4.AllowUserToAddRows = False
- Me.Arindv4.AllowUserToResizeRows = False
- Me.Arindv4.AutoGenerateColumns = False
- Me.Arindv4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
- Me.Arindv4.ColumnHeadersHeight = 30
- Me.Arindv4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
- Me.Arindv4.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn10})
- Me.Arindv4.DataSource = Me.bsw_supdo
- Me.Arindv4.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Arindv4.Location = New System.Drawing.Point(0, 0)
- Me.Arindv4.Margin = New System.Windows.Forms.Padding(0)
- Me.Arindv4.Name = "Arindv4"
- Me.Arindv4.RowHeadersVisible = False
- Me.Arindv4.RowTemplate.Height = 23
- Me.Arindv4.Size = New System.Drawing.Size(200, 507)
- Me.Arindv4.TabIndex = 4
- '
- '설명DataGridViewTextBoxColumn2
- '
- Me.설명DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
- Me.설명DataGridViewTextBoxColumn2.DataPropertyName = "설명"
- Me.설명DataGridViewTextBoxColumn2.HeaderText = "설명"
- Me.설명DataGridViewTextBoxColumn2.Name = "설명DataGridViewTextBoxColumn2"
- '
- 'DataGridViewTextBoxColumn10
- '
- Me.DataGridViewTextBoxColumn10.DataPropertyName = "code"
- Me.DataGridViewTextBoxColumn10.HeaderText = "code"
- Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
- Me.DataGridViewTextBoxColumn10.Width = 62
- '
- 'Panel8
- '
- Me.Panel8.AutoScroll = True
- Me.Panel8.BackColor = System.Drawing.Color.White
- Me.Panel8.Controls.Add(Me.TableLayoutPanel9)
- Me.Panel8.Controls.Add(Me.BindingNavigator5)
- Me.Panel8.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Panel8.Location = New System.Drawing.Point(200, 0)
- Me.Panel8.Margin = New System.Windows.Forms.Padding(0)
- Me.Panel8.Name = "Panel8"
- Me.Panel8.Size = New System.Drawing.Size(735, 507)
- Me.Panel8.TabIndex = 0
- '
- 'TableLayoutPanel9
- '
- Me.TableLayoutPanel9.AutoSize = True
- Me.TableLayoutPanel9.BackColor = System.Drawing.SystemColors.ButtonFace
- Me.TableLayoutPanel9.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
- Me.TableLayoutPanel9.ColumnCount = 4
- Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s24, 3, 11)
- Me.TableLayoutPanel9.Controls.Add(Label40, 0, 1)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_S12, 1, 11)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s23, 3, 10)
- Me.TableLayoutPanel9.Controls.Add(Label41, 0, 2)
- Me.TableLayoutPanel9.Controls.Add(Label42, 0, 3)
- Me.TableLayoutPanel9.Controls.Add(Label43, 0, 4)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s22, 3, 9)
- Me.TableLayoutPanel9.Controls.Add(Label44, 0, 5)
- Me.TableLayoutPanel9.Controls.Add(Label45, 0, 0)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s11, 1, 10)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s21, 3, 8)
- Me.TableLayoutPanel9.Controls.Add(Label46, 2, 1)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s1, 1, 0)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s20, 3, 7)
- Me.TableLayoutPanel9.Controls.Add(Label47, 2, 2)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s10, 1, 9)
- Me.TableLayoutPanel9.Controls.Add(Label48, 2, 3)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s19, 3, 6)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s3, 1, 2)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s18, 3, 5)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s9, 1, 8)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s2, 1, 1)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s17, 3, 4)
- Me.TableLayoutPanel9.Controls.Add(Label49, 2, 4)
- Me.TableLayoutPanel9.Controls.Add(Label50, 2, 5)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s16, 3, 3)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s8, 1, 7)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s15, 3, 2)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s14, 3, 1)
- Me.TableLayoutPanel9.Controls.Add(Label51, 2, 0)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s4, 1, 3)
- Me.TableLayoutPanel9.Controls.Add(Label52, 0, 6)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s13, 3, 0)
- Me.TableLayoutPanel9.Controls.Add(Label53, 0, 7)
- Me.TableLayoutPanel9.Controls.Add(Label54, 0, 8)
- Me.TableLayoutPanel9.Controls.Add(Label55, 0, 9)
- Me.TableLayoutPanel9.Controls.Add(Label56, 0, 10)
- Me.TableLayoutPanel9.Controls.Add(Label57, 0, 11)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s7, 1, 6)
- Me.TableLayoutPanel9.Controls.Add(Label58, 2, 6)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s5, 1, 4)
- Me.TableLayoutPanel9.Controls.Add(Me.tb_s6, 1, 5)
- Me.TableLayoutPanel9.Controls.Add(Label59, 2, 7)
- Me.TableLayoutPanel9.Controls.Add(Label60, 2, 8)
- Me.TableLayoutPanel9.Controls.Add(Label61, 2, 9)
- Me.TableLayoutPanel9.Controls.Add(Label62, 2, 10)
- Me.TableLayoutPanel9.Controls.Add(Label63, 2, 11)
- Me.TableLayoutPanel9.Location = New System.Drawing.Point(82, 38)
- Me.TableLayoutPanel9.Name = "TableLayoutPanel9"
- Me.TableLayoutPanel9.RowCount = 12
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel9.Size = New System.Drawing.Size(301, 337)
- Me.TableLayoutPanel9.TabIndex = 127
- '
'Label40
'
Label40.AutoSize = True
@@ -2212,6 +1361,2242 @@ Partial Class Frm_V20091231_Weather
Label63.TabIndex = 52
Label63.Text = "24시"
'
+ 'Label1
+ '
+ Label1.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label1.AutoSize = True
+ Label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label1.Location = New System.Drawing.Point(179, 148)
+ Label1.Name = "Label1"
+ Label1.Size = New System.Drawing.Size(32, 12)
+ Label1.TabIndex = 30
+ Label1.Text = "12월"
+ '
+ 'Label2
+ '
+ Label2.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label2.AutoSize = True
+ Label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label2.Location = New System.Drawing.Point(179, 120)
+ Label2.Name = "Label2"
+ Label2.Size = New System.Drawing.Size(32, 12)
+ Label2.TabIndex = 28
+ Label2.Text = "11월"
+ '
+ 'Label3
+ '
+ Label3.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label3.AutoSize = True
+ Label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label3.Location = New System.Drawing.Point(179, 92)
+ Label3.Name = "Label3"
+ Label3.Size = New System.Drawing.Size(32, 12)
+ Label3.TabIndex = 26
+ Label3.Text = "10월"
+ '
+ 'Label4
+ '
+ Label4.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label4.AutoSize = True
+ Label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label4.Location = New System.Drawing.Point(179, 64)
+ Label4.Name = "Label4"
+ Label4.Size = New System.Drawing.Size(32, 12)
+ Label4.TabIndex = 24
+ Label4.Text = "09월"
+ '
+ 'Label5
+ '
+ Label5.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label5.AutoSize = True
+ Label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label5.Location = New System.Drawing.Point(4, 148)
+ Label5.Name = "Label5"
+ Label5.Size = New System.Drawing.Size(32, 12)
+ Label5.TabIndex = 18
+ Label5.Text = "06월"
+ '
+ 'Label6
+ '
+ Label6.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label6.AutoSize = True
+ Label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label6.Location = New System.Drawing.Point(179, 36)
+ Label6.Name = "Label6"
+ Label6.Size = New System.Drawing.Size(32, 12)
+ Label6.TabIndex = 22
+ Label6.Text = "08월"
+ '
+ 'Label7
+ '
+ Label7.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label7.AutoSize = True
+ Label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label7.Location = New System.Drawing.Point(4, 120)
+ Label7.Name = "Label7"
+ Label7.Size = New System.Drawing.Size(32, 12)
+ Label7.TabIndex = 16
+ Label7.Text = "05월"
+ '
+ 'Label8
+ '
+ Label8.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label8.AutoSize = True
+ Label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label8.Location = New System.Drawing.Point(179, 8)
+ Label8.Name = "Label8"
+ Label8.Size = New System.Drawing.Size(32, 12)
+ Label8.TabIndex = 20
+ Label8.Text = "07월"
+ '
+ 'Label9
+ '
+ Label9.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label9.AutoSize = True
+ Label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label9.Location = New System.Drawing.Point(4, 92)
+ Label9.Name = "Label9"
+ Label9.Size = New System.Drawing.Size(32, 12)
+ Label9.TabIndex = 14
+ Label9.Text = "04월"
+ '
+ 'Label10
+ '
+ Label10.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label10.AutoSize = True
+ Label10.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label10.Location = New System.Drawing.Point(4, 8)
+ Label10.Name = "Label10"
+ Label10.Size = New System.Drawing.Size(32, 12)
+ Label10.TabIndex = 8
+ Label10.Text = "01월"
+ '
+ 'Label11
+ '
+ Label11.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label11.AutoSize = True
+ Label11.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label11.Location = New System.Drawing.Point(4, 64)
+ Label11.Name = "Label11"
+ Label11.Size = New System.Drawing.Size(32, 12)
+ Label11.TabIndex = 12
+ Label11.Text = "03월"
+ '
+ 'Label12
+ '
+ Label12.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label12.AutoSize = True
+ Label12.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label12.Location = New System.Drawing.Point(4, 36)
+ Label12.Name = "Label12"
+ Label12.Size = New System.Drawing.Size(32, 12)
+ Label12.TabIndex = 10
+ Label12.Text = "02월"
+ '
+ 'Label16
+ '
+ Label16.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label16.AutoSize = True
+ Label16.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label16.Location = New System.Drawing.Point(217, 148)
+ Label16.Name = "Label16"
+ Label16.Size = New System.Drawing.Size(75, 12)
+ Label16.TabIndex = 30
+ Label16.Text = "풍속(12월):"
+ '
+ 'Label17
+ '
+ Label17.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label17.AutoSize = True
+ Label17.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label17.Location = New System.Drawing.Point(217, 120)
+ Label17.Name = "Label17"
+ Label17.Size = New System.Drawing.Size(75, 12)
+ Label17.TabIndex = 28
+ Label17.Text = "풍속(11월):"
+ '
+ 'Label18
+ '
+ Label18.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label18.AutoSize = True
+ Label18.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label18.Location = New System.Drawing.Point(217, 92)
+ Label18.Name = "Label18"
+ Label18.Size = New System.Drawing.Size(75, 12)
+ Label18.TabIndex = 26
+ Label18.Text = "풍속(10월):"
+ '
+ 'Label19
+ '
+ Label19.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label19.AutoSize = True
+ Label19.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label19.Location = New System.Drawing.Point(221, 64)
+ Label19.Name = "Label19"
+ Label19.Size = New System.Drawing.Size(68, 12)
+ Label19.TabIndex = 24
+ Label19.Text = "풍속(9월):"
+ '
+ 'Label20
+ '
+ Label20.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label20.AutoSize = True
+ Label20.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label20.Location = New System.Drawing.Point(18, 148)
+ Label20.Name = "Label20"
+ Label20.Size = New System.Drawing.Size(68, 12)
+ Label20.TabIndex = 18
+ Label20.Text = "풍속(6월):"
+ '
+ 'Label21
+ '
+ Label21.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label21.AutoSize = True
+ Label21.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label21.Location = New System.Drawing.Point(221, 36)
+ Label21.Name = "Label21"
+ Label21.Size = New System.Drawing.Size(68, 12)
+ Label21.TabIndex = 22
+ Label21.Text = "풍속(8월):"
+ '
+ 'Label22
+ '
+ Label22.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label22.AutoSize = True
+ Label22.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label22.Location = New System.Drawing.Point(18, 120)
+ Label22.Name = "Label22"
+ Label22.Size = New System.Drawing.Size(68, 12)
+ Label22.TabIndex = 16
+ Label22.Text = "풍속(5월):"
+ '
+ 'Label23
+ '
+ Label23.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label23.AutoSize = True
+ Label23.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label23.Location = New System.Drawing.Point(221, 8)
+ Label23.Name = "Label23"
+ Label23.Size = New System.Drawing.Size(68, 12)
+ Label23.TabIndex = 20
+ Label23.Text = "풍속(7월):"
+ '
+ 'Label24
+ '
+ Label24.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label24.AutoSize = True
+ Label24.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label24.Location = New System.Drawing.Point(18, 92)
+ Label24.Name = "Label24"
+ Label24.Size = New System.Drawing.Size(68, 12)
+ Label24.TabIndex = 14
+ Label24.Text = "풍속(4월):"
+ '
+ 'Label65
+ '
+ Label65.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label65.AutoSize = True
+ Label65.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label65.Location = New System.Drawing.Point(18, 8)
+ Label65.Name = "Label65"
+ Label65.Size = New System.Drawing.Size(68, 12)
+ Label65.TabIndex = 8
+ Label65.Text = "풍속(1월):"
+ '
+ 'Label66
+ '
+ Label66.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label66.AutoSize = True
+ Label66.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label66.Location = New System.Drawing.Point(18, 64)
+ Label66.Name = "Label66"
+ Label66.Size = New System.Drawing.Size(68, 12)
+ Label66.TabIndex = 12
+ Label66.Text = "풍속(3월):"
+ '
+ 'Label67
+ '
+ Label67.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label67.AutoSize = True
+ Label67.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label67.Location = New System.Drawing.Point(18, 36)
+ Label67.Name = "Label67"
+ Label67.Size = New System.Drawing.Size(68, 12)
+ Label67.TabIndex = 10
+ Label67.Text = "풍속(2월):"
+ '
+ 'Label69
+ '
+ Label69.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label69.AutoSize = True
+ Label69.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label69.Location = New System.Drawing.Point(229, 148)
+ Label69.Name = "Label69"
+ Label69.Size = New System.Drawing.Size(114, 12)
+ Label69.TabIndex = 30
+ Label69.Text = "하천수온도(12월):"
+ '
+ 'Label70
+ '
+ Label70.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label70.AutoSize = True
+ Label70.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label70.Location = New System.Drawing.Point(229, 120)
+ Label70.Name = "Label70"
+ Label70.Size = New System.Drawing.Size(114, 12)
+ Label70.TabIndex = 28
+ Label70.Text = "하천수온도(11월):"
+ '
+ 'Label71
+ '
+ Label71.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label71.AutoSize = True
+ Label71.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label71.Location = New System.Drawing.Point(229, 92)
+ Label71.Name = "Label71"
+ Label71.Size = New System.Drawing.Size(114, 12)
+ Label71.TabIndex = 26
+ Label71.Text = "하천수온도(10월):"
+ '
+ 'Label72
+ '
+ Label72.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label72.AutoSize = True
+ Label72.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label72.Location = New System.Drawing.Point(233, 64)
+ Label72.Name = "Label72"
+ Label72.Size = New System.Drawing.Size(107, 12)
+ Label72.TabIndex = 24
+ Label72.Text = "하천수온도(9월):"
+ '
+ 'Label73
+ '
+ Label73.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label73.AutoSize = True
+ Label73.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label73.Location = New System.Drawing.Point(9, 148)
+ Label73.Name = "Label73"
+ Label73.Size = New System.Drawing.Size(107, 12)
+ Label73.TabIndex = 18
+ Label73.Text = "하천수온도(6월):"
+ '
+ 'Label74
+ '
+ Label74.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label74.AutoSize = True
+ Label74.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label74.Location = New System.Drawing.Point(233, 36)
+ Label74.Name = "Label74"
+ Label74.Size = New System.Drawing.Size(107, 12)
+ Label74.TabIndex = 22
+ Label74.Text = "하천수온도(8월):"
+ '
+ 'Label75
+ '
+ Label75.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label75.AutoSize = True
+ Label75.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label75.Location = New System.Drawing.Point(9, 120)
+ Label75.Name = "Label75"
+ Label75.Size = New System.Drawing.Size(107, 12)
+ Label75.TabIndex = 16
+ Label75.Text = "하천수온도(5월):"
+ '
+ 'Label76
+ '
+ Label76.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label76.AutoSize = True
+ Label76.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label76.Location = New System.Drawing.Point(233, 8)
+ Label76.Name = "Label76"
+ Label76.Size = New System.Drawing.Size(107, 12)
+ Label76.TabIndex = 20
+ Label76.Text = "하천수온도(7월):"
+ '
+ 'Label102
+ '
+ Label102.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label102.AutoSize = True
+ Label102.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label102.Location = New System.Drawing.Point(9, 92)
+ Label102.Name = "Label102"
+ Label102.Size = New System.Drawing.Size(107, 12)
+ Label102.TabIndex = 14
+ Label102.Text = "하천수온도(4월):"
+ '
+ 'Label103
+ '
+ Label103.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label103.AutoSize = True
+ Label103.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label103.Location = New System.Drawing.Point(9, 8)
+ Label103.Name = "Label103"
+ Label103.Size = New System.Drawing.Size(107, 12)
+ Label103.TabIndex = 8
+ Label103.Text = "하천수온도(1월):"
+ '
+ 'Label104
+ '
+ Label104.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label104.AutoSize = True
+ Label104.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label104.Location = New System.Drawing.Point(9, 64)
+ Label104.Name = "Label104"
+ Label104.Size = New System.Drawing.Size(107, 12)
+ Label104.TabIndex = 12
+ Label104.Text = "하천수온도(3월):"
+ '
+ 'Label105
+ '
+ Label105.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label105.AutoSize = True
+ Label105.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label105.Location = New System.Drawing.Point(9, 36)
+ Label105.Name = "Label105"
+ Label105.Size = New System.Drawing.Size(107, 12)
+ Label105.TabIndex = 10
+ Label105.Text = "하천수온도(2월):"
+ '
+ 'Label107
+ '
+ Label107.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label107.AutoSize = True
+ Label107.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label107.Location = New System.Drawing.Point(220, 148)
+ Label107.Name = "Label107"
+ Label107.Size = New System.Drawing.Size(101, 12)
+ Label107.TabIndex = 30
+ Label107.Text = "광역원수(12월):"
+ '
+ 'Label108
+ '
+ Label108.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label108.AutoSize = True
+ Label108.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label108.Location = New System.Drawing.Point(220, 120)
+ Label108.Name = "Label108"
+ Label108.Size = New System.Drawing.Size(101, 12)
+ Label108.TabIndex = 28
+ Label108.Text = "광역원수(11월):"
+ '
+ 'Label109
+ '
+ Label109.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label109.AutoSize = True
+ Label109.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label109.Location = New System.Drawing.Point(220, 92)
+ Label109.Name = "Label109"
+ Label109.Size = New System.Drawing.Size(101, 12)
+ Label109.TabIndex = 26
+ Label109.Text = "광역원수(10월):"
+ '
+ 'Label110
+ '
+ Label110.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label110.AutoSize = True
+ Label110.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label110.Location = New System.Drawing.Point(223, 64)
+ Label110.Name = "Label110"
+ Label110.Size = New System.Drawing.Size(94, 12)
+ Label110.TabIndex = 24
+ Label110.Text = "광역원수(9월):"
+ '
+ 'Label111
+ '
+ Label111.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label111.AutoSize = True
+ Label111.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label111.Location = New System.Drawing.Point(5, 148)
+ Label111.Name = "Label111"
+ Label111.Size = New System.Drawing.Size(94, 12)
+ Label111.TabIndex = 18
+ Label111.Text = "광역원수(6월):"
+ '
+ 'Label112
+ '
+ Label112.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label112.AutoSize = True
+ Label112.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label112.Location = New System.Drawing.Point(223, 36)
+ Label112.Name = "Label112"
+ Label112.Size = New System.Drawing.Size(94, 12)
+ Label112.TabIndex = 22
+ Label112.Text = "광역원수(8월):"
+ '
+ 'Label113
+ '
+ Label113.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label113.AutoSize = True
+ Label113.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label113.Location = New System.Drawing.Point(5, 120)
+ Label113.Name = "Label113"
+ Label113.Size = New System.Drawing.Size(94, 12)
+ Label113.TabIndex = 16
+ Label113.Text = "광역원수(5월):"
+ '
+ 'Label114
+ '
+ Label114.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label114.AutoSize = True
+ Label114.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label114.Location = New System.Drawing.Point(223, 8)
+ Label114.Name = "Label114"
+ Label114.Size = New System.Drawing.Size(94, 12)
+ Label114.TabIndex = 20
+ Label114.Text = "광역원수(7월):"
+ '
+ 'Label115
+ '
+ Label115.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label115.AutoSize = True
+ Label115.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label115.Location = New System.Drawing.Point(5, 92)
+ Label115.Name = "Label115"
+ Label115.Size = New System.Drawing.Size(94, 12)
+ Label115.TabIndex = 14
+ Label115.Text = "광역원수(4월):"
+ '
+ 'Label116
+ '
+ Label116.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label116.AutoSize = True
+ Label116.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label116.Location = New System.Drawing.Point(5, 8)
+ Label116.Name = "Label116"
+ Label116.Size = New System.Drawing.Size(94, 12)
+ Label116.TabIndex = 8
+ Label116.Text = "광역원수(1월):"
+ '
+ 'Label117
+ '
+ Label117.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label117.AutoSize = True
+ Label117.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label117.Location = New System.Drawing.Point(5, 64)
+ Label117.Name = "Label117"
+ Label117.Size = New System.Drawing.Size(94, 12)
+ Label117.TabIndex = 12
+ Label117.Text = "광역원수(3월):"
+ '
+ 'Label118
+ '
+ Label118.Anchor = System.Windows.Forms.AnchorStyles.None
+ Label118.AutoSize = True
+ Label118.ForeColor = System.Drawing.SystemColors.ControlDarkDark
+ Label118.Location = New System.Drawing.Point(5, 36)
+ Label118.Name = "Label118"
+ Label118.Size = New System.Drawing.Size(94, 12)
+ Label118.TabIndex = 10
+ Label118.Text = "광역원수(2월):"
+ '
+ 'bs
+ '
+ Me.bs.DataMember = "tbl_weather"
+ Me.bs.DataSource = Me.DS1
+ Me.bs.Filter = "code <> '0'"
+ Me.bs.Sort = ""
+ '
+ 'DS1
+ '
+ Me.DS1.DataSetName = "DS"
+ Me.DS1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
+ '
+ 'bsw_ilsa
+ '
+ Me.bsw_ilsa.DataMember = "weather_ilsa"
+ Me.bsw_ilsa.DataSource = Me.DS1
+ '
+ 'bsw_temp
+ '
+ Me.bsw_temp.DataMember = "weather_temp"
+ Me.bsw_temp.DataSource = Me.DS1
+ '
+ 'bsw_supdo
+ '
+ Me.bsw_supdo.DataMember = "weather_supdo"
+ Me.bsw_supdo.DataSource = Me.DS1
+ '
+ 'bsw_cha
+ '
+ Me.bsw_cha.DataMember = "weather_cha"
+ Me.bsw_cha.DataSource = Me.DS1
+ '
+ 'bsWGDep3
+ '
+ Me.bsWGDep3.DataMember = "weather_group"
+ Me.bsWGDep3.DataSource = Me.DS1
+ Me.bsWGDep3.Filter = "code ='test'"
+ Me.bsWGDep3.Sort = ""
+ '
+ 'bsWGDep2
+ '
+ Me.bsWGDep2.DataMember = "weather_group"
+ Me.bsWGDep2.DataSource = Me.DS1
+ Me.bsWGDep2.Filter = "code ='test'"
+ Me.bsWGDep2.Sort = ""
+ '
+ 'bsWGDep1
+ '
+ Me.bsWGDep1.DataMember = "weather_group"
+ Me.bsWGDep1.DataSource = Me.DS1
+ Me.bsWGDep1.Filter = "code <> '0' and code like '%0000'"
+ Me.bsWGDep1.Sort = ""
+ '
+ 'DataGridViewTextBoxColumn2
+ '
+ Me.DataGridViewTextBoxColumn2.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn2.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
+ Me.DataGridViewTextBoxColumn2.Width = 58
+ '
+ 'DataGridViewTextBoxColumn3
+ '
+ Me.DataGridViewTextBoxColumn3.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn3.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
+ Me.DataGridViewTextBoxColumn3.Width = 58
+ '
+ 'DataGridViewTextBoxColumn4
+ '
+ Me.DataGridViewTextBoxColumn4.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn4.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
+ Me.DataGridViewTextBoxColumn4.Width = 58
+ '
+ 'DataGridViewTextBoxColumn5
+ '
+ Me.DataGridViewTextBoxColumn5.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn5.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
+ Me.DataGridViewTextBoxColumn5.Width = 58
+ '
+ 'DataGridViewTextBoxColumn6
+ '
+ Me.DataGridViewTextBoxColumn6.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn6.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
+ Me.DataGridViewTextBoxColumn6.Width = 58
+ '
+ 'DataGridViewTextBoxColumn7
+ '
+ Me.DataGridViewTextBoxColumn7.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn7.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
+ Me.DataGridViewTextBoxColumn7.Width = 58
+ '
+ 'DataGridViewTextBoxColumn8
+ '
+ Me.DataGridViewTextBoxColumn8.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn8.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
+ Me.DataGridViewTextBoxColumn8.Width = 58
+ '
+ 'bsw_wind
+ '
+ Me.bsw_wind.DataMember = "weather_wind"
+ Me.bsw_wind.DataSource = Me.DS1
+ '
+ 'bsw_river
+ '
+ Me.bsw_river.DataMember = "weather_river"
+ Me.bsw_river.DataSource = Me.DS1
+ '
+ 'bsw_water
+ '
+ Me.bsw_water.DataMember = "weather_water"
+ Me.bsw_water.DataSource = Me.DS1
+ '
+ 'TabControl3
+ '
+ Me.TabControl3.Controls.Add(Me.TabPage1)
+ Me.TabControl3.Controls.Add(Me.TabPage8)
+ Me.TabControl3.Controls.Add(Me.TabPage9)
+ 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.Controls.Add(Me.TabPage5)
+ Me.TabControl3.Controls.Add(Me.TabPage6)
+ Me.TabControl3.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TabControl3.Location = New System.Drawing.Point(193, 0)
+ Me.TabControl3.Name = "TabControl3"
+ Me.TabControl3.SelectedIndex = 0
+ Me.TabControl3.Size = New System.Drawing.Size(943, 533)
+ Me.TabControl3.TabIndex = 81
+ '
+ 'TabPage1
+ '
+ Me.TabPage1.Controls.Add(Me.Button3)
+ Me.TabPage1.Controls.Add(Me.Button2)
+ Me.TabPage1.Controls.Add(Me.GroupBox2)
+ Me.TabPage1.Controls.Add(Me.GroupBox1)
+ Me.TabPage1.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage1.Name = "TabPage1"
+ Me.TabPage1.Size = New System.Drawing.Size(935, 507)
+ Me.TabPage1.TabIndex = 4
+ Me.TabPage1.Text = "외기온도"
+ Me.TabPage1.UseVisualStyleBackColor = True
+ '
+ 'Button3
+ '
+ Me.Button3.Location = New System.Drawing.Point(305, 414)
+ Me.Button3.Name = "Button3"
+ Me.Button3.Size = New System.Drawing.Size(135, 52)
+ Me.Button3.TabIndex = 128
+ Me.Button3.Text = "Excel Import"
+ Me.Button3.UseVisualStyleBackColor = True
+ '
+ 'Button2
+ '
+ Me.Button2.ForeColor = System.Drawing.Color.Red
+ Me.Button2.Location = New System.Drawing.Point(446, 414)
+ Me.Button2.Name = "Button2"
+ Me.Button2.Size = New System.Drawing.Size(135, 52)
+ Me.Button2.TabIndex = 127
+ Me.Button2.Text = "SAVE"
+ Me.Button2.UseVisualStyleBackColor = True
+ '
+ 'GroupBox2
+ '
+ Me.GroupBox2.Controls.Add(Me.Panel3)
+ Me.GroupBox2.Location = New System.Drawing.Point(89, 141)
+ Me.GroupBox2.Name = "GroupBox2"
+ Me.GroupBox2.Size = New System.Drawing.Size(492, 207)
+ Me.GroupBox2.TabIndex = 126
+ Me.GroupBox2.TabStop = False
+ '
+ 'Panel3
+ '
+ Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
+ Me.Panel3.Controls.Add(Me.TableLayoutPanel7)
+ Me.Panel3.Controls.Add(Me.Label88)
+ Me.Panel3.Location = New System.Drawing.Point(2, 9)
+ Me.Panel3.Name = "Panel3"
+ Me.Panel3.Size = New System.Drawing.Size(500, 195)
+ Me.Panel3.TabIndex = 123
+ '
+ 'TableLayoutPanel7
+ '
+ Me.TableLayoutPanel7.AutoSize = True
+ Me.TableLayoutPanel7.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(252, Byte), Integer))
+ Me.TableLayoutPanel7.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
+ Me.TableLayoutPanel7.ColumnCount = 4
+ 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, 136.0!))
+ Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120.0!))
+ Me.TableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 163.0!))
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w12, 3, 5)
+ Me.TableLayoutPanel7.Controls.Add(Label64, 2, 5)
+ Me.TableLayoutPanel7.Controls.Add(Label77, 2, 4)
+ Me.TableLayoutPanel7.Controls.Add(Label78, 2, 3)
+ Me.TableLayoutPanel7.Controls.Add(Label79, 2, 2)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w11, 3, 4)
+ Me.TableLayoutPanel7.Controls.Add(Label80, 0, 5)
+ Me.TableLayoutPanel7.Controls.Add(Label81, 2, 1)
+ Me.TableLayoutPanel7.Controls.Add(Label82, 0, 4)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w10, 3, 3)
+ Me.TableLayoutPanel7.Controls.Add(Label83, 2, 0)
+ Me.TableLayoutPanel7.Controls.Add(Label84, 0, 3)
+ Me.TableLayoutPanel7.Controls.Add(Label85, 0, 0)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w06, 1, 5)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w09, 3, 2)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w05, 1, 4)
+ Me.TableLayoutPanel7.Controls.Add(Label86, 0, 2)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w04, 1, 3)
+ Me.TableLayoutPanel7.Controls.Add(Label87, 0, 1)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w08, 3, 1)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w01, 1, 0)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w03, 1, 2)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w07, 3, 0)
+ Me.TableLayoutPanel7.Controls.Add(Me.tb_w02, 1, 1)
+ Me.TableLayoutPanel7.Location = New System.Drawing.Point(11, 19)
+ Me.TableLayoutPanel7.Name = "TableLayoutPanel7"
+ Me.TableLayoutPanel7.RowCount = 5
+ 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.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(526, 169)
+ Me.TableLayoutPanel7.TabIndex = 122
+ '
+ 'tb_w12
+ '
+ Me.tb_w12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m12", True))
+ Me.tb_w12.Location = New System.Drawing.Point(365, 144)
+ Me.tb_w12.Name = "tb_w12"
+ Me.tb_w12.NectControl = Nothing
+ Me.tb_w12.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w12.TabIndex = 29
+ Me.tb_w12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w11
+ '
+ Me.tb_w11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m11", True))
+ Me.tb_w11.Location = New System.Drawing.Point(365, 116)
+ Me.tb_w11.Name = "tb_w11"
+ Me.tb_w11.NectControl = Nothing
+ Me.tb_w11.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w11.TabIndex = 27
+ Me.tb_w11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w10
+ '
+ Me.tb_w10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m10", True))
+ Me.tb_w10.Location = New System.Drawing.Point(365, 88)
+ Me.tb_w10.Name = "tb_w10"
+ Me.tb_w10.NectControl = Nothing
+ Me.tb_w10.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w10.TabIndex = 25
+ Me.tb_w10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w06
+ '
+ Me.tb_w06.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w06.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m06", True))
+ Me.tb_w06.Location = New System.Drawing.Point(107, 144)
+ Me.tb_w06.Name = "tb_w06"
+ Me.tb_w06.NectControl = Nothing
+ Me.tb_w06.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w06.TabIndex = 17
+ Me.tb_w06.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w06.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w09
+ '
+ Me.tb_w09.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w09.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m09", True))
+ Me.tb_w09.Location = New System.Drawing.Point(365, 60)
+ Me.tb_w09.Name = "tb_w09"
+ Me.tb_w09.NectControl = Nothing
+ Me.tb_w09.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w09.TabIndex = 23
+ Me.tb_w09.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w09.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w05
+ '
+ Me.tb_w05.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w05.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m05", True))
+ Me.tb_w05.Location = New System.Drawing.Point(107, 116)
+ Me.tb_w05.Name = "tb_w05"
+ Me.tb_w05.NectControl = Nothing
+ Me.tb_w05.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w05.TabIndex = 15
+ Me.tb_w05.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w05.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w04
+ '
+ Me.tb_w04.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w04.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m04", True))
+ Me.tb_w04.Location = New System.Drawing.Point(107, 88)
+ Me.tb_w04.Name = "tb_w04"
+ Me.tb_w04.NectControl = Nothing
+ Me.tb_w04.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w04.TabIndex = 13
+ Me.tb_w04.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w04.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w08
+ '
+ Me.tb_w08.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w08.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m08", True))
+ Me.tb_w08.Location = New System.Drawing.Point(365, 32)
+ Me.tb_w08.Name = "tb_w08"
+ Me.tb_w08.NectControl = Nothing
+ Me.tb_w08.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w08.TabIndex = 21
+ Me.tb_w08.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w08.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w01
+ '
+ Me.tb_w01.BackColor = System.Drawing.SystemColors.Window
+ Me.tb_w01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w01.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m01", True))
+ Me.tb_w01.Location = New System.Drawing.Point(107, 4)
+ Me.tb_w01.Name = "tb_w01"
+ Me.tb_w01.NectControl = Nothing
+ Me.tb_w01.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w01.TabIndex = 7
+ Me.tb_w01.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w01.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w03
+ '
+ Me.tb_w03.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w03.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m03", True))
+ Me.tb_w03.Location = New System.Drawing.Point(107, 60)
+ Me.tb_w03.Name = "tb_w03"
+ Me.tb_w03.NectControl = Nothing
+ Me.tb_w03.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w03.TabIndex = 11
+ Me.tb_w03.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w03.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w07
+ '
+ Me.tb_w07.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w07.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m07", True))
+ Me.tb_w07.Location = New System.Drawing.Point(365, 4)
+ Me.tb_w07.Name = "tb_w07"
+ Me.tb_w07.NectControl = Nothing
+ Me.tb_w07.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w07.TabIndex = 19
+ Me.tb_w07.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w07.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_w02
+ '
+ Me.tb_w02.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_w02.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m02", True))
+ Me.tb_w02.Location = New System.Drawing.Point(107, 32)
+ Me.tb_w02.Name = "tb_w02"
+ Me.tb_w02.NectControl = Nothing
+ Me.tb_w02.Size = New System.Drawing.Size(95, 21)
+ Me.tb_w02.TabIndex = 9
+ Me.tb_w02.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_w02.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'Label88
+ '
+ Me.Label88.AutoSize = True
+ Me.Label88.ForeColor = System.Drawing.Color.DarkBlue
+ Me.Label88.Location = New System.Drawing.Point(9, 2)
+ Me.Label88.Name = "Label88"
+ Me.Label88.Size = New System.Drawing.Size(76, 12)
+ Me.Label88.TabIndex = 121
+ Me.Label88.Text = "[온도 입력]"
+ '
+ 'GroupBox1
+ '
+ Me.GroupBox1.Controls.Add(Me.Panel2)
+ Me.GroupBox1.Location = New System.Drawing.Point(89, 54)
+ Me.GroupBox1.Name = "GroupBox1"
+ Me.GroupBox1.Size = New System.Drawing.Size(436, 82)
+ Me.GroupBox1.TabIndex = 125
+ Me.GroupBox1.TabStop = False
+ '
+ 'Panel2
+ '
+ Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(219, Byte), Integer), CType(CType(221, Byte), Integer), CType(CType(223, Byte), Integer))
+ Me.Panel2.Controls.Add(Me.Label89)
+ Me.Panel2.Controls.Add(Label90)
+ Me.Panel2.Controls.Add(Label91)
+ Me.Panel2.Controls.Add(Me.tb_wnan)
+ Me.Panel2.Controls.Add(Me.tb_wnaen)
+ Me.Panel2.Location = New System.Drawing.Point(2, 9)
+ Me.Panel2.Name = "Panel2"
+ Me.Panel2.Size = New System.Drawing.Size(432, 70)
+ Me.Panel2.TabIndex = 121
+ '
+ 'Label89
+ '
+ Me.Label89.AutoSize = True
+ Me.Label89.ForeColor = System.Drawing.Color.Black
+ Me.Label89.Location = New System.Drawing.Point(2, 3)
+ Me.Label89.Name = "Label89"
+ Me.Label89.Size = New System.Drawing.Size(161, 12)
+ Me.Label89.TabIndex = 120
+ Me.Label89.Text = "[외기온도(최대부하관련)]"
+ '
+ 'tb_wnan
+ '
+ Me.tb_wnan.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
+ Me.tb_wnan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_wnan.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "난방기", True))
+ Me.tb_wnan.Location = New System.Drawing.Point(133, 19)
+ Me.tb_wnan.Name = "tb_wnan"
+ Me.tb_wnan.NectControl = Nothing
+ Me.tb_wnan.Size = New System.Drawing.Size(111, 21)
+ Me.tb_wnan.TabIndex = 3
+ Me.tb_wnan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_wnan.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_wnaen
+ '
+ Me.tb_wnaen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_wnaen.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "냉방기", True))
+ Me.tb_wnaen.Location = New System.Drawing.Point(133, 44)
+ Me.tb_wnaen.Name = "tb_wnaen"
+ Me.tb_wnaen.NectControl = Nothing
+ Me.tb_wnaen.Size = New System.Drawing.Size(111, 21)
+ Me.tb_wnaen.TabIndex = 5
+ Me.tb_wnaen.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.tb_wnaen.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'TabPage8
+ '
+ Me.TabPage8.Controls.Add(Me.TableLayoutPanel4)
+ Me.TabPage8.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage8.Margin = New System.Windows.Forms.Padding(0)
+ Me.TabPage8.Name = "TabPage8"
+ Me.TabPage8.Size = New System.Drawing.Size(935, 507)
+ Me.TabPage8.TabIndex = 1
+ Me.TabPage8.Text = "평균일사"
+ Me.TabPage8.UseVisualStyleBackColor = True
+ '
+ 'TableLayoutPanel4
+ '
+ Me.TableLayoutPanel4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
+ Me.TableLayoutPanel4.ColumnCount = 2
+ Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
+ Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
+ Me.TableLayoutPanel4.Controls.Add(Me.Arindv2, 0, 0)
+ Me.TableLayoutPanel4.Controls.Add(Me.Panel4, 1, 0)
+ Me.TableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TableLayoutPanel4.Location = New System.Drawing.Point(0, 0)
+ Me.TableLayoutPanel4.Name = "TableLayoutPanel4"
+ Me.TableLayoutPanel4.RowCount = 1
+ Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
+ Me.TableLayoutPanel4.Size = New System.Drawing.Size(935, 507)
+ Me.TableLayoutPanel4.TabIndex = 0
+ '
+ 'Arindv2
+ '
+ Me.Arindv2.A_DelCurrentCell = True
+ Me.Arindv2.A_EnterToTab = True
+ Me.Arindv2.AllowUserToAddRows = False
+ Me.Arindv2.AllowUserToResizeRows = False
+ Me.Arindv2.AutoGenerateColumns = False
+ Me.Arindv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
+ Me.Arindv2.ColumnHeadersHeight = 30
+ Me.Arindv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
+ Me.Arindv2.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn, Me.code})
+ Me.Arindv2.DataSource = Me.bsw_ilsa
+ Me.Arindv2.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.Arindv2.Location = New System.Drawing.Point(0, 0)
+ Me.Arindv2.Margin = New System.Windows.Forms.Padding(0)
+ Me.Arindv2.MultiSelect = False
+ Me.Arindv2.Name = "Arindv2"
+ Me.Arindv2.RowHeadersVisible = False
+ Me.Arindv2.RowTemplate.Height = 23
+ Me.Arindv2.Size = New System.Drawing.Size(200, 507)
+ Me.Arindv2.TabIndex = 4
+ '
+ '설명DataGridViewTextBoxColumn
+ '
+ Me.설명DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.설명DataGridViewTextBoxColumn.DataPropertyName = "설명"
+ Me.설명DataGridViewTextBoxColumn.HeaderText = "설명"
+ Me.설명DataGridViewTextBoxColumn.Name = "설명DataGridViewTextBoxColumn"
+ '
+ 'code
+ '
+ Me.code.DataPropertyName = "code"
+ Me.code.HeaderText = "code"
+ Me.code.Name = "code"
+ Me.code.Width = 62
+ '
+ 'Panel4
+ '
+ Me.Panel4.AutoScroll = True
+ Me.Panel4.BackColor = System.Drawing.Color.White
+ Me.Panel4.Controls.Add(Label39)
+ Me.Panel4.Controls.Add(Me.TableLayoutPanel34)
+ Me.Panel4.Controls.Add(Me.BindingNavigator1)
+ Me.Panel4.Controls.Add(Me.tb_v0)
+ Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.Panel4.Location = New System.Drawing.Point(200, 0)
+ Me.Panel4.Margin = New System.Windows.Forms.Padding(0)
+ Me.Panel4.Name = "Panel4"
+ Me.Panel4.Size = New System.Drawing.Size(735, 507)
+ Me.Panel4.TabIndex = 5
+ '
+ 'TableLayoutPanel34
+ '
+ Me.TableLayoutPanel34.AutoSize = True
+ Me.TableLayoutPanel34.BackColor = System.Drawing.SystemColors.ButtonFace
+ Me.TableLayoutPanel34.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
+ Me.TableLayoutPanel34.ColumnCount = 2
+ Me.TableLayoutPanel34.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel34.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v1, 1, 0)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v6, 1, 5)
+ Me.TableLayoutPanel34.Controls.Add(Label251, 0, 5)
+ Me.TableLayoutPanel34.Controls.Add(Label253, 0, 4)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v5, 1, 4)
+ Me.TableLayoutPanel34.Controls.Add(Label255, 0, 3)
+ Me.TableLayoutPanel34.Controls.Add(Label256, 0, 0)
+ Me.TableLayoutPanel34.Controls.Add(Label257, 0, 2)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v4, 1, 3)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v2, 1, 1)
+ Me.TableLayoutPanel34.Controls.Add(Label258, 0, 1)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v3, 1, 2)
+ Me.TableLayoutPanel34.Controls.Add(Label254, 0, 6)
+ Me.TableLayoutPanel34.Controls.Add(Label252, 0, 7)
+ Me.TableLayoutPanel34.Controls.Add(Label250, 0, 8)
+ Me.TableLayoutPanel34.Controls.Add(Label249, 0, 9)
+ Me.TableLayoutPanel34.Controls.Add(Label248, 0, 10)
+ Me.TableLayoutPanel34.Controls.Add(Label247, 0, 11)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v7, 1, 6)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v8, 1, 7)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v9, 1, 8)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v10, 1, 9)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v11, 1, 10)
+ Me.TableLayoutPanel34.Controls.Add(Me.tb_v12, 1, 11)
+ Me.TableLayoutPanel34.Location = New System.Drawing.Point(5, 45)
+ Me.TableLayoutPanel34.Name = "TableLayoutPanel34"
+ Me.TableLayoutPanel34.RowCount = 12
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel34.Size = New System.Drawing.Size(448, 337)
+ Me.TableLayoutPanel34.TabIndex = 122
+ '
+ 'tb_v1
+ '
+ Me.tb_v1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m01", True))
+ Me.tb_v1.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v1.Location = New System.Drawing.Point(112, 4)
+ Me.tb_v1.Name = "tb_v1"
+ Me.tb_v1.NectControl = Nothing
+ Me.tb_v1.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v1.TabIndex = 3
+ Me.tb_v1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v6
+ '
+ Me.tb_v6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m06", True))
+ Me.tb_v6.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v6.Location = New System.Drawing.Point(112, 144)
+ Me.tb_v6.Name = "tb_v6"
+ Me.tb_v6.NectControl = Nothing
+ Me.tb_v6.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v6.TabIndex = 13
+ Me.tb_v6.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v5
+ '
+ Me.tb_v5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m05", True))
+ Me.tb_v5.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v5.Location = New System.Drawing.Point(112, 116)
+ Me.tb_v5.Name = "tb_v5"
+ Me.tb_v5.NectControl = Nothing
+ Me.tb_v5.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v5.TabIndex = 11
+ Me.tb_v5.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v4
+ '
+ Me.tb_v4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m04", True))
+ Me.tb_v4.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v4.Location = New System.Drawing.Point(112, 88)
+ Me.tb_v4.Name = "tb_v4"
+ Me.tb_v4.NectControl = Nothing
+ Me.tb_v4.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v4.TabIndex = 9
+ Me.tb_v4.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v2
+ '
+ Me.tb_v2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m02", True))
+ Me.tb_v2.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v2.Location = New System.Drawing.Point(112, 32)
+ Me.tb_v2.Name = "tb_v2"
+ Me.tb_v2.NectControl = Nothing
+ Me.tb_v2.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v2.TabIndex = 5
+ Me.tb_v2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v3
+ '
+ Me.tb_v3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m03", True))
+ Me.tb_v3.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v3.Location = New System.Drawing.Point(112, 60)
+ Me.tb_v3.Name = "tb_v3"
+ Me.tb_v3.NectControl = Nothing
+ Me.tb_v3.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v3.TabIndex = 7
+ Me.tb_v3.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v7
+ '
+ Me.tb_v7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m07", True))
+ Me.tb_v7.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v7.Location = New System.Drawing.Point(112, 172)
+ Me.tb_v7.Name = "tb_v7"
+ Me.tb_v7.NectControl = Nothing
+ Me.tb_v7.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v7.TabIndex = 15
+ Me.tb_v7.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v8
+ '
+ Me.tb_v8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m08", True))
+ Me.tb_v8.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v8.Location = New System.Drawing.Point(112, 200)
+ Me.tb_v8.Name = "tb_v8"
+ Me.tb_v8.NectControl = Nothing
+ Me.tb_v8.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v8.TabIndex = 17
+ Me.tb_v8.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v9
+ '
+ Me.tb_v9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m09", True))
+ Me.tb_v9.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v9.Location = New System.Drawing.Point(112, 228)
+ Me.tb_v9.Name = "tb_v9"
+ Me.tb_v9.NectControl = Nothing
+ Me.tb_v9.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v9.TabIndex = 19
+ Me.tb_v9.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v10
+ '
+ Me.tb_v10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m10", True))
+ Me.tb_v10.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v10.Location = New System.Drawing.Point(112, 256)
+ Me.tb_v10.Name = "tb_v10"
+ Me.tb_v10.NectControl = Nothing
+ Me.tb_v10.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v10.TabIndex = 21
+ Me.tb_v10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v11
+ '
+ Me.tb_v11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m11", True))
+ Me.tb_v11.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v11.Location = New System.Drawing.Point(112, 284)
+ Me.tb_v11.Name = "tb_v11"
+ Me.tb_v11.NectControl = Nothing
+ Me.tb_v11.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v11.TabIndex = 23
+ Me.tb_v11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_v12
+ '
+ Me.tb_v12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m12", True))
+ Me.tb_v12.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.tb_v12.Location = New System.Drawing.Point(112, 312)
+ Me.tb_v12.Name = "tb_v12"
+ Me.tb_v12.NectControl = Nothing
+ Me.tb_v12.Size = New System.Drawing.Size(332, 21)
+ Me.tb_v12.TabIndex = 31
+ Me.tb_v12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'BindingNavigator1
+ '
+ Me.BindingNavigator1.AddNewItem = Nothing
+ Me.BindingNavigator1.CountItem = Nothing
+ Me.BindingNavigator1.DeleteItem = Nothing
+ Me.BindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton9, Me.ToolStripButton10, Me.ToolStripButton11, Me.ToolStripButton12, Me.ToolStripSeparator10, Me.ToolStripButton14, Me.ToolStripButton15})
+ Me.BindingNavigator1.Location = New System.Drawing.Point(0, 482)
+ Me.BindingNavigator1.MoveFirstItem = Me.ToolStripButton9
+ Me.BindingNavigator1.MoveLastItem = Me.ToolStripButton12
+ Me.BindingNavigator1.MoveNextItem = Me.ToolStripButton11
+ Me.BindingNavigator1.MovePreviousItem = Me.ToolStripButton10
+ Me.BindingNavigator1.Name = "BindingNavigator1"
+ Me.BindingNavigator1.PositionItem = Nothing
+ Me.BindingNavigator1.Size = New System.Drawing.Size(735, 25)
+ Me.BindingNavigator1.TabIndex = 26
+ Me.BindingNavigator1.Text = "BindingNavigator1"
+ '
+ 'ToolStripButton9
+ '
+ Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton9.Image = CType(resources.GetObject("ToolStripButton9.Image"), System.Drawing.Image)
+ Me.ToolStripButton9.Name = "ToolStripButton9"
+ Me.ToolStripButton9.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton9.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton9.Text = "처음으로 이동"
+ '
+ 'ToolStripButton10
+ '
+ Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton10.Image = CType(resources.GetObject("ToolStripButton10.Image"), System.Drawing.Image)
+ Me.ToolStripButton10.Name = "ToolStripButton10"
+ Me.ToolStripButton10.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton10.Text = "이전으로 이동"
+ '
+ 'ToolStripButton11
+ '
+ Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image)
+ Me.ToolStripButton11.Name = "ToolStripButton11"
+ Me.ToolStripButton11.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton11.Text = "다음으로 이동"
+ '
+ 'ToolStripButton12
+ '
+ Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image)
+ Me.ToolStripButton12.Name = "ToolStripButton12"
+ Me.ToolStripButton12.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton12.Text = "마지막으로 이동"
+ '
+ 'ToolStripSeparator10
+ '
+ Me.ToolStripSeparator10.Name = "ToolStripSeparator10"
+ Me.ToolStripSeparator10.Size = New System.Drawing.Size(6, 25)
+ '
+ 'ToolStripButton14
+ '
+ Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image)
+ Me.ToolStripButton14.Name = "ToolStripButton14"
+ Me.ToolStripButton14.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton14.Size = New System.Drawing.Size(67, 22)
+ Me.ToolStripButton14.Text = "추가(&A)"
+ '
+ 'ToolStripButton15
+ '
+ Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image)
+ Me.ToolStripButton15.Name = "ToolStripButton15"
+ Me.ToolStripButton15.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton15.Size = New System.Drawing.Size(68, 22)
+ Me.ToolStripButton15.Text = "삭제(&D)"
+ '
+ 'tb_v0
+ '
+ Me.tb_v0.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
+ Me.tb_v0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_v0.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "최대부하", True))
+ Me.tb_v0.Location = New System.Drawing.Point(147, 19)
+ Me.tb_v0.Name = "tb_v0"
+ Me.tb_v0.NectControl = Nothing
+ Me.tb_v0.Size = New System.Drawing.Size(257, 21)
+ Me.tb_v0.TabIndex = 1
+ Me.tb_v0.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'TabPage9
+ '
+ Me.TabPage9.Controls.Add(Me.TableLayoutPanel5)
+ Me.TabPage9.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage9.Name = "TabPage9"
+ Me.TabPage9.Size = New System.Drawing.Size(935, 507)
+ Me.TabPage9.TabIndex = 2
+ Me.TabPage9.Text = "평균온도"
+ Me.TabPage9.UseVisualStyleBackColor = True
+ '
+ 'TableLayoutPanel5
+ '
+ Me.TableLayoutPanel5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
+ Me.TableLayoutPanel5.ColumnCount = 2
+ Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
+ Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
+ Me.TableLayoutPanel5.Controls.Add(Me.Arindv3, 0, 0)
+ Me.TableLayoutPanel5.Controls.Add(Me.Panel7, 1, 0)
+ Me.TableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TableLayoutPanel5.Location = New System.Drawing.Point(0, 0)
+ Me.TableLayoutPanel5.Name = "TableLayoutPanel5"
+ Me.TableLayoutPanel5.RowCount = 1
+ Me.TableLayoutPanel5.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
+ Me.TableLayoutPanel5.Size = New System.Drawing.Size(935, 507)
+ Me.TableLayoutPanel5.TabIndex = 1
+ '
+ 'Arindv3
+ '
+ Me.Arindv3.A_DelCurrentCell = True
+ Me.Arindv3.A_EnterToTab = True
+ Me.Arindv3.AllowUserToAddRows = False
+ Me.Arindv3.AllowUserToResizeRows = False
+ Me.Arindv3.AutoGenerateColumns = False
+ Me.Arindv3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
+ Me.Arindv3.ColumnHeadersHeight = 30
+ Me.Arindv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
+ Me.Arindv3.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn9})
+ Me.Arindv3.DataSource = Me.bsw_temp
+ Me.Arindv3.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.Arindv3.Location = New System.Drawing.Point(0, 0)
+ Me.Arindv3.Margin = New System.Windows.Forms.Padding(0)
+ Me.Arindv3.Name = "Arindv3"
+ Me.Arindv3.RowHeadersVisible = False
+ Me.Arindv3.RowTemplate.Height = 23
+ Me.Arindv3.Size = New System.Drawing.Size(200, 507)
+ Me.Arindv3.TabIndex = 4
+ '
+ '설명DataGridViewTextBoxColumn1
+ '
+ Me.설명DataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.설명DataGridViewTextBoxColumn1.DataPropertyName = "설명"
+ Me.설명DataGridViewTextBoxColumn1.HeaderText = "설명"
+ Me.설명DataGridViewTextBoxColumn1.Name = "설명DataGridViewTextBoxColumn1"
+ '
+ 'DataGridViewTextBoxColumn9
+ '
+ Me.DataGridViewTextBoxColumn9.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn9.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
+ Me.DataGridViewTextBoxColumn9.Width = 62
+ '
+ 'Panel7
+ '
+ Me.Panel7.AutoScroll = True
+ Me.Panel7.BackColor = System.Drawing.Color.White
+ Me.Panel7.Controls.Add(Me.TableLayoutPanel8)
+ Me.Panel7.Controls.Add(Me.BindingNavigator4)
+ Me.Panel7.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.Panel7.Location = New System.Drawing.Point(200, 0)
+ Me.Panel7.Margin = New System.Windows.Forms.Padding(0)
+ Me.Panel7.Name = "Panel7"
+ Me.Panel7.Size = New System.Drawing.Size(735, 507)
+ Me.Panel7.TabIndex = 5
+ '
+ 'TableLayoutPanel8
+ '
+ Me.TableLayoutPanel8.AutoSize = True
+ Me.TableLayoutPanel8.BackColor = System.Drawing.SystemColors.ButtonFace
+ Me.TableLayoutPanel8.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
+ Me.TableLayoutPanel8.ColumnCount = 4
+ Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel8.Controls.Add(Label25, 0, 1)
+ Me.TableLayoutPanel8.Controls.Add(Label26, 0, 2)
+ Me.TableLayoutPanel8.Controls.Add(Label27, 0, 3)
+ Me.TableLayoutPanel8.Controls.Add(Label28, 0, 4)
+ Me.TableLayoutPanel8.Controls.Add(Label29, 0, 5)
+ Me.TableLayoutPanel8.Controls.Add(Label30, 0, 0)
+ Me.TableLayoutPanel8.Controls.Add(Label31, 2, 1)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t18, 3, 5)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t1, 1, 0)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t17, 3, 4)
+ Me.TableLayoutPanel8.Controls.Add(Label32, 2, 2)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t16, 3, 3)
+ Me.TableLayoutPanel8.Controls.Add(Label33, 2, 3)
+ Me.TableLayoutPanel8.Controls.Add(Label34, 2, 4)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t15, 3, 2)
+ Me.TableLayoutPanel8.Controls.Add(Label35, 2, 5)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t14, 3, 1)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t2, 1, 1)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t13, 3, 0)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t6, 1, 5)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t19, 3, 6)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t5, 1, 4)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t20, 3, 7)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t4, 1, 3)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t21, 3, 8)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t3, 1, 2)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t22, 3, 9)
+ Me.TableLayoutPanel8.Controls.Add(Label36, 2, 0)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t23, 3, 10)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t12, 1, 11)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t24, 3, 11)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t11, 1, 10)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t10, 1, 9)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t9, 1, 8)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t8, 1, 7)
+ Me.TableLayoutPanel8.Controls.Add(Me.tb_t7, 1, 6)
+ Me.TableLayoutPanel8.Controls.Add(Label37, 0, 6)
+ Me.TableLayoutPanel8.Controls.Add(Label38, 0, 7)
+ Me.TableLayoutPanel8.Controls.Add(Label92, 0, 8)
+ Me.TableLayoutPanel8.Controls.Add(Label93, 0, 9)
+ Me.TableLayoutPanel8.Controls.Add(Label94, 0, 10)
+ Me.TableLayoutPanel8.Controls.Add(Label95, 0, 11)
+ Me.TableLayoutPanel8.Controls.Add(Label96, 2, 6)
+ Me.TableLayoutPanel8.Controls.Add(Label97, 2, 7)
+ Me.TableLayoutPanel8.Controls.Add(Label98, 2, 8)
+ Me.TableLayoutPanel8.Controls.Add(Label99, 2, 9)
+ Me.TableLayoutPanel8.Controls.Add(Label100, 2, 10)
+ Me.TableLayoutPanel8.Controls.Add(Label101, 2, 11)
+ Me.TableLayoutPanel8.Location = New System.Drawing.Point(82, 38)
+ Me.TableLayoutPanel8.Name = "TableLayoutPanel8"
+ Me.TableLayoutPanel8.RowCount = 12
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel8.Size = New System.Drawing.Size(311, 337)
+ Me.TableLayoutPanel8.TabIndex = 125
+ '
+ 'tb_t18
+ '
+ Me.tb_t18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t18", True))
+ Me.tb_t18.Location = New System.Drawing.Point(228, 144)
+ Me.tb_t18.Name = "tb_t18"
+ Me.tb_t18.NectControl = Nothing
+ Me.tb_t18.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t18.TabIndex = 35
+ Me.tb_t18.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t1
+ '
+ Me.tb_t1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
+ Me.tb_t1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t01", True))
+ Me.tb_t1.Location = New System.Drawing.Point(43, 4)
+ Me.tb_t1.Name = "tb_t1"
+ Me.tb_t1.NectControl = Nothing
+ Me.tb_t1.Size = New System.Drawing.Size(139, 21)
+ Me.tb_t1.TabIndex = 1
+ Me.tb_t1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t17
+ '
+ Me.tb_t17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t17.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t17", True))
+ Me.tb_t17.Location = New System.Drawing.Point(228, 116)
+ Me.tb_t17.Name = "tb_t17"
+ Me.tb_t17.NectControl = Nothing
+ Me.tb_t17.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t17.TabIndex = 33
+ Me.tb_t17.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t16
+ '
+ Me.tb_t16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t16.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t16", True))
+ Me.tb_t16.Location = New System.Drawing.Point(228, 88)
+ Me.tb_t16.Name = "tb_t16"
+ Me.tb_t16.NectControl = Nothing
+ Me.tb_t16.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t16.TabIndex = 31
+ Me.tb_t16.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t15
+ '
+ Me.tb_t15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t15", True))
+ Me.tb_t15.Location = New System.Drawing.Point(228, 60)
+ Me.tb_t15.Name = "tb_t15"
+ Me.tb_t15.NectControl = Nothing
+ Me.tb_t15.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t15.TabIndex = 29
+ Me.tb_t15.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t14
+ '
+ Me.tb_t14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t14.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t14", True))
+ Me.tb_t14.Location = New System.Drawing.Point(228, 32)
+ Me.tb_t14.Name = "tb_t14"
+ Me.tb_t14.NectControl = Nothing
+ Me.tb_t14.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t14.TabIndex = 27
+ Me.tb_t14.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t2
+ '
+ Me.tb_t2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t02", True))
+ Me.tb_t2.Location = New System.Drawing.Point(43, 32)
+ Me.tb_t2.Name = "tb_t2"
+ Me.tb_t2.NectControl = Nothing
+ Me.tb_t2.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t2.TabIndex = 3
+ Me.tb_t2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t13
+ '
+ Me.tb_t13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t13.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t13", True))
+ Me.tb_t13.Location = New System.Drawing.Point(228, 4)
+ Me.tb_t13.Name = "tb_t13"
+ Me.tb_t13.NectControl = Nothing
+ Me.tb_t13.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t13.TabIndex = 25
+ Me.tb_t13.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t6
+ '
+ Me.tb_t6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t06", True))
+ Me.tb_t6.Location = New System.Drawing.Point(43, 144)
+ Me.tb_t6.Name = "tb_t6"
+ Me.tb_t6.NectControl = Nothing
+ Me.tb_t6.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t6.TabIndex = 11
+ Me.tb_t6.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t19
+ '
+ Me.tb_t19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t19.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t19", True))
+ Me.tb_t19.Location = New System.Drawing.Point(228, 172)
+ Me.tb_t19.Name = "tb_t19"
+ Me.tb_t19.NectControl = Nothing
+ Me.tb_t19.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t19.TabIndex = 37
+ Me.tb_t19.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t5
+ '
+ Me.tb_t5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t05", True))
+ Me.tb_t5.Location = New System.Drawing.Point(43, 116)
+ Me.tb_t5.Name = "tb_t5"
+ Me.tb_t5.NectControl = Nothing
+ Me.tb_t5.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t5.TabIndex = 9
+ Me.tb_t5.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t20
+ '
+ Me.tb_t20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t20.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t20", True))
+ Me.tb_t20.Location = New System.Drawing.Point(228, 200)
+ Me.tb_t20.Name = "tb_t20"
+ Me.tb_t20.NectControl = Nothing
+ Me.tb_t20.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t20.TabIndex = 39
+ Me.tb_t20.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t4
+ '
+ Me.tb_t4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t04", True))
+ Me.tb_t4.Location = New System.Drawing.Point(43, 88)
+ Me.tb_t4.Name = "tb_t4"
+ Me.tb_t4.NectControl = Nothing
+ Me.tb_t4.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t4.TabIndex = 7
+ Me.tb_t4.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t21
+ '
+ Me.tb_t21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t21.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t21", True))
+ Me.tb_t21.Location = New System.Drawing.Point(228, 228)
+ Me.tb_t21.Name = "tb_t21"
+ Me.tb_t21.NectControl = Nothing
+ Me.tb_t21.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t21.TabIndex = 41
+ Me.tb_t21.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t3
+ '
+ Me.tb_t3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t03", True))
+ Me.tb_t3.Location = New System.Drawing.Point(43, 60)
+ Me.tb_t3.Name = "tb_t3"
+ Me.tb_t3.NectControl = Nothing
+ Me.tb_t3.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t3.TabIndex = 5
+ Me.tb_t3.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t22
+ '
+ Me.tb_t22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t22.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t22", True))
+ Me.tb_t22.Location = New System.Drawing.Point(228, 256)
+ Me.tb_t22.Name = "tb_t22"
+ Me.tb_t22.NectControl = Nothing
+ Me.tb_t22.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t22.TabIndex = 43
+ Me.tb_t22.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t23
+ '
+ Me.tb_t23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t23.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t23", True))
+ Me.tb_t23.Location = New System.Drawing.Point(228, 284)
+ Me.tb_t23.Name = "tb_t23"
+ Me.tb_t23.NectControl = Nothing
+ Me.tb_t23.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t23.TabIndex = 45
+ Me.tb_t23.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t12
+ '
+ Me.tb_t12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t12", True))
+ Me.tb_t12.Location = New System.Drawing.Point(43, 312)
+ Me.tb_t12.Name = "tb_t12"
+ Me.tb_t12.NectControl = Nothing
+ Me.tb_t12.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t12.TabIndex = 23
+ Me.tb_t12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t24
+ '
+ Me.tb_t24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t24.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t24", True))
+ Me.tb_t24.Location = New System.Drawing.Point(228, 312)
+ Me.tb_t24.Name = "tb_t24"
+ Me.tb_t24.NectControl = Nothing
+ Me.tb_t24.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t24.TabIndex = 47
+ Me.tb_t24.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t11
+ '
+ Me.tb_t11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t11", True))
+ Me.tb_t11.Location = New System.Drawing.Point(43, 284)
+ Me.tb_t11.Name = "tb_t11"
+ Me.tb_t11.NectControl = Nothing
+ Me.tb_t11.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t11.TabIndex = 21
+ Me.tb_t11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t10
+ '
+ Me.tb_t10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t10", True))
+ Me.tb_t10.Location = New System.Drawing.Point(43, 256)
+ Me.tb_t10.Name = "tb_t10"
+ Me.tb_t10.NectControl = Nothing
+ Me.tb_t10.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t10.TabIndex = 19
+ Me.tb_t10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t9
+ '
+ Me.tb_t9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t09", True))
+ Me.tb_t9.Location = New System.Drawing.Point(43, 228)
+ Me.tb_t9.Name = "tb_t9"
+ Me.tb_t9.NectControl = Nothing
+ Me.tb_t9.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t9.TabIndex = 17
+ Me.tb_t9.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t8
+ '
+ Me.tb_t8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t08", True))
+ Me.tb_t8.Location = New System.Drawing.Point(43, 200)
+ Me.tb_t8.Name = "tb_t8"
+ Me.tb_t8.NectControl = Nothing
+ Me.tb_t8.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t8.TabIndex = 15
+ Me.tb_t8.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_t7
+ '
+ Me.tb_t7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_t7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t07", True))
+ Me.tb_t7.Location = New System.Drawing.Point(43, 172)
+ Me.tb_t7.Name = "tb_t7"
+ Me.tb_t7.NectControl = Nothing
+ Me.tb_t7.Size = New System.Drawing.Size(79, 21)
+ Me.tb_t7.TabIndex = 13
+ Me.tb_t7.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'BindingNavigator4
+ '
+ Me.BindingNavigator4.AddNewItem = Nothing
+ Me.BindingNavigator4.CountItem = Nothing
+ Me.BindingNavigator4.DeleteItem = Nothing
+ Me.BindingNavigator4.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.BindingNavigator4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton25, Me.ToolStripButton26, Me.ToolStripButton27, Me.ToolStripButton28, Me.ToolStripSeparator11, Me.ToolStripButton29, Me.ToolStripButton30})
+ Me.BindingNavigator4.Location = New System.Drawing.Point(0, 482)
+ Me.BindingNavigator4.MoveFirstItem = Me.ToolStripButton25
+ Me.BindingNavigator4.MoveLastItem = Me.ToolStripButton28
+ Me.BindingNavigator4.MoveNextItem = Me.ToolStripButton27
+ Me.BindingNavigator4.MovePreviousItem = Me.ToolStripButton26
+ Me.BindingNavigator4.Name = "BindingNavigator4"
+ Me.BindingNavigator4.PositionItem = Nothing
+ Me.BindingNavigator4.Size = New System.Drawing.Size(735, 25)
+ Me.BindingNavigator4.TabIndex = 26
+ Me.BindingNavigator4.Text = "BindingNavigator4"
+ '
+ 'ToolStripButton25
+ '
+ Me.ToolStripButton25.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton25.Image = CType(resources.GetObject("ToolStripButton25.Image"), System.Drawing.Image)
+ Me.ToolStripButton25.Name = "ToolStripButton25"
+ Me.ToolStripButton25.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton25.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton25.Text = "처음으로 이동"
+ '
+ 'ToolStripButton26
+ '
+ Me.ToolStripButton26.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton26.Image = CType(resources.GetObject("ToolStripButton26.Image"), System.Drawing.Image)
+ Me.ToolStripButton26.Name = "ToolStripButton26"
+ Me.ToolStripButton26.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton26.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton26.Text = "이전으로 이동"
+ '
+ 'ToolStripButton27
+ '
+ Me.ToolStripButton27.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton27.Image = CType(resources.GetObject("ToolStripButton27.Image"), System.Drawing.Image)
+ Me.ToolStripButton27.Name = "ToolStripButton27"
+ Me.ToolStripButton27.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton27.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton27.Text = "다음으로 이동"
+ '
+ 'ToolStripButton28
+ '
+ Me.ToolStripButton28.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
+ Me.ToolStripButton28.Image = CType(resources.GetObject("ToolStripButton28.Image"), System.Drawing.Image)
+ Me.ToolStripButton28.Name = "ToolStripButton28"
+ Me.ToolStripButton28.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton28.Size = New System.Drawing.Size(23, 22)
+ Me.ToolStripButton28.Text = "마지막으로 이동"
+ '
+ 'ToolStripSeparator11
+ '
+ Me.ToolStripSeparator11.Name = "ToolStripSeparator11"
+ Me.ToolStripSeparator11.Size = New System.Drawing.Size(6, 25)
+ '
+ 'ToolStripButton29
+ '
+ Me.ToolStripButton29.Image = CType(resources.GetObject("ToolStripButton29.Image"), System.Drawing.Image)
+ Me.ToolStripButton29.Name = "ToolStripButton29"
+ Me.ToolStripButton29.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton29.Size = New System.Drawing.Size(67, 22)
+ Me.ToolStripButton29.Text = "추가(&A)"
+ '
+ 'ToolStripButton30
+ '
+ Me.ToolStripButton30.Image = CType(resources.GetObject("ToolStripButton30.Image"), System.Drawing.Image)
+ Me.ToolStripButton30.Name = "ToolStripButton30"
+ Me.ToolStripButton30.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton30.Size = New System.Drawing.Size(68, 22)
+ Me.ToolStripButton30.Text = "삭제(&D)"
+ '
+ 'TabPage10
+ '
+ Me.TabPage10.Controls.Add(Me.TableLayoutPanel6)
+ Me.TabPage10.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage10.Name = "TabPage10"
+ Me.TabPage10.Size = New System.Drawing.Size(935, 507)
+ Me.TabPage10.TabIndex = 3
+ Me.TabPage10.Text = "평균습도"
+ Me.TabPage10.UseVisualStyleBackColor = True
+ '
+ 'TableLayoutPanel6
+ '
+ Me.TableLayoutPanel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
+ Me.TableLayoutPanel6.ColumnCount = 2
+ Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!))
+ Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
+ Me.TableLayoutPanel6.Controls.Add(Me.Arindv4, 0, 0)
+ Me.TableLayoutPanel6.Controls.Add(Me.Panel8, 1, 0)
+ Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TableLayoutPanel6.Location = New System.Drawing.Point(0, 0)
+ Me.TableLayoutPanel6.Name = "TableLayoutPanel6"
+ Me.TableLayoutPanel6.RowCount = 1
+ Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
+ Me.TableLayoutPanel6.Size = New System.Drawing.Size(935, 507)
+ Me.TableLayoutPanel6.TabIndex = 1
+ '
+ 'Arindv4
+ '
+ Me.Arindv4.A_DelCurrentCell = True
+ Me.Arindv4.A_EnterToTab = True
+ Me.Arindv4.AllowUserToAddRows = False
+ Me.Arindv4.AllowUserToResizeRows = False
+ Me.Arindv4.AutoGenerateColumns = False
+ Me.Arindv4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
+ Me.Arindv4.ColumnHeadersHeight = 30
+ Me.Arindv4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
+ Me.Arindv4.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn10})
+ Me.Arindv4.DataSource = Me.bsw_supdo
+ Me.Arindv4.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.Arindv4.Location = New System.Drawing.Point(0, 0)
+ Me.Arindv4.Margin = New System.Windows.Forms.Padding(0)
+ Me.Arindv4.Name = "Arindv4"
+ Me.Arindv4.RowHeadersVisible = False
+ Me.Arindv4.RowTemplate.Height = 23
+ Me.Arindv4.Size = New System.Drawing.Size(200, 507)
+ Me.Arindv4.TabIndex = 4
+ '
+ '설명DataGridViewTextBoxColumn2
+ '
+ Me.설명DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.설명DataGridViewTextBoxColumn2.DataPropertyName = "설명"
+ Me.설명DataGridViewTextBoxColumn2.HeaderText = "설명"
+ Me.설명DataGridViewTextBoxColumn2.Name = "설명DataGridViewTextBoxColumn2"
+ '
+ 'DataGridViewTextBoxColumn10
+ '
+ Me.DataGridViewTextBoxColumn10.DataPropertyName = "code"
+ Me.DataGridViewTextBoxColumn10.HeaderText = "code"
+ Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
+ Me.DataGridViewTextBoxColumn10.Width = 62
+ '
+ 'Panel8
+ '
+ Me.Panel8.AutoScroll = True
+ Me.Panel8.BackColor = System.Drawing.Color.White
+ Me.Panel8.Controls.Add(Me.TableLayoutPanel9)
+ Me.Panel8.Controls.Add(Me.BindingNavigator5)
+ Me.Panel8.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.Panel8.Location = New System.Drawing.Point(200, 0)
+ Me.Panel8.Margin = New System.Windows.Forms.Padding(0)
+ Me.Panel8.Name = "Panel8"
+ Me.Panel8.Size = New System.Drawing.Size(735, 507)
+ Me.Panel8.TabIndex = 0
+ '
+ 'TableLayoutPanel9
+ '
+ Me.TableLayoutPanel9.AutoSize = True
+ Me.TableLayoutPanel9.BackColor = System.Drawing.SystemColors.ButtonFace
+ Me.TableLayoutPanel9.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
+ Me.TableLayoutPanel9.ColumnCount = 4
+ Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s24, 3, 11)
+ Me.TableLayoutPanel9.Controls.Add(Label40, 0, 1)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_S12, 1, 11)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s23, 3, 10)
+ Me.TableLayoutPanel9.Controls.Add(Label41, 0, 2)
+ Me.TableLayoutPanel9.Controls.Add(Label42, 0, 3)
+ Me.TableLayoutPanel9.Controls.Add(Label43, 0, 4)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s22, 3, 9)
+ Me.TableLayoutPanel9.Controls.Add(Label44, 0, 5)
+ Me.TableLayoutPanel9.Controls.Add(Label45, 0, 0)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s11, 1, 10)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s21, 3, 8)
+ Me.TableLayoutPanel9.Controls.Add(Label46, 2, 1)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s1, 1, 0)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s20, 3, 7)
+ Me.TableLayoutPanel9.Controls.Add(Label47, 2, 2)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s10, 1, 9)
+ Me.TableLayoutPanel9.Controls.Add(Label48, 2, 3)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s19, 3, 6)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s3, 1, 2)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s18, 3, 5)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s9, 1, 8)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s2, 1, 1)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s17, 3, 4)
+ Me.TableLayoutPanel9.Controls.Add(Label49, 2, 4)
+ Me.TableLayoutPanel9.Controls.Add(Label50, 2, 5)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s16, 3, 3)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s8, 1, 7)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s15, 3, 2)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s14, 3, 1)
+ Me.TableLayoutPanel9.Controls.Add(Label51, 2, 0)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s4, 1, 3)
+ Me.TableLayoutPanel9.Controls.Add(Label52, 0, 6)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s13, 3, 0)
+ Me.TableLayoutPanel9.Controls.Add(Label53, 0, 7)
+ Me.TableLayoutPanel9.Controls.Add(Label54, 0, 8)
+ Me.TableLayoutPanel9.Controls.Add(Label55, 0, 9)
+ Me.TableLayoutPanel9.Controls.Add(Label56, 0, 10)
+ Me.TableLayoutPanel9.Controls.Add(Label57, 0, 11)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s7, 1, 6)
+ Me.TableLayoutPanel9.Controls.Add(Label58, 2, 6)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s5, 1, 4)
+ Me.TableLayoutPanel9.Controls.Add(Me.tb_s6, 1, 5)
+ Me.TableLayoutPanel9.Controls.Add(Label59, 2, 7)
+ Me.TableLayoutPanel9.Controls.Add(Label60, 2, 8)
+ Me.TableLayoutPanel9.Controls.Add(Label61, 2, 9)
+ Me.TableLayoutPanel9.Controls.Add(Label62, 2, 10)
+ Me.TableLayoutPanel9.Controls.Add(Label63, 2, 11)
+ Me.TableLayoutPanel9.Location = New System.Drawing.Point(82, 38)
+ Me.TableLayoutPanel9.Name = "TableLayoutPanel9"
+ Me.TableLayoutPanel9.RowCount = 12
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel9.Size = New System.Drawing.Size(301, 337)
+ Me.TableLayoutPanel9.TabIndex = 127
+ '
+ 'tb_s24
+ '
+ Me.tb_s24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s24.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t24", True))
+ Me.tb_s24.Location = New System.Drawing.Point(218, 312)
+ Me.tb_s24.Name = "tb_s24"
+ Me.tb_s24.NectControl = Nothing
+ Me.tb_s24.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s24.TabIndex = 11
+ Me.tb_s24.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_S12
+ '
+ Me.tb_S12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_S12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t12", True))
+ Me.tb_S12.Location = New System.Drawing.Point(43, 312)
+ Me.tb_S12.Name = "tb_S12"
+ Me.tb_S12.NectControl = Nothing
+ Me.tb_S12.Size = New System.Drawing.Size(79, 21)
+ Me.tb_S12.TabIndex = 11
+ Me.tb_S12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s23
+ '
+ Me.tb_s23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s23.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t23", True))
+ Me.tb_s23.Location = New System.Drawing.Point(218, 284)
+ Me.tb_s23.Name = "tb_s23"
+ Me.tb_s23.NectControl = Nothing
+ Me.tb_s23.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s23.TabIndex = 10
+ Me.tb_s23.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s22
+ '
+ Me.tb_s22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s22.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t22", True))
+ Me.tb_s22.Location = New System.Drawing.Point(218, 256)
+ Me.tb_s22.Name = "tb_s22"
+ Me.tb_s22.NectControl = Nothing
+ Me.tb_s22.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s22.TabIndex = 9
+ Me.tb_s22.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s11
+ '
+ Me.tb_s11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t11", True))
+ Me.tb_s11.Location = New System.Drawing.Point(43, 284)
+ Me.tb_s11.Name = "tb_s11"
+ Me.tb_s11.NectControl = Nothing
+ Me.tb_s11.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s11.TabIndex = 10
+ Me.tb_s11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s21
+ '
+ Me.tb_s21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s21.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t21", True))
+ Me.tb_s21.Location = New System.Drawing.Point(218, 228)
+ Me.tb_s21.Name = "tb_s21"
+ Me.tb_s21.NectControl = Nothing
+ Me.tb_s21.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s21.TabIndex = 8
+ Me.tb_s21.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s1
+ '
+ Me.tb_s1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
+ Me.tb_s1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t01", True))
+ Me.tb_s1.Location = New System.Drawing.Point(43, 4)
+ Me.tb_s1.Name = "tb_s1"
+ Me.tb_s1.NectControl = Nothing
+ Me.tb_s1.Size = New System.Drawing.Size(129, 21)
+ Me.tb_s1.TabIndex = 0
+ Me.tb_s1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s20
+ '
+ Me.tb_s20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s20.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t20", True))
+ Me.tb_s20.Location = New System.Drawing.Point(218, 200)
+ Me.tb_s20.Name = "tb_s20"
+ Me.tb_s20.NectControl = Nothing
+ Me.tb_s20.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s20.TabIndex = 7
+ Me.tb_s20.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s10
+ '
+ Me.tb_s10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t10", True))
+ Me.tb_s10.Location = New System.Drawing.Point(43, 256)
+ Me.tb_s10.Name = "tb_s10"
+ Me.tb_s10.NectControl = Nothing
+ Me.tb_s10.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s10.TabIndex = 9
+ Me.tb_s10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s19
+ '
+ Me.tb_s19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s19.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t19", True))
+ Me.tb_s19.Location = New System.Drawing.Point(218, 172)
+ Me.tb_s19.Name = "tb_s19"
+ Me.tb_s19.NectControl = Nothing
+ Me.tb_s19.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s19.TabIndex = 6
+ Me.tb_s19.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s3
+ '
+ Me.tb_s3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t03", True))
+ Me.tb_s3.Location = New System.Drawing.Point(43, 60)
+ Me.tb_s3.Name = "tb_s3"
+ Me.tb_s3.NectControl = Nothing
+ Me.tb_s3.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s3.TabIndex = 2
+ Me.tb_s3.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s18
+ '
+ Me.tb_s18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t18", True))
+ Me.tb_s18.Location = New System.Drawing.Point(218, 144)
+ Me.tb_s18.Name = "tb_s18"
+ Me.tb_s18.NectControl = Nothing
+ Me.tb_s18.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s18.TabIndex = 5
+ Me.tb_s18.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s9
+ '
+ Me.tb_s9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t09", True))
+ Me.tb_s9.Location = New System.Drawing.Point(43, 228)
+ Me.tb_s9.Name = "tb_s9"
+ Me.tb_s9.NectControl = Nothing
+ Me.tb_s9.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s9.TabIndex = 8
+ Me.tb_s9.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s2
+ '
+ Me.tb_s2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t02", True))
+ Me.tb_s2.Location = New System.Drawing.Point(43, 32)
+ Me.tb_s2.Name = "tb_s2"
+ Me.tb_s2.NectControl = Nothing
+ Me.tb_s2.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s2.TabIndex = 1
+ Me.tb_s2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s17
+ '
+ Me.tb_s17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s17.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t17", True))
+ Me.tb_s17.Location = New System.Drawing.Point(218, 116)
+ Me.tb_s17.Name = "tb_s17"
+ Me.tb_s17.NectControl = Nothing
+ Me.tb_s17.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s17.TabIndex = 4
+ Me.tb_s17.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s16
+ '
+ Me.tb_s16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s16.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t16", True))
+ Me.tb_s16.Location = New System.Drawing.Point(218, 88)
+ Me.tb_s16.Name = "tb_s16"
+ Me.tb_s16.NectControl = Nothing
+ Me.tb_s16.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s16.TabIndex = 3
+ Me.tb_s16.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s8
+ '
+ Me.tb_s8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t08", True))
+ Me.tb_s8.Location = New System.Drawing.Point(43, 200)
+ Me.tb_s8.Name = "tb_s8"
+ Me.tb_s8.NectControl = Nothing
+ Me.tb_s8.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s8.TabIndex = 7
+ Me.tb_s8.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s15
+ '
+ Me.tb_s15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t15", True))
+ Me.tb_s15.Location = New System.Drawing.Point(218, 60)
+ Me.tb_s15.Name = "tb_s15"
+ Me.tb_s15.NectControl = Nothing
+ Me.tb_s15.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s15.TabIndex = 2
+ Me.tb_s15.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s14
+ '
+ Me.tb_s14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s14.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t14", True))
+ Me.tb_s14.Location = New System.Drawing.Point(218, 32)
+ Me.tb_s14.Name = "tb_s14"
+ Me.tb_s14.NectControl = Nothing
+ Me.tb_s14.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s14.TabIndex = 1
+ Me.tb_s14.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s4
+ '
+ Me.tb_s4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t04", True))
+ Me.tb_s4.Location = New System.Drawing.Point(43, 88)
+ Me.tb_s4.Name = "tb_s4"
+ Me.tb_s4.NectControl = Nothing
+ Me.tb_s4.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s4.TabIndex = 3
+ Me.tb_s4.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s13
+ '
+ Me.tb_s13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s13.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t13", True))
+ Me.tb_s13.Location = New System.Drawing.Point(218, 4)
+ Me.tb_s13.Name = "tb_s13"
+ Me.tb_s13.NectControl = Nothing
+ Me.tb_s13.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s13.TabIndex = 0
+ Me.tb_s13.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s7
+ '
+ Me.tb_s7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t07", True))
+ Me.tb_s7.Location = New System.Drawing.Point(43, 172)
+ Me.tb_s7.Name = "tb_s7"
+ Me.tb_s7.NectControl = Nothing
+ Me.tb_s7.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s7.TabIndex = 6
+ Me.tb_s7.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s5
+ '
+ Me.tb_s5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t05", True))
+ Me.tb_s5.Location = New System.Drawing.Point(43, 116)
+ Me.tb_s5.Name = "tb_s5"
+ Me.tb_s5.NectControl = Nothing
+ Me.tb_s5.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s5.TabIndex = 4
+ Me.tb_s5.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'tb_s6
+ '
+ Me.tb_s6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_s6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t06", True))
+ Me.tb_s6.Location = New System.Drawing.Point(43, 144)
+ Me.tb_s6.Name = "tb_s6"
+ Me.tb_s6.NectControl = Nothing
+ Me.tb_s6.Size = New System.Drawing.Size(79, 21)
+ Me.tb_s6.TabIndex = 5
+ Me.tb_s6.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
'BindingNavigator5
'
Me.BindingNavigator5.AddNewItem = Nothing
@@ -2417,137 +3802,138 @@ Partial Class Frm_V20091231_Weather
Me.TableLayoutPanel1.Size = New System.Drawing.Size(365, 169)
Me.TableLayoutPanel1.TabIndex = 123
'
- 'Label1
+ 'tb_c12
'
- Label1.Anchor = System.Windows.Forms.AnchorStyles.None
- Label1.AutoSize = True
- Label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label1.Location = New System.Drawing.Point(179, 148)
- Label1.Name = "Label1"
- Label1.Size = New System.Drawing.Size(32, 12)
- Label1.TabIndex = 30
- Label1.Text = "12월"
+ Me.tb_c12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m12", True))
+ Me.tb_c12.Location = New System.Drawing.Point(218, 144)
+ Me.tb_c12.Name = "tb_c12"
+ Me.tb_c12.NectControl = Nothing
+ Me.tb_c12.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c12.TabIndex = 31
+ Me.tb_c12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label2
+ 'tb_c11
'
- Label2.Anchor = System.Windows.Forms.AnchorStyles.None
- Label2.AutoSize = True
- Label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label2.Location = New System.Drawing.Point(179, 120)
- Label2.Name = "Label2"
- Label2.Size = New System.Drawing.Size(32, 12)
- Label2.TabIndex = 28
- Label2.Text = "11월"
+ Me.tb_c11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m11", True))
+ Me.tb_c11.Location = New System.Drawing.Point(218, 116)
+ Me.tb_c11.Name = "tb_c11"
+ Me.tb_c11.NectControl = Nothing
+ Me.tb_c11.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c11.TabIndex = 23
+ Me.tb_c11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label3
+ 'tb_c01
'
- Label3.Anchor = System.Windows.Forms.AnchorStyles.None
- Label3.AutoSize = True
- Label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label3.Location = New System.Drawing.Point(179, 92)
- Label3.Name = "Label3"
- Label3.Size = New System.Drawing.Size(32, 12)
- Label3.TabIndex = 26
- Label3.Text = "10월"
+ Me.tb_c01.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
+ Me.tb_c01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c01.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m01", True))
+ Me.tb_c01.Location = New System.Drawing.Point(43, 4)
+ Me.tb_c01.Name = "tb_c01"
+ Me.tb_c01.NectControl = Nothing
+ Me.tb_c01.Size = New System.Drawing.Size(129, 21)
+ Me.tb_c01.TabIndex = 3
+ Me.tb_c01.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label4
+ 'tb_c06
'
- Label4.Anchor = System.Windows.Forms.AnchorStyles.None
- Label4.AutoSize = True
- Label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label4.Location = New System.Drawing.Point(179, 64)
- Label4.Name = "Label4"
- Label4.Size = New System.Drawing.Size(32, 12)
- Label4.TabIndex = 24
- Label4.Text = "09월"
+ Me.tb_c06.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c06.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m06", True))
+ Me.tb_c06.Location = New System.Drawing.Point(43, 144)
+ Me.tb_c06.Name = "tb_c06"
+ Me.tb_c06.NectControl = Nothing
+ Me.tb_c06.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c06.TabIndex = 13
+ Me.tb_c06.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label5
+ 'tb_c10
'
- Label5.Anchor = System.Windows.Forms.AnchorStyles.None
- Label5.AutoSize = True
- Label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label5.Location = New System.Drawing.Point(4, 148)
- Label5.Name = "Label5"
- Label5.Size = New System.Drawing.Size(32, 12)
- Label5.TabIndex = 18
- Label5.Text = "06월"
+ Me.tb_c10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m10", True))
+ Me.tb_c10.Location = New System.Drawing.Point(218, 88)
+ Me.tb_c10.Name = "tb_c10"
+ Me.tb_c10.NectControl = Nothing
+ Me.tb_c10.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c10.TabIndex = 21
+ Me.tb_c10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label6
+ 'tb_c09
'
- Label6.Anchor = System.Windows.Forms.AnchorStyles.None
- Label6.AutoSize = True
- Label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label6.Location = New System.Drawing.Point(179, 36)
- Label6.Name = "Label6"
- Label6.Size = New System.Drawing.Size(32, 12)
- Label6.TabIndex = 22
- Label6.Text = "08월"
+ Me.tb_c09.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c09.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m09", True))
+ Me.tb_c09.Location = New System.Drawing.Point(218, 60)
+ Me.tb_c09.Name = "tb_c09"
+ Me.tb_c09.NectControl = Nothing
+ Me.tb_c09.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c09.TabIndex = 19
+ Me.tb_c09.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label7
+ 'tb_c05
'
- Label7.Anchor = System.Windows.Forms.AnchorStyles.None
- Label7.AutoSize = True
- Label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label7.Location = New System.Drawing.Point(4, 120)
- Label7.Name = "Label7"
- Label7.Size = New System.Drawing.Size(32, 12)
- Label7.TabIndex = 16
- Label7.Text = "05월"
+ Me.tb_c05.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c05.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m05", True))
+ Me.tb_c05.Location = New System.Drawing.Point(43, 116)
+ Me.tb_c05.Name = "tb_c05"
+ Me.tb_c05.NectControl = Nothing
+ Me.tb_c05.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c05.TabIndex = 11
+ Me.tb_c05.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label8
+ 'tb_c08
'
- Label8.Anchor = System.Windows.Forms.AnchorStyles.None
- Label8.AutoSize = True
- Label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label8.Location = New System.Drawing.Point(179, 8)
- Label8.Name = "Label8"
- Label8.Size = New System.Drawing.Size(32, 12)
- Label8.TabIndex = 20
- Label8.Text = "07월"
+ Me.tb_c08.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c08.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m08", True))
+ Me.tb_c08.Location = New System.Drawing.Point(218, 32)
+ Me.tb_c08.Name = "tb_c08"
+ Me.tb_c08.NectControl = Nothing
+ Me.tb_c08.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c08.TabIndex = 17
+ Me.tb_c08.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label9
+ 'tb_c04
'
- Label9.Anchor = System.Windows.Forms.AnchorStyles.None
- Label9.AutoSize = True
- Label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label9.Location = New System.Drawing.Point(4, 92)
- Label9.Name = "Label9"
- Label9.Size = New System.Drawing.Size(32, 12)
- Label9.TabIndex = 14
- Label9.Text = "04월"
+ Me.tb_c04.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c04.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m04", True))
+ Me.tb_c04.Location = New System.Drawing.Point(43, 88)
+ Me.tb_c04.Name = "tb_c04"
+ Me.tb_c04.NectControl = Nothing
+ Me.tb_c04.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c04.TabIndex = 9
+ Me.tb_c04.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label10
+ 'tb_c07
'
- Label10.Anchor = System.Windows.Forms.AnchorStyles.None
- Label10.AutoSize = True
- Label10.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label10.Location = New System.Drawing.Point(4, 8)
- Label10.Name = "Label10"
- Label10.Size = New System.Drawing.Size(32, 12)
- Label10.TabIndex = 8
- Label10.Text = "01월"
+ Me.tb_c07.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c07.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m07", True))
+ Me.tb_c07.Location = New System.Drawing.Point(218, 4)
+ Me.tb_c07.Name = "tb_c07"
+ Me.tb_c07.NectControl = Nothing
+ Me.tb_c07.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c07.TabIndex = 15
+ Me.tb_c07.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label11
+ 'tb_c02
'
- Label11.Anchor = System.Windows.Forms.AnchorStyles.None
- Label11.AutoSize = True
- Label11.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label11.Location = New System.Drawing.Point(4, 64)
- Label11.Name = "Label11"
- Label11.Size = New System.Drawing.Size(32, 12)
- Label11.TabIndex = 12
- Label11.Text = "03월"
+ Me.tb_c02.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c02.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m02", True))
+ Me.tb_c02.Location = New System.Drawing.Point(43, 32)
+ Me.tb_c02.Name = "tb_c02"
+ Me.tb_c02.NectControl = Nothing
+ Me.tb_c02.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c02.TabIndex = 5
+ Me.tb_c02.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
- 'Label12
+ 'tb_c03
'
- Label12.Anchor = System.Windows.Forms.AnchorStyles.None
- Label12.AutoSize = True
- Label12.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label12.Location = New System.Drawing.Point(4, 36)
- Label12.Name = "Label12"
- Label12.Size = New System.Drawing.Size(32, 12)
- Label12.TabIndex = 10
- Label12.Text = "02월"
+ Me.tb_c03.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.tb_c03.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m03", True))
+ Me.tb_c03.Location = New System.Drawing.Point(43, 60)
+ Me.tb_c03.Name = "tb_c03"
+ Me.tb_c03.NectControl = Nothing
+ Me.tb_c03.Size = New System.Drawing.Size(79, 21)
+ Me.tb_c03.TabIndex = 7
+ Me.tb_c03.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
'BindingNavigator2
'
@@ -2913,6 +4299,30 @@ Partial Class Frm_V20091231_Weather
Me.TabPage4.Text = "풍속"
Me.TabPage4.UseVisualStyleBackColor = True
'
+ 'MyTb1
+ '
+ Me.MyTb1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.MyTb1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "code", True))
+ Me.MyTb1.Location = New System.Drawing.Point(65, 304)
+ Me.MyTb1.Name = "MyTb1"
+ Me.MyTb1.NectControl = Nothing
+ Me.MyTb1.Size = New System.Drawing.Size(95, 21)
+ Me.MyTb1.TabIndex = 126
+ Me.MyTb1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.MyTb1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
+ 'MyTb2
+ '
+ Me.MyTb2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.MyTb2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "pcode", True))
+ Me.MyTb2.Location = New System.Drawing.Point(65, 276)
+ Me.MyTb2.Name = "MyTb2"
+ Me.MyTb2.NectControl = Nothing
+ Me.MyTb2.Size = New System.Drawing.Size(95, 21)
+ Me.MyTb2.TabIndex = 125
+ Me.MyTb2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ Me.MyTb2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
+ '
'Panel5
'
Me.Panel5.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
@@ -2932,7 +4342,7 @@ Partial Class Frm_V20091231_Weather
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 96.0!))
- Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 161.0!))
+ Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 162.0!))
Me.TableLayoutPanel3.Controls.Add(Me.tbwi12, 3, 5)
Me.TableLayoutPanel3.Controls.Add(Label16, 2, 5)
Me.TableLayoutPanel3.Controls.Add(Label17, 2, 4)
@@ -2966,1702 +4376,9 @@ Partial Class Frm_V20091231_Weather
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel3.Size = New System.Drawing.Size(466, 169)
+ Me.TableLayoutPanel3.Size = New System.Drawing.Size(467, 169)
Me.TableLayoutPanel3.TabIndex = 122
'
- 'Label16
- '
- Label16.Anchor = System.Windows.Forms.AnchorStyles.None
- Label16.AutoSize = True
- Label16.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label16.Location = New System.Drawing.Point(217, 148)
- Label16.Name = "Label16"
- Label16.Size = New System.Drawing.Size(75, 12)
- Label16.TabIndex = 30
- Label16.Text = "풍속(12월):"
- '
- 'Label17
- '
- Label17.Anchor = System.Windows.Forms.AnchorStyles.None
- Label17.AutoSize = True
- Label17.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label17.Location = New System.Drawing.Point(217, 120)
- Label17.Name = "Label17"
- Label17.Size = New System.Drawing.Size(75, 12)
- Label17.TabIndex = 28
- Label17.Text = "풍속(11월):"
- '
- 'Label18
- '
- Label18.Anchor = System.Windows.Forms.AnchorStyles.None
- Label18.AutoSize = True
- Label18.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label18.Location = New System.Drawing.Point(217, 92)
- Label18.Name = "Label18"
- Label18.Size = New System.Drawing.Size(75, 12)
- Label18.TabIndex = 26
- Label18.Text = "풍속(10월):"
- '
- 'Label19
- '
- Label19.Anchor = System.Windows.Forms.AnchorStyles.None
- Label19.AutoSize = True
- Label19.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label19.Location = New System.Drawing.Point(221, 64)
- Label19.Name = "Label19"
- Label19.Size = New System.Drawing.Size(68, 12)
- Label19.TabIndex = 24
- Label19.Text = "풍속(9월):"
- '
- 'Label20
- '
- Label20.Anchor = System.Windows.Forms.AnchorStyles.None
- Label20.AutoSize = True
- Label20.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label20.Location = New System.Drawing.Point(18, 148)
- Label20.Name = "Label20"
- Label20.Size = New System.Drawing.Size(68, 12)
- Label20.TabIndex = 18
- Label20.Text = "풍속(6월):"
- '
- 'Label21
- '
- Label21.Anchor = System.Windows.Forms.AnchorStyles.None
- Label21.AutoSize = True
- Label21.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label21.Location = New System.Drawing.Point(221, 36)
- Label21.Name = "Label21"
- Label21.Size = New System.Drawing.Size(68, 12)
- Label21.TabIndex = 22
- Label21.Text = "풍속(8월):"
- '
- 'Label22
- '
- Label22.Anchor = System.Windows.Forms.AnchorStyles.None
- Label22.AutoSize = True
- Label22.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label22.Location = New System.Drawing.Point(18, 120)
- Label22.Name = "Label22"
- Label22.Size = New System.Drawing.Size(68, 12)
- Label22.TabIndex = 16
- Label22.Text = "풍속(5월):"
- '
- 'Label23
- '
- Label23.Anchor = System.Windows.Forms.AnchorStyles.None
- Label23.AutoSize = True
- Label23.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label23.Location = New System.Drawing.Point(221, 8)
- Label23.Name = "Label23"
- Label23.Size = New System.Drawing.Size(68, 12)
- Label23.TabIndex = 20
- Label23.Text = "풍속(7월):"
- '
- 'Label24
- '
- Label24.Anchor = System.Windows.Forms.AnchorStyles.None
- Label24.AutoSize = True
- Label24.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label24.Location = New System.Drawing.Point(18, 92)
- Label24.Name = "Label24"
- Label24.Size = New System.Drawing.Size(68, 12)
- Label24.TabIndex = 14
- Label24.Text = "풍속(4월):"
- '
- 'Label65
- '
- Label65.Anchor = System.Windows.Forms.AnchorStyles.None
- Label65.AutoSize = True
- Label65.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label65.Location = New System.Drawing.Point(18, 8)
- Label65.Name = "Label65"
- Label65.Size = New System.Drawing.Size(68, 12)
- Label65.TabIndex = 8
- Label65.Text = "풍속(1월):"
- '
- 'Label66
- '
- Label66.Anchor = System.Windows.Forms.AnchorStyles.None
- Label66.AutoSize = True
- Label66.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label66.Location = New System.Drawing.Point(18, 64)
- Label66.Name = "Label66"
- Label66.Size = New System.Drawing.Size(68, 12)
- Label66.TabIndex = 12
- Label66.Text = "풍속(3월):"
- '
- 'Label67
- '
- Label67.Anchor = System.Windows.Forms.AnchorStyles.None
- Label67.AutoSize = True
- Label67.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label67.Location = New System.Drawing.Point(18, 36)
- Label67.Name = "Label67"
- Label67.Size = New System.Drawing.Size(68, 12)
- Label67.TabIndex = 10
- Label67.Text = "풍속(2월):"
- '
- 'Label68
- '
- Me.Label68.AutoSize = True
- Me.Label68.ForeColor = System.Drawing.Color.DarkBlue
- Me.Label68.Location = New System.Drawing.Point(9, 2)
- Me.Label68.Name = "Label68"
- Me.Label68.Size = New System.Drawing.Size(76, 12)
- Me.Label68.TabIndex = 121
- Me.Label68.Text = "[온도 입력]"
- '
- 'TabPage5
- '
- Me.TabPage5.Controls.Add(Me.Panel6)
- Me.TabPage5.Location = New System.Drawing.Point(4, 22)
- Me.TabPage5.Name = "TabPage5"
- Me.TabPage5.Size = New System.Drawing.Size(935, 507)
- Me.TabPage5.TabIndex = 8
- Me.TabPage5.Text = "하천수온도"
- Me.TabPage5.UseVisualStyleBackColor = True
- '
- 'Panel6
- '
- Me.Panel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
- Me.Panel6.Controls.Add(Me.TableLayoutPanel10)
- Me.Panel6.Controls.Add(Me.Label106)
- Me.Panel6.Location = New System.Drawing.Point(81, 55)
- Me.Panel6.Name = "Panel6"
- Me.Panel6.Size = New System.Drawing.Size(536, 195)
- Me.Panel6.TabIndex = 124
- '
- 'TableLayoutPanel10
- '
- Me.TableLayoutPanel10.AutoSize = True
- Me.TableLayoutPanel10.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(252, Byte), Integer))
- Me.TableLayoutPanel10.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
- Me.TableLayoutPanel10.ColumnCount = 4
- Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 123.0!))
- Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92.0!))
- Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 137.0!))
- Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 109.0!))
- Me.TableLayoutPanel10.Controls.Add(Me.tbr12, 3, 5)
- Me.TableLayoutPanel10.Controls.Add(Label69, 2, 5)
- Me.TableLayoutPanel10.Controls.Add(Label70, 2, 4)
- Me.TableLayoutPanel10.Controls.Add(Label71, 2, 3)
- Me.TableLayoutPanel10.Controls.Add(Label72, 2, 2)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr11, 3, 4)
- Me.TableLayoutPanel10.Controls.Add(Label73, 0, 5)
- Me.TableLayoutPanel10.Controls.Add(Label74, 2, 1)
- Me.TableLayoutPanel10.Controls.Add(Label75, 0, 4)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr10, 3, 3)
- Me.TableLayoutPanel10.Controls.Add(Label76, 2, 0)
- Me.TableLayoutPanel10.Controls.Add(Label102, 0, 3)
- Me.TableLayoutPanel10.Controls.Add(Label103, 0, 0)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr06, 1, 5)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr09, 3, 2)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr05, 1, 4)
- Me.TableLayoutPanel10.Controls.Add(Label104, 0, 2)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr04, 1, 3)
- Me.TableLayoutPanel10.Controls.Add(Label105, 0, 1)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr08, 3, 1)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr01, 1, 0)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr03, 1, 2)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr07, 3, 0)
- Me.TableLayoutPanel10.Controls.Add(Me.tbr02, 1, 1)
- Me.TableLayoutPanel10.Location = New System.Drawing.Point(11, 19)
- Me.TableLayoutPanel10.Name = "TableLayoutPanel10"
- Me.TableLayoutPanel10.RowCount = 5
- Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel10.Size = New System.Drawing.Size(466, 169)
- Me.TableLayoutPanel10.TabIndex = 122
- '
- 'Label69
- '
- Label69.Anchor = System.Windows.Forms.AnchorStyles.None
- Label69.AutoSize = True
- Label69.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label69.Location = New System.Drawing.Point(229, 148)
- Label69.Name = "Label69"
- Label69.Size = New System.Drawing.Size(114, 12)
- Label69.TabIndex = 30
- Label69.Text = "하천수온도(12월):"
- '
- 'Label70
- '
- Label70.Anchor = System.Windows.Forms.AnchorStyles.None
- Label70.AutoSize = True
- Label70.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label70.Location = New System.Drawing.Point(229, 120)
- Label70.Name = "Label70"
- Label70.Size = New System.Drawing.Size(114, 12)
- Label70.TabIndex = 28
- Label70.Text = "하천수온도(11월):"
- '
- 'Label71
- '
- Label71.Anchor = System.Windows.Forms.AnchorStyles.None
- Label71.AutoSize = True
- Label71.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label71.Location = New System.Drawing.Point(229, 92)
- Label71.Name = "Label71"
- Label71.Size = New System.Drawing.Size(114, 12)
- Label71.TabIndex = 26
- Label71.Text = "하천수온도(10월):"
- '
- 'Label72
- '
- Label72.Anchor = System.Windows.Forms.AnchorStyles.None
- Label72.AutoSize = True
- Label72.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label72.Location = New System.Drawing.Point(233, 64)
- Label72.Name = "Label72"
- Label72.Size = New System.Drawing.Size(107, 12)
- Label72.TabIndex = 24
- Label72.Text = "하천수온도(9월):"
- '
- 'Label73
- '
- Label73.Anchor = System.Windows.Forms.AnchorStyles.None
- Label73.AutoSize = True
- Label73.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label73.Location = New System.Drawing.Point(9, 148)
- Label73.Name = "Label73"
- Label73.Size = New System.Drawing.Size(107, 12)
- Label73.TabIndex = 18
- Label73.Text = "하천수온도(6월):"
- '
- 'Label74
- '
- Label74.Anchor = System.Windows.Forms.AnchorStyles.None
- Label74.AutoSize = True
- Label74.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label74.Location = New System.Drawing.Point(233, 36)
- Label74.Name = "Label74"
- Label74.Size = New System.Drawing.Size(107, 12)
- Label74.TabIndex = 22
- Label74.Text = "하천수온도(8월):"
- '
- 'Label75
- '
- Label75.Anchor = System.Windows.Forms.AnchorStyles.None
- Label75.AutoSize = True
- Label75.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label75.Location = New System.Drawing.Point(9, 120)
- Label75.Name = "Label75"
- Label75.Size = New System.Drawing.Size(107, 12)
- Label75.TabIndex = 16
- Label75.Text = "하천수온도(5월):"
- '
- 'Label76
- '
- Label76.Anchor = System.Windows.Forms.AnchorStyles.None
- Label76.AutoSize = True
- Label76.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label76.Location = New System.Drawing.Point(233, 8)
- Label76.Name = "Label76"
- Label76.Size = New System.Drawing.Size(107, 12)
- Label76.TabIndex = 20
- Label76.Text = "하천수온도(7월):"
- '
- 'Label102
- '
- Label102.Anchor = System.Windows.Forms.AnchorStyles.None
- Label102.AutoSize = True
- Label102.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label102.Location = New System.Drawing.Point(9, 92)
- Label102.Name = "Label102"
- Label102.Size = New System.Drawing.Size(107, 12)
- Label102.TabIndex = 14
- Label102.Text = "하천수온도(4월):"
- '
- 'Label103
- '
- Label103.Anchor = System.Windows.Forms.AnchorStyles.None
- Label103.AutoSize = True
- Label103.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label103.Location = New System.Drawing.Point(9, 8)
- Label103.Name = "Label103"
- Label103.Size = New System.Drawing.Size(107, 12)
- Label103.TabIndex = 8
- Label103.Text = "하천수온도(1월):"
- '
- 'Label104
- '
- Label104.Anchor = System.Windows.Forms.AnchorStyles.None
- Label104.AutoSize = True
- Label104.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label104.Location = New System.Drawing.Point(9, 64)
- Label104.Name = "Label104"
- Label104.Size = New System.Drawing.Size(107, 12)
- Label104.TabIndex = 12
- Label104.Text = "하천수온도(3월):"
- '
- 'Label105
- '
- Label105.Anchor = System.Windows.Forms.AnchorStyles.None
- Label105.AutoSize = True
- Label105.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label105.Location = New System.Drawing.Point(9, 36)
- Label105.Name = "Label105"
- Label105.Size = New System.Drawing.Size(107, 12)
- Label105.TabIndex = 10
- Label105.Text = "하천수온도(2월):"
- '
- 'Label106
- '
- Me.Label106.AutoSize = True
- Me.Label106.ForeColor = System.Drawing.Color.DarkBlue
- Me.Label106.Location = New System.Drawing.Point(9, 2)
- Me.Label106.Name = "Label106"
- Me.Label106.Size = New System.Drawing.Size(76, 12)
- Me.Label106.TabIndex = 121
- Me.Label106.Text = "[온도 입력]"
- '
- 'TabPage6
- '
- Me.TabPage6.Controls.Add(Me.Panel9)
- Me.TabPage6.Location = New System.Drawing.Point(4, 22)
- Me.TabPage6.Name = "TabPage6"
- Me.TabPage6.Size = New System.Drawing.Size(935, 507)
- Me.TabPage6.TabIndex = 9
- Me.TabPage6.Text = "광역원수"
- Me.TabPage6.UseVisualStyleBackColor = True
- '
- 'Panel9
- '
- Me.Panel9.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
- Me.Panel9.Controls.Add(Me.TableLayoutPanel11)
- Me.Panel9.Controls.Add(Me.Label119)
- Me.Panel9.Location = New System.Drawing.Point(52, 57)
- Me.Panel9.Name = "Panel9"
- Me.Panel9.Size = New System.Drawing.Size(536, 195)
- Me.Panel9.TabIndex = 125
- '
- 'TableLayoutPanel11
- '
- Me.TableLayoutPanel11.AutoSize = True
- Me.TableLayoutPanel11.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(252, Byte), Integer))
- Me.TableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
- Me.TableLayoutPanel11.ColumnCount = 4
- Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
- Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
- Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 127.0!))
- Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130.0!))
- Me.TableLayoutPanel11.Controls.Add(Me.tbw12, 3, 5)
- Me.TableLayoutPanel11.Controls.Add(Label107, 2, 5)
- Me.TableLayoutPanel11.Controls.Add(Label108, 2, 4)
- Me.TableLayoutPanel11.Controls.Add(Label109, 2, 3)
- Me.TableLayoutPanel11.Controls.Add(Label110, 2, 2)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw11, 3, 4)
- Me.TableLayoutPanel11.Controls.Add(Label111, 0, 5)
- Me.TableLayoutPanel11.Controls.Add(Label112, 2, 1)
- Me.TableLayoutPanel11.Controls.Add(Label113, 0, 4)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw10, 3, 3)
- Me.TableLayoutPanel11.Controls.Add(Label114, 2, 0)
- Me.TableLayoutPanel11.Controls.Add(Label115, 0, 3)
- Me.TableLayoutPanel11.Controls.Add(Label116, 0, 0)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw06, 1, 5)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw09, 3, 2)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw05, 1, 4)
- Me.TableLayoutPanel11.Controls.Add(Label117, 0, 2)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw04, 1, 3)
- Me.TableLayoutPanel11.Controls.Add(Label118, 0, 1)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw08, 3, 1)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw01, 1, 0)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw03, 1, 2)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw07, 3, 0)
- Me.TableLayoutPanel11.Controls.Add(Me.tbw02, 1, 1)
- Me.TableLayoutPanel11.Location = New System.Drawing.Point(11, 19)
- Me.TableLayoutPanel11.Name = "TableLayoutPanel11"
- Me.TableLayoutPanel11.RowCount = 5
- Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
- Me.TableLayoutPanel11.Size = New System.Drawing.Size(466, 169)
- Me.TableLayoutPanel11.TabIndex = 122
- '
- 'Label107
- '
- Label107.Anchor = System.Windows.Forms.AnchorStyles.None
- Label107.AutoSize = True
- Label107.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label107.Location = New System.Drawing.Point(220, 148)
- Label107.Name = "Label107"
- Label107.Size = New System.Drawing.Size(101, 12)
- Label107.TabIndex = 30
- Label107.Text = "광역원수(12월):"
- '
- 'Label108
- '
- Label108.Anchor = System.Windows.Forms.AnchorStyles.None
- Label108.AutoSize = True
- Label108.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label108.Location = New System.Drawing.Point(220, 120)
- Label108.Name = "Label108"
- Label108.Size = New System.Drawing.Size(101, 12)
- Label108.TabIndex = 28
- Label108.Text = "광역원수(11월):"
- '
- 'Label109
- '
- Label109.Anchor = System.Windows.Forms.AnchorStyles.None
- Label109.AutoSize = True
- Label109.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label109.Location = New System.Drawing.Point(220, 92)
- Label109.Name = "Label109"
- Label109.Size = New System.Drawing.Size(101, 12)
- Label109.TabIndex = 26
- Label109.Text = "광역원수(10월):"
- '
- 'Label110
- '
- Label110.Anchor = System.Windows.Forms.AnchorStyles.None
- Label110.AutoSize = True
- Label110.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label110.Location = New System.Drawing.Point(223, 64)
- Label110.Name = "Label110"
- Label110.Size = New System.Drawing.Size(94, 12)
- Label110.TabIndex = 24
- Label110.Text = "광역원수(9월):"
- '
- 'Label111
- '
- Label111.Anchor = System.Windows.Forms.AnchorStyles.None
- Label111.AutoSize = True
- Label111.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label111.Location = New System.Drawing.Point(5, 148)
- Label111.Name = "Label111"
- Label111.Size = New System.Drawing.Size(94, 12)
- Label111.TabIndex = 18
- Label111.Text = "광역원수(6월):"
- '
- 'Label112
- '
- Label112.Anchor = System.Windows.Forms.AnchorStyles.None
- Label112.AutoSize = True
- Label112.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label112.Location = New System.Drawing.Point(223, 36)
- Label112.Name = "Label112"
- Label112.Size = New System.Drawing.Size(94, 12)
- Label112.TabIndex = 22
- Label112.Text = "광역원수(8월):"
- '
- 'Label113
- '
- Label113.Anchor = System.Windows.Forms.AnchorStyles.None
- Label113.AutoSize = True
- Label113.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label113.Location = New System.Drawing.Point(5, 120)
- Label113.Name = "Label113"
- Label113.Size = New System.Drawing.Size(94, 12)
- Label113.TabIndex = 16
- Label113.Text = "광역원수(5월):"
- '
- 'Label114
- '
- Label114.Anchor = System.Windows.Forms.AnchorStyles.None
- Label114.AutoSize = True
- Label114.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label114.Location = New System.Drawing.Point(223, 8)
- Label114.Name = "Label114"
- Label114.Size = New System.Drawing.Size(94, 12)
- Label114.TabIndex = 20
- Label114.Text = "광역원수(7월):"
- '
- 'Label115
- '
- Label115.Anchor = System.Windows.Forms.AnchorStyles.None
- Label115.AutoSize = True
- Label115.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label115.Location = New System.Drawing.Point(5, 92)
- Label115.Name = "Label115"
- Label115.Size = New System.Drawing.Size(94, 12)
- Label115.TabIndex = 14
- Label115.Text = "광역원수(4월):"
- '
- 'Label116
- '
- Label116.Anchor = System.Windows.Forms.AnchorStyles.None
- Label116.AutoSize = True
- Label116.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label116.Location = New System.Drawing.Point(5, 8)
- Label116.Name = "Label116"
- Label116.Size = New System.Drawing.Size(94, 12)
- Label116.TabIndex = 8
- Label116.Text = "광역원수(1월):"
- '
- 'Label117
- '
- Label117.Anchor = System.Windows.Forms.AnchorStyles.None
- Label117.AutoSize = True
- Label117.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label117.Location = New System.Drawing.Point(5, 64)
- Label117.Name = "Label117"
- Label117.Size = New System.Drawing.Size(94, 12)
- Label117.TabIndex = 12
- Label117.Text = "광역원수(3월):"
- '
- 'Label118
- '
- Label118.Anchor = System.Windows.Forms.AnchorStyles.None
- Label118.AutoSize = True
- Label118.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Label118.Location = New System.Drawing.Point(5, 36)
- Label118.Name = "Label118"
- Label118.Size = New System.Drawing.Size(94, 12)
- Label118.TabIndex = 10
- Label118.Text = "광역원수(2월):"
- '
- 'Label119
- '
- Me.Label119.AutoSize = True
- Me.Label119.ForeColor = System.Drawing.Color.DarkBlue
- Me.Label119.Location = New System.Drawing.Point(9, 2)
- Me.Label119.Name = "Label119"
- Me.Label119.Size = New System.Drawing.Size(76, 12)
- Me.Label119.TabIndex = 121
- Me.Label119.Text = "[온도 입력]"
- '
- 'dv
- '
- Me.dv.A_DelCurrentCell = True
- Me.dv.A_EnterToTab = False
- Me.dv.AllowUserToAddRows = False
- Me.dv.AllowUserToResizeRows = False
- Me.dv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.dv.AutoGenerateColumns = False
- Me.dv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
- Me.dv.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.dv.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical
- Me.dv.ColumnHeadersHeight = 30
- Me.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
- Me.dv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.건물위치DataGridViewTextBoxColumn})
- Me.dv.DataSource = Me.bs
- Me.dv.Location = New System.Drawing.Point(3, 213)
- Me.dv.Margin = New System.Windows.Forms.Padding(0)
- Me.dv.MultiSelect = False
- Me.dv.Name = "dv"
- Me.dv.RowHeadersVisible = False
- Me.dv.RowTemplate.Height = 23
- Me.dv.Size = New System.Drawing.Size(187, 318)
- Me.dv.TabIndex = 3
- '
- 'Column1
- '
- Me.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
- Me.Column1.DataPropertyName = "code"
- Me.Column1.HeaderText = "CD"
- Me.Column1.Name = "Column1"
- Me.Column1.Width = 60
- '
- '건물위치DataGridViewTextBoxColumn
- '
- Me.건물위치DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
- Me.건물위치DataGridViewTextBoxColumn.DataPropertyName = "건물위치"
- Me.건물위치DataGridViewTextBoxColumn.HeaderText = "건물위치"
- Me.건물위치DataGridViewTextBoxColumn.Name = "건물위치DataGridViewTextBoxColumn"
- Me.건물위치DataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
- '
- 'bn_all
- '
- Me.bn_all.AddNewItem = Nothing
- Me.bn_all.AutoSize = False
- Me.bn_all.CountItem = Nothing
- Me.bn_all.DeleteItem = Nothing
- Me.bn_all.Dock = System.Windows.Forms.DockStyle.Left
- Me.bn_all.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
- Me.bn_all.ImageScalingSize = New System.Drawing.Size(32, 32)
- Me.bn_all.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton48, Me.ToolStripButton49, Me.ToolStripButton51, Me.ToolStripSeparator28, Me.ToolStripButton8, Me.ToolStripButton13})
- Me.bn_all.Location = New System.Drawing.Point(0, 0)
- Me.bn_all.MoveFirstItem = Nothing
- Me.bn_all.MoveLastItem = Nothing
- Me.bn_all.MoveNextItem = Nothing
- Me.bn_all.MovePreviousItem = Nothing
- Me.bn_all.Name = "bn_all"
- Me.bn_all.PositionItem = Nothing
- Me.bn_all.Size = New System.Drawing.Size(193, 533)
- Me.bn_all.TabIndex = 7
- Me.bn_all.Text = "BindingNavigator1"
- '
- 'ToolStripButton48
- '
- Me.ToolStripButton48.Image = Global.Eco2Ar.My.Resources.Resources.new_32
- Me.ToolStripButton48.Name = "ToolStripButton48"
- Me.ToolStripButton48.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton48.Size = New System.Drawing.Size(191, 36)
- Me.ToolStripButton48.Text = "신규추가(&A)"
- '
- 'ToolStripButton49
- '
- Me.ToolStripButton49.Image = Global.Eco2Ar.My.Resources.Resources.remov_32
- Me.ToolStripButton49.Name = "ToolStripButton49"
- Me.ToolStripButton49.RightToLeftAutoMirrorImage = True
- Me.ToolStripButton49.Size = New System.Drawing.Size(191, 36)
- Me.ToolStripButton49.Text = "선택삭제(&D)"
- '
- 'ToolStripButton51
- '
- Me.ToolStripButton51.Image = Global.Eco2Ar.My.Resources.Resources.cancl_32
- Me.ToolStripButton51.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.ToolStripButton51.Name = "ToolStripButton51"
- Me.ToolStripButton51.Size = New System.Drawing.Size(191, 36)
- Me.ToolStripButton51.Text = "변경취소(&C)"
- '
- 'ToolStripSeparator28
- '
- Me.ToolStripSeparator28.Name = "ToolStripSeparator28"
- Me.ToolStripSeparator28.Size = New System.Drawing.Size(191, 6)
- '
- 'ToolStripButton8
- '
- Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image)
- Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.ToolStripButton8.Name = "ToolStripButton8"
- Me.ToolStripButton8.Size = New System.Drawing.Size(191, 36)
- Me.ToolStripButton8.Text = "Data Export"
- '
- 'ToolStripButton13
- '
- Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image)
- Me.ToolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.ToolStripButton13.Name = "ToolStripButton13"
- Me.ToolStripButton13.Size = New System.Drawing.Size(191, 36)
- Me.ToolStripButton13.Text = "Data Import"
- '
- 'StatusStrip1
- '
- Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg})
- Me.StatusStrip1.Location = New System.Drawing.Point(0, 533)
- Me.StatusStrip1.Name = "StatusStrip1"
- Me.StatusStrip1.Size = New System.Drawing.Size(1136, 22)
- Me.StatusStrip1.TabIndex = 12
- 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 = "<메세지>"
- '
- 'tb_w12
- '
- Me.tb_w12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m12", True))
- Me.tb_w12.Location = New System.Drawing.Point(365, 144)
- Me.tb_w12.Name = "tb_w12"
- Me.tb_w12.NectControl = Nothing
- Me.tb_w12.Size = New System.Drawing.Size(95, 21)
- Me.tb_w12.TabIndex = 29
- Me.tb_w12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w11
- '
- Me.tb_w11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m11", True))
- Me.tb_w11.Location = New System.Drawing.Point(365, 116)
- Me.tb_w11.Name = "tb_w11"
- Me.tb_w11.NectControl = Nothing
- Me.tb_w11.Size = New System.Drawing.Size(95, 21)
- Me.tb_w11.TabIndex = 27
- Me.tb_w11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w10
- '
- Me.tb_w10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m10", True))
- Me.tb_w10.Location = New System.Drawing.Point(365, 88)
- Me.tb_w10.Name = "tb_w10"
- Me.tb_w10.NectControl = Nothing
- Me.tb_w10.Size = New System.Drawing.Size(95, 21)
- Me.tb_w10.TabIndex = 25
- Me.tb_w10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w06
- '
- Me.tb_w06.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w06.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m06", True))
- Me.tb_w06.Location = New System.Drawing.Point(107, 144)
- Me.tb_w06.Name = "tb_w06"
- Me.tb_w06.NectControl = Nothing
- Me.tb_w06.Size = New System.Drawing.Size(95, 21)
- Me.tb_w06.TabIndex = 17
- Me.tb_w06.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w06.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w09
- '
- Me.tb_w09.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w09.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m09", True))
- Me.tb_w09.Location = New System.Drawing.Point(365, 60)
- Me.tb_w09.Name = "tb_w09"
- Me.tb_w09.NectControl = Nothing
- Me.tb_w09.Size = New System.Drawing.Size(95, 21)
- Me.tb_w09.TabIndex = 23
- Me.tb_w09.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w09.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w05
- '
- Me.tb_w05.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w05.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m05", True))
- Me.tb_w05.Location = New System.Drawing.Point(107, 116)
- Me.tb_w05.Name = "tb_w05"
- Me.tb_w05.NectControl = Nothing
- Me.tb_w05.Size = New System.Drawing.Size(95, 21)
- Me.tb_w05.TabIndex = 15
- Me.tb_w05.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w05.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w04
- '
- Me.tb_w04.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w04.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m04", True))
- Me.tb_w04.Location = New System.Drawing.Point(107, 88)
- Me.tb_w04.Name = "tb_w04"
- Me.tb_w04.NectControl = Nothing
- Me.tb_w04.Size = New System.Drawing.Size(95, 21)
- Me.tb_w04.TabIndex = 13
- Me.tb_w04.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w04.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w08
- '
- Me.tb_w08.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w08.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m08", True))
- Me.tb_w08.Location = New System.Drawing.Point(365, 32)
- Me.tb_w08.Name = "tb_w08"
- Me.tb_w08.NectControl = Nothing
- Me.tb_w08.Size = New System.Drawing.Size(95, 21)
- Me.tb_w08.TabIndex = 21
- Me.tb_w08.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w08.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w01
- '
- Me.tb_w01.BackColor = System.Drawing.SystemColors.Window
- Me.tb_w01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w01.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m01", True))
- Me.tb_w01.Location = New System.Drawing.Point(107, 4)
- Me.tb_w01.Name = "tb_w01"
- Me.tb_w01.NectControl = Nothing
- Me.tb_w01.Size = New System.Drawing.Size(95, 21)
- Me.tb_w01.TabIndex = 7
- Me.tb_w01.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w01.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w03
- '
- Me.tb_w03.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w03.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m03", True))
- Me.tb_w03.Location = New System.Drawing.Point(107, 60)
- Me.tb_w03.Name = "tb_w03"
- Me.tb_w03.NectControl = Nothing
- Me.tb_w03.Size = New System.Drawing.Size(95, 21)
- Me.tb_w03.TabIndex = 11
- Me.tb_w03.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w03.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w07
- '
- Me.tb_w07.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w07.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m07", True))
- Me.tb_w07.Location = New System.Drawing.Point(365, 4)
- Me.tb_w07.Name = "tb_w07"
- Me.tb_w07.NectControl = Nothing
- Me.tb_w07.Size = New System.Drawing.Size(95, 21)
- Me.tb_w07.TabIndex = 19
- Me.tb_w07.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w07.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_w02
- '
- Me.tb_w02.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_w02.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "m02", True))
- Me.tb_w02.Location = New System.Drawing.Point(107, 32)
- Me.tb_w02.Name = "tb_w02"
- Me.tb_w02.NectControl = Nothing
- Me.tb_w02.Size = New System.Drawing.Size(95, 21)
- Me.tb_w02.TabIndex = 9
- Me.tb_w02.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_w02.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_wnan
- '
- Me.tb_wnan.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.tb_wnan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_wnan.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "난방기", True))
- Me.tb_wnan.Location = New System.Drawing.Point(133, 19)
- Me.tb_wnan.Name = "tb_wnan"
- Me.tb_wnan.NectControl = Nothing
- Me.tb_wnan.Size = New System.Drawing.Size(111, 21)
- Me.tb_wnan.TabIndex = 3
- Me.tb_wnan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_wnan.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_wnaen
- '
- Me.tb_wnaen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_wnaen.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "냉방기", True))
- Me.tb_wnaen.Location = New System.Drawing.Point(133, 44)
- Me.tb_wnaen.Name = "tb_wnaen"
- Me.tb_wnaen.NectControl = Nothing
- Me.tb_wnaen.Size = New System.Drawing.Size(111, 21)
- Me.tb_wnaen.TabIndex = 5
- Me.tb_wnaen.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.tb_wnaen.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v1
- '
- Me.tb_v1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m01", True))
- Me.tb_v1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v1.Location = New System.Drawing.Point(112, 4)
- Me.tb_v1.Name = "tb_v1"
- Me.tb_v1.NectControl = Nothing
- Me.tb_v1.Size = New System.Drawing.Size(332, 21)
- Me.tb_v1.TabIndex = 3
- Me.tb_v1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v6
- '
- Me.tb_v6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m06", True))
- Me.tb_v6.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v6.Location = New System.Drawing.Point(112, 144)
- Me.tb_v6.Name = "tb_v6"
- Me.tb_v6.NectControl = Nothing
- Me.tb_v6.Size = New System.Drawing.Size(332, 21)
- Me.tb_v6.TabIndex = 13
- Me.tb_v6.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v5
- '
- Me.tb_v5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m05", True))
- Me.tb_v5.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v5.Location = New System.Drawing.Point(112, 116)
- Me.tb_v5.Name = "tb_v5"
- Me.tb_v5.NectControl = Nothing
- Me.tb_v5.Size = New System.Drawing.Size(332, 21)
- Me.tb_v5.TabIndex = 11
- Me.tb_v5.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v4
- '
- Me.tb_v4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m04", True))
- Me.tb_v4.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v4.Location = New System.Drawing.Point(112, 88)
- Me.tb_v4.Name = "tb_v4"
- Me.tb_v4.NectControl = Nothing
- Me.tb_v4.Size = New System.Drawing.Size(332, 21)
- Me.tb_v4.TabIndex = 9
- Me.tb_v4.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v2
- '
- Me.tb_v2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m02", True))
- Me.tb_v2.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v2.Location = New System.Drawing.Point(112, 32)
- Me.tb_v2.Name = "tb_v2"
- Me.tb_v2.NectControl = Nothing
- Me.tb_v2.Size = New System.Drawing.Size(332, 21)
- Me.tb_v2.TabIndex = 5
- Me.tb_v2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v3
- '
- Me.tb_v3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m03", True))
- Me.tb_v3.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v3.Location = New System.Drawing.Point(112, 60)
- Me.tb_v3.Name = "tb_v3"
- Me.tb_v3.NectControl = Nothing
- Me.tb_v3.Size = New System.Drawing.Size(332, 21)
- Me.tb_v3.TabIndex = 7
- Me.tb_v3.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v7
- '
- Me.tb_v7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m07", True))
- Me.tb_v7.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v7.Location = New System.Drawing.Point(112, 172)
- Me.tb_v7.Name = "tb_v7"
- Me.tb_v7.NectControl = Nothing
- Me.tb_v7.Size = New System.Drawing.Size(332, 21)
- Me.tb_v7.TabIndex = 15
- Me.tb_v7.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v8
- '
- Me.tb_v8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m08", True))
- Me.tb_v8.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v8.Location = New System.Drawing.Point(112, 200)
- Me.tb_v8.Name = "tb_v8"
- Me.tb_v8.NectControl = Nothing
- Me.tb_v8.Size = New System.Drawing.Size(332, 21)
- Me.tb_v8.TabIndex = 17
- Me.tb_v8.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v9
- '
- Me.tb_v9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m09", True))
- Me.tb_v9.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v9.Location = New System.Drawing.Point(112, 228)
- Me.tb_v9.Name = "tb_v9"
- Me.tb_v9.NectControl = Nothing
- Me.tb_v9.Size = New System.Drawing.Size(332, 21)
- Me.tb_v9.TabIndex = 19
- Me.tb_v9.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v10
- '
- Me.tb_v10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m10", True))
- Me.tb_v10.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v10.Location = New System.Drawing.Point(112, 256)
- Me.tb_v10.Name = "tb_v10"
- Me.tb_v10.NectControl = Nothing
- Me.tb_v10.Size = New System.Drawing.Size(332, 21)
- Me.tb_v10.TabIndex = 21
- Me.tb_v10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v11
- '
- Me.tb_v11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m11", True))
- Me.tb_v11.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v11.Location = New System.Drawing.Point(112, 284)
- Me.tb_v11.Name = "tb_v11"
- Me.tb_v11.NectControl = Nothing
- Me.tb_v11.Size = New System.Drawing.Size(332, 21)
- Me.tb_v11.TabIndex = 23
- Me.tb_v11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v12
- '
- Me.tb_v12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "m12", True))
- Me.tb_v12.Dock = System.Windows.Forms.DockStyle.Fill
- Me.tb_v12.Location = New System.Drawing.Point(112, 312)
- Me.tb_v12.Name = "tb_v12"
- Me.tb_v12.NectControl = Nothing
- Me.tb_v12.Size = New System.Drawing.Size(332, 21)
- Me.tb_v12.TabIndex = 31
- Me.tb_v12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_v0
- '
- Me.tb_v0.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.tb_v0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_v0.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_ilsa, "최대부하", True))
- Me.tb_v0.Location = New System.Drawing.Point(147, 19)
- Me.tb_v0.Name = "tb_v0"
- Me.tb_v0.NectControl = Nothing
- Me.tb_v0.Size = New System.Drawing.Size(257, 21)
- Me.tb_v0.TabIndex = 1
- Me.tb_v0.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t18
- '
- Me.tb_t18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t18", True))
- Me.tb_t18.Location = New System.Drawing.Point(228, 144)
- Me.tb_t18.Name = "tb_t18"
- Me.tb_t18.NectControl = Nothing
- Me.tb_t18.Size = New System.Drawing.Size(79, 21)
- Me.tb_t18.TabIndex = 35
- Me.tb_t18.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t1
- '
- Me.tb_t1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.tb_t1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t01", True))
- Me.tb_t1.Location = New System.Drawing.Point(43, 4)
- Me.tb_t1.Name = "tb_t1"
- Me.tb_t1.NectControl = Nothing
- Me.tb_t1.Size = New System.Drawing.Size(139, 21)
- Me.tb_t1.TabIndex = 1
- Me.tb_t1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t17
- '
- Me.tb_t17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t17.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t17", True))
- Me.tb_t17.Location = New System.Drawing.Point(228, 116)
- Me.tb_t17.Name = "tb_t17"
- Me.tb_t17.NectControl = Nothing
- Me.tb_t17.Size = New System.Drawing.Size(79, 21)
- Me.tb_t17.TabIndex = 33
- Me.tb_t17.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t16
- '
- Me.tb_t16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t16.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t16", True))
- Me.tb_t16.Location = New System.Drawing.Point(228, 88)
- Me.tb_t16.Name = "tb_t16"
- Me.tb_t16.NectControl = Nothing
- Me.tb_t16.Size = New System.Drawing.Size(79, 21)
- Me.tb_t16.TabIndex = 31
- Me.tb_t16.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t15
- '
- Me.tb_t15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t15", True))
- Me.tb_t15.Location = New System.Drawing.Point(228, 60)
- Me.tb_t15.Name = "tb_t15"
- Me.tb_t15.NectControl = Nothing
- Me.tb_t15.Size = New System.Drawing.Size(79, 21)
- Me.tb_t15.TabIndex = 29
- Me.tb_t15.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t14
- '
- Me.tb_t14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t14.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t14", True))
- Me.tb_t14.Location = New System.Drawing.Point(228, 32)
- Me.tb_t14.Name = "tb_t14"
- Me.tb_t14.NectControl = Nothing
- Me.tb_t14.Size = New System.Drawing.Size(79, 21)
- Me.tb_t14.TabIndex = 27
- Me.tb_t14.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t2
- '
- Me.tb_t2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t02", True))
- Me.tb_t2.Location = New System.Drawing.Point(43, 32)
- Me.tb_t2.Name = "tb_t2"
- Me.tb_t2.NectControl = Nothing
- Me.tb_t2.Size = New System.Drawing.Size(79, 21)
- Me.tb_t2.TabIndex = 3
- Me.tb_t2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t13
- '
- Me.tb_t13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t13.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t13", True))
- Me.tb_t13.Location = New System.Drawing.Point(228, 4)
- Me.tb_t13.Name = "tb_t13"
- Me.tb_t13.NectControl = Nothing
- Me.tb_t13.Size = New System.Drawing.Size(79, 21)
- Me.tb_t13.TabIndex = 25
- Me.tb_t13.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t6
- '
- Me.tb_t6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t06", True))
- Me.tb_t6.Location = New System.Drawing.Point(43, 144)
- Me.tb_t6.Name = "tb_t6"
- Me.tb_t6.NectControl = Nothing
- Me.tb_t6.Size = New System.Drawing.Size(79, 21)
- Me.tb_t6.TabIndex = 11
- Me.tb_t6.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t19
- '
- Me.tb_t19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t19.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t19", True))
- Me.tb_t19.Location = New System.Drawing.Point(228, 172)
- Me.tb_t19.Name = "tb_t19"
- Me.tb_t19.NectControl = Nothing
- Me.tb_t19.Size = New System.Drawing.Size(79, 21)
- Me.tb_t19.TabIndex = 37
- Me.tb_t19.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t5
- '
- Me.tb_t5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t05", True))
- Me.tb_t5.Location = New System.Drawing.Point(43, 116)
- Me.tb_t5.Name = "tb_t5"
- Me.tb_t5.NectControl = Nothing
- Me.tb_t5.Size = New System.Drawing.Size(79, 21)
- Me.tb_t5.TabIndex = 9
- Me.tb_t5.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t20
- '
- Me.tb_t20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t20.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t20", True))
- Me.tb_t20.Location = New System.Drawing.Point(228, 200)
- Me.tb_t20.Name = "tb_t20"
- Me.tb_t20.NectControl = Nothing
- Me.tb_t20.Size = New System.Drawing.Size(79, 21)
- Me.tb_t20.TabIndex = 39
- Me.tb_t20.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t4
- '
- Me.tb_t4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t04", True))
- Me.tb_t4.Location = New System.Drawing.Point(43, 88)
- Me.tb_t4.Name = "tb_t4"
- Me.tb_t4.NectControl = Nothing
- Me.tb_t4.Size = New System.Drawing.Size(79, 21)
- Me.tb_t4.TabIndex = 7
- Me.tb_t4.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t21
- '
- Me.tb_t21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t21.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t21", True))
- Me.tb_t21.Location = New System.Drawing.Point(228, 228)
- Me.tb_t21.Name = "tb_t21"
- Me.tb_t21.NectControl = Nothing
- Me.tb_t21.Size = New System.Drawing.Size(79, 21)
- Me.tb_t21.TabIndex = 41
- Me.tb_t21.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t3
- '
- Me.tb_t3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t03", True))
- Me.tb_t3.Location = New System.Drawing.Point(43, 60)
- Me.tb_t3.Name = "tb_t3"
- Me.tb_t3.NectControl = Nothing
- Me.tb_t3.Size = New System.Drawing.Size(79, 21)
- Me.tb_t3.TabIndex = 5
- Me.tb_t3.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t22
- '
- Me.tb_t22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t22.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t22", True))
- Me.tb_t22.Location = New System.Drawing.Point(228, 256)
- Me.tb_t22.Name = "tb_t22"
- Me.tb_t22.NectControl = Nothing
- Me.tb_t22.Size = New System.Drawing.Size(79, 21)
- Me.tb_t22.TabIndex = 43
- Me.tb_t22.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t23
- '
- Me.tb_t23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t23.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t23", True))
- Me.tb_t23.Location = New System.Drawing.Point(228, 284)
- Me.tb_t23.Name = "tb_t23"
- Me.tb_t23.NectControl = Nothing
- Me.tb_t23.Size = New System.Drawing.Size(79, 21)
- Me.tb_t23.TabIndex = 45
- Me.tb_t23.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t12
- '
- Me.tb_t12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t12", True))
- Me.tb_t12.Location = New System.Drawing.Point(43, 312)
- Me.tb_t12.Name = "tb_t12"
- Me.tb_t12.NectControl = Nothing
- Me.tb_t12.Size = New System.Drawing.Size(79, 21)
- Me.tb_t12.TabIndex = 23
- Me.tb_t12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t24
- '
- Me.tb_t24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t24.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t24", True))
- Me.tb_t24.Location = New System.Drawing.Point(228, 312)
- Me.tb_t24.Name = "tb_t24"
- Me.tb_t24.NectControl = Nothing
- Me.tb_t24.Size = New System.Drawing.Size(79, 21)
- Me.tb_t24.TabIndex = 47
- Me.tb_t24.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t11
- '
- Me.tb_t11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t11", True))
- Me.tb_t11.Location = New System.Drawing.Point(43, 284)
- Me.tb_t11.Name = "tb_t11"
- Me.tb_t11.NectControl = Nothing
- Me.tb_t11.Size = New System.Drawing.Size(79, 21)
- Me.tb_t11.TabIndex = 21
- Me.tb_t11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t10
- '
- Me.tb_t10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t10", True))
- Me.tb_t10.Location = New System.Drawing.Point(43, 256)
- Me.tb_t10.Name = "tb_t10"
- Me.tb_t10.NectControl = Nothing
- Me.tb_t10.Size = New System.Drawing.Size(79, 21)
- Me.tb_t10.TabIndex = 19
- Me.tb_t10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t9
- '
- Me.tb_t9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t09", True))
- Me.tb_t9.Location = New System.Drawing.Point(43, 228)
- Me.tb_t9.Name = "tb_t9"
- Me.tb_t9.NectControl = Nothing
- Me.tb_t9.Size = New System.Drawing.Size(79, 21)
- Me.tb_t9.TabIndex = 17
- Me.tb_t9.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t8
- '
- Me.tb_t8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t08", True))
- Me.tb_t8.Location = New System.Drawing.Point(43, 200)
- Me.tb_t8.Name = "tb_t8"
- Me.tb_t8.NectControl = Nothing
- Me.tb_t8.Size = New System.Drawing.Size(79, 21)
- Me.tb_t8.TabIndex = 15
- Me.tb_t8.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_t7
- '
- Me.tb_t7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_t7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_temp, "t07", True))
- Me.tb_t7.Location = New System.Drawing.Point(43, 172)
- Me.tb_t7.Name = "tb_t7"
- Me.tb_t7.NectControl = Nothing
- Me.tb_t7.Size = New System.Drawing.Size(79, 21)
- Me.tb_t7.TabIndex = 13
- Me.tb_t7.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s24
- '
- Me.tb_s24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s24.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t24", True))
- Me.tb_s24.Location = New System.Drawing.Point(218, 312)
- Me.tb_s24.Name = "tb_s24"
- Me.tb_s24.NectControl = Nothing
- Me.tb_s24.Size = New System.Drawing.Size(79, 21)
- Me.tb_s24.TabIndex = 11
- Me.tb_s24.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_S12
- '
- Me.tb_S12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_S12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t12", True))
- Me.tb_S12.Location = New System.Drawing.Point(43, 312)
- Me.tb_S12.Name = "tb_S12"
- Me.tb_S12.NectControl = Nothing
- Me.tb_S12.Size = New System.Drawing.Size(79, 21)
- Me.tb_S12.TabIndex = 11
- Me.tb_S12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s23
- '
- Me.tb_s23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s23.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t23", True))
- Me.tb_s23.Location = New System.Drawing.Point(218, 284)
- Me.tb_s23.Name = "tb_s23"
- Me.tb_s23.NectControl = Nothing
- Me.tb_s23.Size = New System.Drawing.Size(79, 21)
- Me.tb_s23.TabIndex = 10
- Me.tb_s23.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s22
- '
- Me.tb_s22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s22.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t22", True))
- Me.tb_s22.Location = New System.Drawing.Point(218, 256)
- Me.tb_s22.Name = "tb_s22"
- Me.tb_s22.NectControl = Nothing
- Me.tb_s22.Size = New System.Drawing.Size(79, 21)
- Me.tb_s22.TabIndex = 9
- Me.tb_s22.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s11
- '
- Me.tb_s11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t11", True))
- Me.tb_s11.Location = New System.Drawing.Point(43, 284)
- Me.tb_s11.Name = "tb_s11"
- Me.tb_s11.NectControl = Nothing
- Me.tb_s11.Size = New System.Drawing.Size(79, 21)
- Me.tb_s11.TabIndex = 10
- Me.tb_s11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s21
- '
- Me.tb_s21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s21.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t21", True))
- Me.tb_s21.Location = New System.Drawing.Point(218, 228)
- Me.tb_s21.Name = "tb_s21"
- Me.tb_s21.NectControl = Nothing
- Me.tb_s21.Size = New System.Drawing.Size(79, 21)
- Me.tb_s21.TabIndex = 8
- Me.tb_s21.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s1
- '
- Me.tb_s1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.tb_s1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t01", True))
- Me.tb_s1.Location = New System.Drawing.Point(43, 4)
- Me.tb_s1.Name = "tb_s1"
- Me.tb_s1.NectControl = Nothing
- Me.tb_s1.Size = New System.Drawing.Size(129, 21)
- Me.tb_s1.TabIndex = 0
- Me.tb_s1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s20
- '
- Me.tb_s20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s20.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t20", True))
- Me.tb_s20.Location = New System.Drawing.Point(218, 200)
- Me.tb_s20.Name = "tb_s20"
- Me.tb_s20.NectControl = Nothing
- Me.tb_s20.Size = New System.Drawing.Size(79, 21)
- Me.tb_s20.TabIndex = 7
- Me.tb_s20.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s10
- '
- Me.tb_s10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t10", True))
- Me.tb_s10.Location = New System.Drawing.Point(43, 256)
- Me.tb_s10.Name = "tb_s10"
- Me.tb_s10.NectControl = Nothing
- Me.tb_s10.Size = New System.Drawing.Size(79, 21)
- Me.tb_s10.TabIndex = 9
- Me.tb_s10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s19
- '
- Me.tb_s19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s19.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t19", True))
- Me.tb_s19.Location = New System.Drawing.Point(218, 172)
- Me.tb_s19.Name = "tb_s19"
- Me.tb_s19.NectControl = Nothing
- Me.tb_s19.Size = New System.Drawing.Size(79, 21)
- Me.tb_s19.TabIndex = 6
- Me.tb_s19.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s3
- '
- Me.tb_s3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t03", True))
- Me.tb_s3.Location = New System.Drawing.Point(43, 60)
- Me.tb_s3.Name = "tb_s3"
- Me.tb_s3.NectControl = Nothing
- Me.tb_s3.Size = New System.Drawing.Size(79, 21)
- Me.tb_s3.TabIndex = 2
- Me.tb_s3.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s18
- '
- Me.tb_s18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s18.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t18", True))
- Me.tb_s18.Location = New System.Drawing.Point(218, 144)
- Me.tb_s18.Name = "tb_s18"
- Me.tb_s18.NectControl = Nothing
- Me.tb_s18.Size = New System.Drawing.Size(79, 21)
- Me.tb_s18.TabIndex = 5
- Me.tb_s18.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s9
- '
- Me.tb_s9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s9.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t09", True))
- Me.tb_s9.Location = New System.Drawing.Point(43, 228)
- Me.tb_s9.Name = "tb_s9"
- Me.tb_s9.NectControl = Nothing
- Me.tb_s9.Size = New System.Drawing.Size(79, 21)
- Me.tb_s9.TabIndex = 8
- Me.tb_s9.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s2
- '
- Me.tb_s2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t02", True))
- Me.tb_s2.Location = New System.Drawing.Point(43, 32)
- Me.tb_s2.Name = "tb_s2"
- Me.tb_s2.NectControl = Nothing
- Me.tb_s2.Size = New System.Drawing.Size(79, 21)
- Me.tb_s2.TabIndex = 1
- Me.tb_s2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s17
- '
- Me.tb_s17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s17.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t17", True))
- Me.tb_s17.Location = New System.Drawing.Point(218, 116)
- Me.tb_s17.Name = "tb_s17"
- Me.tb_s17.NectControl = Nothing
- Me.tb_s17.Size = New System.Drawing.Size(79, 21)
- Me.tb_s17.TabIndex = 4
- Me.tb_s17.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s16
- '
- Me.tb_s16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s16.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t16", True))
- Me.tb_s16.Location = New System.Drawing.Point(218, 88)
- Me.tb_s16.Name = "tb_s16"
- Me.tb_s16.NectControl = Nothing
- Me.tb_s16.Size = New System.Drawing.Size(79, 21)
- Me.tb_s16.TabIndex = 3
- Me.tb_s16.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s8
- '
- Me.tb_s8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s8.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t08", True))
- Me.tb_s8.Location = New System.Drawing.Point(43, 200)
- Me.tb_s8.Name = "tb_s8"
- Me.tb_s8.NectControl = Nothing
- Me.tb_s8.Size = New System.Drawing.Size(79, 21)
- Me.tb_s8.TabIndex = 7
- Me.tb_s8.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s15
- '
- Me.tb_s15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s15.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t15", True))
- Me.tb_s15.Location = New System.Drawing.Point(218, 60)
- Me.tb_s15.Name = "tb_s15"
- Me.tb_s15.NectControl = Nothing
- Me.tb_s15.Size = New System.Drawing.Size(79, 21)
- Me.tb_s15.TabIndex = 2
- Me.tb_s15.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s14
- '
- Me.tb_s14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s14.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t14", True))
- Me.tb_s14.Location = New System.Drawing.Point(218, 32)
- Me.tb_s14.Name = "tb_s14"
- Me.tb_s14.NectControl = Nothing
- Me.tb_s14.Size = New System.Drawing.Size(79, 21)
- Me.tb_s14.TabIndex = 1
- Me.tb_s14.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s4
- '
- Me.tb_s4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t04", True))
- Me.tb_s4.Location = New System.Drawing.Point(43, 88)
- Me.tb_s4.Name = "tb_s4"
- Me.tb_s4.NectControl = Nothing
- Me.tb_s4.Size = New System.Drawing.Size(79, 21)
- Me.tb_s4.TabIndex = 3
- Me.tb_s4.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s13
- '
- Me.tb_s13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s13.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t13", True))
- Me.tb_s13.Location = New System.Drawing.Point(218, 4)
- Me.tb_s13.Name = "tb_s13"
- Me.tb_s13.NectControl = Nothing
- Me.tb_s13.Size = New System.Drawing.Size(79, 21)
- Me.tb_s13.TabIndex = 0
- Me.tb_s13.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s7
- '
- Me.tb_s7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s7.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t07", True))
- Me.tb_s7.Location = New System.Drawing.Point(43, 172)
- Me.tb_s7.Name = "tb_s7"
- Me.tb_s7.NectControl = Nothing
- Me.tb_s7.Size = New System.Drawing.Size(79, 21)
- Me.tb_s7.TabIndex = 6
- Me.tb_s7.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s5
- '
- Me.tb_s5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t05", True))
- Me.tb_s5.Location = New System.Drawing.Point(43, 116)
- Me.tb_s5.Name = "tb_s5"
- Me.tb_s5.NectControl = Nothing
- Me.tb_s5.Size = New System.Drawing.Size(79, 21)
- Me.tb_s5.TabIndex = 4
- Me.tb_s5.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_s6
- '
- Me.tb_s6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_s6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_supdo, "t06", True))
- Me.tb_s6.Location = New System.Drawing.Point(43, 144)
- Me.tb_s6.Name = "tb_s6"
- Me.tb_s6.NectControl = Nothing
- Me.tb_s6.Size = New System.Drawing.Size(79, 21)
- Me.tb_s6.TabIndex = 5
- Me.tb_s6.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c12
- '
- Me.tb_c12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c12.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m12", True))
- Me.tb_c12.Location = New System.Drawing.Point(218, 144)
- Me.tb_c12.Name = "tb_c12"
- Me.tb_c12.NectControl = Nothing
- Me.tb_c12.Size = New System.Drawing.Size(79, 21)
- Me.tb_c12.TabIndex = 31
- Me.tb_c12.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c11
- '
- Me.tb_c11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c11.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m11", True))
- Me.tb_c11.Location = New System.Drawing.Point(218, 116)
- Me.tb_c11.Name = "tb_c11"
- Me.tb_c11.NectControl = Nothing
- Me.tb_c11.Size = New System.Drawing.Size(79, 21)
- Me.tb_c11.TabIndex = 23
- Me.tb_c11.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c01
- '
- Me.tb_c01.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.tb_c01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c01.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m01", True))
- Me.tb_c01.Location = New System.Drawing.Point(43, 4)
- Me.tb_c01.Name = "tb_c01"
- Me.tb_c01.NectControl = Nothing
- Me.tb_c01.Size = New System.Drawing.Size(129, 21)
- Me.tb_c01.TabIndex = 3
- Me.tb_c01.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c06
- '
- Me.tb_c06.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c06.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m06", True))
- Me.tb_c06.Location = New System.Drawing.Point(43, 144)
- Me.tb_c06.Name = "tb_c06"
- Me.tb_c06.NectControl = Nothing
- Me.tb_c06.Size = New System.Drawing.Size(79, 21)
- Me.tb_c06.TabIndex = 13
- Me.tb_c06.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c10
- '
- Me.tb_c10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c10.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m10", True))
- Me.tb_c10.Location = New System.Drawing.Point(218, 88)
- Me.tb_c10.Name = "tb_c10"
- Me.tb_c10.NectControl = Nothing
- Me.tb_c10.Size = New System.Drawing.Size(79, 21)
- Me.tb_c10.TabIndex = 21
- Me.tb_c10.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c09
- '
- Me.tb_c09.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c09.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m09", True))
- Me.tb_c09.Location = New System.Drawing.Point(218, 60)
- Me.tb_c09.Name = "tb_c09"
- Me.tb_c09.NectControl = Nothing
- Me.tb_c09.Size = New System.Drawing.Size(79, 21)
- Me.tb_c09.TabIndex = 19
- Me.tb_c09.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c05
- '
- Me.tb_c05.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c05.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m05", True))
- Me.tb_c05.Location = New System.Drawing.Point(43, 116)
- Me.tb_c05.Name = "tb_c05"
- Me.tb_c05.NectControl = Nothing
- Me.tb_c05.Size = New System.Drawing.Size(79, 21)
- Me.tb_c05.TabIndex = 11
- Me.tb_c05.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c08
- '
- Me.tb_c08.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c08.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m08", True))
- Me.tb_c08.Location = New System.Drawing.Point(218, 32)
- Me.tb_c08.Name = "tb_c08"
- Me.tb_c08.NectControl = Nothing
- Me.tb_c08.Size = New System.Drawing.Size(79, 21)
- Me.tb_c08.TabIndex = 17
- Me.tb_c08.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c04
- '
- Me.tb_c04.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c04.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m04", True))
- Me.tb_c04.Location = New System.Drawing.Point(43, 88)
- Me.tb_c04.Name = "tb_c04"
- Me.tb_c04.NectControl = Nothing
- Me.tb_c04.Size = New System.Drawing.Size(79, 21)
- Me.tb_c04.TabIndex = 9
- Me.tb_c04.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c07
- '
- Me.tb_c07.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c07.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m07", True))
- Me.tb_c07.Location = New System.Drawing.Point(218, 4)
- Me.tb_c07.Name = "tb_c07"
- Me.tb_c07.NectControl = Nothing
- Me.tb_c07.Size = New System.Drawing.Size(79, 21)
- Me.tb_c07.TabIndex = 15
- Me.tb_c07.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c02
- '
- Me.tb_c02.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c02.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m02", True))
- Me.tb_c02.Location = New System.Drawing.Point(43, 32)
- Me.tb_c02.Name = "tb_c02"
- Me.tb_c02.NectControl = Nothing
- Me.tb_c02.Size = New System.Drawing.Size(79, 21)
- Me.tb_c02.TabIndex = 5
- Me.tb_c02.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'tb_c03
- '
- Me.tb_c03.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.tb_c03.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_cha, "m03", True))
- Me.tb_c03.Location = New System.Drawing.Point(43, 60)
- Me.tb_c03.Name = "tb_c03"
- Me.tb_c03.NectControl = Nothing
- Me.tb_c03.Size = New System.Drawing.Size(79, 21)
- Me.tb_c03.TabIndex = 7
- Me.tb_c03.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'MyTb1
- '
- Me.MyTb1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.MyTb1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "code", True))
- Me.MyTb1.Location = New System.Drawing.Point(65, 304)
- Me.MyTb1.Name = "MyTb1"
- Me.MyTb1.NectControl = Nothing
- Me.MyTb1.Size = New System.Drawing.Size(95, 21)
- Me.MyTb1.TabIndex = 126
- Me.MyTb1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.MyTb1.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
- 'MyTb2
- '
- Me.MyTb2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.MyTb2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bsw_wind, "pcode", True))
- Me.MyTb2.Location = New System.Drawing.Point(65, 276)
- Me.MyTb2.Name = "MyTb2"
- Me.MyTb2.NectControl = Nothing
- Me.MyTb2.Size = New System.Drawing.Size(95, 21)
- Me.MyTb2.TabIndex = 125
- Me.MyTb2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.MyTb2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
- '
'tbwi12
'
Me.tbwi12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
@@ -4807,6 +4524,82 @@ Partial Class Frm_V20091231_Weather
Me.tbwi02.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
Me.tbwi02.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
+ 'Label68
+ '
+ Me.Label68.AutoSize = True
+ Me.Label68.ForeColor = System.Drawing.Color.DarkBlue
+ Me.Label68.Location = New System.Drawing.Point(9, 2)
+ Me.Label68.Name = "Label68"
+ Me.Label68.Size = New System.Drawing.Size(76, 12)
+ Me.Label68.TabIndex = 121
+ Me.Label68.Text = "[온도 입력]"
+ '
+ 'TabPage5
+ '
+ Me.TabPage5.Controls.Add(Me.Panel6)
+ Me.TabPage5.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage5.Name = "TabPage5"
+ Me.TabPage5.Size = New System.Drawing.Size(935, 507)
+ Me.TabPage5.TabIndex = 8
+ Me.TabPage5.Text = "하천수온도"
+ Me.TabPage5.UseVisualStyleBackColor = True
+ '
+ 'Panel6
+ '
+ Me.Panel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
+ Me.Panel6.Controls.Add(Me.TableLayoutPanel10)
+ Me.Panel6.Controls.Add(Me.Label106)
+ Me.Panel6.Location = New System.Drawing.Point(81, 55)
+ Me.Panel6.Name = "Panel6"
+ Me.Panel6.Size = New System.Drawing.Size(536, 195)
+ Me.Panel6.TabIndex = 124
+ '
+ 'TableLayoutPanel10
+ '
+ Me.TableLayoutPanel10.AutoSize = True
+ Me.TableLayoutPanel10.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(252, Byte), Integer))
+ Me.TableLayoutPanel10.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
+ Me.TableLayoutPanel10.ColumnCount = 4
+ Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 123.0!))
+ Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92.0!))
+ Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 137.0!))
+ Me.TableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 110.0!))
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr12, 3, 5)
+ Me.TableLayoutPanel10.Controls.Add(Label69, 2, 5)
+ Me.TableLayoutPanel10.Controls.Add(Label70, 2, 4)
+ Me.TableLayoutPanel10.Controls.Add(Label71, 2, 3)
+ Me.TableLayoutPanel10.Controls.Add(Label72, 2, 2)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr11, 3, 4)
+ Me.TableLayoutPanel10.Controls.Add(Label73, 0, 5)
+ Me.TableLayoutPanel10.Controls.Add(Label74, 2, 1)
+ Me.TableLayoutPanel10.Controls.Add(Label75, 0, 4)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr10, 3, 3)
+ Me.TableLayoutPanel10.Controls.Add(Label76, 2, 0)
+ Me.TableLayoutPanel10.Controls.Add(Label102, 0, 3)
+ Me.TableLayoutPanel10.Controls.Add(Label103, 0, 0)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr06, 1, 5)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr09, 3, 2)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr05, 1, 4)
+ Me.TableLayoutPanel10.Controls.Add(Label104, 0, 2)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr04, 1, 3)
+ Me.TableLayoutPanel10.Controls.Add(Label105, 0, 1)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr08, 3, 1)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr01, 1, 0)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr03, 1, 2)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr07, 3, 0)
+ Me.TableLayoutPanel10.Controls.Add(Me.tbr02, 1, 1)
+ Me.TableLayoutPanel10.Location = New System.Drawing.Point(11, 19)
+ Me.TableLayoutPanel10.Name = "TableLayoutPanel10"
+ Me.TableLayoutPanel10.RowCount = 5
+ Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel10.Size = New System.Drawing.Size(467, 169)
+ Me.TableLayoutPanel10.TabIndex = 122
+ '
'tbr12
'
Me.tbr12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
@@ -4952,6 +4745,82 @@ Partial Class Frm_V20091231_Weather
Me.tbr02.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
Me.tbr02.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
+ 'Label106
+ '
+ Me.Label106.AutoSize = True
+ Me.Label106.ForeColor = System.Drawing.Color.DarkBlue
+ Me.Label106.Location = New System.Drawing.Point(9, 2)
+ Me.Label106.Name = "Label106"
+ Me.Label106.Size = New System.Drawing.Size(76, 12)
+ Me.Label106.TabIndex = 121
+ Me.Label106.Text = "[온도 입력]"
+ '
+ 'TabPage6
+ '
+ Me.TabPage6.Controls.Add(Me.Panel9)
+ Me.TabPage6.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage6.Name = "TabPage6"
+ Me.TabPage6.Size = New System.Drawing.Size(935, 507)
+ Me.TabPage6.TabIndex = 9
+ Me.TabPage6.Text = "광역원수"
+ Me.TabPage6.UseVisualStyleBackColor = True
+ '
+ 'Panel9
+ '
+ Me.Panel9.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
+ Me.Panel9.Controls.Add(Me.TableLayoutPanel11)
+ Me.Panel9.Controls.Add(Me.Label119)
+ Me.Panel9.Location = New System.Drawing.Point(52, 57)
+ Me.Panel9.Name = "Panel9"
+ Me.Panel9.Size = New System.Drawing.Size(536, 195)
+ Me.Panel9.TabIndex = 125
+ '
+ 'TableLayoutPanel11
+ '
+ Me.TableLayoutPanel11.AutoSize = True
+ Me.TableLayoutPanel11.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(252, Byte), Integer))
+ Me.TableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
+ Me.TableLayoutPanel11.ColumnCount = 4
+ Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
+ Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 102.0!))
+ Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 127.0!))
+ Me.TableLayoutPanel11.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 131.0!))
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw12, 3, 5)
+ Me.TableLayoutPanel11.Controls.Add(Label107, 2, 5)
+ Me.TableLayoutPanel11.Controls.Add(Label108, 2, 4)
+ Me.TableLayoutPanel11.Controls.Add(Label109, 2, 3)
+ Me.TableLayoutPanel11.Controls.Add(Label110, 2, 2)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw11, 3, 4)
+ Me.TableLayoutPanel11.Controls.Add(Label111, 0, 5)
+ Me.TableLayoutPanel11.Controls.Add(Label112, 2, 1)
+ Me.TableLayoutPanel11.Controls.Add(Label113, 0, 4)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw10, 3, 3)
+ Me.TableLayoutPanel11.Controls.Add(Label114, 2, 0)
+ Me.TableLayoutPanel11.Controls.Add(Label115, 0, 3)
+ Me.TableLayoutPanel11.Controls.Add(Label116, 0, 0)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw06, 1, 5)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw09, 3, 2)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw05, 1, 4)
+ Me.TableLayoutPanel11.Controls.Add(Label117, 0, 2)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw04, 1, 3)
+ Me.TableLayoutPanel11.Controls.Add(Label118, 0, 1)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw08, 3, 1)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw01, 1, 0)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw03, 1, 2)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw07, 3, 0)
+ Me.TableLayoutPanel11.Controls.Add(Me.tbw02, 1, 1)
+ Me.TableLayoutPanel11.Location = New System.Drawing.Point(11, 19)
+ Me.TableLayoutPanel11.Name = "TableLayoutPanel11"
+ Me.TableLayoutPanel11.RowCount = 5
+ Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel11.RowStyles.Add(New System.Windows.Forms.RowStyle())
+ Me.TableLayoutPanel11.Size = New System.Drawing.Size(467, 169)
+ Me.TableLayoutPanel11.TabIndex = 122
+ '
'tbw12
'
Me.tbw12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
@@ -5097,6 +4966,138 @@ Partial Class Frm_V20091231_Weather
Me.tbw02.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
Me.tbw02.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
+ 'Label119
+ '
+ Me.Label119.AutoSize = True
+ Me.Label119.ForeColor = System.Drawing.Color.DarkBlue
+ Me.Label119.Location = New System.Drawing.Point(9, 2)
+ Me.Label119.Name = "Label119"
+ Me.Label119.Size = New System.Drawing.Size(76, 12)
+ Me.Label119.TabIndex = 121
+ Me.Label119.Text = "[온도 입력]"
+ '
+ 'dv
+ '
+ Me.dv.A_DelCurrentCell = True
+ Me.dv.A_EnterToTab = False
+ Me.dv.AllowUserToAddRows = False
+ Me.dv.AllowUserToResizeRows = False
+ Me.dv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
+ Me.dv.AutoGenerateColumns = False
+ Me.dv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
+ Me.dv.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.dv.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical
+ Me.dv.ColumnHeadersHeight = 30
+ Me.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
+ Me.dv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.건물위치DataGridViewTextBoxColumn})
+ Me.dv.DataSource = Me.bs
+ Me.dv.Location = New System.Drawing.Point(3, 213)
+ Me.dv.Margin = New System.Windows.Forms.Padding(0)
+ Me.dv.MultiSelect = False
+ Me.dv.Name = "dv"
+ Me.dv.RowHeadersVisible = False
+ Me.dv.RowTemplate.Height = 23
+ Me.dv.Size = New System.Drawing.Size(187, 318)
+ Me.dv.TabIndex = 3
+ '
+ 'Column1
+ '
+ Me.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
+ Me.Column1.DataPropertyName = "code"
+ Me.Column1.HeaderText = "CD"
+ Me.Column1.Name = "Column1"
+ Me.Column1.Width = 60
+ '
+ '건물위치DataGridViewTextBoxColumn
+ '
+ Me.건물위치DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.건물위치DataGridViewTextBoxColumn.DataPropertyName = "건물위치"
+ Me.건물위치DataGridViewTextBoxColumn.HeaderText = "건물위치"
+ Me.건물위치DataGridViewTextBoxColumn.Name = "건물위치DataGridViewTextBoxColumn"
+ Me.건물위치DataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
+ '
+ 'bn_all
+ '
+ Me.bn_all.AddNewItem = Nothing
+ Me.bn_all.AutoSize = False
+ Me.bn_all.CountItem = Nothing
+ Me.bn_all.DeleteItem = Nothing
+ Me.bn_all.Dock = System.Windows.Forms.DockStyle.Left
+ Me.bn_all.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
+ Me.bn_all.ImageScalingSize = New System.Drawing.Size(32, 32)
+ Me.bn_all.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton48, Me.ToolStripButton49, Me.ToolStripButton51, Me.ToolStripSeparator28, Me.ToolStripButton8, Me.ToolStripButton13})
+ Me.bn_all.Location = New System.Drawing.Point(0, 0)
+ Me.bn_all.MoveFirstItem = Nothing
+ Me.bn_all.MoveLastItem = Nothing
+ Me.bn_all.MoveNextItem = Nothing
+ Me.bn_all.MovePreviousItem = Nothing
+ Me.bn_all.Name = "bn_all"
+ Me.bn_all.PositionItem = Nothing
+ Me.bn_all.Size = New System.Drawing.Size(193, 533)
+ Me.bn_all.TabIndex = 7
+ Me.bn_all.Text = "BindingNavigator1"
+ '
+ 'ToolStripButton48
+ '
+ Me.ToolStripButton48.Image = Global.Eco2Ar.My.Resources.Resources.new_32
+ Me.ToolStripButton48.Name = "ToolStripButton48"
+ Me.ToolStripButton48.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton48.Size = New System.Drawing.Size(191, 36)
+ Me.ToolStripButton48.Text = "신규추가(&A)"
+ '
+ 'ToolStripButton49
+ '
+ Me.ToolStripButton49.Image = Global.Eco2Ar.My.Resources.Resources.remov_32
+ Me.ToolStripButton49.Name = "ToolStripButton49"
+ Me.ToolStripButton49.RightToLeftAutoMirrorImage = True
+ Me.ToolStripButton49.Size = New System.Drawing.Size(191, 36)
+ Me.ToolStripButton49.Text = "선택삭제(&D)"
+ '
+ 'ToolStripButton51
+ '
+ Me.ToolStripButton51.Image = Global.Eco2Ar.My.Resources.Resources.cancl_32
+ Me.ToolStripButton51.ImageTransparentColor = System.Drawing.Color.Magenta
+ Me.ToolStripButton51.Name = "ToolStripButton51"
+ Me.ToolStripButton51.Size = New System.Drawing.Size(191, 36)
+ Me.ToolStripButton51.Text = "변경취소(&C)"
+ '
+ 'ToolStripSeparator28
+ '
+ Me.ToolStripSeparator28.Name = "ToolStripSeparator28"
+ Me.ToolStripSeparator28.Size = New System.Drawing.Size(191, 6)
+ '
+ 'ToolStripButton8
+ '
+ Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image)
+ Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
+ Me.ToolStripButton8.Name = "ToolStripButton8"
+ Me.ToolStripButton8.Size = New System.Drawing.Size(191, 36)
+ Me.ToolStripButton8.Text = "Data Export (DAT)"
+ '
+ 'ToolStripButton13
+ '
+ Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image)
+ Me.ToolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta
+ Me.ToolStripButton13.Name = "ToolStripButton13"
+ Me.ToolStripButton13.Size = New System.Drawing.Size(191, 36)
+ Me.ToolStripButton13.Text = "Data Import (XML)"
+ '
+ 'StatusStrip1
+ '
+ Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg})
+ Me.StatusStrip1.Location = New System.Drawing.Point(0, 533)
+ Me.StatusStrip1.Name = "StatusStrip1"
+ Me.StatusStrip1.Size = New System.Drawing.Size(1136, 22)
+ Me.StatusStrip1.TabIndex = 12
+ 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 = "<메세지>"
+ '
'Frm_V20091231_Weather
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 12.0!)
diff --git a/ArinWarev1/Forms_Input/Frm_v20091231_Weather.resx b/ArinWarev1/Forms_Input/Frm_v20091231_Weather.resx
index abee4c4..64427be 100644
--- a/ArinWarev1/Forms_Input/Frm_v20091231_Weather.resx
+++ b/ArinWarev1/Forms_Input/Frm_v20091231_Weather.resx
@@ -117,47 +117,86 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 91, 17
+
+ False
-
- 17, 17
+
+ False
-
- 17, 17
+
+ False
-
- 155, 17
+
+ False
-
- 252, 17
+
+ False
-
- 360, 17
+
+ False
-
- 473, 17
+
+ False
-
- 1397, 17
+
+ False
-
- 17, 56
+
+ False
-
- 131, 56
+
+ False
-
- 245, 56
+
+ False
-
- 384, 56
+
+ False
-
- 487, 56
+
+ False
-
- True
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
False
@@ -231,253 +270,274 @@
False
-
- 811, 17
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ 91, 17
+
+
+ 17, 17
+
+
+ 17, 17
+
+
+ 155, 17
+
+
+ 252, 17
+
+
+ 360, 17
+
+
+ 473, 17
+
+
+ 1397, 17
+
+
+ 17, 56
+
+
+ 131, 56
+
+
+ 245, 56
+
+
+ 384, 56
+
+
+ 487, 56
+
+
+ True
+
+
+ True
+
+
+ 655, 17
+
+
+ 655, 17
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
- JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABKklE
- QVQ4T2MYPKBw1vP/TQue/8+c+Pg/VAgDhLc/wCnHkDvz2f9VR97/x6UovvvB/+CGa7gNyJjy9P/CfR+w
- Korvefh/6f7///2rL+A2IKHnyf9pW95jKIpovw/WnDnr/3+v0hO4DYjsevS/d/UHFEWhrffAmlvXAW3v
- /PvfJf8AbgMCmx/+r5v/Dq4ouOXu/0V7///vAGrOmPPzv13dz//2GdtxG+BRdf9//rQ3KIrsim//T5/z
- +79/17f/OoXv/lskrMdtgH3p3f/Zk19jKNJPOf/fpOjFf5WsT/+NI5fhNsAi787/1P7XWBUZJJ34L5v2
- 9b9u8DzcBhhm3f4f1vISpyL91Mv/NXyn4TZAJ+3Gf7/qh3gVqXhMwG2AU+6V/yAFeBUNQsDAAADwdsCr
- peWacAAAAABJRU5ErkJggg==
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
- JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAAAtklE
- QVQ4T2MYOiC8/cF/KJN0EN/94H9wwzXyDIjvefh/6f7///2rL5BuQET7fbDmzFn//3uVniDNgNDWe2DN
- reuAtnf+/e+Sf4B4A4Jb7v5ftPf//w6g5ow5P//b1f38b5+xnTQX2BXf/p8+5/d//65v/3UK3/23SFhP
- ehjop5z/b1L04r9K1qf/xpHLSDcABAySTvyXTfv6Xzd4HnkGgIB+6uX/Gr7TyDcABFQ8JlBmwGAFDAwA
- 0BRgmAS6UFUAAAAASUVORK5CYII=
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
- JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAAAo0lE
- QVQ4T2MYfKBw1vP/UCZ5IHfms/8J3ffINyRjytP/8/b//p/QdYc8QxJ6nvyfve/X/86tf/+7lV4m3ZDI
- rkf/p2z79b9k6d//CdP//rfJPUuaIYHND/+3rn0P1mxc8uW/dPS1/8aRy4g3xKPq/v+Sue/gmhVdekhz
- gX3p3f+BLc/I0wwCFnl3/tsUXCFPMwgYZt0mXzMI6KTdIF/zUAQMDACgfl+gBzRCOAAAAABJRU5ErkJg
- gg==
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
- JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABLElE
- QVQ4T2MYXKBw1vP/UCYGAMk1LXj+P3PiY5xqGHJnPvuf0H0PqwKQ3Koj7/+Htz/AbUDGlKf/5+3//T+h
- 6w6GIpDcwn0f/gc3XMNtQELPk/+z9/3637n173+30ssoCkFy07a8/+9ffQG3AZFdj/5P2fbrf8nSv/8T
- pv/9b5N7Fq4YJNe7+sN/r9ITuA0IbH74v3Xte7Bm45Iv/6Wjr/03jlwG1gCSq5v/7r9L/gHcBnhU3f9f
- MvcdXLOiSw9cMUguf9qb//YZ23EbYF96939gyzMMzSAAksue/Pq/RcJ63AZY5N35b1NwBUMzCIDkUvtf
- w72EFRhm3caqGQRAcmEtL//rBs/DbYBO2g2ckiA5v+qH/zV8p+E2AB9wyr3yX8VjAhhDhQYFYGAAAL7R
- v7O5DE6cAAAAAElFTkSuQmCC
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
- JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABSklE
- QVQ4T2MYvODuAvb/t+Zx/r86h+v/xRm8/6HCxIPrQI1/HjX+//Ow4f/JyQKkG3B+Oi/cgIM9IqQbcHyS
- IFBz3f8/D6r+72gXJ2zApZk8/89O5ft/EqjxSL/Q/33dIkDN5f//3iv6v75B5v+qGrn/SysV/88vVf4/
- q0gV08BTQH/+eVgP1FQLxJX//9wrAeK8/3/vZv7/eyf5/9/bcf//3YwA4pD/k3I0MQ041CsMdu7f+6VA
- jQVAjdlAjalAjQn//92KBmoM+//vRtD/f9f9/nel6WIasLNd4v+WZqn/68DOlf+/pELx/99bMUCN4f+n
- 5mn8n5Cl9b87Q/d/e6r+/+ZEQ8JhMhvoT5Bz/90I+N+ToUNYAzoA+fPfDX8g9vvfmqxPugHd6bpg/4Jw
- fZwR6Qa0JBn8b4g3/F8Ta/y/MtqEdAPoBBgYACQj2J51/IhpAAAAAElFTkSuQmCC
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
- JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABb0lE
- QVQ4T7WQTSjDYRzHd1XeSu3iglo5IJO8hGQypLHIhMjMJAcOi4R2cXAg5UIOuEgOJCXlROI0b/Pamlp/
- LVLaBf+4PB9jqLW/seJ7eep5vt/P7/v8VH8iXCfQbQTHDh9XkYmVeURnFcKsh631sBC8HliaCfawtgC9
- JkS7HtFRAXMTipC3hsJcBiM9oe+cOgKQumxEYwHYmoJMYsiKMOXCpD1sQxWL04jK1HcQw1Zwn8FYfwDq
- Pz9s4YXHBc3FgS8ZsxD1edDX8rvwp9jf9VfOQxjSoUYbYfhGgsZCyElA1sbzoI2F2uxf1r+5BlM+FCXi
- sxjg4uh9uXdpfsjy7A8LvL+DVh2PJUm4S9Px7W1/BRi14dTEIJ8cKEN4eYZBC+iSOU5T49tYDTHelmcg
- tVUje69DIexuIueqcaZEIXU1gPykOGlHE4fsdCgApkaQUqNx6zNBulKu6Zds74bzQwXApRPGB+Bw79vw
- P0ilegWKIwMchCbSyQAAAABJRU5ErkJggg==
-
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- True
-
-
- True
-
-
- False
-
-
- 655, 17
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- 655, 17
-
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
@@ -550,6 +610,84 @@
True
+
+ True
+
+
+ 811, 17
+
+
+ 811, 17
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
+ JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABKklE
+ QVQ4T2MYPKBw1vP/TQue/8+c+Pg/VAgDhLc/wCnHkDvz2f9VR97/x6UovvvB/+CGa7gNyJjy9P/CfR+w
+ Korvefh/6f7///2rL+A2IKHnyf9pW95jKIpovw/WnDnr/3+v0hO4DYjsevS/d/UHFEWhrffAmlvXAW3v
+ /PvfJf8AbgMCmx/+r5v/Dq4ouOXu/0V7///vAGrOmPPzv13dz//2GdtxG+BRdf9//rQ3KIrsim//T5/z
+ +79/17f/OoXv/lskrMdtgH3p3f/Zk19jKNJPOf/fpOjFf5WsT/+NI5fhNsAi787/1P7XWBUZJJ34L5v2
+ 9b9u8DzcBhhm3f4f1vISpyL91Mv/NXyn4TZAJ+3Gf7/qh3gVqXhMwG2AU+6V/yAFeBUNQsDAAADwdsCr
+ peWacAAAAABJRU5ErkJggg==
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
+ JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAAAtklE
+ QVQ4T2MYOiC8/cF/KJN0EN/94H9wwzXyDIjvefh/6f7///2rL5BuQET7fbDmzFn//3uVniDNgNDWe2DN
+ reuAtnf+/e+Sf4B4A4Jb7v5ftPf//w6g5ow5P//b1f38b5+xnTQX2BXf/p8+5/d//65v/3UK3/23SFhP
+ ehjop5z/b1L04r9K1qf/xpHLSDcABAySTvyXTfv6Xzd4HnkGgIB+6uX/Gr7TyDcABFQ8JlBmwGAFDAwA
+ 0BRgmAS6UFUAAAAASUVORK5CYII=
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
+ JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAAAo0lE
+ QVQ4T2MYfKBw1vP/UCZ5IHfms/8J3ffINyRjytP/8/b//p/QdYc8QxJ6nvyfve/X/86tf/+7lV4m3ZDI
+ rkf/p2z79b9k6d//CdP//rfJPUuaIYHND/+3rn0P1mxc8uW/dPS1/8aRy4g3xKPq/v+Sue/gmhVdekhz
+ gX3p3f+BLc/I0wwCFnl3/tsUXCFPMwgYZt0mXzMI6KTdIF/zUAQMDACgfl+gBzRCOAAAAABJRU5ErkJg
+ gg==
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
+ JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABLElE
+ QVQ4T2MYXKBw1vP/UCYGAMk1LXj+P3PiY5xqGHJnPvuf0H0PqwKQ3Koj7/+Htz/AbUDGlKf/5+3//T+h
+ 6w6GIpDcwn0f/gc3XMNtQELPk/+z9/3637n173+30ssoCkFy07a8/+9ffQG3AZFdj/5P2fbrf8nSv/8T
+ pv/9b5N7Fq4YJNe7+sN/r9ITuA0IbH74v3Xte7Bm45Iv/6Wjr/03jlwG1gCSq5v/7r9L/gHcBnhU3f9f
+ MvcdXLOiSw9cMUguf9qb//YZ23EbYF96939gyzMMzSAAksue/Pq/RcJ63AZY5N35b1NwBUMzCIDkUvtf
+ w72EFRhm3caqGQRAcmEtL//rBs/DbYBO2g2ckiA5v+qH/zV8p+E2AB9wyr3yX8VjAhhDhQYFYGAAAL7R
+ v7O5DE6cAAAAAElFTkSuQmCC
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
+ JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABSklE
+ QVQ4T2MYvODuAvb/t+Zx/r86h+v/xRm8/6HCxIPrQI1/HjX+//Ow4f/JyQKkG3B+Oi/cgIM9IqQbcHyS
+ IFBz3f8/D6r+72gXJ2zApZk8/89O5ft/EqjxSL/Q/33dIkDN5f//3iv6v75B5v+qGrn/SysV/88vVf4/
+ q0gV08BTQH/+eVgP1FQLxJX//9wrAeK8/3/vZv7/eyf5/9/bcf//3YwA4pD/k3I0MQ041CsMdu7f+6VA
+ jQVAjdlAjalAjQn//92KBmoM+//vRtD/f9f9/nel6WIasLNd4v+WZqn/68DOlf+/pELx/99bMUCN4f+n
+ 5mn8n5Cl9b87Q/d/e6r+/+ZEQ8JhMhvoT5Bz/90I+N+ToUNYAzoA+fPfDX8g9vvfmqxPugHd6bpg/4Jw
+ fZwR6Qa0JBn8b4g3/F8Ta/y/MtqEdAPoBBgYACQj2J51/IhpAAAAAElFTkSuQmCC
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6
+ JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA6mAAAOpgGH3KlvAAABb0lE
+ QVQ4T7WQTSjDYRzHd1XeSu3iglo5IJO8hGQypLHIhMjMJAcOi4R2cXAg5UIOuEgOJCXlROI0b/Pamlp/
+ LVLaBf+4PB9jqLW/seJ7eep5vt/P7/v8VH8iXCfQbQTHDh9XkYmVeURnFcKsh631sBC8HliaCfawtgC9
+ JkS7HtFRAXMTipC3hsJcBiM9oe+cOgKQumxEYwHYmoJMYsiKMOXCpD1sQxWL04jK1HcQw1Zwn8FYfwDq
+ Pz9s4YXHBc3FgS8ZsxD1edDX8rvwp9jf9VfOQxjSoUYbYfhGgsZCyElA1sbzoI2F2uxf1r+5BlM+FCXi
+ sxjg4uh9uXdpfsjy7A8LvL+DVh2PJUm4S9Px7W1/BRi14dTEIJ8cKEN4eYZBC+iSOU5T49tYDTHelmcg
+ tVUje69DIexuIueqcaZEIXU1gPykOGlHE4fsdCgApkaQUqNx6zNBulKu6Zds74bzQwXApRPGB+Bw79vw
+ P0ilegWKIwMchCbSyQAAAABJRU5ErkJggg==
+
+
True
@@ -559,150 +697,6 @@
967, 17
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
967, 17
@@ -784,78 +778,6 @@
1241, 17
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
1241, 17
@@ -946,222 +868,6 @@
True
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
True
diff --git a/ArinWarev1/MdiMain.resx b/ArinWarev1/MdiMain.resx
index 161f9df..80d8fbf 100644
--- a/ArinWarev1/MdiMain.resx
+++ b/ArinWarev1/MdiMain.resx
@@ -331,72 +331,72 @@
iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA82SURBVHhe7ZpZbFXXFYap0kRN2kptU6kP6VPV17z0sVIV
- 9aVS1ap9CWmathmaJhDA2IDNZPDFBmyMZ2zHA1MGRhswEBIgDJfREzYzhHlwwDaebRzmy+r/r733Oede
- HDAZpES6W/q19hnuuXd991/r7HPtEfERH/ERH/ERH/ERHxyhjVefyd048MvMdf3PUnlb+n6Rtanv51RB
- Te/PHqWcrW0/tpf6fo2EoubS5PJjN3JWn5Kvq4ySs7eTFhzcO7Kq6gl7+e/+GL1g/+Dxznty+57IkbZ7
- sv7Ena+kDSfvyNYL9yR7bTiSWNScai//3R9TF9ff+vjkoOw/c0sKN/dL7sePowGNeZx/YrSs8QtJLDh4
- M2Fe/a/tW3y3R2LBoZsL6/pMAi4xzDUplUky6nhw257rn98voVDl/YmlzfvsW3y3hwOgSWhSSPgTyiVk
- AVAx+/Owra9RCJjrvn4pC1+X9KWn7o4vbFw4trjh2TEl4Z98m3q7oulJm87jjykLj9+orDVJOQhMxCRM
- maRMsm5u9rvXKAAe45yvxfa207fhhNL7QzXLb0MJhU0No/Jqn7NpDX84ACb5QIL2GzUQ3DGbtEtWz3Pn
- R79+ye7r0tofka6bIvva73+rqusQwK64P7agsc6mNfyRQgD7XVImSU2Iyerc38doYBg5MD4gt8+P/uvN
- 9ZyjjIOC28FrmePel2I/V/D1vgakeNuAfHL2rowtahoIhcI/tKk9eowcWfUEe0DFvj7J+Rh9IOrC5uLR
- b2o+iJPZP9Qxt+2uE3OcdxtvOzg329Ex5tjm2M/Dff1S+Ol1SZzfcH1CXu3TNr1HjxdAiwDKASBzXWfA
- xkb5jLg431T3Meo8sM9pqHP0WPQ1o8+hHnKt4Yifz15j7ILmgccC8PbbTU+mVNbfKtvbJ7Or22Xuug6T
- tF7YxPzgh3H73ByKOu7J/1B6TvB8O2fU11KBc/X1Nnrn4Lh3rjvHnWfFc78SgGQAeHdPn6SvbpWMqrYA
- BCZh3si8+fXABw7s944bcW4Ucz732Wi2zfFYxV5X56qY89013PnQYwN4LRT+EQGUAUBo5RVJX3VVZgHE
- nDXXJGcTFkcsCQpv5JoT34w1mMueoR/ENjDtIfzgPN//oObD+3L73PEoBZLx9zuQ11XB42aff+5jA3hx
- Qu3TWEjcLt3dJzOWtUjacgggZimINoAwZTG3pkOy1ndKZk2XZG3oknkbuiHE9Waetb5bsjf0GG00yvmo
- T+Zv6pVcykFy3xo//BaCMtJtPY75Fns8AMNL2J0T3EcIdh8BIK0fmOyGMf6Wsv6nBFAS7pGp71+Q6e9f
- BIjLqpmAQVeEVhkg6auhVa2SXt0mGQAzG3E2SkaF/kFYqrXXZC40m/DgJM7pKN3P7TUAuhYC2Ezsy8Sc
- 8vatwz5Cx3l6DDFrTadkre2Uedivwjxb54j4crLxxWRj33jcBUaMEAcAUedfDsQBKN7ZLSkLz8jkJedk
- +nvnZfoHF6FLAHFJQcxc/rmkrTBSKM4l1EobAcrBMsAAi9DYWzjHvgwAzKiyIkCAI6ig5lRdlTk4fy6O
- z61uBYA2VRbOzcTxrLXtAIBtwDNqBwzsA7jRRfsHbWojRIbhhL+GNj6THDp2hw5IWXxWpi49J9PeuyDT
- 4IRpgJD6ISHADSsolocFwARtorMUyFUPzFBiWZk5XdWisNKRaEY1xLiGapXZa5H8OiReg/KrgYModYQV
- S7HGxMwauEIjnIB9LNFQ6Pi9mVjYPUxJC0/2jCtqPBkDoBcA6AADgeUwjSXxIUoCEGYuNyWRBgis3doL
- d6Tji/tyvCMiR64ZHW43OgQdbINaI9IEHYAaqasRqYfqrkSkFtr/eUT2QXtbIrLnckR2Q7ugnZcisuNi
- RLZD26gLEdlqteW80eavqE/ORaT66F04LxxRACNDVU8lh47eKdnVK8mVp00ZLDorUxTEeQsCTkAp0A20
- 7vpDtyRyX+Sz1rtSsHVQ8iHGgk8HpXDbF1IAMRYxbr8hRdsx12i0YMcNKYYW7LwpxQGVhBHDtzSWarxl
- 4i5s78L8G1TG0ot3FQBXgq+VH73LEphY8ZlMqjwlyYCQvAggUBJT0BOmvoeyAIhUgKis7ZFl9TeQsO2+
- 7NiEsMVC2AoAUCFgKIhPDYxCQtgGAJgTwAKCUBg3DZCdhGJBWBhOURAIJSaZr6JRxXW9CoBd0gFILDsh
- E8pPBkCchhv8skhD7S5u6JUiJJ+jDzHmvpzrQACCyjpCI0E4GJ6MKwhAHWFdoXKOcDA8EMYZJfjwCuVr
- uCJ7Q6ckFDWHNX0+DE0KHb1XsqtHxpcek8R3j0tS2UkDwkJQEHBDya5OKdvdL/M28sGJEK5LDhdEMSDy
- HAgLwwFRN7BMnCsAQktliBKhMxwEdQdhcE4IO015OHdoYozDdEdSxfGed/Lq/6gAOCaFjgBAt4wrPiIJ
- JUcVRBJATKAjrBvYIBc39GD114uFEBc4BNAv8xWEcwTkQDipM6w7FAZLxMHwQbA0PABOFkSUMwIypeLD
- MM4YOmmnfDTwhIKGSzZ1MxRAuEvGFB3GSuoIQBwFCLihlG4ACLgh5+NWKcdqcc66HgWQ/VE/NCDzqU0B
- EHADXcGozrDueBCEcUUBIGjP2OY7I+iGIlcaniuiYTDpYjjCzX2ZhFkyQQDJS89eH5PX8JZN3YwXysMR
- AhhdcFDeKTwkYwFiHEAkAMR4goAbFtZ1Y63fAwBY9m5gGUBY6mYjGhiAQBBwhnEHZSAEZWAAwGYoWCbs
- E3SH5woLwwJx/ULngKDloSViG6iDweR1bl2hiZueUbTjC0nIb+x54FnBARiV1ySj85oVxJgAiLQVF6R8
- by9ugZ1YmPRI5vo+dQGlINATKAci20JwIJw7ch0QQDBlMhjdLywMdYVtnp4rVBYAQThXWCB0hXOG9orA
- 3LkivaTl9rjCAwU2bX8ogF1d8lZOo7yde8CAyG+WdxTEYSnb24UP342VGwH0KgCFsB79QGGYvmBAEAKi
- ggg4gxA8ZxgYroE6Z/Cpz91W3e3UKxHnDA8IIDggAOCik99AIXXFDRlf2NyXMNTfKhyAN7Pr5X/zGyyI
- JoBoRv2fkIp93Vj6tsusqi7tAXMpgnAiCHWEBeHBsCViy8SUiA/DOIMgnCNsJISgOwL9otD1C+sKcyfx
- neFB2I7EEWl7OoN/pxhXcGCzTTl6TAxl3C8FgDey6uS/8+oBosGCOIALt6P2u7AKvIoHlW6s1bvxVMde
- QPUChpXCoDPoCgeEMPoRTc/Q8nDRNU8PBGTd4O4m2i8UiIXhgQgAcc6wrtCVpwLhsUGFRDBJZY097+Q2
- /t6mHD0IgA54fe5+eT2zVkG8CRCj4AJ+++mr2vAgxEdgAFD1AAQABAUIc9gfAMKUiQFiSsSXVyYeCIil
- YkEoDAuB0XcFIAQapwIISFeeASCc8/cCwsjZ1IM73IEzNt0Hx8RQOgB0yquz98lrc/YpiDcAIrOmRQq2
- dOKxGE98qP/0asCAMigLIwPJ0xUKRF1h5ErEKxXtGXCIgwEQQWe4GOUKANB+4dYXBBPrCu0Ztl9ozyCI
- Qbx2QI/RAVOXnB7AwudVm+6DQwGEO+Xf6XvkPxl7LYj92vz47U8jgNWYowekV7EZ2mhhGFdY2RJxQPzy
- sFAIge5gv8Bc+4U6g7dVc0cxrmCJAIJTsETwzbrGGQ3DlAl7CEESCM8dl9vUNTJ0/Cmb7oPDAfjXrN2A
- sBsQ9uDh54wUb+/Cc0AL7N+BJtglodWdCsKH4UPJqEakI6w8VxCG1y8CQGyJGBh0B/sG+wVgcH1BCB6I
- mF7B26lrnkEQqkGUVy9e2wf3DsqYkou89WXaVIceE8sO6zr/lbSwvBLapSBKwt36S8+UpZ9L2qpOVSgg
- BYGy4J3BAxIsEcrB0J7hAyEELRWAMO4ACAvF3Umy6Ah7J9FbKjRfgfhl4lxhZFxBSHPWdZltAEnArW98
- Yd2vbKpDDwfg5Zk75Z8zw/pMsGB7D779y+j+aIArO/AkCAhWIcYoGA6IAWEiS8UAUSgeDAPCLxEbYxro
- kM3TucLJusKDweRrUIIAQBih0Lv3Ewoba2yaXz4MgA75R+oOeXnGDtQSV32tkryYvwJ1GKEMFIRGH4bK
- g0E3+DBmeRDojq4HnJFhnWHuIpS5kxhXEASbpoMR4wwCsI1T3QEItH161TU9l2WShGXv2Pza39k0v3wQ
- QCkAvDR9O9YBdbiVDODbvyRT3rsiM5D8DCQ9Y/k1jQrCSZ0BraICIAgAILRn0A0Bd3iuCDhCo3NFAAZB
- OGmvUCDWFVoe5u7hnDF7Dd//msLgr9AJhU3HbYoPHw7AyGnbcPEumV3dIZMW8mcwJI3EUwlBxW07jwWh
- kY4gFB+G5wgnzxkGxgOucBA8GHSFA2HKxNxJLAgr3knSVvJX5k51RnLlkf4x+Q0v2RQfPghg7cFevQVy
- QTF16WU8/7coAKcZjEg8VSEYsTQ0rsC254hOLzqxZ7gSMe6IheHKhBBQKuoMOMIuuPQuojBMeagjXLT9
- IgOJz1jeqtvsAaNy6juG/WdyAthxagAX5R8luiSx7OwDADwxeZ07R1DWFZDvCoAIQHGlYkBALBF3ayUI
- C8TdTZwrzPqCMGyZaHlASN44w7iCyaetaFcA/Gv3mPwDM216jx6Tyg/LRycGpa0/IpMXX8Dz/1mFMKHi
- vCQvuhSjy6oUNEijFrymxUSsGSYv+Vwm49bpxD4ylXr/KnQF64urRh+0YoUJ4S6jWtYGqNDyNiTDpTdd
- xdiOxK4BIESAq68BFsuqQyP7S+qyVklBz0qHC9hExxU29fH/kmx6jx7Jlcf0BwP+ITQJiSe+eyYgbgfE
- 4zHia6JUfg4RYrSaECvApSYG4sRKpwvoQZDGi2ZulbzoYrQWXwT8S4B6RZ2RGlqAp76mlTa1R4+KJnly
- yqLP9AeDrHXd+g3yAz8OgFjFJh+rIAAPBBOPgaAgnAIQVAEIXK+wdFgiiaHDd8bm1T5v03v0KA7ffjmp
- 5DDu/f2SWgWC32NNQ58Zne//bXBYY/qSpupZq8KR0Tn1klB8TCaWn5ZJFWe+PVWekWTEZEYn/iHGxYVn
- VSmqc5KyaGhNhqYsdjovKXj9uNCBe396bd5cpPUbaHj/Lvfcb59/8Q9/f2sUpn/+BvWXIfZ9mR7n3OGI
- ycdHfMRHfMRHfMRHfMTHw8eIEf8HuQBY8vKqkawAAAAASUVORK5CYII=
+ YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA80SURBVHhe7ZpZbFXXFYap0kRN2kptU6kP6VPV17z0sVIV
+ 9aVS1ap9CWmathmaBghgbMBmMvhiAzbGM7ZjY8YkjDZgICRAGC4E8IRNmMM8OGAbzzYO82X1/9fe+5xz
+ LwYMSaREulv6tfYZ7rl3ffdf6+xz7WHxER/xER/xER/xER8coU1Xnsvd1P/LzPV9z1N5W3t/kbW59+dU
+ QXXPzx6lnG2tP7aX+n6NhKKm0uTyo9dz1pyUr6uMkjO3kuYf3Du8svIpe/nv/hg1f//AsY67cuuuyOHW
+ u7Lh+O0n0sYTt2Xb+buSvS4cSSxqSrWX/+6PKYvrbn58YkD2n74phVv6JPfjx1G/xjzOPzFa3vCVJBYc
+ vJEwt+7X9i2+2yOx4PMbC2t7TQIuMcw1KZVJMup4cNue65/fJ6HQe/cmlDbts2/x3R4OgCahSSHhTyiX
+ kAVAxezPw7a+RiFgrvv6pCx8TdKXnrwzrrBh4Zji+udHl4R/8m1qxILGp206jz8mLzx2vaLGJOUgMBGT
+ MGWSMsm6udnvXqMAeIxzvhbb20/dghOK7g3WLL8NJRQ21o/Mq3nBpjX04QCY5AMJ2m/UQHDHbNIuWT3P
+ nR/9+iV7rklLX0Q6b4jsa7v3raq2XQC79N6YgoZam9bQRwoB7HdJmSQ1ISarc38fo4Fh5MD4gNw+P/qv
+ N9dzjjIOCm4Hr2WOe1+K/VzB1/vql+Lt/fLJmTsypqixPxQK/9Cm9ugxfHjlU+wBC/b1Ss7H6ANRFzYX
+ j35T80GczP7Bjrltd52Y47zbeNvBudmOjjHHtsR+Hu7rk8JPr0nivPpr4/NqnrXpPXq8BFoEUA4Ames7
+ AjY2ymfExfmmuo9R54F9ToOdo8eirxl9DvWQaw1F/Hz2GmPmN/U/FoARIxqfTqmou1m2t1dmVbXJnPXt
+ Jmm9sIn5wQ/j9rk5FHXck/+h9Jzg+XbOqK+lAufq6230zsFx71x3jjvPiuc+EYBkAHjvs15JX9MiGZWt
+ AQhMwryRefNrgQ8c2O8dN+LcKOZ87rPRbJvjsYq9rs5VMee7a7jzoccG8EYo/CMCKAOA0KrLkr76iswE
+ iNlrr0rOZiyOWBIU3sg1J74ZazCXPUM/iG1g2kP4wXm+/0HNh/fl9rnjUQok4+93IK+pgsfNPv/cxwbw
+ 8viaZ7GQuFW6p1emL2+WtBUQQMxUEK0AYcpiTnW7ZG3okMzqTsna2ClzN3ZBiBvMPGtDl2Rv7DbaZJTz
+ Ua/M29wjuZSD5L41fvitBGWk23oc8632eACGl7A7J7iPEOw+AkBaPzDZDWH8LWXDTwmgJNwtU94/L9Pe
+ vwAQl1QzAIOuCK02QNLXQKtbJL2qVTIAZhbiLJSMCv2DsFTrrsocaBbhwUmc01G6n9trAXQdBLCZ2JeJ
+ OeXtW499hI7z9Bhi1toOyVrXIXOxX4V5ts4R8eVk44vJxr5xuAsMGyYOAKLOHwzEASje1SUpC0/LpCVn
+ ZdqyczLtgwvQRYC4qCBmrPhS0lYaKRTnEmqVjQDlYBlggEVo7C2cY18GAGZUWhEgwBFUULMrr8hsnD8H
+ x+dUtQBAqyoL52bieNa6NgDANuAZtQEG9gHcqKL9Aza1YSJDcMJfQ5ueSw4dvU0HpCw+I1OWnpWpy87L
+ VDhhKiCkfkgIcMNKiuVhATBBm+hMBXLFAzOYWFZmTlc1K6x0JJpRBTGupVpk1jokvx6JV6P8quEgSh1h
+ xVKsNjGzGq7QCCdgH0s0FDp2dwYWdg9T0sIT3WOLGk7EAOgBADrAQGA5TGVJfIiSAIQZK0xJpAECa7fm
+ /G1p/+qeHGuPyOGrRofajD6HDrZCLRFphA5ADdSViNRBtZcjUgPt/zIi+6C9zRH57FJE9kC7oV0XI7Lz
+ QkR2QNup8xHZZrX1nNGWJ9QnZyNSdeQOnBeOKIDhocpnkkNHbpfs7pHkilOmDBadkckK4pwFASegFOgG
+ WnfD5zclck/ki5Y7UrBtQPIhxoJPB6Rw+1dSADEWMe64LkU7MNdoNH/ndSmG5u+6IcUBlYQRwzc1lmq8
+ aeJubO/G/BtUxtILdxQAV4JvlB+5wxKYsOALmVhxUpIBIXkRQKAkJqMnTFmGsgCIVICoqOmW5XXXkbDt
+ vuzYhLDVQtgGAFAhYCiITw2MQkLYDgCYE8B8glAYNwyQXYRiQVgYTlEQCCUmmSfRyOLaHgXALukAJJYd
+ l/HlJwIgTsENflmkoXYX1/dIEZLP0YcYc1/OdSAAQWUdoZEgHAxPxhUEoI6wrlA5RzgYHgjjjBJ8eIXy
+ NVyRvbFDEoqawpo+H4Ymho7cLdndLeNKj0rie8ckqeyEAWEhKAi4oWR3h5Tt6ZO5m/jgRAjXJIcLohgQ
+ eQ6EheGAqBtYJs4VAKGlMkiJ0BkOgrqDMDgnhF2mPJw7NDHGIbojacGx7nfz6v6oADgmhg4DQJeMLT4s
+ CSVHFEQSQIynI6wb2CAX13dj9deDhRAXOATQJ/MUhHME5EA4qTOsOxQGS8TB8EGwNDwAThZElDMCMqXi
+ wzDOGDxpp3w08ISC+os2dTMUQLhTRhcdwkrqMEAcAQi4oZRuAAi4IefjFinHanH2+m4FkP1RH9Qv86jN
+ ARBwA13BqM6w7rgfhHFFASBoz9juOyPohiJXGp4romEw6WI4ws19mYRZMkEAyUvPXBudV/+OTd2Ml8rD
+ EQIYVXBQ3i38XMYAxFiASACIcQQBNyys7cJavxsAsOzdyDKAsNTNRjQwAIEg4AzjDspACMrAAIAtULBM
+ 2CfoDs8VFoYF4vqFzgFBy0NLxDZQB4PJ69y6QhM3PaNo51eSkN/Qfd+zggMwMq9RRuU1KYjRARBpK89L
+ +d4e3AI7sDDplswNveoCSkGgJ1AORLaF4EA4d+Q6IIBgymQgul9YGOoK2zw9V6gsAIJwrrBA6ArnDO0V
+ gblzRXpJ862xhQcKbNr+UAC7O+WdnAYZkXvAgMhvkncVxCEp29uJD9+FlRsB9CgAhbAB/UBhmL5gQBAC
+ ooIIOIMQPGcYGK6BOmfwqc/dVt3t1CsR5wwPCCA4IADgopPfQCF1xXUZV9jUmzDY3yocgLez6+R/8+ot
+ iEaAaEL9H5cF+7qw9G2TmZWd2gPmUAThRBDqCAvCg2FLxJaJKREfhnEGQThH2EgIQXcE+kWh6xfWFeZO
+ 4jvDg7ADiSPS9nQG/04xtuDAFpty9JgQCt0rBYC3smrlv3PrAKLegjiAC7eh9juxCryCB5UurNW78FTH
+ XkD1AIaVwqAz6AoHhDD6EE3P0PJw0TVPDwRk3eDuJtovFIiF4YEIAHHOsK7QlacC4bEBhUQwSWUN3e/m
+ Nvzephw9CIAOeHPOfnkzs0ZBvA0QI+ECfvvpq1vxIMRHYABQdQMEAAQFCLPZHwDClIkBYkrEl1cmHgiI
+ pWJBKAwLgdF3BSAEGqcCCEhXngEgnPP3AsLI2dyNO9yB0zbd+4cB0CGvz9onb8zepyDeAojM6mYp2NqB
+ x2I88aH+06sAA8qgLIwMJE9XKBB1hZErEa9UtGfAIQ4GQASd4WKUKwBA+4VbXxBMrCu0Z9h+oT2DIAbw
+ 2n49RgdMWXKqHwuf12269w8FEO6Qf6d/Jv/J2GtB7Nfmx29/KgGswRw9IL2SzdBGC8O4wsqWiAPil4eF
+ Qgh0B/sF5tov1Bm8rZo7inEFSwQQnIIlgm/WNc5oGKZM2EMIkkB47tjcxs7hoWPP2HTvHw7Av2buAYQ9
+ gPAZHn5OS/GOTjwHNMP+7WiCnRJa06EgfBg+lIwqRDrCynMFYXj9IgDEloiBQXewb7BfAAbXF4TggYjp
+ FbyduuYZBKEaQHn14LW9cO+AjC65wFtfpk118DGh7JCu819LC8trod0KoiTcpb/0TF76paSt7lCFAlIQ
+ KAveGTwgwRKhHAztGT4QQtBSAQjjDoCwUNydJIuOsHcSvaVC8xSIXybOFUbGFYQ0e32n2QaQBNz6xhXW
+ /sqmOvhwAF6dsUv+OSOszwTzd3Tj27+E7o8GuKodT4KAYBVijILhgBgQJrJUDBCF4sEwIPwSsTGmgQ7a
+ PJ0rnKwrPBhMvholCACEEQrNv5dQ2FBt03zwMADa5R+pO+XV6TtRS1z1tUjyYv4K1G6EMlAQGn0YKg8G
+ 3eDDmOlBoDs673NGhnWGuYtQ5k5iXEEQbJoORowzCMA2TnUHIND26ZVX9VyWSRKWvWPya35n03zwIIBS
+ AHhl2g6sA2pxK+nHt39RJi+7LNOR/HQkPX3FVY0KwkmdAa2mAiAIACC0Z9ANAXd4rgg4QqNzRQAGQThp
+ r1Ag1hVaHubu4Zwxay3f/6rC4K/QCYWNx2yKDx8OwPCp23HxTplV1S4TF/JnMCSNxFMJQcVtO48FoZGO
+ IBQfhucIJ88ZBsZ9rnAQPBh0hQNhysTcSSwIK95J0lbxV+YOdUZyxeG+0fn1r9gUHz4IYN3BHr0FckEx
+ ZeklPP83KwCn6YxIPFUhGLE0NK7EtueIDi86sWe4EjHuiIXhyoQQUCrqDDjCLrj0LqIwTHmoI1y0/SID
+ iU9f0aLb7AEjc+rah/xncgLYebIfF+UfJTolsezMfQA8MXmdO0dQ1hWQ7wqACEBxpWJAQCwRd2slCAvE
+ 3U2cK8z6gjBsmWh5QEjeOMO4gsmnrWxTAPxr9+j8AzNseo8eE8sPyUfHB6S1LyKTFp/H8/8ZhTB+wTlJ
+ XnQxRpdUKWiQRs14TbOJWDNMWvKlTMKt04l9ZAr1/hXoMtYXV4w+aMEKE8JdRrW8FVChFa1Ihktvuoqx
+ DYldBUCIANdcBSyWVbtG9pfU5S2Sgp6VDhewiY4tbOzl/yXZ9B49kiuO6g8G/ENoEhJPfO90QNwOiMdj
+ xNdEqfwsIsRoNT5WgEtNCMQJFU7n0YMgjRfM3Cp50YVoLb4A+BcB9bI6IzWUj6e+xlU2tUePBY3y9ORF
+ X+gPBlnru/Qb5Ad+HACxik0+VkEAHggmHgNBQTgFIKgCELheYemwRBJDh26Pyat50ab36FEcvvVqUskh
+ 3Pv7JLUSBL/Hmoo+Myrf/9vgkMa0JY1VM1eHI6Ny6iSh+KhMKD8lExec/vZUcVqSEZMZnfiHGBcXnlGl
+ qM5KyqLBNQmavNjpnKTg9WNDB+7+6Y25c5DWb6Ch/bvcC7998eU//P2dkZj++RvUXwbZ9yA9zrlDEZOP
+ j/iIj/iIj/iIj/iIj4ePYcP+Dz45WM5wBcQ9AAAAAElFTkSuQmCC
diff --git a/ArinWarev1/MdiMain.vb b/ArinWarev1/MdiMain.vb
index 8c0cce9..d0051b6 100644
--- a/ArinWarev1/MdiMain.vb
+++ b/ArinWarev1/MdiMain.vb
@@ -936,6 +936,9 @@ Public Class MdiMain
DSET1.tbl_profile.AcceptChanges()
+ Pub.Update_열관류율_140409()
+
+
PrjChanged = False
Me.RefreshMenuList("")
diff --git a/ArinWarev1/Module/Pub.vb b/ArinWarev1/Module/Pub.vb
index 98a5b59..80f36e3 100644
--- a/ArinWarev1/Module/Pub.vb
+++ b/ArinWarev1/Module/Pub.vb
@@ -57,6 +57,158 @@
Public DSHistory As New DS2
Public Importsameaddress As Boolean = False
+ Public Sub Update_열관류율_140409()
+
+
+ For Each DrowYK As DS.tbl_ykRow In DSET1.tbl_yk
+ Dim R_value As Decimal = 0
+ Dim width As Decimal = 0
+ Dim filter As String = "pcode='" + DrowYK.code + "'"
+ For Each Dr As DS.tbl_ykdetailRow In DSET1.tbl_ykdetail.Select(filter, "")
+ If Dr.설명 = "공기층" Then
+ Dr.열전도율 = ""
+ If TOSG(Dr.두께) > 10.0 Then
+ Dr.열저항 = TOST(0.086)
+ R_value += 0.086
+ Else
+ Dr.열저항 = TOST(TOSG(Dr.두께) * 0.0086)
+ R_value = R_value + TOSG(Dr.두께) * 0.0086
+ End If
+ Else '//여기아래 추가하신거에요?
+
+ If Dr.설명.IndexOf("열전달저항") <> -1 Then
+ Dr.두께 = ""
+ Dr.열전도율 = ""
+ Select Case Dr.설명
+ Case "실내열전달저항(벽체)"
+ Dr.열저항 = TOST(0.11)
+ R_value += 0.11
+ Case "실외열전달저항(벽체,간접)"
+ Dr.열저항 = TOST(0.11)
+ R_value += 0.11
+ Case "실외열전달저항(벽체,직접)"
+ Dr.열저항 = TOST(0.043)
+ R_value += 0.043
+ Case "실내열전달저항(바닥)"
+ Dr.열저항 = TOST(0.086)
+ R_value += 0.086
+ Case "실외열전달저항(바닥,간접)"
+ Dr.열저항 = TOST(0.15)
+ R_value += 0.15
+ Case "실외열전달저항(바닥,직접)"
+ Dr.열저항 = TOST(0.043)
+ R_value += 0.043
+ Case "실내열전달저항(지붕)"
+ Dr.열저항 = TOST(0.086)
+ R_value += 0.086
+ Case "실외열전달저항(지붕,간접)"
+ Dr.열저항 = TOST(0.086)
+ R_value += 0.086
+ Case "실외열전달저항(지붕,직접)"
+ Dr.열저항 = TOST(0.043)
+ R_value += 0.043
+
+ End Select
+
+ Else
+ If Dr.열전도율 <> "" AndAlso TOSG(Dr.열전도율) <> 0 Then
+ Dr.열저항 = TOSG(Math.Round(TOSG(Dr.두께) / 1000 / TOSG(Dr.열전도율), 4)).ToString
+ R_value += TOSG(Dr.열저항) '//여부분에서는 나올수잇겟군요.?예
+ End If
+
+ End If
+
+ End If
+
+
+ If Dr.설명.IndexOf("열전달저항") = -1 Then
+ width += TOSG(Dr.두께)
+ End If
+ Next
+
+ Try
+ If DrowYK.면형태 = "0" Then
+ DrowYK.열관류율 = CSng(Math.Round(1 / R_value, 3)).ToString
+ DrowYK.투과율 = ""
+ Else
+ Dim 면형태 As DS.tbl_commonRow = DSET1.tbl_common.Select("gubun='1088' and code='" + DrowYK.면형태 + "'")(0)
+ If 면형태.name = "외부창" OrElse 면형태.name = "내부창" Then
+ If DrowYK.발코니창호여부 Then
+ DrowYK.열관류율 = Math.Round((1 / ((1 / TOSG(DrowYK.창호열관류율)) + (1 / TOSG(DrowYK.발코니창호열관류율)) * 0.5)), 3)
+ DrowYK.투과율 = Math.Round(TOSG(DrowYK.발코니투과율) * TOSG(DrowYK.일사에너지투과율), 3)
+ Else
+ DrowYK.열관류율 = DrowYK.창호열관류율
+ DrowYK.투과율 = DrowYK.일사에너지투과율
+ End If
+ Else
+ DrowYK.열관류율 = CSng(Math.Round(1 / R_value, 3)).ToString
+ DrowYK.투과율 = ""
+ End If
+ End If
+
+ Catch ex As Exception
+ DrowYK.열관류율 = ""
+ DrowYK.투과율 = ""
+ End Try
+
+ Next
+
+
+
+ '//열관류율이 링크된 모든면의 건축부위 데이터를 열관류율 화면의 건축부위 데이터로 갱신
+ For Each Drow As DS.tbl_myounRow In DSET1.tbl_myoun
+
+ If Drow.RowState = DataRowState.Deleted OrElse Drow.RowState = DataRowState.Detached Then Continue For
+
+#If DEBUG Then
+ If Drow.code = "0009" Then
+ MsgBox("test")
+ End If
+#End If
+
+ If Drow.열관류율2 <> "0" Then
+ Try '==========================================2014.04.17 열관류율 삭제시 코드번호가 남아 오류 발생하는 현상을 try 안으로 넣음
+ Dim Dr As DS.tbl_ykRow = DSET1.tbl_yk.Select("code='" & Drow.열관류율2.ToString & "'")(0)
+ Drow.건축부위방식 = Dr.면형태 '// 링크된 열관류율에서 면형태를 가져옴..
+ Select Case Dr.면형태
+ Case "외벽(벽체)", "0"
+ Drow.건축부위방식 = "외벽"
+ Case "외벽(지붕)", "0001"
+ Drow.건축부위방식 = "외벽"
+ 'Drow.방위 = "수평"
+ Case "외벽(바닥)", "0002"
+ Drow.건축부위방식 = "외벽"
+ 'Drow.방위 = "일사없음"
+ Case "내벽(벽체)", "0003", "지중벽", "0009"
+ Drow.건축부위방식 = "내벽"
+ Drow.방위 = "일사없음"
+ Case "내벽(지붕)", "0004"
+ Drow.건축부위방식 = "내벽"
+ Drow.방위 = "일사없음"
+ Case "내벽(바닥)", "0005"
+ Drow.건축부위방식 = "내벽"
+ Drow.방위 = "일사없음"
+ Case "간벽", "0006"
+ Drow.건축부위방식 = "간벽"
+ Drow.방위 = "일사없음"
+ Case "외부창", "0007"
+ Drow.건축부위방식 = "외부창"
+ 'Drow.투과율 = Dr.일사에너지투과율
+ Case "내부창", "0008"
+ Drow.건축부위방식 = "내부창"
+ 'Drow.투과율 = Dr.일사에너지투과율
+ Case Else
+ MsgBox("모르는값 " & Dr("면형태").ToString & "/" & Dr.면형태)
+ End Select
+
+ Catch ex As Exception
+
+ End Try
+ End If
+
+ Next
+ End Sub
+
Public Function 프로필급탕요구량(면적별범위 As Char) As Decimal
'Drow프로필.일일급탕요구량()
diff --git a/ArinWarev1/My Project/AssemblyInfo.vb b/ArinWarev1/My Project/AssemblyInfo.vb
index 28fba26..60ea8f4 100644
--- a/ArinWarev1/My Project/AssemblyInfo.vb
+++ b/ArinWarev1/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' 지정되도록 할 수 있습니다.
'
-
-
+
+