資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Drawing;
namespace?DrawFont
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
???????????
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Graphics?g?=?this.CreateGraphics();
????????????g.DrawString(“用一生下載你“?new?Font(“宋體“?12)?new?SolidBrush(Color.Red)?new?PointF(100?50));
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????914??2009-02-06?13:57??sj\01\DrawFont\DrawFont.sln
?????文件???????13312??2009-02-06?14:02??sj\01\DrawFont\DrawFont.suo
?????文件????????3727??2009-02-06?13:57??sj\01\DrawFont\DrawFont\DrawFont.csproj
?????文件?????????735??2009-02-06?14:02??sj\01\DrawFont\DrawFont\Form1.cs
?????文件????????2096??2009-02-06?14:02??sj\01\DrawFont\DrawFont\Form1.Designer.cs
?????文件????????5814??2009-02-06?14:02??sj\01\DrawFont\DrawFont\Form1.resx
?????文件?????????489??2009-02-06?13:57??sj\01\DrawFont\DrawFont\Program.cs
?????文件????????8192??2009-02-06?14:02??sj\01\DrawFont\DrawFont\bin\Debug\DrawFont.exe
?????文件???????24064??2009-02-06?14:02??sj\01\DrawFont\DrawFont\bin\Debug\DrawFont.pdb
?????文件???????14328??2009-02-06?14:02??sj\01\DrawFont\DrawFont\bin\Debug\DrawFont.vshost.exe
?????文件?????????490??2007-07-21?01:33??sj\01\DrawFont\DrawFont\bin\Debug\DrawFont.vshost.exe.manifest
?????文件?????????571??2009-02-06?14:02??sj\01\DrawFont\DrawFont\obj\Debug\DrawFont.csproj.FileListAbsolute.txt
?????文件?????????847??2009-02-06?14:02??sj\01\DrawFont\DrawFont\obj\Debug\DrawFont.csproj.GenerateResource.Cache
?????文件????????8192??2009-02-06?14:02??sj\01\DrawFont\DrawFont\obj\Debug\DrawFont.exe
?????文件?????????180??2009-02-06?14:02??sj\01\DrawFont\DrawFont\obj\Debug\DrawFont.Form1.resources
?????文件???????24064??2009-02-06?14:02??sj\01\DrawFont\DrawFont\obj\Debug\DrawFont.pdb
?????文件?????????180??2009-02-06?14:01??sj\01\DrawFont\DrawFont\obj\Debug\DrawFont.Properties.Resources.resources
?????文件????????1348??2009-02-06?13:57??sj\01\DrawFont\DrawFont\Properties\AssemblyInfo.cs
?????文件????????2866??2009-02-06?13:57??sj\01\DrawFont\DrawFont\Properties\Resources.Designer.cs
?????文件????????5612??2009-02-06?13:57??sj\01\DrawFont\DrawFont\Properties\Resources.resx
?????文件????????1093??2009-02-06?13:57??sj\01\DrawFont\DrawFont\Properties\Settings.Designer.cs
?????文件?????????249??2009-02-06?13:57??sj\01\DrawFont\DrawFont\Properties\Settings.settings
?????文件?????????932??2009-02-06?14:02??sj\02\DrawBackground\DrawBackground.sln
?????文件????????8192??2009-02-06?14:02??sj\02\DrawBackground\DrawBackground.suo
?????文件????????3774??2009-02-06?14:04??sj\02\DrawBackground\DrawBackground\DrawBackground.csproj
?????文件????????1758??2009-02-06?14:05??sj\02\DrawBackground\DrawBackground\Form1.cs
?????文件????????2742??2009-02-06?14:04??sj\02\DrawBackground\DrawBackground\Form1.Designer.cs
?????文件????????5814??2009-02-06?14:04??sj\02\DrawBackground\DrawBackground\Form1.resx
?????文件?????????495??2009-02-06?14:02??sj\02\DrawBackground\DrawBackground\Program.cs
?????文件????????8704??2009-02-06?14:05??sj\02\DrawBackground\DrawBackground\bin\Debug\DrawBackground.exe
?????文件???????22016??2009-02-06?14:05??sj\02\DrawBackground\DrawBackground\bin\Debug\DrawBackground.pdb
............此處省略34個文件信息
評論
共有 條評論