資源簡介
此實例用的不是背景圖片,是程序自繪的圖 展示出很個性的窗體
代碼片段和文件信息
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# 讀取顯卡信息 源碼
評論
共有 條評論