using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace SmsSend
{
public partial class Form2 : Form
{
public Form2()
{
InitializeComponent();
this.BackColor = SystemColors.ActiveCaptionText;
this.TransparencyKey = Color.White;
this.FormBorderStyle = FormBorderStyle.None;
this.BackgroundImage = Properties.Resources._1;
}
}
}

 

相关文章:

  • 2021-12-23
  • 2021-09-27
  • 2021-07-19
  • 2021-09-02
  • 2022-01-08
  • 2022-12-23
  • 2021-07-08
  • 2021-04-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-11-12
  • 2021-07-09
  • 2022-12-23
  • 2021-08-12
相关资源
相似解决方案