实例介绍
对于系统自带的窗体,博主实在不敢恭维,测试时使用方便快捷,但真正项目中无法使用,只因不美观的外表,每次都很头疼窗体的美化,这里列出一些需要解决的问题和自己收集到的解决方法,如有错误请指出。
【实例截图】
【核心代码】
vc_farm
└── vc_farm
├── image
│ ├── aboutbkimage.png
│ ├── bakup_module_select.png
│ ├── border.png
│ ├── close_hover.png
│ ├── close_normal.png
│ ├── close_press.png
│ ├── ContractMeAbout_hot.png
│ ├── ContractMeAbout_normal.png
│ ├── divider_title.png
│ ├── guanbi-1.png
│ ├── guanbi.png
│ ├── hisuite_update_background.png
│ ├── h.png
│ ├── kaiqi-1.png
│ ├── kaiqi.png
│ ├── loading2.gif
│ ├── LOGO.png
│ ├── max_hover.png
│ ├── max_normal.png
│ ├── max_press.png
│ ├── menu_about_hot.png
│ ├── menu_about.png
│ ├── menu_bbs_hot.png
│ ├── menu_bbs.png
│ ├── menu_feedback_hot.png
│ ├── menu_feedback.png
│ ├── menu_hover.png
│ ├── menu_normal.png
│ ├── menu_press.png
│ ├── menu_set_hot.png
│ ├── menu_set.png
│ ├── menu_update_hot.png
│ ├── menu_update.png
│ ├── min_hover.png
│ ├── min_normal.png
│ ├── min_press.png
│ ├── normal.png
│ ├── normal - 副本.png
│ ├── repair.png
│ ├── restoresetting_nor.png
│ ├── rom_query_error.png
│ ├── rom_send_finish.png
│ ├── rom_tab_normal.png
│ ├── setting_tab_select.png
│ ├── slider_fore.png
│ ├── store_hover.png
│ ├── store_normal.png
│ ├── store_press.png
│ ├── sysup_shengji.png
│ ├── tab_flag_icon_hover.png
│ ├── tab_flag_icon_select.png
│ ├── WebSiteAbout_hot.png
│ ├── WebSiteAbout_normal.png
│ ├── WebSiteBBSAbout_hot.png
│ ├── WebSiteBBSAbout_normal.png
│ ├── 光照.png
│ ├── 关闭.png
│ ├── 前卷帘.png
│ ├── 后卷帘.png
│ ├── 小图
│ │ ├── 上_h.png
│ │ ├── 上.png
│ │ ├── 下_h.png
│ │ ├── 下.png
│ │ ├── 停止_h.png
│ │ ├── 停止.png
│ │ ├── 关水泵_h.png
│ │ ├── 关水泵.png
│ │ ├── 关闭_h.png
│ │ ├── 关闭.png
│ │ ├── 前卷帘停_h.png
│ │ ├── 前卷帘停.png
│ │ ├── 后卷帘停_h.png
│ │ ├── 后卷帘停.png
│ │ ├── 开水泵_h.png
│ │ ├── 开水泵.png
│ │ ├── 打开_h.png
│ │ ├── 打开.png
│ │ ├── 棉被停_h.png
│ │ ├── 棉被停.png
│ │ ├── 灯光关闭_h.png
│ │ ├── 灯光关闭.png
│ │ ├── 灯光开启_h.png
│ │ └── 灯光开启.png
│ ├── 小图.rar
│ ├── 总水泵.png
│ ├── 打开.png
│ ├── 未标题-1.png
│ └── 棉被.png
├── MessageBoxEx
│ ├── App.config
│ ├── bin
│ │ └── Debug
│ │ ├── MessageBoxEx.exe
│ │ ├── MessageBoxEx.exe.config
│ │ ├── MessageBoxEx.pdb
│ │ ├── SkinForm.dll
│ │ └── SkinForm.pdb
│ ├── MessageBox.cs
│ ├── MessageBox.Designer.cs
│ ├── MessageBoxEx.csproj
│ ├── MessageBox.resx
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MessageBoxEx.csproj.FileListAbsolute.txt
│ │ ├── MessageBoxEx.csproj.GenerateResource.Cache
│ │ ├── MessageBoxEx.csprojResolveAssemblyReference.cache
│ │ ├── MessageBoxEx.exe
│ │ ├── MessageBoxEx.MessageBox.resources
│ │ ├── MessageBoxEx.pdb
│ │ ├── MessageBoxEx.Properties.Resources.resources
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Resources
│ ├── close_hover.png
│ ├── close_normal.png
│ └── close_press.png
├── packages
│ ├── EntityFramework.6.0.0
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.6.0.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ └── migrate.exe
│ ├── EntityFramework.zh-Hans.6.1.3
│ │ ├── EntityFramework.zh-Hans.6.1.3.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ ├── System.Data.SQLite.1.0.103
│ │ └── System.Data.SQLite.1.0.103.nupkg
│ ├── System.Data.SQLite.Core.1.0.103
│ │ ├── build
│ │ │ ├── net20
│ │ │ │ ├── System.Data.SQLite.Core.targets
│ │ │ │ ├── x64
│ │ │ │ │ └── SQLite.Interop.dll
│ │ │ │ └── x86
│ │ │ │ └── SQLite.Interop.dll
│ │ │ ├── net40
│ │ │ │ ├── System.Data.SQLite.Core.targets
│ │ │ │ ├── x64
│ │ │ │ │ └── SQLite.Interop.dll
│ │ │ │ └── x86
│ │ │ │ └── SQLite.Interop.dll
│ │ │ ├── net45
│ │ │ │ ├── System.Data.SQLite.Core.targets
│ │ │ │ ├── x64
│ │ │ │ │ └── SQLite.Interop.dll
│ │ │ │ └── x86
│ │ │ │ └── SQLite.Interop.dll
│ │ │ ├── net451
│ │ │ │ ├── System.Data.SQLite.Core.targets
│ │ │ │ ├── x64
│ │ │ │ │ └── SQLite.Interop.dll
│ │ │ │ └── x86
│ │ │ │ └── SQLite.Interop.dll
│ │ │ └── net46
│ │ │ ├── System.Data.SQLite.Core.targets
│ │ │ ├── x64
│ │ │ │ └── SQLite.Interop.dll
│ │ │ └── x86
│ │ │ └── SQLite.Interop.dll
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── System.Data.SQLite.dll
│ │ │ │ └── System.Data.SQLite.xml
│ │ │ ├── net40
│ │ │ │ ├── System.Data.SQLite.dll
│ │ │ │ └── System.Data.SQLite.xml
│ │ │ ├── net45
│ │ │ │ ├── System.Data.SQLite.dll
│ │ │ │ └── System.Data.SQLite.xml
│ │ │ ├── net451
│ │ │ │ ├── System.Data.SQLite.dll
│ │ │ │ └── System.Data.SQLite.xml
│ │ │ └── net46
│ │ │ ├── System.Data.SQLite.dll
│ │ │ └── System.Data.SQLite.xml
│ │ └── System.Data.SQLite.Core.1.0.103.nupkg
│ ├── System.Data.SQLite.EF6.1.0.103
│ │ ├── content
│ │ │ ├── net40
│ │ │ │ ├── app.config.install.xdt
│ │ │ │ ├── app.config.transform
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.transform
│ │ │ ├── net45
│ │ │ │ ├── app.config.install.xdt
│ │ │ │ ├── app.config.transform
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.transform
│ │ │ ├── net451
│ │ │ │ ├── app.config.install.xdt
│ │ │ │ ├── app.config.transform
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.transform
│ │ │ └── net46
│ │ │ ├── app.config.install.xdt
│ │ │ ├── app.config.transform
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ └── System.Data.SQLite.EF6.dll
│ │ │ ├── net45
│ │ │ │ └── System.Data.SQLite.EF6.dll
│ │ │ ├── net451
│ │ │ │ └── System.Data.SQLite.EF6.dll
│ │ │ └── net46
│ │ │ └── System.Data.SQLite.EF6.dll
│ │ ├── System.Data.SQLite.EF6.1.0.103.nupkg
│ │ └── tools
│ │ ├── net40
│ │ │ └── install.ps1
│ │ ├── net45
│ │ │ └── install.ps1
│ │ ├── net451
│ │ │ └── install.ps1
│ │ └── net46
│ │ └── install.ps1
│ └── System.Data.SQLite.Linq.1.0.103
│ ├── content
│ │ ├── net20
│ │ │ ├── app.config.transform
│ │ │ └── web.config.transform
│ │ ├── net40
│ │ │ ├── app.config.transform
│ │ │ └── web.config.transform
│ │ ├── net45
│ │ │ ├── app.config.transform
│ │ │ └── web.config.transform
│ │ ├── net451
│ │ │ ├── app.config.transform
│ │ │ └── web.config.transform
│ │ └── net46
│ │ ├── app.config.transform
│ │ └── web.config.transform
│ ├── lib
│ │ ├── net20
│ │ │ └── System.Data.SQLite.Linq.dll
│ │ ├── net40
│ │ │ └── System.Data.SQLite.Linq.dll
│ │ ├── net45
│ │ │ └── System.Data.SQLite.Linq.dll
│ │ ├── net451
│ │ │ └── System.Data.SQLite.Linq.dll
│ │ └── net46
│ │ └── System.Data.SQLite.Linq.dll
│ └── System.Data.SQLite.Linq.1.0.103.nupkg
├── vc_farm
│ ├── About.cs
│ ├── About.Designer.cs
│ ├── About.resx
│ ├── Admin.cs
│ ├── App.config
│ ├── Areas.cs
│ ├── Areas.designer.cs
│ ├── Areas.resx
│ ├── bin
│ │ └── Debug
│ │ ├── app.publish
│ │ │ └── vc_farm.exe
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.SqlServer.dll
│ │ ├── EntityFramework.SqlServer.xml
│ │ ├── EntityFramework.xml
│ │ ├── MessageBoxEx.exe
│ │ ├── MessageBoxEx.pdb
│ │ ├── SkinForm.dll
│ │ ├── SkinForm.pdb
│ │ ├── SQLite.db
│ │ ├── System.Data.SQLite.dll
│ │ ├── System.Data.SQLite.EF6.dll
│ │ ├── System.Data.SQLite.Linq.dll
│ │ ├── System.Data.SQLite.xml
│ │ ├── vc_farm.application
│ │ ├── vc_farm.exe
│ │ ├── vc_farm.exe.config
│ │ ├── vc_farm.exe.manifest
│ │ ├── vc_farm.pdb
│ │ ├── vc_farm.vshost.application
│ │ ├── vc_farm.vshost.exe
│ │ ├── vc_farm.vshost.exe.config
│ │ ├── vc_farm.vshost.exe.manifest
│ │ ├── x64
│ │ │ └── SQLite.Interop.dll
│ │ └── x86
│ │ └── SQLite.Interop.dll
│ ├── CustomContrls_MenuStrip.cs
│ ├── CustomContrls_MenuStrip.Designer.cs
│ ├── CustomProfessionalRenderer.cs
│ ├── Device.cs
│ ├── farmModel.Context.cs
│ ├── farmModel.Context.tt
│ ├── farmModel.cs
│ ├── farmModel.Designer.cs
│ ├── farmModel.edmx
│ ├── farmModel.edmx.diagram
│ ├── farmModel.tt
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── FullTabcontrol.cs
│ ├── FullTabcontrol.Designer.cs
│ ├── global.cs
│ ├── GlobalMouseHandler.cs
│ ├── GreenHouse.cs
│ ├── History.cs
│ ├── Log.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── edmxResourcesToEmbed
│ │ │ ├── farmModel.csdl
│ │ │ ├── farmModel.msl
│ │ │ └── farmModel.ssdl
│ │ ├── ft.Areas.resources
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── TempPE
│ │ │ ├── farmModel.cs.dll
│ │ │ ├── farmModel.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── vc_farm.About.resources
│ │ ├── vc_farm.application
│ │ ├── vc_farm.csproj.FileListAbsolute.txt
│ │ ├── vc_farm.csproj.GenerateResource.Cache
│ │ ├── vc_farm.csprojResolveAssemblyReference.cache
│ │ ├── vc_farm.exe
│ │ ├── vc_farm.exe.manifest
│ │ ├── vc_farm.MainForm.resources
│ │ ├── vc_farm.pdb
│ │ ├── vc_farm.Peng.resources
│ │ └── vc_farm.Properties.Resources.resources
│ ├── packages.config
│ ├── Peng.cs
│ ├── Peng.Designer.cs
│ ├── Peng.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── close_hover.png
│ │ ├── close_normal.png
│ │ ├── close_press.png
│ │ ├── ContractMeAbout_hot.png
│ │ ├── ContractMeAbout_normal.png
│ │ ├── guanbi-1.png
│ │ ├── guanbi.png
│ │ ├── kaiqi-1.png
│ │ ├── kaiqi.png
│ │ ├── max_hover.png
│ │ ├── max_normal.png
│ │ ├── max_press.png
│ │ ├── menu_about_hot.png
│ │ ├── menu_about.png
│ │ ├── menu_bbs_hot.png
│ │ ├── menu_bbs.png
│ │ ├── menu_feedback_hot.png
│ │ ├── menu_feedback.png
│ │ ├── menu_hover.png
│ │ ├── menu_normal.png
│ │ ├── menu_press.png
│ │ ├── menu_set_hot.png
│ │ ├── menu_set.png
│ │ ├── menu_update_hot.png
│ │ ├── menu_update.png
│ │ ├── min_hover.png
│ │ ├── min_normal.png
│ │ ├── min_press.png
│ │ ├── store_hover.png
│ │ ├── store_normal.png
│ │ ├── store_press.png
│ │ ├── tab_flag_icon_hover.png
│ │ ├── tab_flag_icon_select.png
│ │ ├── titlerestore.png
│ │ ├── WebSiteAbout_hot.png
│ │ ├── WebSiteAbout_normal.png
│ │ ├── WebSiteBBSAbout_hot.png
│ │ ├── WebSiteBBSAbout_normal.png
│ │ ├── 上_h.png
│ │ ├── 上.png
│ │ ├── 下_h.png
│ │ ├── 下.png
│ │ ├── 停止_h.png
│ │ ├── 停止.png
│ │ ├── 光照.png
│ │ ├── 关水泵_h.png
│ │ ├── 关水泵.png
│ │ ├── 关闭_h.png
│ │ ├── 关闭.png
│ │ ├── 前卷帘.png
│ │ ├── 前卷帘停_h.png
│ │ ├── 前卷帘停.png
│ │ ├── 后卷帘.png
│ │ ├── 后卷帘停_h.png
│ │ ├── 后卷帘停.png
│ │ ├── 开水泵_h.png
│ │ ├── 开水泵.png
│ │ ├── 总水泵.png
│ │ ├── 打开_h.png
│ │ ├── 打开.png
│ │ ├── 未标题-1.png
│ │ ├── 棉被.png
│ │ ├── 棉被停_h.png
│ │ ├── 棉被停.png
│ │ ├── 灯光关闭_h.png
│ │ ├── 灯光关闭.png
│ │ ├── 灯光开启_h.png
│ │ └── 灯光开启.png
│ ├── SelfDefinePanel.cs
│ ├── SelfDefinePanel.Designer.cs
│ ├── SkinForm
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── f_in_box__lib.dll
│ │ │ │ ├── SkinForm.dll
│ │ │ │ └── SkinForm.pdb
│ │ │ └── Release
│ │ │ ├── SkinForm.dll
│ │ │ └── SkinForm.pdb
│ │ ├── GraphicsPathHelper.cs
│ │ ├── ImageDrawRect.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── CCWin.EditorForm.resources
│ │ │ │ ├── CCWin.Properties.Resources.resources
│ │ │ │ ├── CCWin.SkinControl.ChatListBox.resources
│ │ │ │ ├── CCWin.SkinControl.PassKey.resources
│ │ │ │ ├── CCWin.SkinControl.SkinTextBox.resources
│ │ │ │ ├── CCWin.SkinForm.resources
│ │ │ │ ├── CCWin.SkinFormTwo.resources
│ │ │ │ ├── CCWin.SkinMain.resources
│ │ │ │ ├── CCWin.SkinMainTwo.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── SkinForm.csproj.FileListAbsolute.txt
│ │ │ │ ├── SkinForm.csproj.GenerateResource.Cache
│ │ │ │ ├── SkinForm.csprojResolveAssemblyReference.cache
│ │ │ │ ├── SkinForm.dll
│ │ │ │ ├── SkinForm.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Release
│ │ │ ├── CCWin.SkinForm.resources
│ │ │ ├── CCWin.SkinMain.resources
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── SkinForm.csproj.FileListAbsolute.txt
│ │ │ ├── SkinForm.dll
│ │ │ └── SkinForm.pdb
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ └── main_light_bkg_top123.png
│ │ ├── RoundStyle.cs
│ │ ├── SkinForm.cs
│ │ ├── SkinForm.csproj
│ │ ├── SkinForm.csproj.user
│ │ ├── SkinForm.Designer.cs
│ │ ├── SkinForm.resx
│ │ ├── SkinMain.cs
│ │ ├── SkinMain.Designer.cs
│ │ ├── SkinMain.resx
│ │ └── Win32.cs
│ ├── vc_farm.csproj
│ ├── vc_farm.csproj.user
│ └── vc_farm_TemporaryKey.pfx
└── vc_farm.sln
99 directories, 421 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论