This commit is contained in:
chi
2021-02-22 20:13:19 +09:00
parent 55510b84b8
commit 71698b5d8b
138 changed files with 19619 additions and 6658 deletions

View File

@@ -326,7 +326,7 @@ namespace FPJ0000
{
var cols = new string[] {
"Process","Equipment","Model","BoardName",
"원인","결과","외주업체",
"원인","결과","외주업체","BoardVender",
"uid","요청자","SN"};
bs.Filter = FCOMMON.Util.MakeFilterString(cols, search);
tbFind.BackColor = Color.Lime;