private void TicketRatioBar_ValueChanged(object sender, EventArgs e) { TicketRatioBox.Text = TicketRatioBar.Value.ToString() + "%"; }