基本信息
源码名称:CAD 模拟普通功能模拟
源码大小:0.17M
文件格式:.zip
开发语言:C#
更新时间:2023-03-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

CAD的简单功能模拟,绘制线,图、放大、缩小等功能



.
├── CAD 模拟普通功能模拟.zip
└── 简易CAD测试
    ├── Backup
    │   ├── CAD
    │   │   ├── BaseShape.cs
    │   │   ├── BaseTool.cs
    │   │   ├── CAD.csproj
    │   │   ├── CADFrame.Designer.cs
    │   │   ├── CADFrame.cs
    │   │   ├── CADFrame.resx
    │   │   ├── CircleShape.cs
    │   │   ├── CircleTool.cs
    │   │   ├── EllipseShape.cs
    │   │   ├── EllipseTool.cs
    │   │   ├── HandTool.cs
    │   │   ├── LineShape.cs
    │   │   ├── LineTool.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── RectangleShape.cs
    │   │   └── RectangleTool.cs
    │   ├── CAD.sln
    │   └── CAD.suo
    ├── CAD
    │   ├── BaseShape.cs
    │   ├── BaseTool.cs
    │   ├── CAD.csproj
    │   ├── CADFrame.Designer.cs
    │   ├── CADFrame.cs
    │   ├── CADFrame.resx
    │   ├── CircleShape.cs
    │   ├── CircleTool.cs
    │   ├── EllipseShape.cs
    │   ├── EllipseTool.cs
    │   ├── HandTool.cs
    │   ├── LineShape.cs
    │   ├── LineTool.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── RectangleShape.cs
    │   ├── RectangleTool.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── CAD.exe
    │   │   │   ├── CAD.pdb
    │   │   │   ├── CAD.vshost.exe
    │   │   │   └── CAD.vshost.exe.manifest
    │   │   └── Release
    │   └── obj
    │       ├── CAD.csproj.FileList.txt
    │       └── Debug
    │           ├── CAD.CADFrame.resources
    │           ├── CAD.Properties.Resources.resources
    │           ├── CAD.csproj.FileListAbsolute.txt
    │           ├── CAD.csproj.GenerateResource.Cache
    │           ├── CAD.csprojResolveAssemblyReference.cache
    │           ├── CAD.exe
    │           ├── CAD.pdb
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── Refactor
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── CAD.sln
    ├── CAD.suo
    ├── CAD.v12.suo
    ├── UpgradeLog.XML
    └── _UpgradeReport_Files
        ├── UpgradeReport.css
        ├── UpgradeReport.xslt
        ├── UpgradeReport_Minus.gif
        └── UpgradeReport_Plus.gif

14 directories, 68 files