From 4819e4ce22ea4296cdce19befb63725ff73d2593 Mon Sep 17 00:00:00 2001 From: ykh Date: Wed, 25 Jun 2025 22:45:19 +0900 Subject: [PATCH] =?UTF-8?q?ECO2-OD=20=20-=202018.901.5=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=EC=97=90=EC=84=9C=20=EC=8B=A0=EA=B7=9C=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EB=B3=84=EB=8F=84=20=EC=84=A4=EC=B9=98=20=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=20=EB=B2=84=EC=A0=84=EC=9C=BC=EB=A1=9C=20=EA=B0=9C?= =?UTF-8?q?=EB=B0=9C=20=20-=20=EC=B9=A8=EA=B8=B0=EC=9C=A8=EC=9D=84=206=20?= =?UTF-8?q?=EC=97=90=EC=84=9C=203.5=EB=A1=9C=20=EC=88=98=EC=A0=95=20=20-?= =?UTF-8?q?=20=EA=B3=B5=EB=8F=99=EC=A3=BC=ED=83=9D=20=EB=83=89=EB=B0=A9?= =?UTF-8?q?=EC=9A=B4=EC=A0=84=EC=8B=9C=EA=B0=84=EC=9D=84=203.8=20=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95=20=20-=20?= =?UTF-8?q?=EB=8C=80=EA=B8=B0=EC=A0=84=EB=A0=A5=EC=B0=A8=EB=8B=A8=EC=9E=A5?= =?UTF-8?q?=EC=B9=98=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 결과물 양식 수정(창면적비, 대기전력차단장치) --- .gitignore | 4 +- ArinWarev1/Calculator-OD/Zone/CZone.vb | 8 +- ArinWarev1/ECO2OD.vbproj | 2 +- ArinWarev1/FORM-OD/Frm_6_Req.Designer.vb | 174 +++----- ArinWarev1/FORM-OD/Frm_6_Req.resx | 3 - ArinWarev1/Module/OD.vb | 2 +- ArinWarev1/My Project/AssemblyInfo.vb | 8 +- ArinWarev1/REPORT-OD/Result_친환경.rdlc | 480 ++++------------------- Setup/Setup.vdproj | 68 ++-- 9 files changed, 177 insertions(+), 572 deletions(-) diff --git a/.gitignore b/.gitignore index e7d6035..0d60a8b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ /Eco2Mixed_vs2010.suo /ArinLogin.pdb /ArinNet.pdb -UpgradeLog.* \ No newline at end of file +UpgradeLog.* +/ArinWarev1/obj +/ArinWarev1/bin diff --git a/ArinWarev1/Calculator-OD/Zone/CZone.vb b/ArinWarev1/Calculator-OD/Zone/CZone.vb index d905c9d..eb9d44a 100644 --- a/ArinWarev1/Calculator-OD/Zone/CZone.vb +++ b/ArinWarev1/Calculator-OD/Zone/CZone.vb @@ -806,6 +806,12 @@ Else 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 '//냉난방/냉방 Dr월에너지요구량.냉방요구량열 = TOSG(T, (Q_h_b_op) / 1000) '=================== Q_h_b_we 2010.2.21 삭제 Dr월에너지요구량.냉방요구량공조 = TOSG(T, Q_vh_b_op / 1000) @@ -827,7 +833,7 @@ End If 'MsgBox("냉방요구량" & Dr월에너지요구량.냉방요구량공조, MsgBoxStyle.Information, i_count_month & "CZONE") - End If + End If End If Next '(3) diff --git a/ArinWarev1/ECO2OD.vbproj b/ArinWarev1/ECO2OD.vbproj index 9966150..0f1fc72 100644 --- a/ArinWarev1/ECO2OD.vbproj +++ b/ArinWarev1/ECO2OD.vbproj @@ -57,7 +57,7 @@ Full true true - ..\..\..\..\..\..\ECO2\debug_od\ + ..\..\..\..\ECO2\debug_od\ Eco2OD.xml 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42353,42354,42355 x86 diff --git a/ArinWarev1/FORM-OD/Frm_6_Req.Designer.vb b/ArinWarev1/FORM-OD/Frm_6_Req.Designer.vb index 873b8d1..db71cd8 100644 --- a/ArinWarev1/FORM-OD/Frm_6_Req.Designer.vb +++ b/ArinWarev1/FORM-OD/Frm_6_Req.Designer.vb @@ -80,18 +80,15 @@ Partial Class Frm_6_Req Me.Label48 = New System.Windows.Forms.Label() Me.Label49 = 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.Label54 = New System.Windows.Forms.Label() Me.CheckBox33 = New System.Windows.Forms.CheckBox() Me.CheckBox34 = 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.TextBox33 = New System.Windows.Forms.TextBox() Me.TextBox34 = 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.TableLayoutPanel3.SuspendLayout() Me.TableLayoutPanel4.SuspendLayout() @@ -505,7 +502,7 @@ Partial Class Frm_6_Req Me.Label33.Location = New System.Drawing.Point(154, 0) Me.Label33.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) 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.Text = "설계용 외기조건 준수(가목)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(냉난방설비가 없는 경우 제외)" Me.Label33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -513,10 +510,10 @@ Partial Class Frm_6_Req 'Label34 ' 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.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.Text = "열원 및 반송설비 조건(나목)" Me.Label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -524,10 +521,10 @@ Partial Class Frm_6_Req 'Label35 ' 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.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.Text = "고효율 가정용 보일러(다목)" Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -535,10 +532,10 @@ Partial Class Frm_6_Req 'Label36 ' 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.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.Text = "고효율 전동기(라목)" Me.Label36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -546,10 +543,10 @@ Partial Class Frm_6_Req 'Label37 ' 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.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.Text = "고효율 난방, 급탕-급수펌프(마목)" Me.Label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -557,10 +554,10 @@ Partial Class Frm_6_Req 'Label38 ' 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.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.Text = "절수형설비 설치(바목)" Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -568,10 +565,10 @@ Partial Class Frm_6_Req 'Label39 ' 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.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.Text = "실별 온도조절장치(사목)" 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.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) 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.Text = "적용" Me.CheckBox19.UseVisualStyleBackColor = True @@ -607,10 +604,10 @@ Partial Class Frm_6_Req Me.CheckBox20.AutoSize = 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.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.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.Text = "적용" Me.CheckBox20.UseVisualStyleBackColor = True @@ -620,10 +617,10 @@ Partial Class Frm_6_Req Me.CheckBox21.AutoSize = 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.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.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.Text = "적용" Me.CheckBox21.UseVisualStyleBackColor = True @@ -633,10 +630,10 @@ Partial Class Frm_6_Req Me.CheckBox22.AutoSize = 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.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.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.Text = "적용" Me.CheckBox22.UseVisualStyleBackColor = True @@ -646,10 +643,10 @@ Partial Class Frm_6_Req Me.CheckBox23.AutoSize = 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.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.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.Text = "적용" Me.CheckBox23.UseVisualStyleBackColor = True @@ -659,10 +656,10 @@ Partial Class Frm_6_Req Me.CheckBox24.AutoSize = 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.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.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.Text = "적용" Me.CheckBox24.UseVisualStyleBackColor = True @@ -672,10 +669,10 @@ Partial Class Frm_6_Req Me.CheckBox25.AutoSize = 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.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.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.Text = "적용" Me.CheckBox25.UseVisualStyleBackColor = True @@ -698,7 +695,7 @@ Partial Class Frm_6_Req 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.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.Name = "TextBox20" 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.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.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.Name = "TextBox21" 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.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.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.Name = "TextBox22" 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.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.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.Name = "TextBox23" 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.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.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.Name = "TextBox24" 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.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.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.Name = "TextBox25" 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.Label49, 1, 1) Me.TableLayoutPanel6.Controls.Add(Me.Label50, 1, 2) - Me.TableLayoutPanel6.Controls.Add(Me.Label51, 1, 3) - Me.TableLayoutPanel6.Controls.Add(Me.Label52, 1, 4) + Me.TableLayoutPanel6.Controls.Add(Me.Label52, 1, 3) Me.TableLayoutPanel6.Controls.Add(Me.Label54, 0, 0) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox33, 2, 0) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox34, 2, 1) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox35, 2, 2) - Me.TableLayoutPanel6.Controls.Add(Me.CheckBox36, 2, 3) - Me.TableLayoutPanel6.Controls.Add(Me.CheckBox37, 2, 4) + Me.TableLayoutPanel6.Controls.Add(Me.CheckBox37, 2, 3) Me.TableLayoutPanel6.Controls.Add(Me.TextBox33, 3, 0) Me.TableLayoutPanel6.Controls.Add(Me.TextBox34, 3, 1) Me.TableLayoutPanel6.Controls.Add(Me.TextBox35, 3, 2) - Me.TableLayoutPanel6.Controls.Add(Me.TextBox36, 3, 3) - Me.TableLayoutPanel6.Controls.Add(Me.TextBox37, 3, 4) + Me.TableLayoutPanel6.Controls.Add(Me.TextBox37, 3, 3) Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Top Me.TableLayoutPanel6.Location = New System.Drawing.Point(0, 390) Me.TableLayoutPanel6.Name = "TableLayoutPanel6" - Me.TableLayoutPanel6.RowCount = 5 - 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, 20.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, 20.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.RowCount = 4 + 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, 25.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, 25.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.TabIndex = 7 @@ -816,7 +799,7 @@ Partial Class Frm_6_Req Me.Label48.Location = New System.Drawing.Point(154, 0) Me.Label48.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) 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.Text = "수변전설비 설치(가목)" Me.Label48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -824,10 +807,10 @@ Partial Class Frm_6_Req 'Label49 ' 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.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.Text = "간선 및 동력설비 설치(나목)" Me.Label49.TextAlign = System.Drawing.ContentAlignment.MiddleLeft @@ -835,34 +818,23 @@ Partial Class Frm_6_Req 'Label50 ' 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.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.Text = "조명설치 설치(다목)" 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 ' 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.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.Text = "공용화장실 자동점멸스위치(마목)" + Me.Label52.Text = "공용화장실 자동점멸스위치(라목)" Me.Label52.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label54 @@ -872,7 +844,7 @@ Partial Class Frm_6_Req Me.Label54.Location = New System.Drawing.Point(4, 0) Me.Label54.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) 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.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호)" @@ -886,7 +858,7 @@ Partial Class Frm_6_Req Me.CheckBox33.Location = New System.Drawing.Point(396, 7) Me.CheckBox33.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) 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.Text = "적용" Me.CheckBox33.UseVisualStyleBackColor = True @@ -896,10 +868,10 @@ Partial Class Frm_6_Req Me.CheckBox34.AutoSize = 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.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.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.Text = "적용" Me.CheckBox34.UseVisualStyleBackColor = True @@ -909,36 +881,23 @@ Partial Class Frm_6_Req Me.CheckBox35.AutoSize = 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.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.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.Text = "적용" 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 ' Me.CheckBox37.AutoSize = 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.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.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.Text = "적용" Me.CheckBox37.UseVisualStyleBackColor = True @@ -961,7 +920,7 @@ Partial Class Frm_6_Req 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.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.Name = "TextBox34" 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.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.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.Name = "TextBox35" Me.TextBox35.Size = New System.Drawing.Size(596, 29) 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 ' Me.TextBox37.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "공용화장실자동점멸스위치", True)) 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.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.Name = "TextBox37" 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 Label49 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 Label54 As System.Windows.Forms.Label Friend WithEvents CheckBox33 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox34 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 TextBox33 As System.Windows.Forms.TextBox Friend WithEvents TextBox34 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 End Class diff --git a/ArinWarev1/FORM-OD/Frm_6_Req.resx b/ArinWarev1/FORM-OD/Frm_6_Req.resx index 5ca8e88..78e4670 100644 --- a/ArinWarev1/FORM-OD/Frm_6_Req.resx +++ b/ArinWarev1/FORM-OD/Frm_6_Req.resx @@ -123,9 +123,6 @@ 219, 17 - - 219, 17 - 119, 17 diff --git a/ArinWarev1/Module/OD.vb b/ArinWarev1/Module/OD.vb index 7a64289..1f00e04 100644 --- a/ArinWarev1/Module/OD.vb +++ b/ArinWarev1/Module/OD.vb @@ -308,7 +308,7 @@ dr존0.침기율 = 1.5 Else dr존0.면적 = TOSG(T, dr존0.면적) + DRType.세대면적 * DRType.세대수 - dr존0.침기율 = 4 '// 20230520 침기율을 6에서 4로 수정 + dr존0.침기율 = 3.5 '// 20250625 침기율을 6에서 3.5로 수정 End If Next diff --git a/ArinWarev1/My Project/AssemblyInfo.vb b/ArinWarev1/My Project/AssemblyInfo.vb index f463397..14f6cdd 100644 --- a/ArinWarev1/My Project/AssemblyInfo.vb +++ b/ArinWarev1/My Project/AssemblyInfo.vb @@ -12,13 +12,13 @@ Imports System.Runtime.InteropServices - + '이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다. - + ' 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다. ' @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' 지정되도록 할 수 있습니다. ' - - + + diff --git a/ArinWarev1/REPORT-OD/Result_친환경.rdlc b/ArinWarev1/REPORT-OD/Result_친환경.rdlc index 021185e..810f71d 100644 --- a/ArinWarev1/REPORT-OD/Result_친환경.rdlc +++ b/ArinWarev1/REPORT-OD/Result_친환경.rdlc @@ -3956,42 +3956,6 @@ 2pt - - true - true - - - - - 대기전력자동차단장치 설치(라목) - - - - - - - Textbox188 - 10.54344cm - 3.35783cm - 0.6cm - 5.21662cm - 3 - - - Middle - 2pt - 2pt - 2pt - 2pt - - true true @@ -3999,7 +3963,7 @@ - 공용화장실 자동점멸스위치(마목) + 공용화장실 자동점멸스위치(라목) @@ -4052,7 +4016,7 @@ 10.78139cm 0.6cm 7.39259cm - 5 + 4 @@ -4088,7 +4052,7 @@ 10.78139cm 0.6cm 7.39259cm - 6 + 5 @@ -4124,43 +4088,7 @@ 10.78139cm 0.6cm 7.39259cm - 7 - - - Middle - 2pt - 2pt - 2pt - 2pt - - - - true - true - - - - - =Fields!대기전력자동차단장치.Value - - - - - - - Textbox188 - 10.54344cm - 10.78139cm - 0.6cm - 7.39259cm - 8 + 6 @@ -4192,11 +4120,11 @@ Textbox188 - 11.31061cm + 10.67561cm 10.78139cm 0.6cm 7.39259cm - 9 + 7 @@ -4232,7 +4160,7 @@ 9.01698cm 0.6cm 1.37339cm - 10 + 8 @@ -4268,7 +4196,7 @@ 9.01698cm 0.6cm 1.37339cm - 11 + 9 @@ -4304,43 +4232,7 @@ 9.01698cm 0.6cm 1.37339cm - 12 - - - Middle - 2pt - 2pt - 2pt - 2pt - - - - true - true - - - - - =iif(Fields!v대기전력자동차단장치.Value.ToString() = true, "예","아니오") - - - - - - - Textbox188 - 10.54344cm - 9.01698cm - 0.6cm - 1.37339cm - 13 + 10 @@ -4372,11 +4264,11 @@ Textbox188 - 11.31061cm + 10.67561cm 9.01698cm 0.6cm 1.37339cm - 14 + 11 @@ -4415,7 +4307,7 @@ 0.19557cm 2.11311cm 2.73376cm - 15 + 12 @@ -4454,7 +4346,7 @@ 0.19557cm 6.43772cm 2.73376cm - 16 + 13 @@ -4493,7 +4385,7 @@ 0.19557cm 2.73667cm 2.73376cm - 17 + 14 @@ -4529,7 +4421,7 @@ 3.35783cm 0.6cm 5.21662cm - 18 + 15 @@ -4565,7 +4457,7 @@ 9.01698cm 0.6cm 1.37339cm - 19 + 16 @@ -4601,7 +4493,7 @@ 10.78139cm 0.6cm 7.39259cm - 20 + 17 @@ -4637,7 +4529,7 @@ 10.78139cm 0.6cm 7.39259cm - 21 + 18 @@ -4673,7 +4565,7 @@ 9.01698cm 0.6cm 1.37339cm - 22 + 19 @@ -4709,7 +4601,7 @@ 3.35783cm 0.6cm 5.21662cm - 23 + 20 @@ -4745,7 +4637,7 @@ 3.35783cm 0.6cm 5.21662cm - 24 + 21 @@ -4781,7 +4673,7 @@ 9.01698cm 0.6cm 1.37339cm - 25 + 22 @@ -4817,7 +4709,7 @@ 10.78139cm 0.6cm 7.39259cm - 26 + 23 @@ -4853,7 +4745,7 @@ 9.01698cm 0.95983cm 1.37339cm - 27 + 24 @@ -4889,7 +4781,7 @@ 10.78139cm 0.95983cm 7.39259cm - 28 + 25 @@ -4926,7 +4818,7 @@ 3.35783cm 0.95983cm 5.21662cm - 29 + 26 @@ -4962,7 +4854,7 @@ 3.35783cm 0.6cm 5.21662cm - 30 + 27 @@ -4998,7 +4890,7 @@ 9.01698cm 0.6cm 1.37339cm - 31 + 28 @@ -5034,7 +4926,7 @@ 10.78139cm 0.6cm 7.39259cm - 32 + 29 @@ -5070,7 +4962,7 @@ 10.78139cm 0.6cm 7.39259cm - 33 + 30 @@ -5106,7 +4998,7 @@ 10.78139cm 0.6cm 7.39259cm - 34 + 31 @@ -5142,7 +5034,7 @@ 10.78139cm 0.6cm 7.39259cm - 35 + 32 @@ -5178,7 +5070,7 @@ 10.78139cm 0.6cm 7.39259cm - 36 + 33 @@ -5214,7 +5106,7 @@ 10.78139cm 0.6cm 7.39259cm - 37 + 34 @@ -5250,7 +5142,7 @@ 9.01698cm 0.6cm 1.37339cm - 38 + 35 @@ -5286,7 +5178,7 @@ 9.01698cm 0.6cm 1.37339cm - 39 + 36 @@ -5322,7 +5214,7 @@ 9.01698cm 0.6cm 1.37339cm - 40 + 37 @@ -5358,7 +5250,7 @@ 9.01698cm 0.6cm 1.37339cm - 41 + 38 @@ -5394,7 +5286,7 @@ 9.01698cm 0.6cm 1.37339cm - 42 + 39 @@ -5430,7 +5322,7 @@ 3.35783cm 0.6cm 5.21662cm - 43 + 40 @@ -5466,7 +5358,7 @@ 3.35783cm 0.6cm 5.21662cm - 44 + 41 @@ -5502,7 +5394,7 @@ 3.35783cm 0.6cm 5.21662cm - 45 + 42 @@ -5538,7 +5430,7 @@ 3.35783cm 0.6cm 5.21662cm - 46 + 43 @@ -5574,7 +5466,7 @@ 3.35783cm 0.6cm 5.21662cm - 47 + 44 @@ -5590,7 +5482,7 @@ 3.16838cm 12.05646cm 0cm - 48 + 45 @@ -5601,7 +5493,7 @@ 8.83cm 12.05646cm 0cm - 49 + 46 @@ -5613,7 +5505,7 @@ 10.49363cm 12.05646cm 0cm - 50 + 47 @@ -5625,7 +5517,7 @@ 3.18616cm 0cm 15.79158cm - 51 + 48 @@ -5637,7 +5529,7 @@ 3.18616cm 0cm 15.79158cm - 52 + 49 @@ -5649,7 +5541,7 @@ 3.18616cm 0cm 15.79158cm - 53 + 50 @@ -5661,7 +5553,7 @@ 3.18616cm 0cm 15.79158cm - 54 + 51 @@ -5673,7 +5565,7 @@ 3.18616cm 0cm 15.79158cm - 55 + 52 @@ -5685,7 +5577,7 @@ 3.18616cm 0cm 15.79158cm - 56 + 53 @@ -5697,7 +5589,7 @@ 3.18616cm 0cm 15.79158cm - 57 + 54 @@ -5709,7 +5601,7 @@ 3.18616cm 0cm 15.79158cm - 58 + 55 @@ -5721,7 +5613,7 @@ 3.18616cm 0cm 15.79158cm - 59 + 56 @@ -5733,7 +5625,7 @@ 3.18616cm 0cm 15.79158cm - 60 + 57 @@ -5745,7 +5637,7 @@ 3.18616cm 0cm 15.79158cm - 61 + 58 @@ -5757,7 +5649,7 @@ 3.18616cm 0cm 15.79158cm - 62 + 59 @@ -5769,7 +5661,7 @@ 3.18616cm 0cm 15.79158cm - 63 + 60 @@ -5781,7 +5673,7 @@ 3.18616cm 0cm 15.79158cm - 64 + 61 @@ -7927,7 +7819,7 @@ - 0.30914in + 0.41438in @@ -7976,7 +7868,7 @@ - 0.37163in + 0.47687in @@ -8099,7 +7991,7 @@ - 0.37899in + 0.48423in @@ -8545,7 +8437,7 @@ - 0.3508in + 0.45604in @@ -8989,241 +8881,6 @@ - - 0.39248in - - - - - true - true - - - - - 창면적비 -[%] - - - - - - - Textbox121 - - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - Middle - 2pt - 2pt - 2pt - 2pt - - - 2 - - - - - - - true - true - - - - - =Parameters!창면적비.Value - - - - - - - Textbox78 - - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - Middle - 2pt - 2pt - 2pt - 2pt - - - 2 - - - - - - - true - true - - - - - 외벽평균열관류율 -[W/㎡K] - - - - - - - Textbox83 - - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - Middle - 2pt - 2pt - 2pt - 2pt - - - 2 - - - - - - - true - true - - - - - =Parameters!외벽평균열관류율.Value - - - - - - - c090 - - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - - Black - - 1pt - - Middle - 2pt - 2pt - 2pt - 2pt - - - 2 - - - - - @@ -9247,14 +8904,13 @@ - DSInfo 14.03597cm - 4.57972cm + 4.65202cm 18.97784cm 4