91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 8.44MB
    文件類型: .zip
    金幣: 2
    下載: 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個文件信息

評論

共有 條評論