在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例桌面应用界面/GUI → winform 皮肤

winform 皮肤

桌面应用界面/GUI

下载此实例
  • 开发语言:C#
  • 实例大小:2.38M
  • 下载次数:86
  • 浏览次数:738
  • 发布时间:2022-02-11
  • 实例类别:桌面应用界面/GUI
  • 发 布 人:gxm91716
  • 文件格式:.rar
  • 所需积分:2
 相关标签: winform FORM for win ORM

实例介绍

【实例简介】winform 皮肤

通过重写原生控件美化皮肤,每个控件都是独立的皮肤,可自由组合。

【实例截图】

from clipboard

【核心代码】

.
├── CSharpSkin
│   ├── CSharpSkin
│   │   ├── CSharpSKin.TextBox
│   │   │   ├── CSharpSkin.TextBox.csproj
│   │   │   ├── CSharpTextBox.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSKin.TextBox.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSKin.TextBox.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.TextBox.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.TextBox.dll
│   │   │           ├── CSharpSkin.TextBox.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.Button
│   │   │   ├── BitmapCapture.cs
│   │   │   ├── ButtonState.cs
│   │   │   ├── CSharpButton.cs
│   │   │   ├── CSharpImageButton.cs
│   │   │   ├── CSharpPictrueButton.cs
│   │   │   ├── CSharpPictureButton.cs
│   │   │   ├── CSharpSkin.Button.csproj
│   │   │   ├── CSharpSwtichBox.cs
│   │   │   ├── Class
│   │   │   │   ├── ControlPaint.cs
│   │   │   │   └── ControlRender.cs
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── CSharpSkin.Button.csproj.CoreCompileInputs.cache
│   │   │       │   ├── CSharpSkin.Button.csproj.FileListAbsolute.txt
│   │   │       │   ├── CSharpSkin.Button.csprojAssemblyReference.cache
│   │   │       │   ├── CSharpSkin.Button.dll
│   │   │       │   ├── CSharpSkin.Button.pdb
│   │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   └── TempPE
│   │   │       └── Release
│   │   │           ├── CSharpSkin.Button.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.Button.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.Button.dll
│   │   │           ├── CSharpSkin.Button.pdb
│   │   │           └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── CSharpSkin.CheckBox
│   │   │   ├── CSharpCheckBox.cs
│   │   │   ├── CSharpSkin.CheckBox.csproj
│   │   │   ├── CheckBoxState.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.CheckBox.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.CheckBox.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.CheckBox.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.CheckBox.dll
│   │   │           ├── CSharpSkin.CheckBox.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.ComboBox
│   │   │   ├── CSharpComboBox.cs
│   │   │   ├── CSharpSkin.ComboBox.csproj
│   │   │   ├── CSharpWinapi.cs
│   │   │   ├── Class
│   │   │   │   ├── ControlPaint.cs
│   │   │   │   └── ControlRender.cs
│   │   │   ├── ComboBoxState.cs
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Struct
│   │   │   │   ├── COMBOBOXBUTTONSTATE.cs
│   │   │   │   ├── COMBOBOXINFO.cs
│   │   │   │   ├── PAINTSTRUCT.cs
│   │   │   │   ├── RECT.cs
│   │   │   │   └── WMRESULT.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.ComboBox.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.ComboBox.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.ComboBox.dll
│   │   │           ├── CSharpSkin.ComboBox.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.ContextMenuStrip
│   │   │   ├── CSharpContextMenuStrip.cs
│   │   │   ├── CSharpSkin.ContextMenuStrip.csproj
│   │   │   ├── CSharpWinapi.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ToolStripProfessionRenderer.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.ContextMenuStrip.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.ContextMenuStrip.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.ContextMenuStrip.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.ContextMenuStrip.dll
│   │   │           ├── CSharpSkin.ContextMenuStrip.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.GroupBox
│   │   │   ├── CSharpGroupBox.cs
│   │   │   ├── CSharpSkin.GroupBox.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── CSharpSkin.GroupBox.dll
│   │   │   │       └── CSharpSkin.GroupBox.pdb
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.GroupBox.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.GroupBox.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.GroupBox.dll
│   │   │           ├── CSharpSkin.GroupBox.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.MenuStrip
│   │   │   ├── CSharpSkin.MenuStrip.csproj
│   │   │   ├── CSharpStripRenderComponent.Designer.cs
│   │   │   ├── CSharpStripRenderComponent.cs
│   │   │   ├── CSharpWinapi.cs
│   │   │   ├── Class
│   │   │   │   ├── ControlPaint.cs
│   │   │   │   └── ControlRender.cs
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   ├── RectangleManager.cs
│   │   │   │   ├── RegionManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── ProperityGrid
│   │   │   │   ├── StripColorStyleEditor.Designer.cs
│   │   │   │   ├── StripColorStyleEditor.cs
│   │   │   │   ├── StripColorStyleEditor.resx
│   │   │   │   └── StripColorStylePropertyEditor.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Render
│   │   │   │   └── CSharpStripRenderer.cs
│   │   │   ├── StripColorStyle.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.MenuStrip.ProperityGrid.StripColorStyleEditor.resources
│   │   │           ├── CSharpSkin.MenuStrip.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.MenuStrip.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.MenuStrip.csproj.GenerateResource.cache
│   │   │           ├── CSharpSkin.MenuStrip.dll
│   │   │           ├── CSharpSkin.MenuStrip.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.NumericUpDown
│   │   │   ├── CSharpNumericUpDown.cs
│   │   │   ├── CSharpSkin.NumericUpDown.csproj
│   │   │   ├── CSharpWinapi.cs
│   │   │   ├── Class
│   │   │   │   ├── ControlPaint.cs
│   │   │   │   ├── ControlRender.cs
│   │   │   │   └── UpDownButtonNativeWindow.cs
│   │   │   ├── Event
│   │   │   │   ├── NumericUpDownButtonPaintEventArgs.cs
│   │   │   │   └── NumericUpDownButtonPaintEventHandler.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Struct
│   │   │   │   ├── PAINTSTRUCT.cs
│   │   │   │   ├── RECT.cs
│   │   │   │   └── WMRESULT.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.NumericUpDown.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.NumericUpDown.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.NumericUpDown.dll
│   │   │           ├── CSharpSkin.NumericUpDown.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.Panel
│   │   │   ├── CSharpPanel.cs
│   │   │   ├── CSharpSkin.Panel.csproj
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.Panel.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.Panel.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.Panel.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.Panel.dll
│   │   │           ├── CSharpSkin.Panel.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.RadioButton
│   │   │   ├── CSharpRadioButton.cs
│   │   │   ├── CSharpSkin.RadioButton.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── RadioButtonState.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.RadioButton.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.RadioButton.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.RadioButton.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.RadioButton.dll
│   │   │           ├── CSharpSkin.RadioButton.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.ScrollBar
│   │   │   ├── CSharpHScrollBar.cs
│   │   │   ├── CSharpSkin.ScrollBar.csproj
│   │   │   ├── CSharpVScrollBar.cs
│   │   │   ├── Class
│   │   │   │   ├── ColorEditor
│   │   │   │   │   ├── ColorConvert.cs
│   │   │   │   │   ├── GrayscaleStyel.cs
│   │   │   │   │   ├── HSL.cs
│   │   │   │   │   └── RGB.cs
│   │   │   │   ├── ControlPaint.cs
│   │   │   │   ├── ControlRender.cs
│   │   │   │   ├── IOnScrollBarPaint.cs
│   │   │   │   ├── ImageDc.cs
│   │   │   │   ├── NativeWindowBase.cs
│   │   │   │   ├── ScrollBarNativeWindow.cs
│   │   │   │   └── ScrollBarNativeWindowBase.cs
│   │   │   ├── Constant
│   │   │   │   ├── GWL.cs
│   │   │   │   ├── HWND.cs
│   │   │   │   ├── MOUSEBUTTONSTATE.cs
│   │   │   │   ├── PAINTOPERATIONS.cs
│   │   │   │   ├── RDW.cs
│   │   │   │   ├── SBM.cs
│   │   │   │   ├── SS.cs
│   │   │   │   ├── SW.cs
│   │   │   │   ├── TBM.cs
│   │   │   │   ├── WMRESULT.cs
│   │   │   │   ├── WP.cs
│   │   │   │   ├── WS.cs
│   │   │   │   ├── WS_EX.cs
│   │   │   │   └── WindowMessage.cs
│   │   │   ├── CsharpWinapi.cs
│   │   │   ├── Enum
│   │   │   │   └── ScrollBarMouseDownState.cs
│   │   │   ├── Event
│   │   │   │   ├── PaintScrollBarArrowEventArgs.cs
│   │   │   │   ├── PaintScrollBarEventArgs.cs
│   │   │   │   └── PaintScrollBarTrackEventArgs.cs
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   ├── RegionManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── IScrollBar.cs
│   │   │   ├── ProperityGrid
│   │   │   │   ├── ScrollBarColorStyleEditor.Designer.cs
│   │   │   │   ├── ScrollBarColorStyleEditor.cs
│   │   │   │   ├── ScrollBarColorStyleEditor.resx
│   │   │   │   └── ScrollBarColorStylePropertyEditor.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ScrollBarArrowDirection.cs
│   │   │   ├── ScrollBarColorStyle.cs
│   │   │   ├── ScrollBarState.cs
│   │   │   ├── Struct
│   │   │   │   ├── BLENDFUNCTION.cs
│   │   │   │   ├── INITCOMMONCONTROLSEX.cs
│   │   │   │   ├── LPTRACKMOUSEEVENT.cs
│   │   │   │   ├── LPTRACKMOUSEEVENT_FLAGS.cs
│   │   │   │   ├── NMCUSTOMDRAW.cs
│   │   │   │   ├── NMHDR.cs
│   │   │   │   ├── NMTTCUSTOMDRAW.cs
│   │   │   │   ├── NMTTDISPINFO.cs
│   │   │   │   ├── PAINTSTRUCT.cs
│   │   │   │   ├── POINT.cs
│   │   │   │   ├── RECT.cs
│   │   │   │   ├── SCROLLBARINFO.cs
│   │   │   │   ├── TOOLINFO.cs
│   │   │   │   └── WINDOWPOS.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.ScrollBar.ProperityGrid.ScrollBarColorStyleEditor.resources
│   │   │           ├── CSharpSkin.ScrollBar.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.ScrollBar.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.ScrollBar.csproj.GenerateResource.cache
│   │   │           ├── CSharpSkin.ScrollBar.dll
│   │   │           ├── CSharpSkin.ScrollBar.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.SplitContainer
│   │   │   ├── CSharpSkin.SplitContainer.csproj
│   │   │   ├── CSharpSplitContainer.cs
│   │   │   ├── CSharpWinapi.cs
│   │   │   ├── Class
│   │   │   │   ├── ControlPaint.cs
│   │   │   │   └── ControlRender.cs
│   │   │   ├── CollapsePanel.cs
│   │   │   ├── Enum
│   │   │   │   └── SplitButtonSatate.cs
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   ├── RegionManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SplitArrowDirection.cs
│   │   │   ├── SplitContainerState.cs
│   │   │   ├── SplitPanelState.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.SplitContainer.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.SplitContainer.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.SplitContainer.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.SplitContainer.dll
│   │   │           ├── CSharpSkin.SplitContainer.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.TabControl
│   │   │   ├── CSharpSkin.TabControl.csproj
│   │   │   ├── CSharpTabControl.cs
│   │   │   ├── Class
│   │   │   │   ├── ControlRender.cs
│   │   │   │   └── TabControlUpDownButtonNativeWindow.cs
│   │   │   ├── CsharpWinapi.cs
│   │   │   ├── Event
│   │   │   │   └── TabControlUpDownButtonPaintEventArgs.cs
│   │   │   ├── Gdi
│   │   │   │   └── GraphicsPathManager.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Struct
│   │   │   │   ├── PAINTSTRUCT.cs
│   │   │   │   ├── RECT.cs
│   │   │   │   └── WMRESULT.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.TabControl.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.TabControl.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.TabControl.dll
│   │   │           ├── CSharpSkin.TabControl.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.ToolTip
│   │   │   ├── CSharpSkin.ToolTip.csproj
│   │   │   ├── CSharpToolTip.cs
│   │   │   ├── Class
│   │   │   │   ├── ControlPaint.cs
│   │   │   │   ├── ControlRender.cs
│   │   │   │   └── ImageDc.cs
│   │   │   ├── Constant
│   │   │   │   ├── WMRESULT.cs
│   │   │   │   └── WindowMessage.cs
│   │   │   ├── CsharpWinapi.cs
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   ├── RegionManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── ProperityGrid
│   │   │   │   ├── ToolTipColorStyleEditor.Designer.cs
│   │   │   │   ├── ToolTipColorStyleEditor.cs
│   │   │   │   ├── ToolTipColorStyleEditor.resx
│   │   │   │   └── ToolTipColorStylePropertyEditor.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Struct
│   │   │   │   ├── PAINTSTRUCT.cs
│   │   │   │   ├── POINT.cs
│   │   │   │   └── RECT.cs
│   │   │   ├── ToolTipColorStyle.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.ToolTip.ProperityGrid.ToolTipColorStyleEditor.resources
│   │   │           ├── CSharpSkin.ToolTip.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.ToolTip.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.ToolTip.csproj.GenerateResource.cache
│   │   │           ├── CSharpSkin.ToolTip.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.ToolTip.dll
│   │   │           ├── CSharpSkin.ToolTip.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CSharpSkin.TrackBar
│   │   │   ├── CSharpSkin.TrackBar.csproj
│   │   │   ├── CSharpTrackBar.cs
│   │   │   ├── Class
│   │   │   │   ├── ImageDc.cs
│   │   │   │   └── MouseState.cs
│   │   │   ├── Constant
│   │   │   │   ├── MOUSEBUTTONSTATE.cs
│   │   │   │   ├── TBM.cs
│   │   │   │   ├── WMRESULT.cs
│   │   │   │   └── WindowMessage.cs
│   │   │   ├── CsharpWinapi.cs
│   │   │   ├── Event
│   │   │   │   ├── PaintStateEventArgs.cs
│   │   │   │   ├── PaintTickEventArgs.cs
│   │   │   │   └── PaintTrackEventArgs.cs
│   │   │   ├── Gdi
│   │   │   │   ├── GraphicsPathManager.cs
│   │   │   │   └── RoundStyle.cs
│   │   │   ├── ProperityGrid
│   │   │   │   ├── ProperityGrid.zip
│   │   │   │   ├── TrackBarColorStyleEditor.Designer.cs
│   │   │   │   ├── TrackBarColorStyleEditor.cs
│   │   │   │   ├── TrackBarColorStyleEditor.resx
│   │   │   │   └── TrackBarColorStylePropertyEditor.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Struct
│   │   │   │   ├── BLENDFUNCTION.cs
│   │   │   │   ├── INITCOMMONCONTROLSEX.cs
│   │   │   │   ├── LPTRACKMOUSEEVENT.cs
│   │   │   │   ├── LPTRACKMOUSEEVENT_FLAGS.cs
│   │   │   │   ├── NMCUSTOMDRAW.cs
│   │   │   │   ├── NMHDR.cs
│   │   │   │   ├── NMTTCUSTOMDRAW.cs
│   │   │   │   ├── NMTTDISPINFO.cs
│   │   │   │   ├── PAINTSTRUCT.cs
│   │   │   │   ├── POINT.cs
│   │   │   │   ├── RECT.cs
│   │   │   │   └── TOOLINFO.cs
│   │   │   ├── TrackBarColorStyle.cs
│   │   │   ├── TrackBarState.cs
│   │   │   ├── TrackTickArrowDirection.cs
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CSharpSkin.TrackBar.ProperityGrid.TrackBarColorStyleEditor.resources
│   │   │           ├── CSharpSkin.TrackBar.csproj.CoreCompileInputs.cache
│   │   │           ├── CSharpSkin.TrackBar.csproj.FileListAbsolute.txt
│   │   │           ├── CSharpSkin.TrackBar.csproj.GenerateResource.cache
│   │   │           ├── CSharpSkin.TrackBar.csprojAssemblyReference.cache
│   │   │           ├── CSharpSkin.TrackBar.dll
│   │   │           ├── CSharpSkin.TrackBar.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   └── CSharpSkin.TreeView
│   │       ├── CSharpCursorType.cs
│   │       ├── CSharpSkin.TreeView.csproj
│   │       ├── CSharpTreeView.cs
│   │       ├── CSharpWinapi.cs
│   │       ├── ProperityGrid
│   │       │   ├── TreeViewNodeStateStyleEditor.Designer.cs
│   │       │   ├── TreeViewNodeStateStyleEditor.cs
│   │       │   ├── TreeViewNodeStateStyleEditor.resx
│   │       │   └── TreeViewNodeStateStylePropertyEditor.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── TreeViewNodeStateStyle.cs
│   │       └── obj
│   │           └── Debug
│   │               ├── CSharpSkin.TreeView.ProperityGrid.TreeViewNodeStateStyleEditor.resources
│   │               ├── CSharpSkin.TreeView.csproj.CoreCompileInputs.cache
│   │               ├── CSharpSkin.TreeView.csproj.FileListAbsolute.txt
│   │               ├── CSharpSkin.TreeView.csproj.GenerateResource.cache
│   │               ├── CSharpSkin.TreeView.csprojAssemblyReference.cache
│   │               ├── CSharpSkin.TreeView.dll
│   │               ├── CSharpSkin.TreeView.pdb
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               └── TempPE
│   ├── CSharpSkin.Demo
│   │   ├── CSharpSkin.Button
│   │   │   ├── ButtonDemo.Designer.cs
│   │   │   ├── ButtonDemo.cs
│   │   │   └── ButtonDemo.resx
│   │   ├── CSharpSkin.CheckBox
│   │   │   ├── CheckBoxDemo.Designer.cs
│   │   │   ├── CheckBoxDemo.cs
│   │   │   └── CheckBoxDemo.resx
│   │   ├── CSharpSkin.ComboBox
│   │   │   ├── ComboBoxDemo.Designer.cs
│   │   │   ├── ComboBoxDemo.cs
│   │   │   └── ComboBoxDemo.resx
│   │   ├── CSharpSkin.ContextMenuStrip
│   │   │   ├── ContextMenuStripDemo.Designer.cs
│   │   │   ├── ContextMenuStripDemo.cs
│   │   │   └── ContextMenuStripDemo.resx
│   │   ├── CSharpSkin.Demo.csproj
│   │   ├── CSharpSkin.GroupBox
│   │   │   ├── GroupBoxDemo.Designer.cs
│   │   │   ├── GroupBoxDemo.cs
│   │   │   └── GroupBoxDemo.resx
│   │   ├── CSharpSkin.MenuStrip
│   │   │   ├── MenuStripDemo.Designer.cs
│   │   │   ├── MenuStripDemo.cs
│   │   │   └── MenuStripDemo.resx
│   │   ├── CSharpSkin.NumericUpDown
│   │   │   ├── NumericUpDownDemo.Designer.cs
│   │   │   ├── NumericUpDownDemo.cs
│   │   │   └── NumericUpDownDemo.resx
│   │   ├── CSharpSkin.Panel
│   │   │   ├── PanelDemo.Designer.cs
│   │   │   ├── PanelDemo.cs
│   │   │   └── PanelDemo.resx
│   │   ├── CSharpSkin.RadioButton
│   │   │   ├── RadioButtonDemo.Designer.cs
│   │   │   ├── RadioButtonDemo.cs
│   │   │   └── RadioButtonDemo.resx
│   │   ├── CSharpSkin.ScrollBar
│   │   │   ├── ScrollBarDemo.Designer.cs
│   │   │   ├── ScrollBarDemo.cs
│   │   │   └── ScrollBarDemo.resx
│   │   ├── CSharpSkin.SplitContainer
│   │   │   ├── SplitContainerDemo.Designer.cs
│   │   │   ├── SplitContainerDemo.cs
│   │   │   └── SplitContainerDemo.resx
│   │   ├── CSharpSkin.TabControl
│   │   │   ├── TabControlDemo.Designer.cs
│   │   │   ├── TabControlDemo.cs
│   │   │   └── TabControlDemo.resx
│   │   ├── CSharpSkin.TextBox
│   │   │   ├── TextboxDemo.Designer.cs
│   │   │   ├── TextboxDemo.cs
│   │   │   └── TextboxDemo.resx
│   │   ├── CSharpSkin.ToolTip
│   │   │   ├── ToolTipDemo.Designer.cs
│   │   │   ├── ToolTipDemo.cs
│   │   │   └── ToolTipDemo.resx
│   │   ├── CSharpSkin.TrackBar
│   │   │   ├── TrackBarDemo.Designer.cs
│   │   │   ├── TrackBarDemo.cs
│   │   │   └── TrackBarDemo.resx
│   │   ├── CSharpSkin.TreeView
│   │   │   ├── TreeViewDemo.Designer.cs
│   │   │   ├── TreeViewDemo.cs
│   │   │   └── TreeViewDemo.resx
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resouces
│   │   │   └── CSharpSkin.Button
│   │   │       ├── btnUpload.png
│   │   │       ├── buttn_style_1.png
│   │   │       ├── icon_upload_hov.png
│   │   │       └── icon_upload_nor.png
│   │   ├── Resources
│   │   │   ├── expandIcon.png
│   │   │   ├── icon_off_hov.png
│   │   │   ├── icon_off_nor.png
│   │   │   └── shrinKIcon.png
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── CSharpSKin.TextBox.dll
│   │   │   │   ├── CSharpSKin.TextBox.pdb
│   │   │   │   ├── CSharpSkin.Button.dll
│   │   │   │   ├── CSharpSkin.Button.pdb
│   │   │   │   ├── CSharpSkin.CheckBox.dll
│   │   │   │   ├── CSharpSkin.CheckBox.pdb
│   │   │   │   ├── CSharpSkin.ComboBox.dll
│   │   │   │   ├── CSharpSkin.ComboBox.pdb
│   │   │   │   ├── CSharpSkin.ContextMenuStrip.dll
│   │   │   │   ├── CSharpSkin.ContextMenuStrip.pdb
│   │   │   │   ├── CSharpSkin.Demo.exe
│   │   │   │   ├── CSharpSkin.Demo.pdb
│   │   │   │   ├── CSharpSkin.GroupBox.dll
│   │   │   │   ├── CSharpSkin.GroupBox.pdb
│   │   │   │   ├── CSharpSkin.MenuStrip.dll
│   │   │   │   ├── CSharpSkin.MenuStrip.pdb
│   │   │   │   ├── CSharpSkin.NumericUpDown.dll
│   │   │   │   ├── CSharpSkin.NumericUpDown.pdb
│   │   │   │   ├── CSharpSkin.Panel.dll
│   │   │   │   ├── CSharpSkin.Panel.pdb
│   │   │   │   ├── CSharpSkin.RadioButton.dll
│   │   │   │   ├── CSharpSkin.RadioButton.pdb
│   │   │   │   ├── CSharpSkin.ScrollBar.dll
│   │   │   │   ├── CSharpSkin.ScrollBar.pdb
│   │   │   │   ├── CSharpSkin.SplitContainer.dll
│   │   │   │   ├── CSharpSkin.SplitContainer.pdb
│   │   │   │   ├── CSharpSkin.TabControl.dll
│   │   │   │   ├── CSharpSkin.TabControl.pdb
│   │   │   │   ├── CSharpSkin.ToolTip.dll
│   │   │   │   ├── CSharpSkin.ToolTip.pdb
│   │   │   │   ├── CSharpSkin.TrackBar.dll
│   │   │   │   ├── CSharpSkin.TrackBar.pdb
│   │   │   │   ├── CSharpSkin.TreeView.dll
│   │   │   │   └── CSharpSkin.TreeView.pdb
│   │   │   └── Release
│   │   │       ├── CSharpSkin.Button.dll
│   │   │       ├── CSharpSkin.Button.pdb
│   │   │       ├── CSharpSkin.Demo.exe
│   │   │       └── CSharpSkin.Demo.pdb
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── CSharpSkin.Demo.ButtonDemo.resources
│   │       │   ├── CSharpSkin.Demo.CheckBoxDemo.resources
│   │       │   ├── CSharpSkin.Demo.ComboBoxDemo.resources
│   │       │   ├── CSharpSkin.Demo.ContextMenuStripDemo.resources
│   │       │   ├── CSharpSkin.Demo.Form1.resources
│   │       │   ├── CSharpSkin.Demo.GroupBoxDemo.resources
│   │       │   ├── CSharpSkin.Demo.MenuStripDemo.resources
│   │       │   ├── CSharpSkin.Demo.NumericUpDownDemo.resources
│   │       │   ├── CSharpSkin.Demo.PanelDemo.resources
│   │       │   ├── CSharpSkin.Demo.Properties.Resources.resources
│   │       │   ├── CSharpSkin.Demo.RadioButtonDemo.resources
│   │       │   ├── CSharpSkin.Demo.ScrollBarDemo.resources
│   │       │   ├── CSharpSkin.Demo.SplitContainerDemo.resources
│   │       │   ├── CSharpSkin.Demo.TabControlDemo.resources
│   │       │   ├── CSharpSkin.Demo.TextboxDemo.resources
│   │       │   ├── CSharpSkin.Demo.ToolTipDemo.resources
│   │       │   ├── CSharpSkin.Demo.TrackBarDemo.resources
│   │       │   ├── CSharpSkin.Demo.TreeViewDemo.resources
│   │       │   ├── CSharpSkin.Demo.csproj.CopyComplete
│   │       │   ├── CSharpSkin.Demo.csproj.CoreCompileInputs.cache
│   │       │   ├── CSharpSkin.Demo.csproj.FileListAbsolute.txt
│   │       │   ├── CSharpSkin.Demo.csproj.GenerateResource.cache
│   │       │   ├── CSharpSkin.Demo.csprojAssemblyReference.cache
│   │       │   ├── CSharpSkin.Demo.exe
│   │       │   ├── CSharpSkin.Demo.pdb
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   └── TempPE
│   │       │       └── Properties.Resources.Designer.cs.dll
│   │       └── Release
│   │           ├── CSharpSkin.Demo.ButtonDemo.resources
│   │           ├── CSharpSkin.Demo.Properties.Resources.resources
│   │           ├── CSharpSkin.Demo.csproj.CopyComplete
│   │           ├── CSharpSkin.Demo.csproj.CoreCompileInputs.cache
│   │           ├── CSharpSkin.Demo.csproj.FileListAbsolute.txt
│   │           ├── CSharpSkin.Demo.csproj.GenerateResource.cache
│   │           ├── CSharpSkin.Demo.csprojAssemblyReference.cache
│   │           ├── CSharpSkin.Demo.exe
│   │           ├── CSharpSkin.Demo.pdb
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── CSharpSkin.Lib
│   │   ├── Debug
│   │   │   ├── CSharpSkin.Button.dll
│   │   │   ├── CSharpSkin.Button.pdb
│   │   │   ├── CSharpSkin.CheckBox.dll
│   │   │   ├── CSharpSkin.CheckBox.pdb
│   │   │   ├── CSharpSkin.ComboBox.dll
│   │   │   ├── CSharpSkin.ComboBox.pdb
│   │   │   ├── CSharpSkin.ContextMenuStrip.dll
│   │   │   ├── CSharpSkin.ContextMenuStrip.pdb
│   │   │   ├── CSharpSkin.DataGridView.dll
│   │   │   ├── CSharpSkin.DataGridView.pdb
│   │   │   ├── CSharpSkin.GroupBox.dll
│   │   │   ├── CSharpSkin.GroupBox.pdb
│   │   │   ├── CSharpSkin.ListView.dll
│   │   │   ├── CSharpSkin.ListView.pdb
│   │   │   ├── CSharpSkin.MenuStrip.dll
│   │   │   ├── CSharpSkin.MenuStrip.pdb
│   │   │   ├── CSharpSkin.NumericUpDown.dll
│   │   │   ├── CSharpSkin.NumericUpDown.pdb
│   │   │   ├── CSharpSkin.Panel.dll
│   │   │   ├── CSharpSkin.Panel.pdb
│   │   │   ├── CSharpSkin.ProgressBar.dll
│   │   │   ├── CSharpSkin.ProgressBar.pdb
│   │   │   ├── CSharpSkin.RadioButton.dll
│   │   │   ├── CSharpSkin.RadioButton.pdb
│   │   │   ├── CSharpSkin.ScrollBar.dll
│   │   │   ├── CSharpSkin.ScrollBar.pdb
│   │   │   ├── CSharpSkin.SplitContainer.dll
│   │   │   ├── CSharpSkin.SplitContainer.pdb
│   │   │   ├── CSharpSkin.TabControl.dll
│   │   │   ├── CSharpSkin.TabControl.pdb
│   │   │   ├── CSharpSkin.TextBox.dll
│   │   │   ├── CSharpSkin.TextBox.pdb
│   │   │   ├── CSharpSkin.ToolTip.dll
│   │   │   ├── CSharpSkin.ToolTip.pdb
│   │   │   ├── CSharpSkin.TrackBar.dll
│   │   │   ├── CSharpSkin.TrackBar.pdb
│   │   │   ├── CSharpSkin.TreeView.dll
│   │   │   └── CSharpSkin.TreeView.pdb
│   │   └── Release
│   │       ├── CSharpSkin.Button.dll
│   │       └── CSharpSkin.Button.pdb
│   ├── CSharpSkin.sln
│   ├── CSharpSkin.sln.DotSettings.user
│   ├── LICENSE
│   ├── README.en.md
│   └── README.md
└── 好例子网_CSharpSkin.rar

156 directories, 529 files


标签: winform FORM for win ORM

实例下载地址

winform 皮肤

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 kerwinaj 发表于: 2023-02-11 11:37 01
压缩包打开失败。请重新上传

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警