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

資源簡介

GDI的c#源碼,可以用來繪制一般的流程圖,支持圖案輸出等功能

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections;


namespace?GDIDrawFlow
{
///?
///?ArrayData?的摘要說明。
///?

///?
[Serializable()]
public?class?ArrayData
{
public??ArrayList?arrLineList;//線的數(shù)組
public??ArrayList?arrNodeList;//節(jié)點的數(shù)組
public??ArrayList?arrDrawStringList;//寫字板的數(shù)組

public??ArrayList?arrLineSelectList;//線的數(shù)組
public??ArrayList?arrNodeSelectList;//節(jié)點的數(shù)組
public??ArrayList?arrDrawStringSelectList;//寫字板的數(shù)組

public??ArrayList?arrLineNotSelectList;//沒有被選擇的線的數(shù)組
public??ArrayList?arrNodeNotSelectList;//沒有被選擇的節(jié)點的數(shù)組
public??ArrayList?arrDrawStringNotSelectList;//沒有被選擇的寫字板的數(shù)組

public??ArrayList?arrLineConnectNode;//連接到活動節(jié)點的線

public?ArrayData()
{
//
//?TODO:?在此處添加構(gòu)造函數(shù)邏輯
//

this.arrLineList=new?ArrayList()

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1322??2006-08-18?00:03??GDI流程圖控件c#源碼\GDIDrawFlow\ArrayData.cs

?????文件???????1925??2006-08-15?16:34??GDI流程圖控件c#源碼\GDIDrawFlow\AssemblyInfo.cs

?????文件?????774144??2010-10-21?22:34??GDI流程圖控件c#源碼\GDIDrawFlow\bin\Debug\GDIDrawFlow.dll

?????文件?????609792??2010-10-21?22:34??GDI流程圖控件c#源碼\GDIDrawFlow\bin\Debug\GDIDrawFlow.pdb

?????文件??????40240??2006-11-18?13:27??GDI流程圖控件c#源碼\GDIDrawFlow\bin\Debug\GDIDrawFlow.tlb

?????文件????????326??2006-08-20?15:41??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Asunder.cur

?????文件????????326??2006-08-20?15:41??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Converge.cur

?????文件????????326??2006-08-20?15:41??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Data.cur

?????文件????????326??2006-08-20?15:41??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Ellipse.cur

?????文件????????326??2006-08-20?15:41??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\end.cur

?????文件????????326??2006-08-20?15:42??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\FlodLine.cur

?????文件????????326??2006-08-20?15:42??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Gather.cur

?????文件????????326??2006-08-20?15:42??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\General.cur

?????文件????????326??2006-08-20?15:42??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Gradation.cur

?????文件????????326??2006-08-20?15:42??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Judgement.cur

?????文件????????326??2006-08-20?15:43??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Line.cur

?????文件????????326??2006-08-20?15:34??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Pencil.cur

?????文件????????518??2006-08-20?15:34??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\PolyHandle.cur

?????文件????????326??2006-08-20?15:34??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Rectangle.cur

?????文件????????326??2006-08-20?15:43??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\SpecificallyOperation.cur

?????文件????????326??2006-08-20?15:43??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Start.cur

?????文件????????326??2006-08-20?15:43??GDI流程圖控件c#源碼\GDIDrawFlow\Cursors\Synchronization.cur

?????文件?????152548??2010-10-21?22:34??GDI流程圖控件c#源碼\GDIDrawFlow\DrawFlowControl.cs

?????文件?????115038??2010-10-21?22:34??GDI流程圖控件c#源碼\GDIDrawFlow\DrawFlowControl.resx

?????文件??????37328??2006-11-18?14:40??GDI流程圖控件c#源碼\GDIDrawFlow\DrawFlowGroup.cs

?????文件??????73333??2006-11-18?14:33??GDI流程圖控件c#源碼\GDIDrawFlow\DrawFlowGroup.resx

?????文件???????3111??2006-08-21?17:04??GDI流程圖控件c#源碼\GDIDrawFlow\DrawFlowTable.cs

?????文件?????215451??2010-10-21?22:34??GDI流程圖控件c#源碼\GDIDrawFlow\Drawobject.cs

?????文件???????2435??2006-08-18?23:53??GDI流程圖控件c#源碼\GDIDrawFlow\DrawString.cs

?????文件??????29492??2006-08-24?22:26??GDI流程圖控件c#源碼\GDIDrawFlow\flowAttribute.cs

............此處省略175個文件信息

評論

共有 條評論