基本信息
源码名称:自定义按钮,图片可通过属性选择,可修改图片大小(系统的改不了大小)
源码大小:0.42M
文件格式:.rar
开发语言:C#
更新时间:2022-09-02
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
自定义按钮,图片可通过属性选择,可修改图片大小(系统的改不了大小)

.
├── 按钮可选择图片
│   └── ButtonHavePic
│       ├── ButtonHavePic
│       │   ├── App.config
│       │   ├── ButtonHavePic.csproj
│       │   ├── Form1.Designer.cs
│       │   ├── Form1.cs
│       │   ├── Form1.resx
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   ├── Resources.resx
│       │   │   ├── Settings.Designer.cs
│       │   │   └── Settings.settings
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── ButtonHavePic.exe
│       │   │       ├── ButtonHavePic.exe.config
│       │   │       ├── ButtonHavePic.pdb
│       │   │       ├── SControl.dll
│       │   │       └── SControl.pdb
│       │   └── obj
│       │       └── Debug
│       │           ├── ButtonHavePic.Form1.resources
│       │           ├── ButtonHavePic.Properties.Resources.resources
│       │           ├── ButtonHavePic.csproj.AssemblyReference.cache
│       │           ├── ButtonHavePic.csproj.CopyComplete
│       │           ├── ButtonHavePic.csproj.CoreCompileInputs.cache
│       │           ├── ButtonHavePic.csproj.FileListAbsolute.txt
│       │           ├── ButtonHavePic.csproj.GenerateResource.cache
│       │           ├── ButtonHavePic.exe
│       │           ├── ButtonHavePic.pdb
│       │           ├── DesignTimeResolveAssemblyReferences.cache
│       │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │           └── TempPE
│       ├── ButtonHavePic.sln
│       └── SControl
│           ├── MyButton.Designer.cs
│           ├── MyButton.cs
│           ├── Properties
│           │   ├── AssemblyInfo.cs
│           │   ├── Resources.Designer.cs
│           │   └── Resources.resx
│           ├── Resources
│           │   ├── bang.png
│           │   ├── fix.png
│           │   ├── set.png
│           │   ├── staff.png
│           │   └── suo1.png
│           ├── SControl.csproj
│           ├── bin
│           │   ├── Debug
│           │   │   ├── SControl.dll
│           │   │   └── SControl.pdb
│           │   └── Release
│           └── obj
│               └── Debug
│                   ├── DesignTimeResolveAssemblyReferencesInput.cache
│                   ├── SControl.Properties.Resources.resources
│                   ├── SControl.csproj.AssemblyReference.cache
│                   ├── SControl.csproj.CoreCompileInputs.cache
│                   ├── SControl.csproj.FileListAbsolute.txt
│                   ├── SControl.csproj.GenerateResource.cache
│                   ├── SControl.dll
│                   ├── SControl.pdb
│                   └── TempPE
│                       └── Properties.Resources.Designer.cs.dll
└── 自定义按钮,图片可通过属性选择,可修改图片大小(系统的改不了大小)_按钮可选择图片.rar

18 directories, 51 files