- 2018.901.5 버전에서 신규버전 별도 설치 가능 버전으로 개발
 - 침기율을 6 에서 3.5로 수정
 - 공동주택 냉방운전시간을 3.8 시간으로 수정
 - 대기전력차단장치 삭제

 - 결과물 양식 수정(창면적비, 대기전력차단장치)
This commit is contained in:
ykh
2025-06-25 22:45:19 +09:00
parent e25bde7292
commit 4819e4ce22
9 changed files with 177 additions and 572 deletions

2
.gitignore vendored
View File

@@ -7,3 +7,5 @@
/ArinLogin.pdb /ArinLogin.pdb
/ArinNet.pdb /ArinNet.pdb
UpgradeLog.* UpgradeLog.*
/ArinWarev1/obj
/ArinWarev1/bin

View File

@@ -806,6 +806,12 @@
Else Else
Dim Dr월에너지요구량 As DSR.월별에너지분석Row = CType(DSETR1.월별에너지분석.Select("월='" & Mon & "' and 존='" & DR존.code & "'")(0), DSR.월별에너지분석Row) Dim Dr월에너지요구량 As DSR.월별에너지분석Row = CType(DSETR1.월별에너지분석.Select("월='" & Mon & "' and 존='" & DR존.code & "'")(0), DSR.월별에너지분석Row)
If DR존.프로필 = "5000" Then '주거부문일 경우 냉방 가동시간 3.8시간 250625
Q_h_b_op = TOSG(Q_h_b_op) * 3.8 / 24
Q_vh_b_op = TOSG(Q_vh_b_op) * 3.8 / 24
End If
If DR존.냉난방방식 = "냉난방" Or DR존.냉난방방식 = "냉방" Then '//냉난방/냉방 If DR존.냉난방방식 = "냉난방" Or DR존.냉난방방식 = "냉방" Then '//냉난방/냉방
Dr월에너지요구량.냉방요구량열 = TOSG(T, (Q_h_b_op) / 1000) '=================== Q_h_b_we 2010.2.21 삭제 Dr월에너지요구량.냉방요구량열 = TOSG(T, (Q_h_b_op) / 1000) '=================== Q_h_b_we 2010.2.21 삭제
Dr월에너지요구량.냉방요구량공조 = TOSG(T, Q_vh_b_op / 1000) Dr월에너지요구량.냉방요구량공조 = TOSG(T, Q_vh_b_op / 1000)

View File

@@ -57,7 +57,7 @@
<DebugType>Full</DebugType> <DebugType>Full</DebugType>
<DefineDebug>true</DefineDebug> <DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace> <DefineTrace>true</DefineTrace>
<OutputPath>..\..\..\..\..\..\ECO2\debug_od\</OutputPath> <OutputPath>..\..\..\..\ECO2\debug_od\</OutputPath>
<DocumentationFile>Eco2OD.xml</DocumentationFile> <DocumentationFile>Eco2OD.xml</DocumentationFile>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42353,42354,42355</NoWarn> <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42353,42354,42355</NoWarn>
<PlatformTarget>x86</PlatformTarget> <PlatformTarget>x86</PlatformTarget>

View File

@@ -80,18 +80,15 @@ Partial Class Frm_6_Req
Me.Label48 = New System.Windows.Forms.Label() Me.Label48 = New System.Windows.Forms.Label()
Me.Label49 = New System.Windows.Forms.Label() Me.Label49 = New System.Windows.Forms.Label()
Me.Label50 = New System.Windows.Forms.Label() Me.Label50 = New System.Windows.Forms.Label()
Me.Label51 = New System.Windows.Forms.Label()
Me.Label52 = New System.Windows.Forms.Label() Me.Label52 = New System.Windows.Forms.Label()
Me.Label54 = New System.Windows.Forms.Label() Me.Label54 = New System.Windows.Forms.Label()
Me.CheckBox33 = New System.Windows.Forms.CheckBox() Me.CheckBox33 = New System.Windows.Forms.CheckBox()
Me.CheckBox34 = New System.Windows.Forms.CheckBox() Me.CheckBox34 = New System.Windows.Forms.CheckBox()
Me.CheckBox35 = New System.Windows.Forms.CheckBox() Me.CheckBox35 = New System.Windows.Forms.CheckBox()
Me.CheckBox36 = New System.Windows.Forms.CheckBox()
Me.CheckBox37 = New System.Windows.Forms.CheckBox() Me.CheckBox37 = New System.Windows.Forms.CheckBox()
Me.TextBox33 = New System.Windows.Forms.TextBox() Me.TextBox33 = New System.Windows.Forms.TextBox()
Me.TextBox34 = New System.Windows.Forms.TextBox() Me.TextBox34 = New System.Windows.Forms.TextBox()
Me.TextBox35 = New System.Windows.Forms.TextBox() Me.TextBox35 = New System.Windows.Forms.TextBox()
Me.TextBox36 = New System.Windows.Forms.TextBox()
Me.TextBox37 = New System.Windows.Forms.TextBox() Me.TextBox37 = New System.Windows.Forms.TextBox()
Me.TableLayoutPanel3.SuspendLayout() Me.TableLayoutPanel3.SuspendLayout()
Me.TableLayoutPanel4.SuspendLayout() Me.TableLayoutPanel4.SuspendLayout()
@@ -505,7 +502,7 @@ Partial Class Frm_6_Req
Me.Label33.Location = New System.Drawing.Point(154, 0) Me.Label33.Location = New System.Drawing.Point(154, 0)
Me.Label33.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label33.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label33.Name = "Label33" Me.Label33.Name = "Label33"
Me.Label33.Size = New System.Drawing.Size(228, 36) Me.Label33.Size = New System.Drawing.Size(228, 35)
Me.Label33.TabIndex = 0 Me.Label33.TabIndex = 0
Me.Label33.Text = "설계용 외기조건 준수(가목)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(냉난방설비가 없는 경우 제외)" Me.Label33.Text = "설계용 외기조건 준수(가목)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(냉난방설비가 없는 경우 제외)"
Me.Label33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -513,10 +510,10 @@ Partial Class Frm_6_Req
'Label34 'Label34
' '
Me.Label34.Dock = System.Windows.Forms.DockStyle.Fill Me.Label34.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label34.Location = New System.Drawing.Point(154, 36) Me.Label34.Location = New System.Drawing.Point(154, 35)
Me.Label34.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label34.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label34.Name = "Label34" Me.Label34.Name = "Label34"
Me.Label34.Size = New System.Drawing.Size(228, 36) Me.Label34.Size = New System.Drawing.Size(228, 35)
Me.Label34.TabIndex = 0 Me.Label34.TabIndex = 0
Me.Label34.Text = "열원 및 반송설비 조건(나목)" Me.Label34.Text = "열원 및 반송설비 조건(나목)"
Me.Label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -524,10 +521,10 @@ Partial Class Frm_6_Req
'Label35 'Label35
' '
Me.Label35.Dock = System.Windows.Forms.DockStyle.Fill Me.Label35.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label35.Location = New System.Drawing.Point(154, 72) Me.Label35.Location = New System.Drawing.Point(154, 70)
Me.Label35.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label35.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label35.Name = "Label35" Me.Label35.Name = "Label35"
Me.Label35.Size = New System.Drawing.Size(228, 36) Me.Label35.Size = New System.Drawing.Size(228, 35)
Me.Label35.TabIndex = 0 Me.Label35.TabIndex = 0
Me.Label35.Text = "고효율 가정용 보일러(다목)" Me.Label35.Text = "고효율 가정용 보일러(다목)"
Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -535,10 +532,10 @@ Partial Class Frm_6_Req
'Label36 'Label36
' '
Me.Label36.Dock = System.Windows.Forms.DockStyle.Fill Me.Label36.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label36.Location = New System.Drawing.Point(154, 108) Me.Label36.Location = New System.Drawing.Point(154, 105)
Me.Label36.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label36.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label36.Name = "Label36" Me.Label36.Name = "Label36"
Me.Label36.Size = New System.Drawing.Size(228, 36) Me.Label36.Size = New System.Drawing.Size(228, 35)
Me.Label36.TabIndex = 0 Me.Label36.TabIndex = 0
Me.Label36.Text = "고효율 전동기(라목)" Me.Label36.Text = "고효율 전동기(라목)"
Me.Label36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -546,10 +543,10 @@ Partial Class Frm_6_Req
'Label37 'Label37
' '
Me.Label37.Dock = System.Windows.Forms.DockStyle.Fill Me.Label37.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label37.Location = New System.Drawing.Point(154, 144) Me.Label37.Location = New System.Drawing.Point(154, 140)
Me.Label37.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label37.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label37.Name = "Label37" Me.Label37.Name = "Label37"
Me.Label37.Size = New System.Drawing.Size(228, 36) Me.Label37.Size = New System.Drawing.Size(228, 35)
Me.Label37.TabIndex = 0 Me.Label37.TabIndex = 0
Me.Label37.Text = "고효율 난방, 급탕-급수펌프(마목)" Me.Label37.Text = "고효율 난방, 급탕-급수펌프(마목)"
Me.Label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -557,10 +554,10 @@ Partial Class Frm_6_Req
'Label38 'Label38
' '
Me.Label38.Dock = System.Windows.Forms.DockStyle.Fill Me.Label38.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label38.Location = New System.Drawing.Point(154, 180) Me.Label38.Location = New System.Drawing.Point(154, 175)
Me.Label38.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label38.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label38.Name = "Label38" Me.Label38.Name = "Label38"
Me.Label38.Size = New System.Drawing.Size(228, 36) Me.Label38.Size = New System.Drawing.Size(228, 35)
Me.Label38.TabIndex = 0 Me.Label38.TabIndex = 0
Me.Label38.Text = "절수형설비 설치(바목)" Me.Label38.Text = "절수형설비 설치(바목)"
Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -568,10 +565,10 @@ Partial Class Frm_6_Req
'Label39 'Label39
' '
Me.Label39.Dock = System.Windows.Forms.DockStyle.Fill Me.Label39.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label39.Location = New System.Drawing.Point(154, 216) Me.Label39.Location = New System.Drawing.Point(154, 210)
Me.Label39.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label39.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label39.Name = "Label39" Me.Label39.Name = "Label39"
Me.Label39.Size = New System.Drawing.Size(228, 36) Me.Label39.Size = New System.Drawing.Size(228, 42)
Me.Label39.TabIndex = 0 Me.Label39.TabIndex = 0
Me.Label39.Text = "실별 온도조절장치(사목)" Me.Label39.Text = "실별 온도조절장치(사목)"
Me.Label39.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label39.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -597,7 +594,7 @@ Partial Class Frm_6_Req
Me.CheckBox19.Location = New System.Drawing.Point(396, 7) Me.CheckBox19.Location = New System.Drawing.Point(396, 7)
Me.CheckBox19.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox19.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox19.Name = "CheckBox19" Me.CheckBox19.Name = "CheckBox19"
Me.CheckBox19.Size = New System.Drawing.Size(92, 24) Me.CheckBox19.Size = New System.Drawing.Size(92, 23)
Me.CheckBox19.TabIndex = 2 Me.CheckBox19.TabIndex = 2
Me.CheckBox19.Text = "적용" Me.CheckBox19.Text = "적용"
Me.CheckBox19.UseVisualStyleBackColor = True Me.CheckBox19.UseVisualStyleBackColor = True
@@ -607,10 +604,10 @@ Partial Class Frm_6_Req
Me.CheckBox20.AutoSize = True Me.CheckBox20.AutoSize = True
Me.CheckBox20.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v열원및반송설비조건", True)) Me.CheckBox20.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v열원및반송설비조건", True))
Me.CheckBox20.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox20.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox20.Location = New System.Drawing.Point(396, 43) Me.CheckBox20.Location = New System.Drawing.Point(396, 42)
Me.CheckBox20.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox20.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox20.Name = "CheckBox20" Me.CheckBox20.Name = "CheckBox20"
Me.CheckBox20.Size = New System.Drawing.Size(92, 24) Me.CheckBox20.Size = New System.Drawing.Size(92, 23)
Me.CheckBox20.TabIndex = 2 Me.CheckBox20.TabIndex = 2
Me.CheckBox20.Text = "적용" Me.CheckBox20.Text = "적용"
Me.CheckBox20.UseVisualStyleBackColor = True Me.CheckBox20.UseVisualStyleBackColor = True
@@ -620,10 +617,10 @@ Partial Class Frm_6_Req
Me.CheckBox21.AutoSize = True Me.CheckBox21.AutoSize = True
Me.CheckBox21.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율가정용보일러", True)) Me.CheckBox21.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율가정용보일러", True))
Me.CheckBox21.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox21.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox21.Location = New System.Drawing.Point(396, 79) Me.CheckBox21.Location = New System.Drawing.Point(396, 77)
Me.CheckBox21.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox21.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox21.Name = "CheckBox21" Me.CheckBox21.Name = "CheckBox21"
Me.CheckBox21.Size = New System.Drawing.Size(92, 24) Me.CheckBox21.Size = New System.Drawing.Size(92, 23)
Me.CheckBox21.TabIndex = 2 Me.CheckBox21.TabIndex = 2
Me.CheckBox21.Text = "적용" Me.CheckBox21.Text = "적용"
Me.CheckBox21.UseVisualStyleBackColor = True Me.CheckBox21.UseVisualStyleBackColor = True
@@ -633,10 +630,10 @@ Partial Class Frm_6_Req
Me.CheckBox22.AutoSize = True Me.CheckBox22.AutoSize = True
Me.CheckBox22.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율전동기", True)) Me.CheckBox22.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율전동기", True))
Me.CheckBox22.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox22.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox22.Location = New System.Drawing.Point(396, 115) Me.CheckBox22.Location = New System.Drawing.Point(396, 112)
Me.CheckBox22.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox22.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox22.Name = "CheckBox22" Me.CheckBox22.Name = "CheckBox22"
Me.CheckBox22.Size = New System.Drawing.Size(92, 24) Me.CheckBox22.Size = New System.Drawing.Size(92, 23)
Me.CheckBox22.TabIndex = 2 Me.CheckBox22.TabIndex = 2
Me.CheckBox22.Text = "적용" Me.CheckBox22.Text = "적용"
Me.CheckBox22.UseVisualStyleBackColor = True Me.CheckBox22.UseVisualStyleBackColor = True
@@ -646,10 +643,10 @@ Partial Class Frm_6_Req
Me.CheckBox23.AutoSize = True Me.CheckBox23.AutoSize = True
Me.CheckBox23.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율난방급탕급수펌프", True)) Me.CheckBox23.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율난방급탕급수펌프", True))
Me.CheckBox23.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox23.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox23.Location = New System.Drawing.Point(396, 151) Me.CheckBox23.Location = New System.Drawing.Point(396, 147)
Me.CheckBox23.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox23.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox23.Name = "CheckBox23" Me.CheckBox23.Name = "CheckBox23"
Me.CheckBox23.Size = New System.Drawing.Size(92, 24) Me.CheckBox23.Size = New System.Drawing.Size(92, 23)
Me.CheckBox23.TabIndex = 2 Me.CheckBox23.TabIndex = 2
Me.CheckBox23.Text = "적용" Me.CheckBox23.Text = "적용"
Me.CheckBox23.UseVisualStyleBackColor = True Me.CheckBox23.UseVisualStyleBackColor = True
@@ -659,10 +656,10 @@ Partial Class Frm_6_Req
Me.CheckBox24.AutoSize = True Me.CheckBox24.AutoSize = True
Me.CheckBox24.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v절수형설비설치", True)) Me.CheckBox24.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v절수형설비설치", True))
Me.CheckBox24.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox24.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox24.Location = New System.Drawing.Point(396, 187) Me.CheckBox24.Location = New System.Drawing.Point(396, 182)
Me.CheckBox24.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox24.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox24.Name = "CheckBox24" Me.CheckBox24.Name = "CheckBox24"
Me.CheckBox24.Size = New System.Drawing.Size(92, 24) Me.CheckBox24.Size = New System.Drawing.Size(92, 23)
Me.CheckBox24.TabIndex = 2 Me.CheckBox24.TabIndex = 2
Me.CheckBox24.Text = "적용" Me.CheckBox24.Text = "적용"
Me.CheckBox24.UseVisualStyleBackColor = True Me.CheckBox24.UseVisualStyleBackColor = True
@@ -672,10 +669,10 @@ Partial Class Frm_6_Req
Me.CheckBox25.AutoSize = True Me.CheckBox25.AutoSize = True
Me.CheckBox25.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v실별온도조절장치", True)) Me.CheckBox25.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v실별온도조절장치", True))
Me.CheckBox25.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox25.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox25.Location = New System.Drawing.Point(396, 223) Me.CheckBox25.Location = New System.Drawing.Point(396, 217)
Me.CheckBox25.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox25.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox25.Name = "CheckBox25" Me.CheckBox25.Name = "CheckBox25"
Me.CheckBox25.Size = New System.Drawing.Size(92, 24) Me.CheckBox25.Size = New System.Drawing.Size(92, 30)
Me.CheckBox25.TabIndex = 2 Me.CheckBox25.TabIndex = 2
Me.CheckBox25.Text = "적용" Me.CheckBox25.Text = "적용"
Me.CheckBox25.UseVisualStyleBackColor = True Me.CheckBox25.UseVisualStyleBackColor = True
@@ -698,7 +695,7 @@ Partial Class Frm_6_Req
Me.TextBox20.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox20.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox20.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox20.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox20.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox20.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox20.Location = New System.Drawing.Point(497, 38) Me.TextBox20.Location = New System.Drawing.Point(497, 37)
Me.TextBox20.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox20.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox20.Name = "TextBox20" Me.TextBox20.Name = "TextBox20"
Me.TextBox20.Size = New System.Drawing.Size(596, 29) Me.TextBox20.Size = New System.Drawing.Size(596, 29)
@@ -710,7 +707,7 @@ Partial Class Frm_6_Req
Me.TextBox21.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox21.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox21.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox21.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox21.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox21.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox21.Location = New System.Drawing.Point(497, 74) Me.TextBox21.Location = New System.Drawing.Point(497, 72)
Me.TextBox21.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox21.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox21.Name = "TextBox21" Me.TextBox21.Name = "TextBox21"
Me.TextBox21.Size = New System.Drawing.Size(596, 29) Me.TextBox21.Size = New System.Drawing.Size(596, 29)
@@ -722,7 +719,7 @@ Partial Class Frm_6_Req
Me.TextBox22.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox22.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox22.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox22.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox22.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox22.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox22.Location = New System.Drawing.Point(497, 110) Me.TextBox22.Location = New System.Drawing.Point(497, 107)
Me.TextBox22.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox22.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox22.Name = "TextBox22" Me.TextBox22.Name = "TextBox22"
Me.TextBox22.Size = New System.Drawing.Size(596, 29) Me.TextBox22.Size = New System.Drawing.Size(596, 29)
@@ -734,7 +731,7 @@ Partial Class Frm_6_Req
Me.TextBox23.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox23.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox23.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox23.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox23.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox23.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox23.Location = New System.Drawing.Point(497, 146) Me.TextBox23.Location = New System.Drawing.Point(497, 142)
Me.TextBox23.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox23.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox23.Name = "TextBox23" Me.TextBox23.Name = "TextBox23"
Me.TextBox23.Size = New System.Drawing.Size(596, 29) Me.TextBox23.Size = New System.Drawing.Size(596, 29)
@@ -746,7 +743,7 @@ Partial Class Frm_6_Req
Me.TextBox24.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox24.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox24.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox24.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox24.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox24.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox24.Location = New System.Drawing.Point(497, 182) Me.TextBox24.Location = New System.Drawing.Point(497, 177)
Me.TextBox24.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox24.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox24.Name = "TextBox24" Me.TextBox24.Name = "TextBox24"
Me.TextBox24.Size = New System.Drawing.Size(596, 29) Me.TextBox24.Size = New System.Drawing.Size(596, 29)
@@ -758,7 +755,7 @@ Partial Class Frm_6_Req
Me.TextBox25.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox25.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox25.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox25.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox25.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox25.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox25.Location = New System.Drawing.Point(497, 218) Me.TextBox25.Location = New System.Drawing.Point(497, 212)
Me.TextBox25.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox25.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox25.Name = "TextBox25" Me.TextBox25.Name = "TextBox25"
Me.TextBox25.Size = New System.Drawing.Size(596, 29) Me.TextBox25.Size = New System.Drawing.Size(596, 29)
@@ -774,38 +771,24 @@ Partial Class Frm_6_Req
Me.TableLayoutPanel6.Controls.Add(Me.Label48, 1, 0) Me.TableLayoutPanel6.Controls.Add(Me.Label48, 1, 0)
Me.TableLayoutPanel6.Controls.Add(Me.Label49, 1, 1) Me.TableLayoutPanel6.Controls.Add(Me.Label49, 1, 1)
Me.TableLayoutPanel6.Controls.Add(Me.Label50, 1, 2) Me.TableLayoutPanel6.Controls.Add(Me.Label50, 1, 2)
Me.TableLayoutPanel6.Controls.Add(Me.Label51, 1, 3) Me.TableLayoutPanel6.Controls.Add(Me.Label52, 1, 3)
Me.TableLayoutPanel6.Controls.Add(Me.Label52, 1, 4)
Me.TableLayoutPanel6.Controls.Add(Me.Label54, 0, 0) Me.TableLayoutPanel6.Controls.Add(Me.Label54, 0, 0)
Me.TableLayoutPanel6.Controls.Add(Me.CheckBox33, 2, 0) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox33, 2, 0)
Me.TableLayoutPanel6.Controls.Add(Me.CheckBox34, 2, 1) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox34, 2, 1)
Me.TableLayoutPanel6.Controls.Add(Me.CheckBox35, 2, 2) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox35, 2, 2)
Me.TableLayoutPanel6.Controls.Add(Me.CheckBox36, 2, 3) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox37, 2, 3)
Me.TableLayoutPanel6.Controls.Add(Me.CheckBox37, 2, 4)
Me.TableLayoutPanel6.Controls.Add(Me.TextBox33, 3, 0) Me.TableLayoutPanel6.Controls.Add(Me.TextBox33, 3, 0)
Me.TableLayoutPanel6.Controls.Add(Me.TextBox34, 3, 1) Me.TableLayoutPanel6.Controls.Add(Me.TextBox34, 3, 1)
Me.TableLayoutPanel6.Controls.Add(Me.TextBox35, 3, 2) Me.TableLayoutPanel6.Controls.Add(Me.TextBox35, 3, 2)
Me.TableLayoutPanel6.Controls.Add(Me.TextBox36, 3, 3) Me.TableLayoutPanel6.Controls.Add(Me.TextBox37, 3, 3)
Me.TableLayoutPanel6.Controls.Add(Me.TextBox37, 3, 4)
Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Top Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Top
Me.TableLayoutPanel6.Location = New System.Drawing.Point(0, 390) Me.TableLayoutPanel6.Location = New System.Drawing.Point(0, 390)
Me.TableLayoutPanel6.Name = "TableLayoutPanel6" Me.TableLayoutPanel6.Name = "TableLayoutPanel6"
Me.TableLayoutPanel6.RowCount = 5 Me.TableLayoutPanel6.RowCount = 4
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel6.Size = New System.Drawing.Size(1097, 161) Me.TableLayoutPanel6.Size = New System.Drawing.Size(1097, 161)
Me.TableLayoutPanel6.TabIndex = 7 Me.TableLayoutPanel6.TabIndex = 7
@@ -816,7 +799,7 @@ Partial Class Frm_6_Req
Me.Label48.Location = New System.Drawing.Point(154, 0) Me.Label48.Location = New System.Drawing.Point(154, 0)
Me.Label48.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label48.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label48.Name = "Label48" Me.Label48.Name = "Label48"
Me.Label48.Size = New System.Drawing.Size(228, 32) Me.Label48.Size = New System.Drawing.Size(228, 40)
Me.Label48.TabIndex = 0 Me.Label48.TabIndex = 0
Me.Label48.Text = "수변전설비 설치(가목)" Me.Label48.Text = "수변전설비 설치(가목)"
Me.Label48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -824,10 +807,10 @@ Partial Class Frm_6_Req
'Label49 'Label49
' '
Me.Label49.Dock = System.Windows.Forms.DockStyle.Fill Me.Label49.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label49.Location = New System.Drawing.Point(154, 32) Me.Label49.Location = New System.Drawing.Point(154, 40)
Me.Label49.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label49.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label49.Name = "Label49" Me.Label49.Name = "Label49"
Me.Label49.Size = New System.Drawing.Size(228, 32) Me.Label49.Size = New System.Drawing.Size(228, 40)
Me.Label49.TabIndex = 0 Me.Label49.TabIndex = 0
Me.Label49.Text = "간선 및 동력설비 설치(나목)" Me.Label49.Text = "간선 및 동력설비 설치(나목)"
Me.Label49.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label49.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -835,34 +818,23 @@ Partial Class Frm_6_Req
'Label50 'Label50
' '
Me.Label50.Dock = System.Windows.Forms.DockStyle.Fill Me.Label50.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label50.Location = New System.Drawing.Point(154, 64) Me.Label50.Location = New System.Drawing.Point(154, 80)
Me.Label50.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label50.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label50.Name = "Label50" Me.Label50.Name = "Label50"
Me.Label50.Size = New System.Drawing.Size(228, 32) Me.Label50.Size = New System.Drawing.Size(228, 40)
Me.Label50.TabIndex = 0 Me.Label50.TabIndex = 0
Me.Label50.Text = "조명설치 설치(다목)" Me.Label50.Text = "조명설치 설치(다목)"
Me.Label50.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label50.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
' '
'Label51
'
Me.Label51.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label51.Location = New System.Drawing.Point(154, 96)
Me.Label51.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label51.Name = "Label51"
Me.Label51.Size = New System.Drawing.Size(228, 32)
Me.Label51.TabIndex = 0
Me.Label51.Text = "대기전력자동 차단장치 설치(라목)"
Me.Label51.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label52 'Label52
' '
Me.Label52.Dock = System.Windows.Forms.DockStyle.Fill Me.Label52.Dock = System.Windows.Forms.DockStyle.Fill
Me.Label52.Location = New System.Drawing.Point(154, 128) Me.Label52.Location = New System.Drawing.Point(154, 120)
Me.Label52.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label52.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label52.Name = "Label52" Me.Label52.Name = "Label52"
Me.Label52.Size = New System.Drawing.Size(228, 33) Me.Label52.Size = New System.Drawing.Size(228, 41)
Me.Label52.TabIndex = 0 Me.Label52.TabIndex = 0
Me.Label52.Text = "공용화장실 자동점멸스위치(목)" Me.Label52.Text = "공용화장실 자동점멸스위치(목)"
Me.Label52.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label52.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
' '
'Label54 'Label54
@@ -872,7 +844,7 @@ Partial Class Frm_6_Req
Me.Label54.Location = New System.Drawing.Point(4, 0) Me.Label54.Location = New System.Drawing.Point(4, 0)
Me.Label54.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label54.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label54.Name = "Label54" Me.Label54.Name = "Label54"
Me.TableLayoutPanel6.SetRowSpan(Me.Label54, 5) Me.TableLayoutPanel6.SetRowSpan(Me.Label54, 4)
Me.Label54.Size = New System.Drawing.Size(142, 161) Me.Label54.Size = New System.Drawing.Size(142, 161)
Me.Label54.TabIndex = 0 Me.Label54.TabIndex = 0
Me.Label54.Text = "전기부문" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "설계기준" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(제7조제3항" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "제3호)" Me.Label54.Text = "전기부문" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "설계기준" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(제7조제3항" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "제3호)"
@@ -886,7 +858,7 @@ Partial Class Frm_6_Req
Me.CheckBox33.Location = New System.Drawing.Point(396, 7) Me.CheckBox33.Location = New System.Drawing.Point(396, 7)
Me.CheckBox33.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox33.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox33.Name = "CheckBox33" Me.CheckBox33.Name = "CheckBox33"
Me.CheckBox33.Size = New System.Drawing.Size(92, 20) Me.CheckBox33.Size = New System.Drawing.Size(92, 28)
Me.CheckBox33.TabIndex = 2 Me.CheckBox33.TabIndex = 2
Me.CheckBox33.Text = "적용" Me.CheckBox33.Text = "적용"
Me.CheckBox33.UseVisualStyleBackColor = True Me.CheckBox33.UseVisualStyleBackColor = True
@@ -896,10 +868,10 @@ Partial Class Frm_6_Req
Me.CheckBox34.AutoSize = True Me.CheckBox34.AutoSize = True
Me.CheckBox34.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v간선및동력설비", True)) Me.CheckBox34.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v간선및동력설비", True))
Me.CheckBox34.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox34.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox34.Location = New System.Drawing.Point(396, 39) Me.CheckBox34.Location = New System.Drawing.Point(396, 47)
Me.CheckBox34.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox34.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox34.Name = "CheckBox34" Me.CheckBox34.Name = "CheckBox34"
Me.CheckBox34.Size = New System.Drawing.Size(92, 20) Me.CheckBox34.Size = New System.Drawing.Size(92, 28)
Me.CheckBox34.TabIndex = 2 Me.CheckBox34.TabIndex = 2
Me.CheckBox34.Text = "적용" Me.CheckBox34.Text = "적용"
Me.CheckBox34.UseVisualStyleBackColor = True Me.CheckBox34.UseVisualStyleBackColor = True
@@ -909,36 +881,23 @@ Partial Class Frm_6_Req
Me.CheckBox35.AutoSize = True Me.CheckBox35.AutoSize = True
Me.CheckBox35.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v조명설치", True)) Me.CheckBox35.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v조명설치", True))
Me.CheckBox35.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox35.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox35.Location = New System.Drawing.Point(396, 71) Me.CheckBox35.Location = New System.Drawing.Point(396, 87)
Me.CheckBox35.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox35.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox35.Name = "CheckBox35" Me.CheckBox35.Name = "CheckBox35"
Me.CheckBox35.Size = New System.Drawing.Size(92, 20) Me.CheckBox35.Size = New System.Drawing.Size(92, 28)
Me.CheckBox35.TabIndex = 2 Me.CheckBox35.TabIndex = 2
Me.CheckBox35.Text = "적용" Me.CheckBox35.Text = "적용"
Me.CheckBox35.UseVisualStyleBackColor = True Me.CheckBox35.UseVisualStyleBackColor = True
' '
'CheckBox36
'
Me.CheckBox36.AutoSize = True
Me.CheckBox36.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v대기전력자동차단장치", True))
Me.CheckBox36.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox36.Location = New System.Drawing.Point(396, 103)
Me.CheckBox36.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox36.Name = "CheckBox36"
Me.CheckBox36.Size = New System.Drawing.Size(92, 20)
Me.CheckBox36.TabIndex = 2
Me.CheckBox36.Text = "적용"
Me.CheckBox36.UseVisualStyleBackColor = True
'
'CheckBox37 'CheckBox37
' '
Me.CheckBox37.AutoSize = True Me.CheckBox37.AutoSize = True
Me.CheckBox37.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v공용화장실자동점멸스위치", True)) Me.CheckBox37.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v공용화장실자동점멸스위치", True))
Me.CheckBox37.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox37.Dock = System.Windows.Forms.DockStyle.Fill
Me.CheckBox37.Location = New System.Drawing.Point(396, 135) Me.CheckBox37.Location = New System.Drawing.Point(396, 127)
Me.CheckBox37.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox37.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5)
Me.CheckBox37.Name = "CheckBox37" Me.CheckBox37.Name = "CheckBox37"
Me.CheckBox37.Size = New System.Drawing.Size(92, 21) Me.CheckBox37.Size = New System.Drawing.Size(92, 29)
Me.CheckBox37.TabIndex = 2 Me.CheckBox37.TabIndex = 2
Me.CheckBox37.Text = "적용" Me.CheckBox37.Text = "적용"
Me.CheckBox37.UseVisualStyleBackColor = True Me.CheckBox37.UseVisualStyleBackColor = True
@@ -961,7 +920,7 @@ Partial Class Frm_6_Req
Me.TextBox34.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox34.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox34.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox34.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox34.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox34.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox34.Location = New System.Drawing.Point(497, 34) Me.TextBox34.Location = New System.Drawing.Point(497, 42)
Me.TextBox34.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox34.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox34.Name = "TextBox34" Me.TextBox34.Name = "TextBox34"
Me.TextBox34.Size = New System.Drawing.Size(596, 29) Me.TextBox34.Size = New System.Drawing.Size(596, 29)
@@ -973,31 +932,19 @@ Partial Class Frm_6_Req
Me.TextBox35.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox35.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox35.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox35.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox35.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox35.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox35.Location = New System.Drawing.Point(497, 66) Me.TextBox35.Location = New System.Drawing.Point(497, 82)
Me.TextBox35.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox35.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox35.Name = "TextBox35" Me.TextBox35.Name = "TextBox35"
Me.TextBox35.Size = New System.Drawing.Size(596, 29) Me.TextBox35.Size = New System.Drawing.Size(596, 29)
Me.TextBox35.TabIndex = 1 Me.TextBox35.TabIndex = 1
' '
'TextBox36
'
Me.TextBox36.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "대기전력자동차단장치", True))
Me.TextBox36.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox36.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox36.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox36.Location = New System.Drawing.Point(497, 98)
Me.TextBox36.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox36.Name = "TextBox36"
Me.TextBox36.Size = New System.Drawing.Size(596, 29)
Me.TextBox36.TabIndex = 1
'
'TextBox37 'TextBox37
' '
Me.TextBox37.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "공용화장실자동점멸스위치", True)) Me.TextBox37.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "공용화장실자동점멸스위치", True))
Me.TextBox37.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox37.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBox37.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox37.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.TextBox37.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox37.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox37.Location = New System.Drawing.Point(497, 130) Me.TextBox37.Location = New System.Drawing.Point(497, 122)
Me.TextBox37.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox37.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2)
Me.TextBox37.Name = "TextBox37" Me.TextBox37.Name = "TextBox37"
Me.TextBox37.Size = New System.Drawing.Size(596, 29) Me.TextBox37.Size = New System.Drawing.Size(596, 29)
@@ -1103,17 +1050,14 @@ Partial Class Frm_6_Req
Friend WithEvents Label48 As System.Windows.Forms.Label Friend WithEvents Label48 As System.Windows.Forms.Label
Friend WithEvents Label49 As System.Windows.Forms.Label Friend WithEvents Label49 As System.Windows.Forms.Label
Friend WithEvents Label50 As System.Windows.Forms.Label Friend WithEvents Label50 As System.Windows.Forms.Label
Friend WithEvents Label51 As System.Windows.Forms.Label
Friend WithEvents Label52 As System.Windows.Forms.Label Friend WithEvents Label52 As System.Windows.Forms.Label
Friend WithEvents Label54 As System.Windows.Forms.Label Friend WithEvents Label54 As System.Windows.Forms.Label
Friend WithEvents CheckBox33 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox33 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox34 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox34 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox35 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox35 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox36 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox37 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox37 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox33 As System.Windows.Forms.TextBox Friend WithEvents TextBox33 As System.Windows.Forms.TextBox
Friend WithEvents TextBox34 As System.Windows.Forms.TextBox Friend WithEvents TextBox34 As System.Windows.Forms.TextBox
Friend WithEvents TextBox35 As System.Windows.Forms.TextBox Friend WithEvents TextBox35 As System.Windows.Forms.TextBox
Friend WithEvents TextBox36 As System.Windows.Forms.TextBox
Friend WithEvents TextBox37 As System.Windows.Forms.TextBox Friend WithEvents TextBox37 As System.Windows.Forms.TextBox
End Class End Class

View File

@@ -123,9 +123,6 @@
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>219, 17</value> <value>219, 17</value>
</metadata> </metadata>
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>219, 17</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>119, 17</value> <value>119, 17</value>
</metadata> </metadata>

View File

@@ -308,7 +308,7 @@
dr존0.침기율 = 1.5 dr존0.침기율 = 1.5
Else Else
dr존0.면적 = TOSG(T, dr존0.면적) + DRType.세대면적 * DRType.세대수 dr존0.면적 = TOSG(T, dr존0.면적) + DRType.세대면적 * DRType.세대수
dr존0.침기율 = 4 '// 20230520 침기율을 6에서 4로 수정 dr존0.침기율 = 3.5 '// 20250625 침기율을 6에서 3.5로 수정
End If End If
Next Next

View File

@@ -12,13 +12,13 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("건물에너지평가프로그램(ECO2_OD)")> <Assembly: AssemblyDescription("건물에너지평가프로그램(ECO2_OD)")>
<Assembly: AssemblyCompany("Arinware")> <Assembly: AssemblyCompany("Arinware")>
<Assembly: AssemblyProduct("건물에너지평가프로그램(ECO2_OD)")> <Assembly: AssemblyProduct("건물에너지평가프로그램(ECO2_OD)")>
<Assembly: AssemblyCopyright("Copyright (C) Arinware 2014")> <Assembly: AssemblyCopyright("Copyright (C) SIMP 2025")>
<Assembly: AssemblyTrademark("ArinWare")> <Assembly: AssemblyTrademark("ArinWare")>
<Assembly: ComVisible(False)> <Assembly: ComVisible(False)>
'이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다. '이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
<Assembly: Guid("932c61b2-cb80-6666-8192-a32c97bba00a")> <Assembly: Guid("932c61b2-cb80-6666-8192-a32c97bba00b")>
' 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다. ' 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
' '
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' 지정되도록 할 수 있습니다. ' 지정되도록 할 수 있습니다.
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.2018.0901.0005")> <Assembly: AssemblyVersion("1.2025.0630.0000")>
<Assembly: AssemblyFileVersion("1.2018.0901.0005")> <Assembly: AssemblyFileVersion("1.2025.0630.0000")>

View File

@@ -3956,42 +3956,6 @@
<PaddingBottom>2pt</PaddingBottom> <PaddingBottom>2pt</PaddingBottom>
</Style> </Style>
</Textbox> </Textbox>
<Textbox Name="Textbox203">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>대기전력자동차단장치 설치(라목)</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Left</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox188</rd:DefaultName>
<Top>10.54344cm</Top>
<Left>3.35783cm</Left>
<Height>0.6cm</Height>
<Width>5.21662cm</Width>
<ZIndex>3</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox205"> <Textbox Name="Textbox205">
<CanGrow>true</CanGrow> <CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether> <KeepTogether>true</KeepTogether>
@@ -3999,7 +3963,7 @@
<Paragraph> <Paragraph>
<TextRuns> <TextRuns>
<TextRun> <TextRun>
<Value>공용화장실 자동점멸스위치(목)</Value> <Value>공용화장실 자동점멸스위치(목)</Value>
<Style> <Style>
<FontFamily>맑은 고딕</FontFamily> <FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize> <FontSize>9pt</FontSize>
@@ -4012,11 +3976,11 @@
</Paragraph> </Paragraph>
</Paragraphs> </Paragraphs>
<rd:DefaultName>Textbox188</rd:DefaultName> <rd:DefaultName>Textbox188</rd:DefaultName>
<Top>11.31061cm</Top> <Top>10.67561cm</Top>
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>4</ZIndex> <ZIndex>3</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4052,7 +4016,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>5</ZIndex> <ZIndex>4</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4088,7 +4052,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>6</ZIndex> <ZIndex>5</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4124,43 +4088,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>7</ZIndex> <ZIndex>6</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox221">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!대기전력자동차단장치.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Left</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox188</rd:DefaultName>
<Top>10.54344cm</Top>
<Left>10.78139cm</Left>
<Height>0.6cm</Height>
<Width>7.39259cm</Width>
<ZIndex>8</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4192,11 +4120,11 @@
</Paragraph> </Paragraph>
</Paragraphs> </Paragraphs>
<rd:DefaultName>Textbox188</rd:DefaultName> <rd:DefaultName>Textbox188</rd:DefaultName>
<Top>11.31061cm</Top> <Top>10.67561cm</Top>
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>9</ZIndex> <ZIndex>7</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4232,7 +4160,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>10</ZIndex> <ZIndex>8</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4268,7 +4196,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>11</ZIndex> <ZIndex>9</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4304,43 +4232,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>12</ZIndex> <ZIndex>10</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox236">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=iif(Fields!v대기전력자동차단장치.Value.ToString() = true, "예","아니오")</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox188</rd:DefaultName>
<Top>10.54344cm</Top>
<Left>9.01698cm</Left>
<Height>0.6cm</Height>
<Width>1.37339cm</Width>
<ZIndex>13</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4372,11 +4264,11 @@
</Paragraph> </Paragraph>
</Paragraphs> </Paragraphs>
<rd:DefaultName>Textbox188</rd:DefaultName> <rd:DefaultName>Textbox188</rd:DefaultName>
<Top>11.31061cm</Top> <Top>10.67561cm</Top>
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>14</ZIndex> <ZIndex>11</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4415,7 +4307,7 @@
<Left>0.19557cm</Left> <Left>0.19557cm</Left>
<Height>2.11311cm</Height> <Height>2.11311cm</Height>
<Width>2.73376cm</Width> <Width>2.73376cm</Width>
<ZIndex>15</ZIndex> <ZIndex>12</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4454,7 +4346,7 @@
<Left>0.19557cm</Left> <Left>0.19557cm</Left>
<Height>6.43772cm</Height> <Height>6.43772cm</Height>
<Width>2.73376cm</Width> <Width>2.73376cm</Width>
<ZIndex>16</ZIndex> <ZIndex>13</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4493,7 +4385,7 @@
<Left>0.19557cm</Left> <Left>0.19557cm</Left>
<Height>2.73667cm</Height> <Height>2.73667cm</Height>
<Width>2.73376cm</Width> <Width>2.73376cm</Width>
<ZIndex>17</ZIndex> <ZIndex>14</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4529,7 +4421,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>18</ZIndex> <ZIndex>15</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4565,7 +4457,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>19</ZIndex> <ZIndex>16</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4601,7 +4493,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>20</ZIndex> <ZIndex>17</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4637,7 +4529,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>21</ZIndex> <ZIndex>18</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4673,7 +4565,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>22</ZIndex> <ZIndex>19</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4709,7 +4601,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>23</ZIndex> <ZIndex>20</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4745,7 +4637,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>24</ZIndex> <ZIndex>21</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4781,7 +4673,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>25</ZIndex> <ZIndex>22</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4817,7 +4709,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>26</ZIndex> <ZIndex>23</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4853,7 +4745,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.95983cm</Height> <Height>0.95983cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>27</ZIndex> <ZIndex>24</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4889,7 +4781,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.95983cm</Height> <Height>0.95983cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>28</ZIndex> <ZIndex>25</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4926,7 +4818,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.95983cm</Height> <Height>0.95983cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>29</ZIndex> <ZIndex>26</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4962,7 +4854,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>30</ZIndex> <ZIndex>27</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -4998,7 +4890,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>31</ZIndex> <ZIndex>28</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5034,7 +4926,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>32</ZIndex> <ZIndex>29</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5070,7 +4962,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>33</ZIndex> <ZIndex>30</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5106,7 +4998,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>34</ZIndex> <ZIndex>31</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5142,7 +5034,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>35</ZIndex> <ZIndex>32</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5178,7 +5070,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>36</ZIndex> <ZIndex>33</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5214,7 +5106,7 @@
<Left>10.78139cm</Left> <Left>10.78139cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>7.39259cm</Width> <Width>7.39259cm</Width>
<ZIndex>37</ZIndex> <ZIndex>34</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5250,7 +5142,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>38</ZIndex> <ZIndex>35</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5286,7 +5178,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>39</ZIndex> <ZIndex>36</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5322,7 +5214,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>40</ZIndex> <ZIndex>37</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5358,7 +5250,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>41</ZIndex> <ZIndex>38</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5394,7 +5286,7 @@
<Left>9.01698cm</Left> <Left>9.01698cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>1.37339cm</Width> <Width>1.37339cm</Width>
<ZIndex>42</ZIndex> <ZIndex>39</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5430,7 +5322,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>43</ZIndex> <ZIndex>40</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5466,7 +5358,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>44</ZIndex> <ZIndex>41</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5502,7 +5394,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>45</ZIndex> <ZIndex>42</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5538,7 +5430,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>46</ZIndex> <ZIndex>43</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5574,7 +5466,7 @@
<Left>3.35783cm</Left> <Left>3.35783cm</Left>
<Height>0.6cm</Height> <Height>0.6cm</Height>
<Width>5.21662cm</Width> <Width>5.21662cm</Width>
<ZIndex>47</ZIndex> <ZIndex>44</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>None</Style> <Style>None</Style>
@@ -5590,7 +5482,7 @@
<Left>3.16838cm</Left> <Left>3.16838cm</Left>
<Height>12.05646cm</Height> <Height>12.05646cm</Height>
<Width>0cm</Width> <Width>0cm</Width>
<ZIndex>48</ZIndex> <ZIndex>45</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5601,7 +5493,7 @@
<Left>8.83cm</Left> <Left>8.83cm</Left>
<Height>12.05646cm</Height> <Height>12.05646cm</Height>
<Width>0cm</Width> <Width>0cm</Width>
<ZIndex>49</ZIndex> <ZIndex>46</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5613,7 +5505,7 @@
<Left>10.49363cm</Left> <Left>10.49363cm</Left>
<Height>12.05646cm</Height> <Height>12.05646cm</Height>
<Width>0cm</Width> <Width>0cm</Width>
<ZIndex>50</ZIndex> <ZIndex>47</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5625,7 +5517,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>51</ZIndex> <ZIndex>48</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5637,7 +5529,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>52</ZIndex> <ZIndex>49</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5649,7 +5541,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>53</ZIndex> <ZIndex>50</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5661,7 +5553,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>54</ZIndex> <ZIndex>51</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5673,7 +5565,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>55</ZIndex> <ZIndex>52</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5685,7 +5577,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>56</ZIndex> <ZIndex>53</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5697,7 +5589,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>57</ZIndex> <ZIndex>54</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5709,7 +5601,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>58</ZIndex> <ZIndex>55</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5721,7 +5613,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>59</ZIndex> <ZIndex>56</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5733,7 +5625,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>60</ZIndex> <ZIndex>57</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5745,7 +5637,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>61</ZIndex> <ZIndex>58</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5757,7 +5649,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>62</ZIndex> <ZIndex>59</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5769,7 +5661,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>63</ZIndex> <ZIndex>60</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -5781,7 +5673,7 @@
<Left>3.18616cm</Left> <Left>3.18616cm</Left>
<Height>0cm</Height> <Height>0cm</Height>
<Width>15.79158cm</Width> <Width>15.79158cm</Width>
<ZIndex>64</ZIndex> <ZIndex>61</ZIndex>
<Style> <Style>
<Border> <Border>
<Style>Solid</Style> <Style>Solid</Style>
@@ -7927,7 +7819,7 @@
</TablixColumns> </TablixColumns>
<TablixRows> <TablixRows>
<TablixRow> <TablixRow>
<Height>0.30914in</Height> <Height>0.41438in</Height>
<TablixCells> <TablixCells>
<TablixCell> <TablixCell>
<CellContents> <CellContents>
@@ -7976,7 +7868,7 @@
</TablixCells> </TablixCells>
</TablixRow> </TablixRow>
<TablixRow> <TablixRow>
<Height>0.37163in</Height> <Height>0.47687in</Height>
<TablixCells> <TablixCells>
<TablixCell> <TablixCell>
<CellContents> <CellContents>
@@ -8099,7 +7991,7 @@
</TablixCells> </TablixCells>
</TablixRow> </TablixRow>
<TablixRow> <TablixRow>
<Height>0.37899in</Height> <Height>0.48423in</Height>
<TablixCells> <TablixCells>
<TablixCell> <TablixCell>
<CellContents> <CellContents>
@@ -8545,7 +8437,7 @@
</TablixCells> </TablixCells>
</TablixRow> </TablixRow>
<TablixRow> <TablixRow>
<Height>0.3508in</Height> <Height>0.45604in</Height>
<TablixCells> <TablixCells>
<TablixCell> <TablixCell>
<CellContents> <CellContents>
@@ -8989,241 +8881,6 @@
</TablixCell> </TablixCell>
</TablixCells> </TablixCells>
</TablixRow> </TablixRow>
<TablixRow>
<Height>0.39248in</Height>
<TablixCells>
<TablixCell>
<CellContents>
<Textbox Name="Textbox131">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>창면적비
[%]</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox121</rd:DefaultName>
<Style>
<Border>
<Style>Solid</Style>
</Border>
<TopBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</TopBorder>
<BottomBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</BottomBorder>
<LeftBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</LeftBorder>
<RightBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</RightBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<ColSpan>2</ColSpan>
</CellContents>
</TablixCell>
<TablixCell />
<TablixCell>
<CellContents>
<Textbox Name="Textbox78">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!창면적비.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox78</rd:DefaultName>
<Style>
<Border>
<Style>Solid</Style>
</Border>
<TopBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</TopBorder>
<BottomBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</BottomBorder>
<LeftBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</LeftBorder>
<RightBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</RightBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<ColSpan>2</ColSpan>
</CellContents>
</TablixCell>
<TablixCell />
<TablixCell>
<CellContents>
<Textbox Name="Textbox83">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>외벽평균열관류율
[W/㎡K]</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox83</rd:DefaultName>
<Style>
<Border>
<Style>Solid</Style>
</Border>
<TopBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</TopBorder>
<BottomBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</BottomBorder>
<LeftBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</LeftBorder>
<RightBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</RightBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<ColSpan>2</ColSpan>
</CellContents>
</TablixCell>
<TablixCell />
<TablixCell>
<CellContents>
<Textbox Name="c92">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!외벽평균열관류율.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>c090</rd:DefaultName>
<Style>
<Border>
<Style>Solid</Style>
</Border>
<TopBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</TopBorder>
<BottomBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</BottomBorder>
<LeftBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</LeftBorder>
<RightBorder>
<Color>Black</Color>
<Style>Solid</Style>
<Width>1pt</Width>
</RightBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<ColSpan>2</ColSpan>
</CellContents>
</TablixCell>
<TablixCell />
</TablixCells>
</TablixRow>
</TablixRows> </TablixRows>
</TablixBody> </TablixBody>
<TablixColumnHierarchy> <TablixColumnHierarchy>
@@ -9247,14 +8904,13 @@
<TablixMember /> <TablixMember />
<TablixMember /> <TablixMember />
<TablixMember /> <TablixMember />
<TablixMember />
</TablixMembers> </TablixMembers>
</TablixMember> </TablixMember>
</TablixMembers> </TablixMembers>
</TablixRowHierarchy> </TablixRowHierarchy>
<DataSetName>DSInfo</DataSetName> <DataSetName>DSInfo</DataSetName>
<Top>14.03597cm</Top> <Top>14.03597cm</Top>
<Height>4.57972cm</Height> <Height>4.65202cm</Height>
<Width>18.97784cm</Width> <Width>18.97784cm</Width>
<ZIndex>4</ZIndex> <ZIndex>4</ZIndex>
<Style> <Style>

View File

@@ -189,12 +189,6 @@
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_C067F48BD8CFA593B2B8C58A1465BA1B"
"OwnerKey" = "8:_3C54360ECA2D917C917C5457315CD0AE"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_C13B6CBDE2EB4A0BB5C958D0E7BC948F" "MsmKey" = "8:_C13B6CBDE2EB4A0BB5C958D0E7BC948F"
"OwnerKey" = "8:_UNDEFINED" "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
@@ -231,6 +225,12 @@
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_D48C82CC66F91E92E38A679B8F9DF3B2"
"OwnerKey" = "8:_3C54360ECA2D917C917C5457315CD0AE"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_D57104B5D9B640C08CCBF47AF337DE1B" "MsmKey" = "8:_D57104B5D9B640C08CCBF47AF337DE1B"
"OwnerKey" = "8:_UNDEFINED" "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
@@ -928,7 +928,7 @@
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Eco2OD, Version=1.2018.901.4, Culture=neutral, processorArchitecture=x86" "AssemblyAsmDisplayName" = "8:Eco2OD, Version=1.2025.630.0, Culture=neutral, processorArchitecture=x86"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_808E81A74CBB493F9C6CDAC35D8ADC41" "_808E81A74CBB493F9C6CDAC35D8ADC41"
@@ -1190,26 +1190,6 @@
"IsDependency" = "11:FALSE" "IsDependency" = "11:FALSE"
"IsolateTo" = "8:" "IsolateTo" = "8:"
} }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C067F48BD8CFA593B2B8C58A1465BA1B"
{
"SourcePath" = "8:VBE6EXT.OLB"
"TargetName" = "8:VBE6EXT.OLB"
"Tag" = "8:"
"Folder" = "8:_70048218326048E8BC7BD5710CE134C7"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C13B6CBDE2EB4A0BB5C958D0E7BC948F" "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C13B6CBDE2EB4A0BB5C958D0E7BC948F"
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
@@ -1316,7 +1296,7 @@
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:mn, Version=1.0.8540.39031, Culture=neutral, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:mn, Version=1.0.9307.40488, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_D0A1428AD3AC48F3B2E7EA77C0E43B59" "_D0A1428AD3AC48F3B2E7EA77C0E43B59"
@@ -1374,6 +1354,26 @@
"IsDependency" = "11:TRUE" "IsDependency" = "11:TRUE"
"IsolateTo" = "8:" "IsolateTo" = "8:"
} }
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D48C82CC66F91E92E38A679B8F9DF3B2"
{
"SourcePath" = "8:VBE6EXT.OLB"
"TargetName" = "8:VBE6EXT.OLB"
"Tag" = "8:"
"Folder" = "8:_70048218326048E8BC7BD5710CE134C7"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D57104B5D9B640C08CCBF47AF337DE1B" "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D57104B5D9B640C08CCBF47AF337DE1B"
{ {
"SourcePath" = "8:C:\\ECO2\\debug_od\\arinwaret4.ini" "SourcePath" = "8:C:\\ECO2\\debug_od\\arinwaret4.ini"
@@ -1581,7 +1581,7 @@
{ {
"{3C67513D-01DD-4637-8A68-80971EB9504F}:_70048218326048E8BC7BD5710CE134C7" "{3C67513D-01DD-4637-8A68-80971EB9504F}:_70048218326048E8BC7BD5710CE134C7"
{ {
"DefaultLocation" = "8:C:\\ECO2-OD" "DefaultLocation" = "8:C:\\ECO2-OD\\20250630_0000"
"Name" = "8:#1925" "Name" = "8:#1925"
"AlwaysCreate" = "11:FALSE" "AlwaysCreate" = "11:FALSE"
"Condition" = "8:" "Condition" = "8:"
@@ -1651,9 +1651,9 @@
{ {
"Name" = "8:Microsoft Visual Studio" "Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:에너지평가프로그램" "ProductName" = "8:에너지평가프로그램"
"ProductCode" = "8:{A2A41508-21EF-40C0-BB33-A8817DE29B94}" "ProductCode" = "8:{F6BB0814-287B-428A-8BDF-E1B81C4AB411}"
"PackageCode" = "8:{CDF298A6-6228-496C-97DC-0124F29DCA52}" "PackageCode" = "8:{24513702-6604-473F-B70C-9935664C2B84}"
"UpgradeCode" = "8:{4B051F42-8F88-4C94-8BF6-FA38CDEC61D4}" "UpgradeCode" = "8:{90A3D151-BEEB-4C35-9E76-B1E0B7F91C88}"
"AspNetVersion" = "8:2.0.50727.0" "AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE" "RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE"
@@ -1774,7 +1774,7 @@
{ {
"{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_74E50AF9D4F841228E92BB281C6B3536" "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_74E50AF9D4F841228E92BB281C6B3536"
{ {
"Name" = "8:ECO2OD_2018" "Name" = "8:ECO2OD_20250630_0000"
"Arguments" = "8:" "Arguments" = "8:"
"Description" = "8:" "Description" = "8:"
"ShowCmd" = "3:1" "ShowCmd" = "3:1"
@@ -1788,7 +1788,7 @@
} }
"{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_AD23C0226A124D8D9D69DB9D83AABF87" "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_AD23C0226A124D8D9D69DB9D83AABF87"
{ {
"Name" = "8:ECO2OD_2017" "Name" = "8:ECO2OD_20250630_0000"
"Arguments" = "8:" "Arguments" = "8:"
"Description" = "8:" "Description" = "8:"
"ShowCmd" = "3:1" "ShowCmd" = "3:1"