private void TeamRatioBar_ValueChanged(object sender, EventArgs e) { TeamRatioBox.Text = TeamRatioBar.Value.ToString() + "%"; }