가져오기 버튼 , 출력 버튼하고 동일하게 노출

파일 열리지 않았을때 가져오기 버튼 오류 표시
This commit is contained in:
raytrace
2023-05-20 23:01:04 +09:00
parent 8813ad3289
commit 3eed3c6cd4
10 changed files with 351 additions and 320 deletions

View File

@@ -34,8 +34,8 @@ Partial Class Frm_V20091231_Myoun
Dim Label147 As System.Windows.Forms.Label
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_V20091231_Myoun))
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_V20091231_Myoun))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.NTb1 = New Eco2Ar.MyTb()
Me.NTb2 = New Eco2Ar.MyTb()
@@ -54,7 +54,12 @@ Partial Class Frm_V20091231_Myoun
Me.bt_cancel = New System.Windows.Forms.ToolStripButton()
Me.lbl_pos = New System.Windows.Forms.ToolStripLabel()
Me.Arindv1 = New CEnergy.arindv()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dv = New CEnergy.arindv()
Me.sortkey = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.존분류 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
@@ -131,11 +136,6 @@ Partial Class Frm_V20091231_Myoun
Me.cmb_방위 = New Eco2Ar.MyCmb()
Me.tb_02 = New Eco2Ar.MyTb()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.sortkey = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.존분류 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Label157 = New System.Windows.Forms.Label()
Label160 = New System.Windows.Forms.Label()
Label148 = New System.Windows.Forms.Label()
@@ -529,6 +529,15 @@ Partial Class Frm_V20091231_Myoun
Me.Arindv1.Size = New System.Drawing.Size(152, 527)
Me.Arindv1.TabIndex = 2
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.DataGridViewTextBoxColumn2.DataPropertyName = "설명"
Me.DataGridViewTextBoxColumn2.HeaderText = ""
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
'
'dv
'
Me.dv.A_DelCurrentCell = True
@@ -555,6 +564,42 @@ Partial Class Frm_V20091231_Myoun
Me.dv.Size = New System.Drawing.Size(219, 527)
Me.dv.TabIndex = 0
'
'sortkey
'
Me.sortkey.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
Me.sortkey.DataPropertyName = "sortkey"
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
Me.sortkey.DefaultCellStyle = DataGridViewCellStyle3
Me.sortkey.HeaderText = ""
Me.sortkey.Name = "sortkey"
Me.sortkey.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.sortkey.Width = 30
'
'Column1
'
Me.Column1.DataPropertyName = "code"
Me.Column1.HeaderText = "코드"
Me.Column1.Name = "Column1"
Me.Column1.Visible = False
Me.Column1.Width = 51
'
'존분류
'
Me.존분류.DataPropertyName = "존분류"
Me.존분류.HeaderText = "존분류"
Me.존분류.Name = "존분류"
Me.존분류.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.존분류.Visible = False
Me.존분류.Width = 42
'
'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.NotSortable
'
'BindingNavigator1
'
Me.BindingNavigator1.AddNewItem = Nothing
@@ -1454,51 +1499,6 @@ Partial Class Frm_V20091231_Myoun
Me.PictureBox2.TabIndex = 11
Me.PictureBox2.TabStop = False
'
'sortkey
'
Me.sortkey.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
Me.sortkey.DataPropertyName = "sortkey"
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
Me.sortkey.DefaultCellStyle = DataGridViewCellStyle3
Me.sortkey.HeaderText = ""
Me.sortkey.Name = "sortkey"
Me.sortkey.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.sortkey.Width = 30
'
'Column1
'
Me.Column1.DataPropertyName = "code"
Me.Column1.HeaderText = "코드"
Me.Column1.Name = "Column1"
Me.Column1.Visible = False
Me.Column1.Width = 52
'
'존분류
'
Me.존분류.DataPropertyName = "존분류"
Me.존분류.HeaderText = "존분류"
Me.존분류.Name = "존분류"
Me.존분류.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.존분류.Visible = False
Me.존분류.Width = 45
'
'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.NotSortable
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.DataGridViewTextBoxColumn2.DataPropertyName = "설명"
Me.DataGridViewTextBoxColumn2.HeaderText = ""
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.ReadOnly = True
Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
'
'Frm_V20091231_Myoun
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None