資源簡介
前幾天在網上看到了有人提問,用c#做流程圖插件。我已經實現了。動態流程圖的創建。很好用的 。希望大家下載后多多提出意見 。方便我再次完善。

代碼片段和文件信息
///?A?‘light‘?version?of?the?Netron?graph?control
///?without?all?the?advanced?diagramming?stuff
///?see?however?http://netron.sf.net?for?more?info.
///?This?control?shows?the?simplicity?with?which?you?can?still?achieve?good?results
///?it‘s?a?toy-model?to?explore?and?can?eventually?help?you?if?you?want?to?go?for?a?
///?bigger?adventure?in?the?full?Netron?control.
///?Question?and?comments?are?welcome?via?the?forum?of?The?Netron?Project?or?mail?me
///?[Illumineo@users.sourceforge.net]
///?
///?Thank?you?for?downloading?the?code?and?your?feedback!
///?
using?System.Reflection;
using?System.Runtime.CompilerServices;
[assembly:?Assemblytitle(“NetronLightUI“)]
[assembly:?AssemblyDescription(“A?light?version?of?the?Netron?graph?library“)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(“The?Netron?Project“)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(“Free?as?in?freedom“)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
[assembly:?AssemblyVersion(“1.0.*“)]
[assembly:?AssemblyDelaySign(false)]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????3090101??2009-06-03?15:34??Diagramming?for?dummies.doc
?????文件???????4485??2009-05-22?08:02??from.gif
?????文件???????1393??2009-06-02?18:35??NetronLight.sln
????..A..H.?????32768??2009-06-03?15:32??NetronLight.suo
?????文件????????179??2009-05-21?23:44??最新.Net源碼下載.url
?????文件???????1086??2005-01-09?20:24??LightUI\AssemblyInfo.cs
?????文件??????32768??2009-06-02?18:36??LightUI\bin\Debug\NetronLight.dll
?????文件??????91648??2009-06-02?18:36??LightUI\bin\Debug\NetronLight.pdb
?????文件??????45056??2009-06-02?18:36??LightUI\bin\Debug\NetronLightUI.exe
?????文件??????15872??2009-06-02?18:36??LightUI\bin\Debug\NetronLightUI.pdb
?????文件??????14328??2009-06-03?15:10??LightUI\bin\Debug\NetronLightUI.vshost.exe
?????文件????????490??2007-07-21?01:33??LightUI\bin\Debug\NetronLightUI.vshost.exe.manifest
?????文件???????8102??2005-01-09?22:52??LightUI\Form1.cs
?????文件??????23875??2005-01-09?22:16??LightUI\Form1.resx
?????文件???????4376??2009-06-02?18:35??LightUI\LightUI.csproj
?????文件???????2081??2009-06-02?18:35??LightUI\LightUI.csproj.user
?????文件???????8478??2004-09-01?09:05??LightUI\NAF.ico
?????文件????????739??2009-06-03?15:10??LightUI\obj\Debug\LightUI.csproj.FileListAbsolute.txt
?????文件????????774??2009-06-02?18:36??LightUI\obj\Debug\LightUI.csproj.GenerateResource.Cache
?????文件??????15219??2009-06-02?18:36??LightUI\obj\Debug\LightUI.Form1.resources
?????文件??????45056??2009-06-02?18:36??LightUI\obj\Debug\NetronLightUI.exe
?????文件??????15872??2009-06-02?18:36??LightUI\obj\Debug\NetronLightUI.pdb
?????文件???????4458??2009-06-02?18:36??LightUI\obj\Debug\ResolveAssemblyReference.cache
?????文件???????2399??2008-08-06?21:45??LightUI\obj\LightUI.csproj.FileListAbsolute.txt
?????文件???????1084??2005-01-09?17:05??NetronLight\AssemblyInfo.cs
?????文件??????32768??2009-06-02?18:36??NetronLight\bin\Debug\NetronLight.dll
?????文件??????91648??2009-06-02?18:36??NetronLight\bin\Debug\NetronLight.pdb
?????文件????????544??2008-06-27?10:43??NetronLight\Collections\ConnectionCollection.cs
?????文件????????687??2008-06-27?10:45??NetronLight\Collections\ConnectorCollection.cs
?????文件????????525??2008-06-27?10:45??NetronLight\Collections\ShapeCollection.cs
............此處省略39個文件信息
評論
共有 條評論