This commit is contained in:
chi
2023-01-26 09:16:01 +09:00
parent 3775d2ba91
commit 3a1fd6401c
31 changed files with 1565 additions and 733 deletions

View File

@@ -130,6 +130,7 @@ namespace FPJ0000
btMailAddr.Enabled = false;
btSendMail.Enabled = false;
tabControl2.Enabled = false;
toolStripButton8.Enabled = false;
}
else
{
@@ -656,5 +657,12 @@ namespace FPJ0000
{
SelectDate(textBox9);
}
private void toolStripButton8_Click(object sender, EventArgs e)
{
var f = new fProjectSchedule(int.Parse(tbIdx.Text),false);
f.MdiParent = this.MdiParent;
f.ShowDialog();
}
}
}