基本信息
源码名称:C# 做的桌面便笺 大家快快下载
源码大小:0.28M
文件格式:.rar
开发语言:C#
更新时间:2023-10-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# 做的桌面便笺 大家快快下载
不错的桌面便笺,拿出来分享下,大家多多下载哈哈上课的时候做的

.
├── C# 做的桌面便笺 大家快快下载_DesktopNote.rar
├── DesktopNote
│   ├── DesktopNote
│   │   ├── DefinedCombination.cs
│   │   ├── DesktopNote.csproj
│   │   ├── DesktopNote.csproj.vspscc
│   │   ├── DesktopNote.idc
│   │   ├── FontForm.Designer.cs
│   │   ├── FontForm.cs
│   │   ├── FontForm.resx
│   │   ├── GraffitiForm.Designer.cs
│   │   ├── GraffitiForm.cs
│   │   ├── GraffitiForm.resx
│   │   ├── Note.cs
│   │   ├── NoteForm.Designer.cs
│   │   ├── NoteForm.cs
│   │   ├── NoteForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   ├── Settings.settings
│   │   │   └── vssver2.scc
│   │   ├── SelectDirectoryForm.Designer.cs
│   │   ├── SelectDirectoryForm.cs
│   │   ├── SelectDirectoryForm.resx
│   │   ├── Settings.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── DesktopNote.exe
│   │   │   │   ├── DesktopNote.exe.config
│   │   │   │   ├── DesktopNote.pdb
│   │   │   │   ├── DesktopNote.vshost.exe
│   │   │   │   ├── DesktopNote.vshost.exe.config
│   │   │   │   ├── DesktopNote.vshost.exe.manifest
│   │   │   │   └── app.config
│   │   │   ├── Release
│   │   │   │   ├── DesktopNote.exe
│   │   │   │   ├── DesktopNote.exe.config
│   │   │   │   ├── DesktopNote.pdb
│   │   │   │   ├── DesktopNote.vshost.exe
│   │   │   │   ├── DesktopNote.vshost.exe.config
│   │   │   │   ├── DesktopNote.vshost.exe.manifest
│   │   │   │   └── app.config
│   │   │   └── Test
│   │   │       ├── DesktopNote.exe
│   │   │       ├── DesktopNote.exe.config
│   │   │       ├── DesktopNote.pdb
│   │   │       ├── DesktopNote.vshost.exe
│   │   │       ├── DesktopNote.vshost.exe.config
│   │   │       ├── DesktopNote.vshost.exe.manifest
│   │   │       ├── Notes.xml
│   │   │       └── app.config
│   │   ├── icon
│   │   │   ├── CanvasScaleHS.bmp
│   │   │   ├── ClosePreviewHS.bmp
│   │   │   ├── CommentHS.bmp
│   │   │   ├── graphhs.bmp
│   │   │   └── vssver2.scc
│   │   ├── mssccprj.scc
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesktopNote.FontForm.resources
│   │   │   │   ├── DesktopNote.GraffitiForm.resources
│   │   │   │   ├── DesktopNote.NoteForm.resources
│   │   │   │   ├── DesktopNote.Properties.Resources.resources
│   │   │   │   ├── DesktopNote.SelectDirectoryForm.resources
│   │   │   │   ├── DesktopNote.csproj.FileListAbsolute.txt
│   │   │   │   ├── DesktopNote.csproj.GenerateResource.Cache
│   │   │   │   ├── DesktopNote.exe
│   │   │   │   ├── DesktopNote.pdb
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   ├── Release
│   │   │   │   ├── DesktopNote.FontForm.resources
│   │   │   │   ├── DesktopNote.GraffitiForm.resources
│   │   │   │   ├── DesktopNote.NoteForm.resources
│   │   │   │   ├── DesktopNote.Properties.Resources.resources
│   │   │   │   ├── DesktopNote.SelectDirectoryForm.resources
│   │   │   │   ├── DesktopNote.csproj.FileListAbsolute.txt
│   │   │   │   ├── DesktopNote.csproj.GenerateResource.Cache
│   │   │   │   ├── DesktopNote.exe
│   │   │   │   ├── DesktopNote.pdb
│   │   │   │   └── TempPE
│   │   │   └── Test
│   │   │       ├── DesktopNote.FontForm.resources
│   │   │       ├── DesktopNote.GraffitiForm.resources
│   │   │       ├── DesktopNote.NoteForm.resources
│   │   │       ├── DesktopNote.Properties.Resources.resources
│   │   │       ├── DesktopNote.SelectDirectoryForm.resources
│   │   │       ├── DesktopNote.csproj.FileListAbsolute.txt
│   │   │       ├── DesktopNote.csproj.GenerateResource.Cache
│   │   │       ├── DesktopNote.exe
│   │   │       ├── DesktopNote.pdb
│   │   │       └── TempPE
│   │   └── vssver2.scc
│   ├── DesktopNote.sln
│   ├── DesktopNote.suo
│   ├── DesktopNote.vssscc
│   ├── mssccprj.scc
│   └── vssver2.scc
└── ShowWindows.suo

16 directories, 89 files