资源简介
画图板(C#源码)(有点像Windows画图),画图板(C#源码)(有点像Windows画图)
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4821 2004-11-28 22:13 GraphicalCS\About.cs
文件 13431 2004-11-28 22:13 GraphicalCS\About.resx
文件 171014 2003-06-21 02:52 GraphicalCS\App.ico
文件 1859 2004-10-21 17:30 GraphicalCS\AssemblyInfo.cs
文件 393216 2007-04-17 21:17 GraphicalCS\bin\Debug\GraphicalCS.exe
目录 0 2007-04-17 21:11 GraphicalCS\bin\Debug
目录 0 2007-04-17 20:47 GraphicalCS\bin
文件 8777 2004-11-29 10:41 GraphicalCS\CircleForm.cs
文件 13172 2004-10-27 17:36 GraphicalCS\CircleForm.resx
文件 15340 2007-04-17 20:56 GraphicalCS\Drawableob
文件 17636 2004-11-25 15:13 GraphicalCS\Example.cs
文件 15541 2004-10-29 13:55 GraphicalCS\Example.resx
文件 5184 2007-04-17 20:47 GraphicalCS\GraphicalCS.csproj
文件 2082 2007-04-17 20:47 GraphicalCS\GraphicalCS.csproj.user
文件 905 2007-04-17 20:47 GraphicalCS\GraphicalCS.sln
..A..H. 15872 2007-04-17 21:18 GraphicalCS\GraphicalCS.suo
文件 93752 2007-04-17 21:01 GraphicalCS\MainWindow.cs
文件 131546 2004-11-29 19:37 GraphicalCS\MainWindow.resx
文件 2672 2007-04-17 21:16 GraphicalCS\MousePoint.cs
文件 4333 2004-11-16 16:18 GraphicalCS\NewForm.cs
文件 9267 2004-11-16 16:11 GraphicalCS\NewForm.resx
文件 8380 2007-04-17 21:11 GraphicalCS\obj\Debug\GraphicalCS.About.resources
文件 8532 2007-04-17 21:11 GraphicalCS\obj\Debug\GraphicalCS.CircleForm.resources
文件 1015 2007-04-17 21:11 GraphicalCS\obj\Debug\GraphicalCS.csproj.GenerateResource.Cache
文件 12774 2007-04-17 21:11 GraphicalCS\obj\Debug\GraphicalCS.Example.resources
文件 393216 2007-04-17 21:17 GraphicalCS\obj\Debug\GraphicalCS.exe
文件 99890 2007-04-17 21:11 GraphicalCS\obj\Debug\GraphicalCS.MainWindow.resources
文件 5554 2007-04-17 21:11 GraphicalCS\obj\Debug\GraphicalCS.NewForm.resources
文件 157184 2007-04-17 21:17 GraphicalCS\obj\Debug\GraphicalCS.pdb
目录 0 2007-04-17 20:47 GraphicalCS\obj\Debug\TempPE
............此处省略12个文件信息
评论
共有 条评论