This commit is contained in:
chi
2021-09-30 11:11:03 +09:00
parent 71f9d0420b
commit 7dc3cbf89f
10 changed files with 177 additions and 111 deletions

View File

@@ -142,6 +142,11 @@ namespace FPJ0000
col.Locked = true;
}
//210930-
if (FCOMMON.info.NotShowJobReportview)
this.splitContainer1.Panel2Collapsed = true;
refreshData();
binit = true;
@@ -702,5 +707,11 @@ namespace FPJ0000
}
else FCOMMON.Util.MsgE("자료가 저장되기 전에는 폴더를 확인할 수 없습니다.\r\n자료를 저장한 후 다시 시도하세요");
}
private void toolStripButton6_Click(object sender, EventArgs e)
{
this.splitContainer1.Panel2Collapsed = !this.splitContainer1.Panel2Collapsed;
richTextBox1.Visible = true;
}
}
}