private void CheckBoxLevelCheckedChanged(object sender, EventArgs e) { this.numericUpDownLevel.Enabled = this.checkBoxLevel.Checked; }