winform 皮肤通过重写原生控件美化皮肤,每个控件都是独立的皮肤,可自由组合。 .
├── 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
评论