资源简介
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#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- Winform可视化打印模板设计工具含源码
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
- C# 使用ListView控件实现图片浏览器(源
- C#简单窗体聊天程序
- C#指纹识别系统程序 报告
评论
共有 条评论