基本信息
源码名称:C# winform 截屏软件 模仿微信截屏
源码大小:0.47M
文件格式:.rar
开发语言:C#
更新时间:2022-02-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C# winform 截屏软件 模仿微信截屏

.
├── Screenshot
│   ├── Backup
│   │   ├── ScreenShotTools
│   │   │   ├── ColorLabel.cs
│   │   │   ├── ColorSelector.Designer.cs
│   │   │   ├── ColorSelector.cs
│   │   │   ├── ColorSelector.resx
│   │   │   ├── ColorView.cs
│   │   │   ├── DrawStyle.cs
│   │   │   ├── DrawToolsDockStyle.cs
│   │   │   ├── GripStyle.cs
│   │   │   ├── NoteLabel.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── RedoUndoManagement.cs
│   │   │   ├── RedoUndoObject.cs
│   │   │   ├── RedoUndoType.cs
│   │   │   ├── Resources
│   │   │   │   ├── Arrow.png
│   │   │   │   ├── Ellipse.png
│   │   │   │   ├── Redo.png
│   │   │   │   ├── Select.ico
│   │   │   │   ├── cross.png
│   │   │   │   ├── disk.png
│   │   │   │   ├── font.png
│   │   │   │   ├── paintbrush.png
│   │   │   │   ├── pencil.png
│   │   │   │   ├── picture_empty.png
│   │   │   │   └── tick.png
│   │   │   ├── ScreenShotTools.csproj
│   │   │   ├── ShotColorTable.cs
│   │   │   ├── ShotPane.Designer.cs
│   │   │   ├── ShotPane.cs
│   │   │   ├── ShotPane.resx
│   │   │   ├── ShotToolStrip.Designer.cs
│   │   │   ├── ShotToolStrip.cs
│   │   │   ├── ShotToolStrip.resx
│   │   │   ├── SizeWidth.cs
│   │   │   └── TextData.cs
│   │   ├── Screenshot
│   │   │   ├── AboutBox1.Designer.cs
│   │   │   ├── AboutBox1.cs
│   │   │   ├── AboutBox1.resx
│   │   │   ├── Mainfrm.Designer.cs
│   │   │   ├── Mainfrm.cs
│   │   │   ├── Mainfrm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── Screenshot.csproj
│   │   │   ├── cut.ico
│   │   │   └── head.JPG
│   │   └── Screenshot.sln
│   ├── ScreenShotTools
│   │   ├── ColorLabel.cs
│   │   ├── ColorSelector.Designer.cs
│   │   ├── ColorSelector.cs
│   │   ├── ColorSelector.resx
│   │   ├── ColorView.cs
│   │   ├── DrawStyle.cs
│   │   ├── DrawToolsDockStyle.cs
│   │   ├── GripStyle.cs
│   │   ├── NoteLabel.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── RedoUndoManagement.cs
│   │   ├── RedoUndoObject.cs
│   │   ├── RedoUndoType.cs
│   │   ├── Resources
│   │   │   ├── Arrow.png
│   │   │   ├── Ellipse.png
│   │   │   ├── Redo.png
│   │   │   ├── Select.ico
│   │   │   ├── cross.png
│   │   │   ├── disk.png
│   │   │   ├── font.png
│   │   │   ├── paintbrush.png
│   │   │   ├── pencil.png
│   │   │   ├── picture_empty.png
│   │   │   └── tick.png
│   │   ├── ScreenShotTools.csproj
│   │   ├── ShotColorTable.cs
│   │   ├── ShotPane.Designer.cs
│   │   ├── ShotPane.cs
│   │   ├── ShotPane.resx
│   │   ├── ShotToolStrip.Designer.cs
│   │   ├── ShotToolStrip.cs
│   │   ├── ShotToolStrip.resx
│   │   ├── SizeWidth.cs
│   │   ├── TextData.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── ScreenShotTools.dll
│   │   │       └── ScreenShotTools.pdb
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── ScreenShotTools.ColorSelector.resources
│   │           ├── ScreenShotTools.Properties.Resources.resources
│   │           ├── ScreenShotTools.ShotPane.resources
│   │           ├── ScreenShotTools.ShotToolStrip.resources
│   │           ├── ScreenShotTools.csproj.CoreCompileInputs.cache
│   │           ├── ScreenShotTools.csproj.FileListAbsolute.txt
│   │           ├── ScreenShotTools.csproj.GenerateResource.cache
│   │           ├── ScreenShotTools.csprojAssemblyReference.cache
│   │           ├── ScreenShotTools.dll
│   │           ├── ScreenShotTools.pdb
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   ├── Screenshot
│   │   ├── AboutBox1.Designer.cs
│   │   ├── AboutBox1.cs
│   │   ├── AboutBox1.resx
│   │   ├── Mainfrm.Designer.cs
│   │   ├── Mainfrm.cs
│   │   ├── Mainfrm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── Screenshot.csproj
│   │   ├── ShotPane.Designer.cs
│   │   ├── ShotPane.cs
│   │   ├── ShotPane.resx
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── ScreenShotTools.dll
│   │   │       ├── ScreenShotTools.pdb
│   │   │       ├── Screenshot.exe
│   │   │       └── Screenshot.pdb
│   │   ├── cut.ico
│   │   ├── head.JPG
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Screenshot.AboutBox1.resources
│   │           ├── Screenshot.Mainfrm.resources
│   │           ├── Screenshot.Properties.Resources.resources
│   │           ├── Screenshot.csproj.CopyComplete
│   │           ├── Screenshot.csproj.CoreCompileInputs.cache
│   │           ├── Screenshot.csproj.FileListAbsolute.txt
│   │           ├── Screenshot.csproj.GenerateResource.cache
│   │           ├── Screenshot.csprojAssemblyReference.cache
│   │           ├── Screenshot.exe
│   │           ├── Screenshot.pdb
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   ├── Screenshot.sln
│   └── Screenshot.suo
└── 好例子网_Screenshot.rar

22 directories, 136 files