嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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