..
This commit is contained in:
37
ArinWarev1/Forms_Input/Frm_New.Designer.vb
generated
37
ArinWarev1/Forms_Input/Frm_New.Designer.vb
generated
@@ -75,13 +75,13 @@ Partial Class Frm_New
|
||||
Dim Label2 As System.Windows.Forms.Label
|
||||
Dim Label46 As System.Windows.Forms.Label
|
||||
Dim Label47 As System.Windows.Forms.Label
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.NTb1 = New Eco2Ar.MyTb()
|
||||
Me.NTb2 = New Eco2Ar.MyTb()
|
||||
Me.Panel6 = New System.Windows.Forms.Panel()
|
||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||
Me.dv = New CEnergy.arindv()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.bs = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DS = New Eco2Ar.DS()
|
||||
Me.bn = New System.Windows.Forms.BindingNavigator(Me.components)
|
||||
@@ -158,6 +158,8 @@ Partial Class Frm_New
|
||||
Me.Label164 = New System.Windows.Forms.Label()
|
||||
Me.cmb_가동연료 = New Eco2Ar.MyCmb()
|
||||
Me.NTb3 = New Eco2Ar.MyTb()
|
||||
Me.sortkey = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Label33 = New System.Windows.Forms.Label()
|
||||
Label25 = New System.Windows.Forms.Label()
|
||||
Label26 = New System.Windows.Forms.Label()
|
||||
@@ -858,8 +860,7 @@ Partial Class Frm_New
|
||||
Me.dv.BorderStyle = System.Windows.Forms.BorderStyle.None
|
||||
Me.dv.ColumnHeadersHeight = 30
|
||||
Me.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
|
||||
Me.dv.ColumnHeadersVisible = False
|
||||
Me.dv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1})
|
||||
Me.dv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.sortkey, Me.DataGridViewTextBoxColumn1})
|
||||
Me.dv.DataSource = Me.bs
|
||||
Me.dv.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.dv.Location = New System.Drawing.Point(0, 0)
|
||||
@@ -872,19 +873,12 @@ Partial Class Frm_New
|
||||
Me.dv.Size = New System.Drawing.Size(210, 535)
|
||||
Me.dv.TabIndex = 0
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.DataGridViewTextBoxColumn1.DataPropertyName = "설명"
|
||||
Me.DataGridViewTextBoxColumn1.HeaderText = "설명"
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
Me.DataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic
|
||||
'
|
||||
'bs
|
||||
'
|
||||
Me.bs.DataMember = "tbl_new"
|
||||
Me.bs.DataSource = Me.DS
|
||||
Me.bs.Filter = "code <> '0'"
|
||||
Me.bs.Sort = "sortkey,설명"
|
||||
'
|
||||
'DS
|
||||
'
|
||||
@@ -1769,6 +1763,24 @@ Partial Class Frm_New
|
||||
Me.NTb3.TabIndex = 59
|
||||
Me.NTb3.TextFormat = Eco2Ar.MyTb.ETFormat.Normal
|
||||
'
|
||||
'sortkey
|
||||
'
|
||||
Me.sortkey.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
|
||||
Me.sortkey.DataPropertyName = "sortkey"
|
||||
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
|
||||
Me.sortkey.DefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.sortkey.HeaderText = "▼"
|
||||
Me.sortkey.Name = "sortkey"
|
||||
Me.sortkey.Width = 30
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.DataGridViewTextBoxColumn1.DataPropertyName = "설명"
|
||||
Me.DataGridViewTextBoxColumn1.HeaderText = "설명"
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
Me.DataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic
|
||||
'
|
||||
'Frm_New
|
||||
'
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
||||
@@ -1879,7 +1891,6 @@ Partial Class Frm_New
|
||||
Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
|
||||
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
|
||||
Friend WithEvents panWind As System.Windows.Forms.Panel
|
||||
Friend WithEvents MyTb3 As Eco2Ar.MyTb
|
||||
@@ -1899,4 +1910,6 @@ Partial Class Frm_New
|
||||
Friend WithEvents MyTb6 As Eco2Ar.MyTb
|
||||
Friend WithEvents MyTb12 As Eco2Ar.MyTb
|
||||
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents sortkey As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user