基本信息
源码名称:C#编写《仪表盘》控件
源码大小:0.09M
文件格式:.zip
开发语言:C#
更新时间:2023-12-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#编写《仪表盘》控件
使用C#编写的一个工业仪表盘的控件,控件可以变大小,背景颜色、指针等颜色可以改变。有意向童鞋可以下载参考。本人声明:本人为业余爱好者,编写控件纯粹是玩耍,所以控件并未经过严格测试,和代码冗余测试等等,若...

.
├── C#编写《仪表盘》控件_InstrumentPanelLib.zip
└── InstrumentPanelLib
    ├── InstrumentPanelLib
    │   ├── InstrumentPanelControl.Designer.cs
    │   ├── InstrumentPanelControl.cs
    │   ├── InstrumentPanelControl.resx
    │   ├── InstrumentPanelLib.csproj
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── bin
    │   │   └── Debug
    │   │       ├── InstrumentPanelLib.dll
    │   │       └── InstrumentPanelLib.pdb
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── GenerateResource.read.1.tlog
    │           ├── GenerateResource.write.1.tlog
    │           ├── InstrumentPanelLib.InstrumentPanelControl.resources
    │           ├── InstrumentPanelLib.csproj.FileListAbsolute.txt
    │           ├── InstrumentPanelLib.dll
    │           ├── InstrumentPanelLib.pdb
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    ├── InstrumentPanelLib.sln
    ├── InstrumentPanelLib.suo
    └── InstrumentPanelLib_Test
        ├── Form1.Designer.cs
        ├── Form1.cs
        ├── Form1.resx
        ├── InstrumentPanelLib_Test.csproj
        ├── Program.cs
        ├── Properties
        │   ├── AssemblyInfo.cs
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── bin
        │   └── Debug
        │       ├── InstrumentPanelLib.dll
        │       ├── InstrumentPanelLib.pdb
        │       ├── InstrumentPanelLib_Test.exe
        │       ├── InstrumentPanelLib_Test.pdb
        │       ├── InstrumentPanelLib_Test.vshost.exe
        │       └── InstrumentPanelLib_Test.vshost.exe.manifest
        └── obj
            └── x86
                └── Debug
                    ├── DesignTimeResolveAssemblyReferences.cache
                    ├── DesignTimeResolveAssemblyReferencesInput.cache
                    ├── GenerateResource.read.1.tlog
                    ├── GenerateResource.write.1.tlog
                    ├── InstrumentPanelLib_Test.Form1.resources
                    ├── InstrumentPanelLib_Test.Properties.Resources.resources
                    ├── InstrumentPanelLib_Test.csproj.FileListAbsolute.txt
                    ├── InstrumentPanelLib_Test.exe
                    ├── InstrumentPanelLib_Test.pdb
                    ├── ResolveAssemblyReference.cache
                    └── TempPE

16 directories, 45 files