2025-06-15 이전 변경 사항 커밋 (내용 모름)
This commit is contained in:
@@ -862,7 +862,7 @@ Public Class Frm_NaengBang
|
||||
Dim newvalue As Decimal = Math.Round(0.1801 * 전용면적, 3)
|
||||
If MsgBox("전용면적(" + 전용면적.ToString() + ") * 0.1801 = " + newvalue.ToString() + vbCrLf + _
|
||||
"냉방효율 : 2.894" + vbCrLf + _
|
||||
"압축식, 실내공조시스템, 멀티분리시스템, on/off제어", MsgBoxStyle.YesNo, "") = MsgBoxResult.Yes Then
|
||||
"압축식, 실내공조시스템, 멀티분리시스템, on/off제어, 개별기기", MsgBoxStyle.YesNo, "") = MsgBoxResult.Yes Then
|
||||
|
||||
|
||||
열성능비NTb.Text = "2.894"
|
||||
@@ -872,6 +872,8 @@ Public Class Frm_NaengBang
|
||||
냉동기종류ComboBox.Text = "실내공조시스템"
|
||||
냉동기설비시스템ComboBox.Text = "멀티분리시스템"
|
||||
제어방식ComboBox.Text = "on/off제어"
|
||||
chk_개별기기적용.Checked = True
|
||||
|
||||
'압축식/실내공조시스템
|
||||
'실내기 및 제어방식
|
||||
'멀티분리시스템/ON‧OFF제어
|
||||
|
||||
@@ -51,6 +51,7 @@ Partial Class Frm_V20091231_Profile
|
||||
Dim Label8 As System.Windows.Forms.Label
|
||||
Me.dv = New CEnergy.arindv()
|
||||
Me.설명DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.bs = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DS = New Eco2Ar.DS()
|
||||
Me.bn_all = New System.Windows.Forms.BindingNavigator(Me.components)
|
||||
@@ -449,7 +450,7 @@ Partial Class Frm_V20091231_Profile
|
||||
Me.dv.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(246, Byte), Integer))
|
||||
Me.dv.ColumnHeadersHeight = 30
|
||||
Me.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
|
||||
Me.dv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn})
|
||||
Me.dv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.설명DataGridViewTextBoxColumn, Me.Column1})
|
||||
Me.dv.DataSource = Me.bs
|
||||
Me.dv.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.dv.Location = New System.Drawing.Point(0, 0)
|
||||
@@ -469,6 +470,13 @@ Partial Class Frm_V20091231_Profile
|
||||
Me.설명DataGridViewTextBoxColumn.HeaderText = "설명"
|
||||
Me.설명DataGridViewTextBoxColumn.Name = "설명DataGridViewTextBoxColumn"
|
||||
'
|
||||
'Column1
|
||||
'
|
||||
Me.Column1.DataPropertyName = "code"
|
||||
Me.Column1.HeaderText = "Code"
|
||||
Me.Column1.Name = "Column1"
|
||||
Me.Column1.Width = 64
|
||||
'
|
||||
'bs
|
||||
'
|
||||
Me.bs.DataMember = "tbl_profile"
|
||||
@@ -1311,4 +1319,5 @@ Partial Class Frm_V20091231_Profile
|
||||
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
|
||||
Friend WithEvents tb_t7 As Eco2Ar.MyTb
|
||||
Friend WithEvents 설명DataGridViewTextBoxColumn As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
End Class
|
||||
|
||||
@@ -195,6 +195,9 @@
|
||||
<metadata name="Label8.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>222, 17</value>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user