- FontForm.cs[4KB]
- FontForm.Designer.cs[13KB]
- FontForm.resx[5KB]
- Form1.cs[14KB]
- Form1.Designer.cs[19KB]
- Form1.resx[5KB]
- GraffitiForm.cs[9KB]
- GraffitiForm.Designer.cs[9KB]
- GraffitiForm.resx[10.72MB]
- Note.cs[1KB]
- PointImage.cs[524B]
- Program.cs[526B]
- SelectDirectoryForm.cs[2KB]
- SelectDirectoryForm.Designer.cs[6KB]
- SelectDirectoryForm.resx[5KB]
- yingdong.cs[398B]
- yingdong.Designer.cs[1KB]
- yingdong.resx[5KB]
- 51Aspx源码必读.txt[2KB]
- App.config[935B]
- DefinedCombination.cs[670B]
- DesktopNote.csproj[5KB]
- EventButtonForm.cs[533B]
- EventButtonForm.Designer.cs[1KB]
- EventButtonForm.resx[5KB]
- from.gif[4KB]
- 最新Asp.Net源码下载.url[123B]
- DesktopNote.sln[911B]
源码介绍
源码参数
WF桌面便签源码
源码描述:
C#桌面标签
功能有设置文字的前景色,背景色,字号,字体,涂鸦等
可以保存文本信息,载入文本信息,适合新手学习借鉴
开发环境:vs2012,里面用到了绘图,可以绘制直线和矩形
io操作:
Note note = new Note();
StreamReader tr = null;
try
{
tr = new StreamReader(txtFile, Encoding.Default);
note.Content = tr.ReadToEnd();
noteList.Add(note);
}
catch (Exception ex)
{
MessageBox.Show("出现打开异常:" + ex.Message);
}
finally {
if (tr != null)
tr.Close();
}
下载记录(Only Recent 100)
用户名 | 推荐指数 | 下载时间 |
---|