资源简介

SVG的矢量绘图程序,基于SVG库,Draw库构成的,可以直接在VS2015下进行编译,很适合在上面做二次开发,里面的程序框架设计的很好,类之间的调用基本全是通过事件委托的形式构成的,可以修改成支持dxf和svg的一个比较好的绘图软件,也可以做成工业绘图类的CAM软件。

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.1
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// 

//------------------------------------------------------------------------------

namespace Crom.Controls {
    using System;
    
    
    /// 
    ///   A strongly-typed resource class for looking up localized strings etc.
    /// 

    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member edit your .ResX file then rerun ResGen
    // with the /str option or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Resources.Tools.StronglyTypedResourceBuilder“ “4.0.0.0“)]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(“Microsoft.Performance“ “CA1811:AvoidUncalledPrivateCode“)]
        internal Resources() {
        }
        
        /// 
        ///   Returns the cached ResourceManager instance used by this class.
        /// 

        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(“Crom.Controls.Resources“ typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// 
        ///   Overrides the current thread‘s CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// 

        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// 
        ///   Looks up a localized string similar to FormsLayout.sav.
        /// 

        internal static string StateFileName {
         

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2472  2010-07-31 18:23  SVGLib\AssemblyInfo.cs
     文件        1849  2010-07-31 18:23  SVGLib\姰n SvgPolyline.cs
     文件        3080  2010-07-31 18:23  SVGLib\ErrH.cs
     文件         257  2010-07-31 18:23  SVGLib\make.bat
     文件        1149  2010-07-31 18:23  SVGLib\ReleaseNote.txt
     文件        1135  2010-07-31 18:23  SVGLib\SVG elements list.txt
     文件       33933  2010-07-31 18:23  SVGLib\SvgAttribute.cs
     文件       20620  2010-07-31 18:23  SVGLib\SvgBasicShape.cs
     文件        2657  2010-07-31 18:23  SVGLib\SvgCircle.cs
     文件        1583  2010-07-31 18:23  SVGLib\SvgDesc.cs
     文件       27850  2010-07-31 18:23  SVGLib\SvgDoc.cs
     文件       14542  2010-07-31 18:23  SVGLib\SvgElement.cs
     文件        3193  2010-07-31 18:23  SVGLib\SvgEllipse.cs
     文件         780  2010-07-31 18:23  SVGLib\SvgGroup.cs
     文件        5466  2010-07-31 18:23  SVGLib\SvgImage.cs
     文件        5628  2010-07-31 18:25  SVGLib\SVGLib.csproj
     文件        2121  2010-07-31 18:25  SVGLib\SVGLib.csproj.user
     文件       13950  2010-07-31 18:23  SVGLib\SVGLib.ndoc
     文件       52116  2010-07-31 18:23  SVGLib\SVGLib.xml
     文件        2975  2010-07-31 18:23  SVGLib\SvgLine.cs
     文件        2394  2010-07-31 18:23  SVGLib\SvgPath.cs
     文件        1843  2010-07-31 18:23  SVGLib\SvgPolygon.cs
     文件        1849  2010-07-31 18:23  SVGLib\SvgPolyline.cs
     文件        5713  2010-07-31 18:23  SVGLib\SvgRect.cs
     文件        2460  2010-07-31 18:23  SVGLib\SvgRoot.cs
     文件       16357  2010-07-31 18:23  SVGLib\SvgText.cs
     文件         780  2010-07-31 18:23  SVGLib\SvgUnsupported.cs
     文件        2356  2010-07-31 18:25  SvgArtiste2.sln
     文件      107008  2010-07-31 22:33  SvgArtiste2.suo
     文件       14471  2010-07-31 18:25  Crom.Controls\Crom.Controls.csproj
     文件        1430  2010-07-31 18:23  Crom.Controls\Crom.Controls.sln
............此处省略227个文件信息

评论

共有 条评论