資源簡介
C# GDI+ 開發的類Viso流程圖用戶控件,
流程圖文件保存XML文件,可瀏覽修改保存截圖……功能相當強大,可以編譯使用,但與我需要的東西還有點差距,我想基于數據庫設計,研究中,有興趣的朋友可以交流
源碼來自
代碼片段和文件信息
using?System;
using?System.Collections;
namespace?GDIDrawFlow
{
///?
///?ArrayData?的摘要說明。
///?
///?
[Serializable()]
public?class?ArrayData
{
public??ArrayList?arrLineList;//線的數組
public??ArrayList?arrNodeList;//節點的數組
public??ArrayList?arrDrawStringList;//寫字板的數組
public??ArrayList?arrLineSelectList;//線的數組
public??ArrayList?arrNodeSelectList;//節點的數組
public??ArrayList?arrDrawStringSelectList;//寫字板的數組
public??ArrayList?arrLineNotSelectList;//沒有被選擇的線的數組
public??ArrayList?arrNodeNotSelectList;//沒有被選擇的節點的數組
public??ArrayList?arrDrawStringNotSelectList;//沒有被選擇的寫字板的數組
public??ArrayList?arrLineConnectNode;//連接到活動節點的線
public?ArrayData()
{
//
//?TODO:?在此處添加構造函數邏輯
//
this.arrLineList=new?ArrayList()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1078??2006-11-18?12:39??TestDrawFlow\App.ico
?????文件???????1859??2006-11-18?12:39??TestDrawFlow\AssemblyInfo.cs
?????文件??????21505??2006-08-25?12:48??TestDrawFlow\bin\Debug\Defaultxm
?????文件??????14005??2006-08-24?16:58??TestDrawFlow\bin\Debug\Defaultxm
?????文件?????774144??2010-08-06?10:16??TestDrawFlow\bin\Debug\GDIDrawFlow.dll
?????文件?????589312??2010-08-06?10:16??TestDrawFlow\bin\Debug\GDIDrawFlow.pdb
?????文件??????20480??2010-08-06?10:16??TestDrawFlow\bin\Debug\TestDrawFlow.exe
?????文件??????11776??2010-08-06?10:16??TestDrawFlow\bin\Debug\TestDrawFlow.pdb
?????文件??????14328??2010-08-05?14:14??TestDrawFlow\bin\Debug\TestDrawFlow.vshost.exe
?????文件????????490??2007-07-21?01:33??TestDrawFlow\bin\Debug\TestDrawFlow.vshost.exe.manifest
?????文件??????21293??2006-08-24?12:22??TestDrawFlow\bin\Debug\WorkFlowMode\workFlow.xm
?????文件??????21293??2006-08-24?14:10??TestDrawFlow\bin\Debug\WorkFlowMode\用戶訂單.xm
?????文件??????21293??2006-08-24?12:36??TestDrawFlow\bin\Debug\WorkFlowMode\表單.xm
?????文件??????21505??2006-08-25?12:48??TestDrawFlow\bin\Debug\WorkFlowxm
?????文件??????14886??2006-08-25?14:53??TestDrawFlow\bin\Debug\WorkFlowxm
?????文件??????22201??2006-11-18?13:58??TestDrawFlow\bin\Debug\WorkFlowxm
?????文件??????21293??2006-08-24?14:12??TestDrawFlow\bin\Debug\WorkFlowxm
?????文件??????21505??2006-08-24?15:53??TestDrawFlow\bin\Debug\WorkFlowxm
?????文件??????21293??2006-08-24?14:13??TestDrawFlow\bin\Debug\WorkFlowxm
?????文件?????588938??2006-11-18?14:40??TestDrawFlow\bin\Debug.rar
?????文件???????2104??2006-11-18?14:32??TestDrawFlow\Form1.cs
?????文件???????7013??2006-11-18?14:19??TestDrawFlow\Form1.resx
?????文件???????6388??2010-08-06?10:16??TestDrawFlow\obj\Debug\ResolveAssemblyReference.cache
?????文件????????824??2010-08-06?10:16??TestDrawFlow\obj\Debug\TestDrawFlow.csproj.FileListAbsolute.txt
?????文件????????774??2010-08-06?10:16??TestDrawFlow\obj\Debug\TestDrawFlow.csproj.GenerateResource.Cache
?????文件??????20480??2010-08-06?10:16??TestDrawFlow\obj\Debug\TestDrawFlow.exe
?????文件???????3436??2010-08-06?10:16??TestDrawFlow\obj\Debug\TestDrawFlow.Form1.resources
?????文件??????11776??2010-08-06?10:16??TestDrawFlow\obj\Debug\TestDrawFlow.pdb
????..A..H.??????3464??2007-03-19?22:31??TestDrawFlow\obj\Debug\TestDrawFlow.projdata
?????文件???????5845??2010-08-05?13:19??TestDrawFlow\TestDrawFlow.csproj
............此處省略164個文件信息
評論
共有 條評論