프로젝트정보에 major 추가

This commit is contained in:
chi
2024-01-31 17:23:12 +09:00
parent 3c86087f76
commit fd5b64ca32
5 changed files with 67 additions and 88 deletions

View File

@@ -23,6 +23,7 @@ namespace FPJ0000
this.chkCostSave.Checked = pidx_.bCost;
this.chkFanout.Checked = pidx_.bFanOut;
this.chkHigh.Checked = pidx_.bHighlight;
this.chkMajor.Checked = pidx_.bmajoritem;
}
void ProjectsHistory_TableNewRow(object sender, DataTableNewRowEventArgs e)
@@ -268,6 +269,7 @@ namespace FPJ0000
this.dr.bCost = chkCostSave.Checked;
this.dr.bHighlight = chkHigh.Checked;
this.dr.bmajoritem = chkMajor.Checked;
this.dr.bFanOut = chkFanout.Checked;