private void enterBtn_MouseLeave(object sender, MouseEventArgs e)
        {
            enterBtn.Width = 70;
            enterBtn.Height = 35;
            
        }

        private void enterBtn_MouseEnter(object sender, MouseEventArgs e)
        {
            enterBtn.Width = 85;
            enterBtn.Height = 40;
        }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
  • 2021-11-07
  • 2022-12-23
相关资源
相似解决方案