...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user