diff --git a/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs b/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs index 9cd62ce..96672a0 100644 --- a/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs +++ b/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs @@ -470,7 +470,6 @@ namespace FPJ0000.OtConfirm radOut.BackColor = SystemColors.Control; groupBox1.Enabled = true; textBox1.Enabled = false; - textBox2.Enabled = textBox1.Enabled; } else if (radDay.Checked) { @@ -485,7 +484,7 @@ namespace FPJ0000.OtConfirm radOut.BackColor = SystemColors.Control; groupBox1.Enabled = true; textBox1.Enabled = false; - textBox2.Enabled = textBox1.Enabled; + } else if (radOut.Checked) { @@ -497,7 +496,7 @@ namespace FPJ0000.OtConfirm else textBox2.Enabled = true; groupBox1.Enabled = !textBox1.Enabled; } - + textBox2.Enabled = textBox1.Enabled; if (binit) UpdateStatus(); }