嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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