资源简介
此实例用的不是背景图片,是程序自绘的图 展示出很个性的窗体
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Microsoft.Win32;
using System.Drawing.Drawing2D;
namespace BootStrapBeatitude
{
public partial class Frm_Main : Form
{
public Frm_Main()
{
InitializeComponent();
}
private void Frm_Main_Load(object sender EventArgs e)
{
GraphicsPath gp = new GraphicsPath(); //初始化一个表示一系列相互连接的直线和曲线的类
Rectangle rect = new Rectangle(new Point(0 0) new Size(this.Width this.Height)); //初始化一个矩形操作区域
gp.AddEllipse(rect); //向当前指定的路径下添加一个椭圆
this.Region = new Region(gp); //设置与此控件关联的窗口区域
this.la
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-12-22 23:04 BootStrapBeatitude\
文件 944 2013-04-23 22:28 BootStrapBeatitude.sln
文件 24576 2010-11-04 19:13 BootStrapBeatitude.suo
文件 24576 2010-11-04 19:13 BootStrapBeatitude.v11.suo
目录 0 2011-12-22 23:04 BootStrapBeatitude\bin\
目录 0 2013-04-23 22:28 BootStrapBeatitude\bin\Debug\
文件 10752 2013-04-23 22:28 BootStrapBeatitude\bin\Debug\BootStrapBeatitude.exe
文件 24064 2013-04-23 22:28 BootStrapBeatitude\bin\Debug\BootStrapBeatitude.pdb
文件 4040 2013-04-23 22:28 BootStrapBeatitude\BootStrapBeatitude.csproj
文件 2331 2010-07-12 21:56 BootStrapBeatitude\Frm_Main.cs
文件 6232 2010-07-09 19:20 BootStrapBeatitude\Frm_Main.designer.cs
文件 5814 2010-07-09 19:20 BootStrapBeatitude\Frm_Main.resx
目录 0 2011-12-22 23:04 BootStrapBeatitude\obj\
目录 0 2013-04-23 22:29 BootStrapBeatitude\obj\Debug\
文件 4156 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\BootStrapBeatitude.csproj.FileListAbsolute.txt
文件 850 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\BootStrapBeatitude.csproj.GenerateResource.Cache
文件 1757 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\BootStrapBeatitude.csprojResolveAssemblyReference.cache
文件 10752 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\BootStrapBeatitude.exe
文件 180 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\BootStrapBeatitude.Frm_Main.resources
文件 24064 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\BootStrapBeatitude.pdb
文件 180 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\BootStrapBeatitude.Properties.Resources.resources
文件 789 2013-04-23 22:29 BootStrapBeatitude\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7200 2013-04-23 22:28 BootStrapBeatitude\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2011-12-22 23:04 BootStrapBeatitude\obj\Debug\Refactor\
目录 0 2013-04-23 22:29 BootStrapBeatitude\obj\Debug\TempPE\
文件 4608 2013-04-23 22:29 BootStrapBeatitude\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 502 2010-07-09 19:19 BootStrapBeatitude\Program.cs
目录 0 2011-12-22 23:04 BootStrapBeatitude\Properties\
文件 1368 2009-02-23 21:13 BootStrapBeatitude\Properties\AssemblyInfo.cs
文件 2876 2013-04-23 22:28 BootStrapBeatitude\Properties\Resources.Designer.cs
文件 5612 2009-02-23 21:13 BootStrapBeatitude\Properties\Resources.resx
............此处省略2个文件信息
- 上一篇:winform 多图滚动显示的产品展示效果
- 下一篇:C# 读取显卡信息 源码
相关资源
- winform 鼠标聚焦 焦点时变色
- winform仿qq停靠屏幕边缘
- winform手动改变自定义窗口大小
- winform鼠标穿透(新)
- C#winform打印指定区域 -控件拖动 -设置
- winform 垂直交错效果显示图像
- winform 浮雕效果的图像
- C# 模拟时钟(自绘Graphics)
- WPF 自定义标题的winform窗体实现源码
- C# WinForm取命令行参数
- Winform中鼠标穿透效果,类似桌面壁纸
- winform 利用image实现变脸小动画
- c# 自绘饼形图 并显示相关文字(有截
- winform中set文件的写入
- winform操作webform后台
- winform程序默认以管理员身份运行 (
- 自定义Winform窗体例子(入门级)122
- js调用winform类中的方法
- winform收银机客显器LED测试软件demo
- winform 窗体换肤技巧
- winform富文本编辑器(kwig)
- C# 小软件:WINFORM 浏览器
- WinForm实现文件的压缩和解压,并思考
- winform右下角最小化
- WinForm联合halcon加载一张图片
- winform调用webservice
- WinForm实现win7 Aero磨砂效果
- c# winform FTP连接服务器对文件进行操作
- winform 自定义温度计控件
- WinformHTMLEditor winform 富文本编辑器
评论
共有 条评论