[원본] 불규칙 사각형 창의 디자인

1248 단어 원본 코드
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;
}
}
}

좋은 웹페이지 즐겨찾기