• 大小: 372KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-02-06
  • 语言: C#
  • 标签: 流程插件  

资源简介

前几天在网上看到了有人提问,用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个文件信息

评论

共有 条评论

相关资源