嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#开发的一个仿截图工具,具有快捷键截图,移动和调节矩形截图框并存储截图功能。
.
├── C#截图工具_CatchScreen.zip
└── CatchScreen
├── CatchScreen
│ ├── 34.ico
│ ├── App.config
│ ├── Catch.Designer.cs
│ ├── Catch.cs
│ ├── Catch.resx
│ ├── CatchScreen.csproj
│ ├── CatchScreen.csproj.user
│ ├── CatchScreen_TemporaryKey.pfx
│ ├── HotKey.cs
│ ├── Instruction.Designer.cs
│ ├── Instruction.cs
│ ├── Instruction.resx
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── app.manifest
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CatchScreen.application
│ │ │ ├── CatchScreen.exe
│ │ │ ├── CatchScreen.exe.config
│ │ │ ├── CatchScreen.exe.manifest
│ │ │ ├── CatchScreen.pdb
│ │ │ ├── CatchScreen.vshost.application
│ │ │ ├── CatchScreen.vshost.exe
│ │ │ ├── CatchScreen.vshost.exe.config
│ │ │ ├── CatchScreen.vshost.exe.manifest
│ │ │ ├── GDI.vshost.exe.config
│ │ │ ├── GDI.vshost.exe.manifest
│ │ │ └── app.publish
│ │ │ ├── Application Files
│ │ │ │ └── CatchScreen_1_0_0_1
│ │ │ │ ├── 34.ico.deploy
│ │ │ │ ├── CatchScreen.exe.config.deploy
│ │ │ │ ├── CatchScreen.exe.deploy
│ │ │ │ └── CatchScreen.exe.manifest
│ │ │ ├── CatchScreen.application
│ │ │ └── setup.exe
│ │ └── Release
│ └── obj
│ └── Debug
│ ├── CatchScreen.Catch.resources
│ ├── CatchScreen.Instruction.resources
│ ├── CatchScreen.MainForm.resources
│ ├── CatchScreen.Properties.Resources.resources
│ ├── CatchScreen.TrustInfo.xml
│ ├── CatchScreen.application
│ ├── CatchScreen.csproj.FileListAbsolute.txt
│ ├── CatchScreen.csproj.GenerateResource.Cache
│ ├── CatchScreen.csprojResolveAssemblyReference.cache
│ ├── CatchScreen.exe
│ ├── CatchScreen.exe.manifest
│ ├── CatchScreen.pdb
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GDI.csproj.FileListAbsolute.txt
│ ├── GDI.csproj.GenerateResource.Cache
│ ├── GDI.csprojResolveAssemblyReference.cache
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
├── CatchScreen.sln
├── CatchScreen.suo
└── CatchScreen.v11.suo
12 directories, 64 files