This commit is contained in:
raytrace
2021-10-24 00:11:34 +09:00
parent 4fd77f0bb5
commit e530774e0b
18 changed files with 3916 additions and 3247 deletions

View File

@@ -96,6 +96,7 @@ Partial Class Frm_New
Me.tb_열성능비 = New Eco2Ar.MyTb()
Me.tb_지열펌프용량 = New Eco2Ar.MyTb()
Me.태양광Panel = New System.Windows.Forms.Panel()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.MyTb2 = New Eco2Ar.MyTb()
Me.cmb_모듈종류 = New Eco2Ar.MyCmb()
Me.cmb_모듈방위 = New Eco2Ar.MyCmb()
@@ -985,6 +986,7 @@ Partial Class Frm_New
'
Me.태양광Panel.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(244, Byte), Integer), CType(CType(246, Byte), Integer))
Me.태양광Panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.태양광Panel.Controls.Add(Me.CheckBox1)
Me.태양광Panel.Controls.Add(Label34)
Me.태양광Panel.Controls.Add(Me.MyTb2)
Me.태양광Panel.Controls.Add(Label3)
@@ -1005,6 +1007,18 @@ Partial Class Frm_New
Me.태양광Panel.Size = New System.Drawing.Size(279, 198)
Me.태양광Panel.TabIndex = 0
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Me.bs, "대지외설치여부", True))
Me.CheckBox1.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.CheckBox1.Location = New System.Drawing.Point(145, 4)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(120, 16)
Me.CheckBox1.TabIndex = 53
Me.CheckBox1.Text = "대지외 설치여부"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'MyTb2
'
Me.MyTb2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "태양광용량", True))
@@ -1269,10 +1283,10 @@ Partial Class Frm_New
Me.chk_개별기기적용.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.chk_개별기기적용.Location = New System.Drawing.Point(145, 4)
Me.chk_개별기기적용.Name = "chk_개별기기적용"
Me.chk_개별기기적용.Size = New System.Drawing.Size(115, 16)
Me.chk_개별기기적용.Size = New System.Drawing.Size(120, 16)
Me.chk_개별기기적용.TabIndex = 172
Me.chk_개별기기적용.Tag = "개별기기적용"
Me.chk_개별기기적용.Text = "신재생적용여부"
Me.chk_개별기기적용.Text = "신재생 적용여부"
Me.chk_개별기기적용.UseVisualStyleBackColor = True
'
'tb_열생산능력
@@ -1453,4 +1467,5 @@ Partial Class Frm_New
Friend WithEvents lb_code As System.Windows.Forms.ToolStripLabel
Friend WithEvents MyTb2 As Eco2Ar.MyTb
Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
End Class