在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → netron2009

netron2009

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:25.65M
  • 下载次数:4
  • 浏览次数:133
  • 发布时间:2020-10-28
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
netron流程图绘制源代码,对于想要编写流程图绘制程序的人来说是很不错的参考。不过架构比较复杂,简单的可以看netron light
【实例截图】
【核心代码】
Netron2009
└── Netron2009
├── BasicShapes
│   ├── BasicShapes.csproj
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BasicShapes.dll
│   │   │   ├── BasicShapes.pdb
│   │   │   ├── IP.Components.dll
│   │   │   ├── Netron.Diagramming.Core.dll
│   │   │   ├── Netron.Diagramming.Core.pdb
│   │   │   ├── Netron.Diagramming.Win.dll
│   │   │   ├── Netron.Diagramming.Win.pdb
│   │   │   ├── ToolBox.dll
│   │   │   ├── ToolBox.pdb
│   │   │   └── XPExplorerBar.dll
│   │   └── Release
│   │   ├── BasicShapes.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── ToolBox.dll
│   │   └── XPExplorerBar.dll
│   ├── obj
│   │   └── Debug
│   │   ├── BasicShapes.csproj.FileListAbsolute.txt
│   │   ├── BasicShapes.dll
│   │   ├── BasicShapes.pdb
│   │   ├── Refactor
│   │   │   └── BasicShapes.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── TriangleShape.cs
├── ClassLibraryWang
│   ├── bin
│   │   └── Debug
│   │   ├── ClassLibraryWang.dll
│   │   ├── ClassLibraryWang.pdb
│   │   ├── IP.Components.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   └── XPExplorerBar.dll
│   ├── ClassLibraryWang.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── ClassLibraryWang.csproj.FileListAbsolute.txt
│   │   ├── ClassLibraryWang.dll
│   │   ├── ClassLibraryWang.pdb
│   │   └── ResolveAssemblyReference.cache
│   └── Properties
│   └── AssemblyInfo.cs
├── DLLs
│   ├── AxInterop.OWC11.dll
│   ├── AxOWC11.dll
│   ├── Interop.MSORUNLib.dll
│   ├── Interop.Office.dll
│   ├── Microsoft.Office.Interop.Excel.dll
│   ├── Microsoft.Office.Interop.Graph.dll
│   ├── Microsoft.Office.Interop.Owc11.dll
│   ├── Microsoft.Office.Interop.PowerPoint.dll
│   ├── Microsoft.Vbe.Interop.dll
│   ├── MSCOMCTL.DLL
│   ├── Office.dll
│   └── ZedGraph.dll
├── GraphicsLibrary
│   ├── bin
│   │   ├── Debug
│   │   │   ├── GraphicsLibrary.dll
│   │   │   └── GraphicsLibrary.pdb
│   │   └── Release
│   │   └── GraphicsLibrary.dll
│   ├── CornerStyle.cs
│   ├── CornerStyleTypeConverter.cs
│   ├── Enums.cs
│   ├── Fill.cs
│   ├── FillStyle.cs
│   ├── FillStyleTypeConverter.cs
│   ├── FillTypeConverter.cs
│   ├── Geometry.cs
│   ├── GMath.cs
│   ├── GradientFill.cs
│   ├── GradientFillTypeConverter.cs
│   ├── GraphicsLibrary.csproj
│   ├── GraphicsLibrarySnk.snk
│   ├── IRenderer2D.cs
│   ├── IRenderer.cs
│   ├── LineRenderer.cs
│   ├── LineStyle.cs
│   ├── obj
│   │   └── Debug
│   │   ├── GraphicsLibrary.csproj.FileListAbsolute.txt
│   │   ├── GraphicsLibrary.dll
│   │   ├── GraphicsLibrary.pdb
│   │   └── Refactor
│   │   └── GraphicsLibrary.dll
│   ├── PointList.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── readme.txt
│   ├── RectangleConverter.cs
│   ├── Renderer2D.cs
│   ├── RendererBase.cs
│   ├── RendererCollection.cs
│   ├── RendererCollectionTypeConverter.cs
│   ├── RendererTypeConverter.cs
│   ├── Shadow.cs
│   ├── ShadowTypeConverter.cs
│   ├── SmoothLine.cs
│   ├── StraightLine.cs
│   ├── TextBlockTypeConverter.cs
│   ├── TextDirection.cs
│   └── TwoDimensional
│   ├── EllipseRenderer.cs
│   ├── RectangleRenderer.cs
│   └── TextBlock.cs
├── LocalTestRun.testrunconfig
├── MicrosoftOfficeLib
│   ├── bin
│   │   ├── Debug
│   │   │   ├── AxOWC11.dll
│   │   │   ├── Interop.Office.dll
│   │   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   │   ├── Microsoft.Office.Interop.Graph.dll
│   │   │   ├── Microsoft.Office.Interop.Owc11.dll
│   │   │   ├── Microsoft.Office.Interop.PowerPoint.dll
│   │   │   ├── MicrosoftOfficeLib.dll
│   │   │   ├── MicrosoftOfficeLib.pdb
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── Office.dll
│   │   │   ├── System.Data.dll
│   │   │   ├── System.dll
│   │   │   ├── System.Drawing.dll
│   │   │   ├── System.Windows.Forms.dll
│   │   │   └── System.Xml.dll
│   │   └── Release
│   │   ├── AxOWC11.dll
│   │   ├── Interop.Office.dll
│   │   ├── Microsoft.Office.Interop.Owc11.dll
│   │   ├── MicrosoftOfficeLib.dll
│   │   ├── System.Data.dll
│   │   ├── System.dll
│   │   ├── System.Drawing.dll
│   │   ├── System.Windows.Forms.dll
│   │   └── System.Xml.dll
│   ├── ChartDataSeries.cs
│   ├── Column.cs
│   ├── ColumnParser.cs
│   ├── Excel.cs
│   ├── ExcelForm.cs
│   ├── ExcelForm.Designer.cs
│   ├── ExcelForm.resx
│   ├── ExcelSpreadsheet.cs
│   ├── MicrosoftOfficeLib.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── MicrosoftOfficeLib.csproj.FileListAbsolute.txt
│   │   ├── MicrosoftOfficeLib.csproj.GenerateResource.Cache
│   │   ├── MicrosoftOfficeLib.csproj.ResolveComReference.cache
│   │   ├── MicrosoftOfficeLib.dll
│   │   ├── MicrosoftOfficeLib.ExcelForm.resources
│   │   ├── MicrosoftOfficeLib.pdb
│   │   └── ResolveAssemblyReference.cache
│   ├── PowerPoint.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── RangeInfo.cs
├── Netron.DataVisualization
│   ├── bin
│   │   ├── Debug
│   │   │   ├── AxOWC11.dll
│   │   │   ├── GraphicsLibrary.dll
│   │   │   ├── GraphicsLibrary.pdb
│   │   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   │   ├── Microsoft.Office.Interop.Owc11.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── Netron.DataVisualization.dll
│   │   │   ├── Netron.DataVisualization.pdb
│   │   │   ├── Netron.Diagramming.Core.dll
│   │   │   ├── Netron.Diagramming.Core.pdb
│   │   │   ├── office.dll
│   │   │   ├── System.Windows.Forms.DataVisualization.dll
│   │   │   ├── ToolBox.dll
│   │   │   ├── ToolBox.pdb
│   │   │   └── XPExplorerBar.dll
│   │   └── Release
│   │   ├── AxOWC11.dll
│   │   ├── GraphicsLibrary.dll
│   │   ├── Microsoft.Office.Interop.Owc11.dll
│   │   ├── Netron.DataVisualization.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── System.Windows.Forms.DataVisualization.dll
│   │   ├── ToolBox.dll
│   │   └── XPExplorerBar.dll
│   ├── ChartShape.cs
│   ├── Netron.DataVisualization.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── Netron.DataVisualization.csproj.FileListAbsolute.txt
│   │   ├── Netron.DataVisualization.csproj.ResolveComReference.cache
│   │   ├── Netron.DataVisualization.dll
│   │   ├── Netron.DataVisualization.pdb
│   │   ├── Refactor
│   │   │   └── Netron.DataVisualization.dll
│   │   └── ResolveAssemblyReference.cache
│   └── Properties
│   └── AssemblyInfo.cs
├── Netron Diagram
│   ├── bin
│   │   └── Debug
│   │   ├── GraphicsLibrary.dll
│   │   ├── GraphicsLibrary.pdb
│   │   ├── IP.Components.dll
│   │   ├── Libraries
│   │   │   ├── BasicShapes.dll
│   │   │   └── 图例.dll
│   │   ├── Netron.DataVisualization.dll
│   │   ├── Netron.DataVisualization.pdb
│   │   ├── Netron Diagram.exe
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── Netron Diagram.pdb
│   │   ├── Netron Diagram.vshost.exe
│   │   ├── Netron Diagram.vshost.exe.manifest
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── System.Windows.Forms.DataVisualization.dll
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   └── XPExplorerBar.dll
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── Netron Diagram.csproj
│   ├── Netron Diagram.csproj.user
│   ├── obj
│   │   └── Debug
│   │   ├── Netron Diagram.csproj.FileListAbsolute.txt
│   │   ├── Netron Diagram.csproj.GenerateResource.Cache
│   │   ├── Netron Diagram.exe
│   │   ├── Netron Diagram.pdb
│   │   ├── NetronDiagram.Properties.Resources.resources
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Netron.Diagramming.Core
│   ├── Analysis
│   │   ├── Connection.Analysis.cs
│   │   ├── IEdge.cs
│   │   ├── IGraph.cs
│   │   ├── INode.cs
│   │   ├── ITree.cs
│   │   ├── Model.Analysis.cs
│   │   └── ShapeBase.Analysis.cs
│   ├── BaseClasses
│   │   ├── AbstractTool.cs
│   │   ├── ActionBase.cs
│   │   ├── ActivityBase.cs
│   │   ├── ComplexShapeBase.cs
│   │   ├── ConnectionBase.cs
│   │   ├── ConnectorBase.cs
│   │   ├── DiagramEntityBase.cs
│   │   ├── ShapeBase.cs
│   │   ├── Shape.cs
│   │   ├── ShapeMaterialBase.cs
│   │   ├── SimpleShapeBase.cs
│   │   ├── SubsetActionBase.cs
│   │   └── TrackerBase.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Netron.Diagramming.Core.dll
│   │   │   ├── Netron.Diagramming.Core.pdb
│   │   │   ├── Netron Documentation.xml
│   │   │   ├── ToolBox.dll
│   │   │   ├── ToolBox.pdb
│   │   │   └── XPExplorerBar.dll
│   │   └── Release
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── ToolBox.dll
│   │   └── XPExplorerBar.dll
│   ├── Collections
│   │   ├── CollectionBase.cs
│   │   ├── ICollectionBase.cs
│   │   └── StackBase.cs
│   ├── Core
│   │   ├── Ambience.cs
│   │   ├── ControllerBase.cs
│   │   ├── Document.cs
│   │   ├── DocumentInformation.cs
│   │   ├── ExplorerManager.cs
│   │   ├── Grid.cs
│   │   ├── Interfaces
│   │   │   ├── IAction.cs
│   │   │   ├── IActivity.cs
│   │   │   ├── IAnts.cs
│   │   │   ├── IAttachmentCallback.cs
│   │   │   ├── IBundle.cs
│   │   │   ├── ICommand.cs
│   │   │   ├── IComplexShape.cs
│   │   │   ├── ICompoundCommand.cs
│   │   │   ├── IConnection.cs
│   │   │   ├── IConnector.cs
│   │   │   ├── IController.cs
│   │   │   ├── IDiagramControl.cs
│   │   │   ├── IDiagramEntity.cs
│   │   │   ├── IDragDropListener.cs
│   │   │   ├── IDrawStyle.cs
│   │   │   ├── IGenericFormatter.cs
│   │   │   ├── IGhost.cs
│   │   │   ├── IGroup.cs
│   │   │   ├── IHoverListener.cs
│   │   │   ├── IInteraction.cs
│   │   │   ├── IKeyboardListener.cs
│   │   │   ├── ILayer.cs
│   │   │   ├── ILayout.cs
│   │   │   ├── IModel.cs
│   │   │   ├── IMouseListener.cs
│   │   │   ├── IPage.cs
│   │   │   ├── IPaintable.cs
│   │   │   ├── IPaintStyle.cs
│   │   │   ├── IShape.cs
│   │   │   ├── IShapeMaterial.cs
│   │   │   ├── ISimpleShape.cs
│   │   │   ├── ISubsetAction.cs
│   │   │   ├── ITextProvider.cs
│   │   │   ├── ITextStyle.cs
│   │   │   ├── ITool.cs
│   │   │   ├── ITracker.cs
│   │   │   ├── IUndoSupport.cs
│   │   │   ├── IVersion.cs
│   │   │   └── IView.cs
│   │   ├── Library.cs
│   │   ├── LibraryManager.cs
│   │   ├── ObjectFactory.cs
│   │   ├── Scene graph
│   │   │   ├── Layer.cs
│   │   │   ├── Model.cs
│   │   │   └── Page.cs
│   │   ├── ViewBase.cs
│   │   └── XmlUtil.cs
│   ├── Declarations
│   │   ├── Attributes
│   │   │   └── Attributes.cs
│   │   ├── Delegates
│   │   │   ├── Delegates.cs
│   │   │   └── EventArguments.cs
│   │   ├── Enums
│   │   │   └── Enums.cs
│   │   └── Exceptions
│   │   └── InconsistencyException.cs
│   ├── Diagram elements
│   │   ├── Connections
│   │   │   └── Connection.cs
│   │   ├── Connectors
│   │   │   └── Connector.cs
│   │   ├── Group
│   │   │   ├── CollapsibleGroupShape.cs
│   │   │   └── GroupShape.cs
│   │   ├── Materials
│   │   │   ├── ClickableIconLabelMaterial.cs
│   │   │   ├── ClickableIconMaterial.cs
│   │   │   ├── ClickableLabelMaterial.cs
│   │   │   ├── FolderMaterial.cs
│   │   │   ├── IconLabelMaterial.cs
│   │   │   ├── IconMaterial.cs
│   │   │   ├── LabelMaterial.cs
│   │   │   └── SwitchIconMaterial.cs
│   │   └── Shapes
│   │   ├── ClassShape.cs
│   │   ├── ComplexRectangle.cs
│   │   ├── FileShape.cs
│   │   ├── ImageShape.cs
│   │   ├── MultiPointShape.cs
│   │   ├── ShapeFactory.cs
│   │   ├── SimpleEllipse.cs
│   │   ├── SimpleRectangle.cs
│   │   ├── TextLabel.cs
│   │   └── TextOnly.cs
│   ├── Docs
│   │   ├── Abstract base classes.cd
│   │   ├── CollectionBase.cd
│   │   ├── Controller1.cd
│   │   ├── Controller2.cd
│   │   ├── Descriptors.cd
│   │   ├── Document.cd
│   │   ├── EntityTree.cd
│   │   ├── EULA.txt
│   │   ├── Model.cd
│   │   ├── MVC main.cd
│   │   ├── NetronLibrary.vsd
│   │   ├── Scene graph.cd
│   │   └── View.cd
│   ├── ForUnitTestingPurposesOnly.snk
│   ├── IO
│   │   ├── Binary
│   │   │   ├── BinaryAmbiance.cs
│   │   │   ├── BinaryCapsule.cs
│   │   │   └── BinarySerializer.cs
│   │   ├── GenericFormatter.cs
│   │   ├── HTML
│   │   │   └── HTMLExporter.cs
│   │   ├── NML
│   │   │   ├── Collections
│   │   │   │   ├── DataCollection.cs
│   │   │   │   ├── FromToCollection.cs
│   │   │   │   ├── ItemCollection.cs
│   │   │   │   ├── KeyCollection.cs
│   │   │   │   └── TextCollection.cs
│   │   │   ├── ConnectionType.cs
│   │   │   ├── ConnectorType.cs
│   │   │   ├── DataExtensionType.cs
│   │   │   ├── DataType.cs
│   │   │   ├── DefaultType.cs
│   │   │   ├── DictionarySerializer.cs
│   │   │   ├── EndPointType.cs
│   │   │   ├── enums
│   │   │   │   ├── EndPointTypeType.cs
│   │   │   │   ├── GraphEdgeDefaultType.cs
│   │   │   │   └── KeyForType.cs
│   │   │   ├── FromTo.cs
│   │   │   ├── GraphInformationType.cs
│   │   │   ├── GraphML Primer.pdf
│   │   │   ├── GraphMLSchema1.0rc.xsd
│   │   │   ├── GraphType.cs
│   │   │   ├── HyperedgeType.cs
│   │   │   ├── INMLCollection.cs
│   │   │   ├── KeyType.cs
│   │   │   ├── LocatorType.cs
│   │   │   ├── NamespaceDoc.cs
│   │   │   ├── NMLSerializer.cs
│   │   │   ├── NMLType.cs
│   │   │   ├── PortType.cs
│   │   │   ├── PropertiesHashtable.cs
│   │   │   ├── ShapeType.cs
│   │   │   └── xShapeType.cs
│   │   ├── Reporting
│   │   │   ├── AssemblyReporter.cs
│   │   │   ├── BinaryReportCollection.cs
│   │   │   ├── BinaryReport.cs
│   │   │   ├── BinaryReporter.cs
│   │   │   └── ShapeReporter.cs
│   │   └── SVG
│   │   └── SVGSerializer.cs
│   ├── Layout
│   │   ├── BalloonTreeLayout.cs
│   │   ├── Force
│   │   │   ├── DragForce.cs
│   │   │   ├── ForceBase.cs
│   │   │   ├── ForceItem.cs
│   │   │   ├── ForceSimulator.cs
│   │   │   ├── IForce.cs
│   │   │   ├── IIntegrator.cs
│   │   │   ├── NBodyForce.cs
│   │   │   ├── RungeKuttaIntegrator.cs
│   │   │   ├── Spring.cs
│   │   │   └── SpringForce.cs
│   │   ├── ForceDirectedLayout.cs
│   │   ├── FruchtermanReingoldLayout.cs
│   │   ├── LayoutBase.cs
│   │   ├── LayoutEnums.cs
│   │   ├── LayoutSettings.cs
│   │   ├── RadialTreeLayout.cs
│   │   ├── RandomLayout.cs
│   │   ├── SpeedVector.cs
│   │   ├── StandardTreeLayout.cs
│   │   ├── Tree.cs
│   │   └── TreeLayoutBase.cs
│   ├── Netron.Diagramming.Core.csproj
│   ├── Netron.Diagramming.Core.csproj.user
│   ├── obj
│   │   └── Debug
│   │   ├── Netron.Diagramming.Core.csproj.FileListAbsolute.txt
│   │   ├── Netron.Diagramming.Core.csproj.GenerateResource.Cache
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Core.Resources.Resource1.resources
│   │   ├── Refactor
│   │   │   └── Netron.Diagramming.Core.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── Printing
│   │   └── DiagramPrinter.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PropertySystem
│   │   ├── Converters
│   │   │   └── PointConverter.cs
│   │   ├── Descriptors
│   │   │   ├── ClassShapeDescriptor.cs
│   │   │   ├── ComplexShapeBaseDescriptor.cs
│   │   │   ├── ConnectionBaseDescriptor.cs
│   │   │   ├── ConnectionDescriptor.cs
│   │   │   ├── ControlDescriptor.cs
│   │   │   ├── DescriptorBase.cs
│   │   │   ├── DiagramEntityBaseDescriptor.cs
│   │   │   ├── ShapeBaseDescriptor.cs
│   │   │   └── SimpleShapeBaseDescriptor.cs
│   │   ├── Editors
│   │   │   └── ShapeMaterialCollectionEditor.cs
│   │   ├── PropertyEventArgs.cs
│   │   ├── PropertySpec.cs
│   │   ├── PropertySpecDescriptor.cs
│   │   └── Providers
│   │   ├── ConnectionProvider.cs
│   │   ├── ControlProvider.cs
│   │   └── ShapeProvider.cs
│   ├── Resources
│   │   ├── Add.cur
│   │   ├── AlignObjectsBottomHS.png
│   │   ├── AlignObjectsCenteredHorizontalHS.png
│   │   ├── AlignObjectsCenteredVerticalHS.png
│   │   ├── AlignObjectsLeftHS.png
│   │   ├── AlignObjectsRightHS.png
│   │   ├── AlignObjectsTopHS.png
│   │   ├── BringForwardHS.png
│   │   ├── BringToFrontHS.png
│   │   ├── BucketFill.bmp
│   │   ├── CenterAlignment.bmp
│   │   ├── ClassShape.png
│   │   ├── Connection.png
│   │   ├── ConnectorMover.png
│   │   ├── Cross.cur
│   │   ├── Delete.png
│   │   ├── DialHS.png
│   │   ├── down.ico
│   │   ├── DrawEllipse.cur
│   │   ├── DrawEllipse.png
│   │   ├── DrawRectangle.cur
│   │   ├── DrawRectangle.png
│   │   ├── DropImage.cur
│   │   ├── DropShape.cur
│   │   ├── DropText.cur
│   │   ├── EditData.ico
│   │   ├── Edit_RedoHS.png
│   │   ├── Edit_UndoHS.png
│   │   ├── FontDialogHS.png
│   │   ├── Grip.cur
│   │   ├── Group.png
│   │   ├── HomeHS.png
│   │   ├── idea.gif
│   │   ├── LeftAlignment.bmp
│   │   ├── minus.ico
│   │   ├── Move.cur
│   │   ├── NewDocumentHS.png
│   │   ├── OrgChartHS.png
│   │   ├── Pan.cur
│   │   ├── PenDraw.bmp
│   │   ├── plus.ico
│   │   ├── PropertiesHS.png
│   │   ├── PublicMethod.ico
│   │   ├── PublicProperty.ico
│   │   ├── RepeatHS.png
│   │   ├── Resource1.Designer.cs
│   │   ├── Resource1.resx
│   │   ├── RightAlignment.bmp
│   │   ├── RulerHS.png
│   │   ├── Schema.ico
│   │   ├── Select.cur
│   │   ├── Selection.cur
│   │   ├── SendBackwardHS.png
│   │   ├── SendToBackHS.png
│   │   ├── Shortcut.bmp
│   │   ├── ShowGridlines2HS.png
│   │   ├── SPP.ico
│   │   ├── StandardArrow.png
│   │   ├── Text.png
│   │   ├── ThumbnailView.png
│   │   ├── Thumbs.db
│   │   ├── Ungroup.png
│   │   ├── up.ico
│   │   └── Web.png
│   ├── Ruler
│   │   ├── HorizontalRuler.cs
│   │   ├── Ruler.cs
│   │   └── VerticalRuler.cs
│   ├── Serialization
│   │   ├── Ambience.Serialization.cs
│   │   ├── Anchors.cs
│   │   ├── ClassShape.Serialization.cs
│   │   ├── ClickableIconMaterial.Serialization.cs
│   │   ├── ClickableLabelMaterial.Serialization.cs
│   │   ├── CollectionBase.Serialization.cs
│   │   ├── ComplexRectangle.Serialization.cs
│   │   ├── ComplexShapeBase.Serialization.cs
│   │   ├── ConnectionBase.Serialization.cs
│   │   ├── Connection.Serialization.cs
│   │   ├── ConnectorBase.Serialization.cs
│   │   ├── Connector.Serialization.cs
│   │   ├── DiagramEntityBase.Serialization.cs
│   │   ├── DocumentInformation.Serialization.cs
│   │   ├── Document.Serialization.cs
│   │   ├── FolderMaterial.Serialization.cs
│   │   ├── GradientPaintStyle.Serialization.cs
│   │   ├── GroupShape.Serialization.cs
│   │   ├── IconLabelMaterial.Serialization.cs
│   │   ├── IconMaterial.Serialization.cs
│   │   ├── ImageShape.Serialization.cs
│   │   ├── LabelMaterial.Serialization.cs
│   │   ├── Layer.Serialization.cs
│   │   ├── LinePenStyle.Serialization.cs
│   │   ├── Model.Serialization.cs
│   │   ├── Page.Serialization.cs
│   │   ├── PenStyle.Serialization.cs
│   │   ├── ShapeBase.Serialization.cs
│   │   ├── ShapeMaterialBase.Serialization.cs
│   │   ├── SimpleConnectorPaintStyle.Serialization.cs
│   │   ├── SimpleEllipse.Serialization.cs
│   │   ├── SimpleRectangle.Serialization.cs
│   │   ├── SimpleShapeBase.Serialization.cs
│   │   ├── SolidPaintStyle.Serialization.cs
│   │   ├── SwitchIconMaterial.Serialization.cs
│   │   ├── TextOnly.Serialization.cs
│   │   └── TextStyle.Serialization.cs
│   ├── Thumbs.db
│   ├── Tools
│   │   ├── AbstractDrawingTool.cs
│   │   ├── AlignBottomEdgesTool.cs
│   │   ├── AlignCentersHorizontallyTool.cs
│   │   ├── AlignCentersVerticallyTool.cs
│   │   ├── AlignLeftEdgesTool.cs
│   │   ├── AlignmentToolBase.cs
│   │   ├── AlignRightEdgesTool.cs
│   │   ├── AlignTool.cs
│   │   ├── AlignTopEdgesTool.cs
│   │   ├── ComplexRectangleTool.cs
│   │   ├── ConnectionTool.cs
│   │   ├── ConnectorMoverTool.cs
│   │   ├── ContextTool.cs
│   │   ├── CopyTool.cs
│   │   ├── CutTool.cs
│   │   ├── DeleteTool.cs
│   │   ├── DragDropTool.cs
│   │   ├── EllipseTool.cs
│   │   ├── GroupTool.cs
│   │   ├── HitTool.cs
│   │   ├── HotKeys.cs
│   │   ├── HoverTool.cs
│   │   ├── ImageExportTool.cs
│   │   ├── MoveTool.cs
│   │   ├── MultiLineTool.cs
│   │   ├── PanTool.cs
│   │   ├── PasteTool.cs
│   │   ├── PolygonTool.cs
│   │   ├── RectangleTool.cs
│   │   ├── ScribbleTool.cs
│   │   ├── SelectionTool.cs
│   │   ├── SendBackwardsTool.cs
│   │   ├── SendForwardsTool.cs
│   │   ├── SendToBackTool.cs
│   │   ├── SendToFrontTool.cs
│   │   ├── TransformTool.cs
│   │   ├── UngroupTool.cs
│   │   ├── ZoomAreaTool.cs
│   │   ├── ZoomInTool.cs
│   │   ├── ZoomOutTool.cs
│   │   └── ZoomToolBase.cs
│   ├── UI
│   │   ├── AboutSplash.jpg
│   │   └── DiagramControlBase.cs
│   ├── UndoRedo
│   │   ├── Command.cs
│   │   ├── Commands
│   │   │   ├── AddConnectionCommand.cs
│   │   │   ├── AddMultiPointShapeCommand.cs
│   │   │   ├── AddShapeCommand.cs
│   │   │   ├── BindConnectorsCommand.cs
│   │   │   ├── CompoundCommand.cs
│   │   │   ├── DeleteCommand.cs
│   │   │   ├── DetachConnectorsCommand.cs
│   │   │   ├── FillStyleCommand.cs
│   │   │   ├── GroupCommand.cs
│   │   │   ├── MoveCommand.cs
│   │   │   ├── PenStyleCommand.cs
│   │   │   ├── TransformCommand.cs
│   │   │   └── UngroupCommand.cs
│   │   ├── UndoInfo.cs
│   │   └── UndoManager.cs
│   └── Utils
│   ├── Algorithms.cs
│   ├── Bundle.cs
│   ├── Display.cs
│   ├── EntityBone.cs
│   ├── Formatting.cs
│   ├── ImageExporter.cs
│   ├── Measurements.cs
│   ├── NetronClipboard.cs
│   ├── Paint.cs
│   ├── SceneIndexComparer.cs
│   ├── Selection.cs
│   ├── Styling
│   │   ├── ArtPalette.cs
│   │   ├── CursorPalette.cs
│   │   ├── GradientPaintStyle.cs
│   │   ├── ImagePalette.cs
│   │   ├── LinePenStyle.cs
│   │   ├── PenStyle.cs
│   │   ├── SimpleConnectorPaintStyle.cs
│   │   ├── SolidPaintStyle.cs
│   │   └── TextStyle.cs
│   ├── Tracing.cs
│   ├── Unit testing
│   │   └── GlobalSuppressions.cs
│   └── Utils.cs
├── Netron.Diagramming.Win
│   ├── bin
│   │   └── Debug
│   │   ├── IP.Components.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   └── XPExplorerBar.dll
│   ├── Controller.cs
│   ├── FormattingToolStrip.cs
│   ├── ForUnitTestingPurposesOnly.snk
│   ├── HitTool.cs
│   ├── Images.cs
│   ├── Menus
│   │   ├── DiagramMenuItemBase.cs
│   │   ├── DiagramMenuStrip.cs
│   │   └── FileMenu.cs
│   ├── Netron.Diagramming.Win.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── Netron.Diagramming.Win.csproj.FileListAbsolute.txt
│   │   ├── Netron.Diagramming.Win.csproj.GenerateResource.Cache
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.DocumentInformation.resources
│   │   ├── Netron.Diagramming.Win.PageSetupDialog.resources
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── Netron.Diagramming.Win.TriangleDialog.resources
│   │   ├── Refactor
│   │   │   └── Netron.Diagramming.Win.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── PageSetupDialog.cs
│   ├── PageSetupDialog.Designer.cs
│   ├── PageSetupDialog.resx
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Resources
│   │   ├── Add.cur
│   │   ├── AlignObjectsBottomHS.png
│   │   ├── AlignObjectsCenteredHorizontalHS.png
│   │   ├── AlignObjectsCenteredVerticalHS.png
│   │   ├── AlignObjectsLeftHS.png
│   │   ├── AlignObjectsRightHS.png
│   │   ├── AlignObjectsTopHS.png
│   │   ├── Bold.png
│   │   ├── BringForwardHS.png
│   │   ├── BringToFrontHS.png
│   │   ├── BucketFill.bmp
│   │   ├── CenterAlignment.bmp
│   │   ├── ClassShape2.png
│   │   ├── ClassShape.png
│   │   ├── ClosedFolder.gif
│   │   ├── Connection.png
│   │   ├── ConnectorMover.png
│   │   ├── Copy.png
│   │   ├── Cross.cur
│   │   ├── Cut.png
│   │   ├── DashStyles.png
│   │   ├── Delete.png
│   │   ├── DiagramControl.bmp
│   │   ├── DialHS.png
│   │   ├── down.ico
│   │   ├── DrawEllipse.png
│   │   ├── Drawing.png
│   │   ├── DrawRectangle.cur
│   │   ├── DrawRectangle.png
│   │   ├── DropImage.cur
│   │   ├── DropShape.cur
│   │   ├── DropText.cur
│   │   ├── EditData.ico
│   │   ├── Edit_RedoHS.png
│   │   ├── Edit_UndoHS.png
│   │   ├── FontDialogHS.png
│   │   ├── Grip.cur
│   │   ├── Group.png
│   │   ├── hand.gif
│   │   ├── HomeHS.png
│   │   ├── idea.gif
│   │   ├── Image.ico
│   │   ├── InsertPicture.png
│   │   ├── Italic.png
│   │   ├── LayoutShapes.png
│   │   ├── LeftAlignment.bmp
│   │   ├── LineCaps.png
│   │   ├── LineWeights.png
│   │   ├── minus.ico
│   │   ├── Move.cur
│   │   ├── NavBack.png
│   │   ├── NavForward.png
│   │   ├── NewDocumentHS.png
│   │   ├── OpenedFolder.gif
│   │   ├── OpenFolder.png
│   │   ├── OrgChartHS.png
│   │   ├── Page.png
│   │   ├── Paste.png
│   │   ├── PenDraw.bmp
│   │   ├── plus.ico
│   │   ├── Polygon.png
│   │   ├── Print.png
│   │   ├── PrintPreview.png
│   │   ├── PrintSetup.png
│   │   ├── PropertiesHS.png
│   │   ├── PublicMethod.ico
│   │   ├── PublicProperty.ico
│   │   ├── RelationshipsHS.png
│   │   ├── RepeatHS.png
│   │   ├── RightAlignment.bmp
│   │   ├── RulerHS.png
│   │   ├── Save.png
│   │   ├── Schema.ico
│   │   ├── Scribble.png
│   │   ├── Select.cur
│   │   ├── Selection.cur
│   │   ├── SendBackwardHS.png
│   │   ├── SendToBackHS.png
│   │   ├── ShowConnectors.PNG
│   │   ├── ShowGridlines2HS.png
│   │   ├── SPP.ico
│   │   ├── StandardArrow.png
│   │   ├── StraightLines.png
│   │   ├── Textbox.png
│   │   ├── Text.png
│   │   ├── ThumbnailView.png
│   │   ├── Thumbs.db
│   │   ├── Ungroup.png
│   │   ├── up.ico
│   │   ├── ViewZoomIn.png
│   │   ├── ViewZoomOut.png
│   │   ├── Web.png
│   │   ├── ZoomIn.png
│   │   ├── ZoomMarquee.png
│   │   └── ZoomOut.png
│   ├── ShapePara
│   │   ├── ParaFormSwitch.cs
│   │   ├── TriangleDialog.cs
│   │   ├── TriangleDialog.Designer.cs
│   │   └── TriangleDialog.resx
│   ├── TextEditor
│   │   └── TextEditor.cs
│   ├── TextTool.cs
│   ├── Tools
│   │   └── TextEditorTool.cs
│   ├── UI
│   │   ├── ActionToolStrip.cs
│   │   ├── DiagramBaseToolStrip.cs
│   │   ├── DiagramControl.cs
│   │   ├── DiagramControlDesignerActionList.cs
│   │   ├── DiagramControlDesigner.cs
│   │   ├── DiagramExplorer.cs
│   │   ├── DiagramMainToolStrip.cs
│   │   ├── DiagramNavigationStrip.cs
│   │   ├── DiagramStatusStrip.cs
│   │   ├── DiagramToolStripContainer.cs
│   │   ├── DiagramTreeNodeBase.cs
│   │   ├── DocumentInformation.cs
│   │   ├── DocumentInformation.Designer.cs
│   │   ├── DocumentInformation.resx
│   │   ├── DrawingToolStrip.cs
│   │   ├── FormatToolStrip.cs
│   │   ├── LayerTreeNode.cs
│   │   ├── LibraryViewer.cs
│   │   ├── PageListTreeNode.cs
│   │   ├── PageTreeNode.cs
│   │   ├── ShapeToolBoxItem.cs
│   │   └── ViewToolStrip.cs
│   └── View.cs
├── NetronProject
│   ├── bin
│   │   └── Debug
│   │   ├── GraphicsLibrary.dll
│   │   ├── GraphicsLibrary.pdb
│   │   ├── IP.Components.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   └── XPExplorerBar.dll
│   ├── DiagramRelation.xml
│   ├── DiagramTab.cs
│   ├── DiagramTab.resx
│   ├── ExplorerTab.cs
│   ├── IDiagramHandlerTab.cs
│   ├── IDiagramTab.cs
│   ├── LibraryTab.cs
│   ├── NetronProject.csproj
│   ├── NetronProject.csproj.user
│   ├── obj
│   │   └── Debug
│   │   ├── NetronProject.csproj.FileListAbsolute.txt
│   │   ├── NetronProject.csproj.GenerateResource.Cache
│   │   ├── NetronProject.DiagramTab.resources
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── Refactor
│   │   │   └── NetronProject.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── ProjectPanel.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── Netron.sln
├── Netron.suo
├── Netron.vsmdi
├── TestProject1
│   ├── AuthoringTests.txt
│   ├── bin
│   │   └── Debug
│   │   ├── GraphicsLibrary.dll
│   │   ├── GraphicsLibrary.pdb
│   │   ├── IP.Components.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── TestProject1.dll
│   │   ├── TestProject1.pdb
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   └── XPExplorerBar.dll
│   ├── obj
│   │   └── Debug
│   │   ├── TestProject1.csproj.FileListAbsolute.txt
│   │   ├── TestProject1.dll
│   │   └── TestProject1.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── TestProject1.csproj
│   └── XmlUtilTest.cs
├── TestResults
│   ├── hp_HP-PC 2009-07-03 14_55_43
│   │   └── Out
│   │   ├── GraphicsLibrary.dll
│   │   ├── GraphicsLibrary.pdb
│   │   ├── IP.Components.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── testproject1.dll
│   │   ├── TestProject1.pdb
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   └── XPExplorerBar.dll
│   ├── hp_HP-PC 2009-07-03 14_55_43.trx
│   ├── hp_HP-PC 2009-07-03 15_02_26
│   │   └── Out
│   │   ├── GraphicsLibrary.dll
│   │   ├── GraphicsLibrary.pdb
│   │   ├── IP.Components.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── testproject1.dll
│   │   ├── TestProject1.pdb
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   └── XPExplorerBar.dll
│   ├── hp_HP-PC 2009-07-03 15_02_26.trx
│   ├── hp_HP-PC 2009-07-03 15_24_44
│   │   └── Out
│   │   ├── GraphicsLibrary.dll
│   │   ├── GraphicsLibrary.pdb
│   │   ├── IP.Components.dll
│   │   ├── Netron.Diagramming.Core.dll
│   │   ├── Netron.Diagramming.Core.pdb
│   │   ├── Netron.Diagramming.Win.dll
│   │   ├── Netron.Diagramming.Win.pdb
│   │   ├── NetronProject.dll
│   │   ├── NetronProject.pdb
│   │   ├── testproject1.dll
│   │   ├── TestProject1.pdb
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.pdb
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   └── XPExplorerBar.dll
│   └── hp_HP-PC 2009-07-03 15_24_44.trx
├── ToolBox
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── ToolBox.dll
│   │   │   ├── ToolBox.pdb
│   │   │   └── xpexplorerbar.dll
│   │   └── Release
│   │   ├── ToolBox.dll
│   │   └── xpexplorerbar.dll
│   ├── Controls
│   │   ├── BaseControl.cs
│   │   ├── FontFamilyPicker.cs
│   │   ├── FontFamilyTextBox.cs
│   │   ├── StringAlignmentPicker.cs
│   │   ├── TextFormatPicker.cs
│   │   ├── ToolStripFontFamilyPicker.cs
│   │   ├── ToolStripFontSizePicker.cs
│   │   └── ToolStripTextFormatPicker.cs
│   ├── DataGridViewColorColumn.cs
│   ├── Delegates.cs
│   ├── EventArgs
│   │   ├── FontFamilyChangedEventArgs.cs
│   │   ├── FontSizeChangedEventArgs.cs
│   │   ├── StringAlignmentChangedEventArgs.cs
│   │   └── TextFormatChangedEventArgs.cs
│   ├── FillModeEnum.cs
│   ├── Formatting
│   │   ├── TextFormat.cs
│   │   └── TextFormatter.cs
│   ├── Forms
│   │   ├── PropertiesForm.cs
│   │   ├── PropertiesForm.Designer.cs
│   │   ├── PropertiesForm.resx
│   │   └── TaskbarNotifier.cs
│   ├── Images.cs
│   ├── Imaging
│   │   ├── ImageCollection.cs
│   │   ├── ImageEditorDialog.cs
│   │   ├── ImageEditorDialog.resx
│   │   ├── ImageHandler.cs
│   │   ├── ImageUIEditor.cs
│   │   ├── ImageViewer.cs
│   │   └── ImageViewer.resx
│   ├── Menus
│   │   └── MenuPainter
│   │   ├── BaseMenuPainter.cs
│   │   ├── BaseMenuPainter.resx
│   │   ├── ControlVault.MenuSuite.ndoc
│   │   ├── ControlVault.MenuSuite.xml
│   │   ├── Enums.cs
│   │   ├── ImageMenuPainter.cs
│   │   ├── ImageMenuPainter.resx
│   │   ├── Interfaces.cs
│   │   ├── MenuEx.bmp
│   │   ├── MenuEx.cs
│   │   ├── MenuEx.resx
│   │   ├── MenuPainter.bmp
│   │   ├── Office2003MenuPainter.cs
│   │   ├── Office2003MenuPainter.resx
│   │   ├── PlainMenuPainter.cs
│   │   ├── PlainMenuPainter.resx
│   │   ├── RadioCheck.ico
│   │   ├── SafeNativeMethods.cs
│   │   ├── SkinMenuPainter.cs
│   │   ├── SkinMenuPainter.resx
│   │   ├── Tick.ico
│   │   ├── VSMenuPainter.cs
│   │   └── VSMenuPainter.resx
│   ├── obj
│   │   └── Debug
│   │   ├── Refactor
│   │   │   └── ToolBox.dll
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── ToolBox.csproj.FileListAbsolute.txt
│   │   ├── ToolBox.csproj.GenerateResource.Cache
│   │   ├── ToolBox.dll
│   │   ├── ToolBox.Forms.PropertiesForm.resources
│   │   ├── ToolBox.Imaging.ImageEditorDialog.resources
│   │   ├── ToolBox.Imaging.ImageViewer.resources
│   │   ├── ToolBox.Menus.MenuPainter.BaseMenuPainter.resources
│   │   ├── ToolBox.Menus.MenuPainter.ImageMenuPainter.resources
│   │   ├── ToolBox.Menus.MenuPainter.MenuEx.resources
│   │   ├── ToolBox.Menus.MenuPainter.Office2003MenuPainter.resources
│   │   ├── ToolBox.Menus.MenuPainter.PlainMenuPainter.resources
│   │   ├── ToolBox.Menus.MenuPainter.SkinMenuPainter.resources
│   │   ├── ToolBox.Menus.MenuPainter.VisualStudioMenuPainter.resources
│   │   ├── ToolBox.OfficePickers.ComboBoxColorPicker.resources
│   │   ├── ToolBox.OfficePickers.ContextMenuForm.resources
│   │   ├── ToolBox.OfficePickers.LineWeightForm.resources
│   │   ├── ToolBox.OfficePickers.OfficeColorPicker.resources
│   │   ├── ToolBox.OfficePickers.OfficeLineCapPicker.resources
│   │   ├── ToolBox.OfficePickers.OfficeLineStylePicker.resources
│   │   ├── ToolBox.OfficePickers.OfficeLineWidthPicker.resources
│   │   ├── ToolBox.OfficePickers.ToolStripColorPicker.resources
│   │   ├── ToolBox.OfficePickers.ToolStripLineCapPicker.resources
│   │   ├── ToolBox.OfficePickers.ToolStripLineStylePicker.resources
│   │   ├── ToolBox.OfficePickers.ToolStripLineWidthPicker.resources
│   │   └── ToolBox.pdb
│   ├── OfficePickers
│   │   ├── ColorPicker
│   │   │   ├── ComboBoxColorPicker.cs
│   │   │   ├── ComboBoxColorPicker.designer.cs
│   │   │   ├── ComboBoxColorPicker.resx
│   │   │   ├── OfficeColorPicker.cs
│   │   │   ├── OfficeColorPicker.designer.cs
│   │   │   ├── OfficeColorPicker.resx
│   │   │   ├── SelectableColor.cs
│   │   │   ├── ToolStripColorPicker.cs
│   │   │   └── ToolStripColorPicker.resx
│   │   ├── LinePicker
│   │   │   ├── ComboBoxLineCapPicker.bmp
│   │   │   ├── ComboBoxLineStylePicker.bmp
│   │   │   ├── ComboBoxLineWidthPicker.bmp
│   │   │   ├── OfficeLineCapPicker.bmp
│   │   │   ├── OfficeLineCapPicker.cs
│   │   │   ├── OfficeLineCapPicker.designer.cs
│   │   │   ├── OfficeLineCapPicker.resx
│   │   │   ├── OfficeLineStylePicker.bmp
│   │   │   ├── OfficeLineStylePicker.cs
│   │   │   ├── OfficeLineStylePicker.designer.cs
│   │   │   ├── OfficeLineStylePicker.resx
│   │   │   ├── OfficeLineWidthPicker.bmp
│   │   │   ├── OfficeLineWidthPicker.cs
│   │   │   ├── OfficeLineWidthPicker.designer.cs
│   │   │   ├── OfficeLineWidthPicker.resx
│   │   │   ├── SelectableLineCaps.cs
│   │   │   ├── SelectableLineStyles.cs
│   │   │   ├── SelectableLineWidths.cs
│   │   │   ├── ToolStripLineCapPicker.bmp
│   │   │   ├── ToolStripLineCapPicker.cs
│   │   │   ├── ToolStripLineCapPicker.resx
│   │   │   ├── ToolStripLineStylePicker.bmp
│   │   │   ├── ToolStripLineStylePicker.cs
│   │   │   ├── ToolStripLineStylePicker.resx
│   │   │   ├── ToolStripLineWidthPicker.bmp
│   │   │   ├── ToolStripLineWidthPicker.cs
│   │   │   └── ToolStripLineWidthPicker.resx
│   │   └── Utils
│   │   ├── ArtPalette.cs
│   │   ├── ConnectionCaps.cs
│   │   ├── ContextMenuForm.cs
│   │   ├── ContextMenuForm.designer.cs
│   │   ├── ContextMenuForm.resx
│   │   ├── CustomCaps.cs
│   │   ├── CustomColors.cs
│   │   ├── CustomLines.cs
│   │   ├── CustomLineWidthDialog.cs
│   │   ├── CustomStyles.cs
│   │   ├── GradientPanel.bmp
│   │   ├── GradientPanel.cs
│   │   ├── GradientPanel.png
│   │   ├── LineWeightForm.cs
│   │   ├── LineWeightForm.designer.cs
│   │   ├── LineWeightForm.resx
│   │   ├── Thumbs.db
│   │   └── ToolStripPickerDisplayType.cs
│   ├── Resources
│   │   └── Properties.png
│   ├── ToolBox.csproj
│   ├── ToolBox.csproj.user
│   └── ToolBoxSnk.snk
└── 图例
├── bin
│   └── Debug
│   ├── IP.Components.dll
│   ├── Netron.Diagramming.Core.dll
│   ├── Netron.Diagramming.Core.pdb
│   ├── Netron.Diagramming.Win.dll
│   ├── Netron.Diagramming.Win.pdb
│   ├── NetronProject.dll
│   ├── NetronProject.pdb
│   ├── ToolBox.dll
│   ├── ToolBox.pdb
│   ├── WeifenLuo.WinFormsUI.Docking.dll
│   ├── XPExplorerBar.dll
│   ├── 图例.dll
│   └── 图例.pdb
├── obj
│   └── Debug
│   ├── ResolveAssemblyReference.cache
│   ├── 图例.csproj.FileListAbsolute.txt
│   ├── 图例.dll
│   └── 图例.pdb
├── Properties
│   └── AssemblyInfo.cs
├── TriangleShapea.cs
└── 图例.csproj

158 directories, 1041 files

标签:

实例下载地址

netron2009

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警