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

  • 大小: 2.94MB
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2023-09-10
  • 語言: C#
  • 標簽: C#??Winfor??畫板??GDI+??

資源簡介

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

評論

共有 條評論