• 大小: 8.44MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-07
  • 语言: C#
  • 标签: C#  paint.net  源代码  

资源简介

Paint.NET是一个图像和照片处理软件,它由华盛顿州立大学的学生开发和维护并由微软公司提供项目指导,早期定位于MS Paint的免费替代软件,现在逐渐发展为一个功能强大且易用的的图像和照片处理软件,支持图层,无限制的历史记录,特效,和许多实用工具,并且开放源代码和完全免费,界面看起来有点像Photoshop,该软件的开发语言是C#。 仔细研究的话可以学到好多东西啊

资源截图

代码片段和文件信息

/////////////////////////////////////////////////////////////////////////////////
// Paint.NET                                                                   //
// Copyright (C) Rick Brewster Tom Jackson and past contributors.            //
// Portions Copyright (C) Microsoft Corporation. All Rights Reserved.          //
// See src/Setup/License.txt for full licensing and attribution details.       //
// 2                                                                           //
// 1                                                                           //
/////////////////////////////////////////////////////////////////////////////////

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.*“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//       When specifying the KeyFile the location of the KeyFile should be
//       relative to the project output directory which is
//       %Project Directory%\obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: A

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2007-02-11 14:01  programs\
     目录           0  2006-11-11 16:10  programs\dotnet_2_0\
     文件         769  2006-02-22 12:13  programs\dotnet_2_0\readme.txt
     目录           0  2006-11-11 16:10  programs\dotnet_2_0\x64\
     目录           0  2006-11-11 16:10  programs\dotnet_2_0\x86\
     文件          36  2005-12-16 16:14  programs\readme.txt
     目录           0  2007-02-25 20:02  src\
     文件        8058  2007-02-25 20:01  src\AboutDialog.cs
     文件           0  2007-02-25 20:01  src\AboutDialog.resx
     文件         872  2007-02-25 20:01  src\ActionFlags.cs
     目录           0  2007-02-25 20:01  src\Actions\
     文件        4703  2006-12-11 12:28  src\Actions\AcquireFromScannerOrCameraAction.cs
     文件       10570  2006-12-11 12:28  src\Actions\CanvasSizeAction.cs
     文件        1593  2006-12-11 12:28  src\Actions\ClearHistoryAction.cs
     文件        1351  2006-12-11 12:28  src\Actions\ClearMruListAction.cs
     文件        5164  2006-12-20 21:28  src\Actions\CloseAllWorkspacesAction.cs
     文件        6059  2006-12-30 20:20  src\Actions\CloseWorkspaceAction.cs
     文件        5715  2006-12-11 12:28  src\Actions\CopyToClipboardAction.cs
     文件        2552  2006-12-11 12:28  src\Actions\CutAction.cs
     文件        2393  2006-12-11 12:28  src\Actions\DuplicateActivelayerAction.cs
     文件        1309  2006-12-11 12:28  src\Actions\FliplayerHorizontalAction.cs
     文件        1299  2006-12-11 12:28  src\Actions\FliplayerVerticalAction.cs
     文件        2360  2006-12-11 12:28  src\Actions\HistoryFastForwardAction.cs
     文件        1841  2006-12-11 12:28  src\Actions\HistoryRedoAction.cs
     文件        2322  2006-12-11 12:28  src\Actions\HistoryRewindAction.cs
     文件        1842  2006-12-11 12:28  src\Actions\HistoryUndoAction.cs
     文件       13872  2006-12-11 12:28  src\Actions\ImportFromFileAction.cs
     文件        1951  2006-12-11 12:28  src\Actions\MoveActivelayerDownAction.cs
     文件        2164  2006-12-11 12:28  src\Actions\MoveActivelayerUpAction.cs
     文件        3847  2006-12-11 12:28  src\Actions\NewImageAction.cs
     文件        1641  2006-12-11 12:28  src\Actions\OpenActivelayerPropertiesAction.cs
............此处省略1274个文件信息

评论

共有 条评论