This commit is contained in:
chi
2023-03-07 00:28:55 +09:00
parent 6191074f57
commit 70fc4f6857
34 changed files with 15222 additions and 376 deletions

View File

@@ -74,7 +74,7 @@ namespace FCM0000
{
var dr = drv.Row as dsMSSQL.ProjectsRow;
Index = dr.idx;
Title = dr.name;
Title = dr.name + "/" + dr.orderno;
}
if (Title.isEmpty() || Index == -1) DialogResult = System.Windows.Forms.DialogResult.Cancel;