资源简介
C#写的GDI+画板,支持移动画出的图形,同时支持画直线曲线椭圆矩形橡皮擦改变颜色等功能
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace GraphicalCS
{
///
/// About 的摘要说明。
///
public class About : System.Windows.Forms.Form
{
private System.Windows.Forms.Label NAME;
private System.Windows.Forms.Label CopyRight;
private System.Windows.Forms.linkLabel EMail;
private System.Windows.Forms.Label lblEmail;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Label Athur;
private System.Windows.Forms.PictureBox pictureBox;
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
public About()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(About));
this.NAME = new System.Windows.Forms.Label();
this.CopyRight = new System.Windows.Forms.Label();
this.EMail = new System.Windows.Forms.linkLabel();
this.lblEmail = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.Athur = new System.Windows.Forms.Label();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
//
// NAME
//
this.NAME.Location = new System.Drawing.Point(88 24);
this.NAME.Name = “NAME“;
this.NAME.Size = new System.Drawing.Size(136 16);
this.NAME.TabIndex = 0;
this.NAME.Text = “myPGS v1.0“;
//
// CopyRight
//
this.CopyRight.Location = new System.Drawing.Point(88 48);
this.CopyRight.Name = “CopyRight“;
this.CopyRight.Size = new System.Drawing.Size(160 16);
this.CopyRight.TabIndex = 1;
this.CopyRight.Text = “Copyright (C) 2004 PCH“;
//
// EMail
//
this.EMail.Location = new System.Drawing.Point(80 104);
this.EMail.Name = “EMail“;
this.EMail.Size = new System.Drawing.Size(144 23);
this.EMail.TabIndex = 2;
this.EMail.TabStop = true;
this.EMail.Text = “tcpch@sohu.com“;
this.EMail.linkClicked += new System.Windows.Forms.linkLabellinkClickedEventHandler(this.EMail_linkClicked);
//
// lblEmail
//
this.lblEmail.Location = new System.Drawing.Point(32 104);
this.lblEmail.Name = “lblEmail“;
this.lblEmail.Size = new System.Drawing.Size(48 23);
this.lblEmail.TabIndex = 3;
this.lblEmail.Text = “E-Mail:“;
//
// btnOK
//
this.btnOK.Locatio
相关资源
- C#完整版人脸识别
- WPF记事本的实现
- C#课程设计学生管理系统
- C#网络调试助手,带中转功能
- C#编写的宿舍管理系统(源码)
- C# 简单拼图游戏
- 仿qq聊天程序C#
- 免费C#解析DXF netdxf DXF类库
- C#证件照排版器_一寸/二寸-五寸/六寸
- 将Excel中的数据按照Word模板生成Word文
- (c#的64种界面皮肤)IrisSkin2
- WPF利用HelixToolkit后台导入3D模型
- 仿百度文库C#版本
- 电影院售票系统C#含解释
- C#帮助文档.chm
- C# Spire.XLS 无限制 附加使用Demo
- C#窗体皮肤包C#窗体皮肤包C#窗体皮肤
- [C#] C# 6.0 Cookbook 4th Edition (英文版)
- C# 调用大漠 找图找字
- C#家教管理系统源码及论文
- C#操作TrueCrypt加密解密
- C#实现Windows版扫雷
- WeifenLuo.WinFormsUI.Docking源代码 3.0.2最新
- 简单的学籍管理系统C#课程设计含数据
- 基于asp.net的图书管理系统57956
- 网上在线论坛-ASP.NET-C#
- C#+mysql+winform学生成绩管理系统
- AE+C#实现鹰眼
- C#图书馆信息管理系统_课程设计源码
- 纯C#+SQL2008 学生成绩管理系统
评论
共有 条评论