您的位置:首页 > 其它

【源码】不规则矩形窗体的设计

2011-11-04 17:25 295 查看
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;
}
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: