2025-06-15 이전 변경 사항 커밋 (내용 모름)

This commit is contained in:
ykh
2025-06-15 22:54:42 +09:00
parent dbea57dafa
commit 56085aa25c
9 changed files with 100 additions and 77 deletions

View File

@@ -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