private void Form1_Load(object sender, EventArgs e){
this.bunifuFlatButton1.Normalcolor = Color.Purple;
this.bunifuFlatButton1.OnHovercolor = Color.Red;
this.bunifuFlatButton1.Activecolor = Color.Black;
this.bunifuFlatButton1.colbackground = Color.Blue;
this.bunifuFlatButton1.colhover = Color.Red;
this.bunifuFlatButton1.colselected = Color.Red;
this.bunifuFlatButton1.Activecolor = Color.Yellow;
this.bunifuFlatButton1.Iconcolor = Color.Violet;
this.bunifuFlatButton1.IconZoom = 100;
this.bunifuFlatButton1.IconRightVisible = false;