From 2e484b04e032668f659e8db0d263a38537d45830 Mon Sep 17 00:00:00 2001 From: chi Date: Wed, 12 Jul 2023 11:16:50 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AC=EB=A7=A4=20=EA=B2=80=EC=A6=9D=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80=20=EC=A0=84=20=EB=B0=B1?= =?UTF-8?q?=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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(); }