资源简介
C#开源代码,paint.net,图形处理软件,类似photoshop功能,对一些需要进行图片处理的很有帮助
![](http://www.nz998.com/pic/69878.jpg)
代码片段和文件信息
/////////////////////////////////////////////////////////////////////////////////
// Paint.NET //
// Copyright (C) Rick Brewster Tom Jackson and past contributors. //
// Portions Copyright (C) Microsoft Corporation. All Rights Reserved. //
// See src/Resources/Files/License.txt for full licensing and attribution //
// details. //
// . //
/////////////////////////////////////////////////////////////////////////////////
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace PaintDotNet
{
public class AboutDialog
: PdnbaseForm
{
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Label creditsLabel;
private System.Windows.Forms.RichTextBox richCreditsBox;
private System.Windows.Forms.TextBox copyrightLabel;
private Label versionLabel;
private PdnBanner pdnBanner;
public AboutDialog()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
this.richCreditsBox.BackColor = SystemColors.Window;
string textFormat = PdnResources.GetString(“AboutDialog.Text.Format“);
this.Text = string.Format(textFormat PdnInfo.GetBareProductName());
this.pdnBanner.BannerText = string.Empty;// PdnInfo.GetFriendlyVersionString();
this.richCreditsBox.LoadFile(PdnResources.GetResourceStream(“Files.AboutCredits.rtf“) RichTextBoxStreamType.RichText);
this.copyrightLabel.Text = PdnInfo.GetCopyrightString();
this.Icon = PdnInfo.AppIcon;
this.okButton.Text = PdnResources.GetString(“Form.OkButton.Text“);
this.okButton.Location = new Point((this.ClientSize.Width - this.okButton.Width) / 2 this.okButton.Top);
this.creditsLabel.Text = PdnResources.GetString(“AboutDialog.CreditsLabel.Text“);
Font bannerFont = this.pdnBanner.BannerFont;
Font newBannerFont = Utility.CreateFont(bannerFont.Name 8.0f bannerFont.style);
this.pdnBanner.BannerFont = newBannerFont;
newBannerFont.Dispose();
bannerFont.Dispose();
this.versionLabel.Text = PdnInfo.GetFullAppName();
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.okButton = new System.Windows.Forms.Button();
this.creditsLabel = new System.Windows.F
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-10-29 18:14 paintdotnet-0.1.63\
文件 7885 2008-09-18 11:13 paintdotnet-0.1.63\AboutDialog.cs
文件 0 2008-09-18 11:13 paintdotnet-0.1.63\AboutDialog.resx
文件 850 2008-09-18 11:13 paintdotnet-0.1.63\ActionFlags.cs
目录 0 2012-10-29 18:14 paintdotnet-0.1.63\Actions\
文件 4565 2008-09-18 11:13 paintdotnet-0.1.63\Actions\AcquireFromScannerOrCameraAction.cs
文件 10284 2008-09-18 11:13 paintdotnet-0.1.63\Actions\CanvasSizeAction.cs
文件 1554 2008-09-18 11:13 paintdotnet-0.1.63\Actions\ClearHistoryAction.cs
文件 1317 2008-09-18 11:13 paintdotnet-0.1.63\Actions\ClearMruListAction.cs
文件 5025 2008-09-18 11:13 paintdotnet-0.1.63\Actions\CloseAllWorkspacesAction.cs
文件 5904 2008-09-18 11:13 paintdotnet-0.1.63\Actions\CloseWorkspaceAction.cs
文件 5579 2008-09-18 11:13 paintdotnet-0.1.63\Actions\CopyToClipboardAction.cs
文件 2474 2008-09-18 11:13 paintdotnet-0.1.63\Actions\CutAction.cs
文件 2325 2008-09-18 11:13 paintdotnet-0.1.63\Actions\DuplicateActivela
文件 1275 2008-09-18 11:13 paintdotnet-0.1.63\Actions\Flipla
文件 1265 2008-09-18 11:13 paintdotnet-0.1.63\Actions\Flipla
文件 2300 2008-09-18 11:13 paintdotnet-0.1.63\Actions\HistoryFastForwardAction.cs
文件 1797 2008-09-18 11:13 paintdotnet-0.1.63\Actions\HistoryRedoAction.cs
文件 2263 2008-09-18 11:13 paintdotnet-0.1.63\Actions\HistoryRewindAction.cs
文件 1798 2008-09-18 11:13 paintdotnet-0.1.63\Actions\HistoryUndoAction.cs
文件 13492 2008-09-18 11:13 paintdotnet-0.1.63\Actions\ImportFromFileAction.cs
文件 1892 2008-09-18 11:13 paintdotnet-0.1.63\Actions\MoveActivela
文件 2103 2008-09-18 11:13 paintdotnet-0.1.63\Actions\MoveActivela
文件 3754 2008-09-18 11:13 paintdotnet-0.1.63\Actions\NewImageAction.cs
文件 1600 2008-09-18 11:13 paintdotnet-0.1.63\Actions\OpenActivela
文件 1838 2008-09-18 11:13 paintdotnet-0.1.63\Actions\OpenFileAction.cs
文件 10948 2008-09-18 11:13 paintdotnet-0.1.63\Actions\PasteAction.cs
文件 3997 2008-09-18 11:13 paintdotnet-0.1.63\Actions\PasteInToNewImageAction.cs
文件 1790 2008-09-18 11:13 paintdotnet-0.1.63\Actions\PasteInToNewla
文件 2649 2008-09-18 11:13 paintdotnet-0.1.63\Actions\PrintAction.cs
文件 15102 2008-09-18 11:13 paintdotnet-0.1.63\Actions\ResizeAction.cs
............此处省略795个文件信息
- 上一篇:商业化C#报表设计器源代码
- 下一篇:c#编写的门禁管理系统
相关资源
- 逐步法线性回归C#源码
- 连连看游戏C#源码有提示和洗牌功能
- 开源版C#商场超市收银商品管理财务管
- gerber 查看软件(C#源码)
- OPCUA:C#使用OpcUaHelper开源库开发客M
- C#源码读取DXF文件
- 打印机监控(C#源码)
- 00后搞笑辞职信(C#源码)
- 桌面日历_V1.0(C#源码)
- 快递接口(C#源码以及文档)
- vb调用c#编写的串口DLL文件(vb源码
- BouncyCastle C#源码
- 拱猪扑克牌游戏C#源码
- 2018CRM C# 源码基于小黄豆CRMv2.0.925.3版
- 各类称重仪表C#源码
- C#坦克大战源代码全部用C#编写
- 开源的.net矢量图、流程图绘制软件
- C#源码:批量自动去除图片白边
- ShootSearch (基于dotlucene的c#开源搜索引
- [C#源码]内存搜索修改像金山游侠一下
- C#源码让windows系统待机休眠
- C#图书管理系统源码(含数据库)-附
- c#编写的绘图软件源码
- [C#源码]超市项目BS架构
- Modbus通讯协议-C#源码
- 发票套打[全C#源码]
- apk信息查看C#源码
- VS2008+SQL2005开源普通三层架构项目源代
- c# 开源搜索引擎完整的
- c#图书管理系统C#源码和SQL数据库
评论
共有 条评论