Оптимизировать код - C# (180744)

Узнай цену своей работы

Формулировка задачи:

Добрый день!
roundButton1.Enabled = false;
roundButton1.BackColor = Color.LightGray;
roundButton1.BackColor2 = Color.LightGray;
roundButton1.ForeColor = Color.DimGray;
 
textBoxLogin.Enabled = false;
textBoxPass.Enabled = false;
 
textBoxID.Enabled = true;
comboBox1.Enabled = true;
roundButton2.Enabled = true;
roundButton4.Enabled = true;
roundButton5.Enabled = true;
buttonLeft.Enabled = true;
buttonRight.Enabled = true;
 
roundButton2.BackColor = Color.Orange;
roundButton2.BackColor2 = Color.Orange;
roundButton2.ForeColor = Color.WhiteSmoke;
 
roundButton4.BackColor = Color.ForestGreen;
roundButton4.BackColor2 = Color.ForestGreen;
roundButton4.ForeColor = Color.WhiteSmoke;
 
roundButton5.BackColor = Color.ForestGreen;
roundButton5.BackColor2 = Color.ForestGreen;
roundButton5.ForeColor = Color.WhiteSmoke;
 
buttonLeft.BackColor = Color.Orange;
buttonLeft.BackColor2 = Color.Orange;
buttonLeft.ForeColor = Color.WhiteSmoke;
 
buttonRight.BackColor = Color.Orange;
buttonRight.BackColor2 = Color.Orange;
buttonRight.ForeColor = Color.WhiteSmoke;
Собственно, можно как-нибудь упростить код? Можно наверное циклом

foreach

?

Решение задачи: «Оптимизировать код»

textual
Листинг программы
public class Funs
    {
        public void SetSettings(Form1 form)
        {
            form.Enabled = false;
            и т.д
        }
    }

ИИ поможет Вам:


  • решить любую задачу по программированию
  • объяснить код
  • расставить комментарии в коде
  • и т.д
Попробуйте бесплатно

Оцени полезность:

13   голосов , оценка 4.154 из 5