基本信息
源码名称:C# 模拟VS设计器
源码大小:0.07M
文件格式:.rar
开发语言:C#
更新时间:2023-09-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C# 模拟VS设计器
模拟VS设计器功能: 1)点击选择控件(边框描点) 2)拖拽8个方向实现控件的放大、缩小、移动等功能

.
├── C# 模拟VS设计器_C#设计器.rar
└── 模拟C#设计器
    ├── Form1.Designer.cs
    ├── Form1.cs
    ├── Form1.resx
    ├── PickBox.cs
    ├── PickTest.csproj
    ├── PickTest.csproj.user
    ├── Program.cs
    ├── Properties
    │   ├── AssemblyInfo.cs
    │   ├── Resources.Designer.cs
    │   ├── Resources.resx
    │   ├── Settings.Designer.cs
    │   └── Settings.settings
    ├── UpgradeLog.XML
    ├── WindowsFormsApplication2.sln
    ├── WindowsFormsApplication2.suo
    ├── WindowsFormsApplication2.v11.suo
    ├── _UpgradeReport_Files
    │   ├── UpgradeReport.css
    │   ├── UpgradeReport.xslt
    │   ├── UpgradeReport_Error.png
    │   ├── UpgradeReport_Information.png
    │   ├── UpgradeReport_Success.png
    │   └── UpgradeReport_Warning.png
    ├── bin
    │   └── Debug
    │       ├── WindowsFormsApplication2.exe
    │       ├── WindowsFormsApplication2.pdb
    │       ├── WindowsFormsApplication2.vshost.exe
    │       └── WindowsFormsApplication2.vshost.exe.manifest
    └── obj
        └── Debug
            ├── DesignTimeResolveAssemblyReferences.cache
            ├── DesignTimeResolveAssemblyReferencesInput.cache
            ├── PickTest.csproj.FileListAbsolute.txt
            ├── PickTest.csproj.GenerateResource.Cache
            ├── PickTest.csprojResolveAssemblyReference.cache
            ├── TempPE
            │   └── Properties.Resources.Designer.cs.dll
            ├── WindowsFormsApplication2.Form1.resources
            ├── WindowsFormsApplication2.Properties.Resources.resources
            ├── WindowsFormsApplication2.exe
            └── WindowsFormsApplication2.pdb

8 directories, 37 files