This commit is contained in:
chi
2023-01-17 21:38:59 +09:00
parent e487cdb3e3
commit b219f9f759
10 changed files with 342 additions and 531 deletions

View File

@@ -830,5 +830,11 @@ namespace FPJ0000
but.ForeColor = but.Checked ? Color.Blue : Color.Black;
but.Font = but.Checked ? new Font("맑은 고딕", 10, FontStyle.Bold) : new Font("맑은 고딕", 10);
}
private void toolStripButton5_Click(object sender, EventArgs e)
{
var f = new JobReport_.rJobReportPrjSche();
f.Show();
}
}
}