This commit is contained in:
ykh
2024-12-30 23:04:30 +09:00
parent c01051f024
commit 8f89991a09
45 changed files with 7567 additions and 1033 deletions

View File

@@ -50,6 +50,7 @@ Partial Class Frm_V20091231_Profile
Dim Label38 As System.Windows.Forms.Label
Dim Label8 As System.Windows.Forms.Label
Me.dv = New CEnergy.arindv()
Me.설명DataGridViewTextBoxColumn = 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)
@@ -111,7 +112,6 @@ Partial Class Frm_V20091231_Profile
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.NTb2 = New Eco2Ar.MyTb()
Me.설명DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
Label43 = New System.Windows.Forms.Label()
Label44 = New System.Windows.Forms.Label()
Label55 = New System.Windows.Forms.Label()
@@ -462,6 +462,13 @@ Partial Class Frm_V20091231_Profile
Me.dv.Size = New System.Drawing.Size(210, 489)
Me.dv.TabIndex = 0
'
'설명DataGridViewTextBoxColumn
'
Me.설명DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.설명DataGridViewTextBoxColumn.DataPropertyName = "설명"
Me.설명DataGridViewTextBoxColumn.HeaderText = "설명"
Me.설명DataGridViewTextBoxColumn.Name = "설명DataGridViewTextBoxColumn"
'
'bs
'
Me.bs.DataMember = "tbl_profile"
@@ -1190,13 +1197,6 @@ Partial Class Frm_V20091231_Profile
Me.NTb2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
Me.NTb2.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
'
'설명DataGridViewTextBoxColumn
'
Me.설명DataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.설명DataGridViewTextBoxColumn.DataPropertyName = "설명"
Me.설명DataGridViewTextBoxColumn.HeaderText = "설명"
Me.설명DataGridViewTextBoxColumn.Name = "설명DataGridViewTextBoxColumn"
'
'Frm_V20091231_Profile
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None