在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → dockpanel完整版代码

dockpanel完整版代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:8.75M
  • 下载次数:17
  • 浏览次数:144
  • 发布时间:2023-08-16
  • 实例类别:C#语言基础
  • 发 布 人:sssssss1222
  • 文件格式:.zip
  • 所需积分:5
 相关标签: panel Dock doc ck OC

实例介绍

【实例简介】dockpanel完整版代码

【实例截图】

from clipboard

【核心代码】

.
├── dockpanelsuite-master
│   ├── DockSample
│   │   ├── AboutDialog.Designer.cs
│   │   ├── AboutDialog.cs
│   │   ├── AboutDialog.resx
│   │   ├── Customization
│   │   │   └── DockHelper.cs
│   │   ├── DataGridViewCheckBoxTestCell.cs
│   │   ├── DockSample.csproj
│   │   ├── DockSample.csproj.user
│   │   ├── DummyDoc.Designer.cs
│   │   ├── DummyDoc.cs
│   │   ├── DummyDoc.resx
│   │   ├── DummyDocAxis.Designer.cs
│   │   ├── DummyDocAxis.cs
│   │   ├── DummyDocAxis.resx
│   │   ├── DummyOutputWindow.Designer.cs
│   │   ├── DummyOutputWindow.cs
│   │   ├── DummyOutputWindow.resx
│   │   ├── DummyPropertyWindow.Designer.cs
│   │   ├── DummyPropertyWindow.cs
│   │   ├── DummyPropertyWindow.resx
│   │   ├── DummySolutionExplorer.Designer.cs
│   │   ├── DummySolutionExplorer.cs
│   │   ├── DummySolutionExplorer.resx
│   │   ├── DummyTaskList.Designer.cs
│   │   ├── DummyTaskList.cs
│   │   ├── DummyTaskList.resx
│   │   ├── DummyToolbox.Designer.cs
│   │   ├── DummyToolbox.cs
│   │   ├── DummyToolbox.resx
│   │   ├── Images
│   │   │   ├── ArrowDown.bmp
│   │   │   ├── ArrowUp.bmp
│   │   │   ├── Bitmap.ico
│   │   │   ├── BlankIcon.ico
│   │   │   ├── CSFile.ico
│   │   │   ├── CSProject.ico
│   │   │   ├── ClosedFolder.ICO
│   │   │   ├── File.ico
│   │   │   ├── Form.ico
│   │   │   ├── Logo.ico
│   │   │   ├── Mouse.bmp
│   │   │   ├── New.ico
│   │   │   ├── Open.ico
│   │   │   ├── OpenFolder.ICO
│   │   │   ├── OutputWindow.ico
│   │   │   ├── PropertyWindow.ico
│   │   │   ├── Reference.ico
│   │   │   ├── References.ico
│   │   │   ├── SolutionExplorer.ico
│   │   │   ├── SplashScreen.png
│   │   │   ├── TaskListWindow.ico
│   │   │   ├── ToolboxWindow.ico
│   │   │   ├── XmlFile.ico
│   │   │   └── msenv22.ico
│   │   ├── Logo.ico
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── AxisList.png
│   │   │   ├── IOList.png
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   ├── Settings.settings
│   │   │   ├── axis.png
│   │   │   ├── card.png
│   │   │   ├── chabu.png
│   │   │   ├── chabuqi.png
│   │   │   ├── error.ico
│   │   │   ├── io.png
│   │   │   └── 电脑.png
│   │   ├── Resources
│   │   │   └── DockPanel.xml
│   │   ├── SplashScreen.Designer.cs
│   │   ├── SplashScreen.cs
│   │   ├── SplashScreen.resx
│   │   ├── ToolWindow.Designer.cs
│   │   ├── ToolWindow.cs
│   │   ├── ToolWindow.resx
│   │   ├── VS2012ColorTable.cs
│   │   ├── VS2012ToolStripRenderer.cs
│   │   ├── VS2013ColorTable.cs
│   │   ├── VS2013ToolStripRenderer.cs
│   │   ├── VSToolStripExtender.Designer.cs
│   │   ├── VSToolStripExtender.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── 1X00测试软件.exe
│   │   │   │   ├── 1X00测试软件.exe.config
│   │   │   │   ├── 1X00测试软件.pdb
│   │   │   │   ├── 1X00测试软件.vshost.exe
│   │   │   │   ├── 1X00测试软件.vshost.exe.config
│   │   │   │   ├── 1X00测试软件.vshost.exe.manifest
│   │   │   │   ├── DockPanel.config
│   │   │   │   ├── DockPanel.temp.config
│   │   │   │   ├── HY.Docking.ThemeVS2003.dll
│   │   │   │   ├── HY.Docking.ThemeVS2003.pdb
│   │   │   │   ├── HY.Docking.ThemeVS2012Light.dll
│   │   │   │   ├── HY.Docking.ThemeVS2012Light.pdb
│   │   │   │   ├── HY.Docking.ThemeVS2013Blue.dll
│   │   │   │   ├── HY.Docking.ThemeVS2013Blue.pdb
│   │   │   │   ├── HY.Docking.dll
│   │   │   │   ├── HY.Docking.pdb
│   │   │   │   └── license.txt
│   │   │   └── Release
│   │   ├── license.txt
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── 1X00测试软件.exe
│   │       │   ├── 1X00测试软件.pdb
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── DockSample.AboutDialog.resources
│   │       │   ├── DockSample.DummyDoc.resources
│   │       │   ├── DockSample.DummyDocAxis.resources
│   │       │   ├── DockSample.DummyOutputWindow.resources
│   │       │   ├── DockSample.DummyPropertyWindow.resources
│   │       │   ├── DockSample.DummySolutionExplorer.resources
│   │       │   ├── DockSample.DummyTaskList.resources
│   │       │   ├── DockSample.DummyToolbox.resources
│   │       │   ├── DockSample.MainForm.resources
│   │       │   ├── DockSample.Properties.Resources.resources
│   │       │   ├── DockSample.SplashScreen.resources
│   │       │   ├── DockSample.ToolWindow.resources
│   │       │   ├── DockSample.csproj.AssemblyReference.cache
│   │       │   ├── DockSample.csproj.FileListAbsolute.txt
│   │       │   ├── DockSample.csproj.GenerateResource.Cache
│   │       │   ├── DockSample.csprojResolveAssemblyReference.cache
│   │       │   ├── TempPE
│   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │       │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │       │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │       │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │       └── Release
│   ├── README.md
│   ├── Tests
│   │   ├── PatchControllerTestFixture.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Tests.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── NUnit.System.Linq.dll
│   │   │       ├── Tests.dll
│   │   │       ├── Tests.pdb
│   │   │       ├── nunit.framework.dll
│   │   │       └── nunit.framework.xml
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── Tests.csproj.FileListAbsolute.txt
│   │   │   │   ├── Tests.dll
│   │   │   │   └── Tests.pdb
│   │   │   └── Release
│   │   └── packages.config
│   ├── Tests2
│   │   ├── App.config
│   │   ├── PatchControllerTestFixture.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Tests2.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── NUnit.System.Linq.dll
│   │   │       ├── Tests2.dll
│   │   │       ├── Tests2.dll.config
│   │   │       ├── Tests2.pdb
│   │   │       ├── nunit.framework.dll
│   │   │       └── nunit.framework.xml
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── Tests2.csproj.AssemblyReference.cache
│   │   │   │   ├── Tests2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Tests2.dll
│   │   │   │   └── Tests2.pdb
│   │   │   └── Release
│   │   └── packages.config
│   ├── Tests3
│   │   ├── App.config
│   │   ├── PatchControllerTestFixture.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Tests3.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── NUnit.System.Linq.dll
│   │   │       ├── Tests3.dll
│   │   │       ├── Tests3.dll.config
│   │   │       ├── Tests3.pdb
│   │   │       ├── nunit.framework.dll
│   │   │       └── nunit.framework.xml
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── Tests3.csproj.AssemblyReference.cache
│   │   │   │   ├── Tests3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Tests3.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Tests3.dll
│   │   │   │   └── Tests3.pdb
│   │   │   └── Release
│   │   └── packages.config
│   ├── WinFormsUI
│   │   ├── Docking
│   │   │   ├── AutoHideStripBase.cs
│   │   │   ├── Configuration
│   │   │   │   └── PatchSection.cs
│   │   │   ├── DockAreasEditor.cs
│   │   │   ├── DockContent.cs
│   │   │   ├── DockContentCollection.cs
│   │   │   ├── DockContentEventArgs.cs
│   │   │   ├── DockContentHandler.cs
│   │   │   ├── DockOutlineBase.cs
│   │   │   ├── DockPane.SplitterControl.cs
│   │   │   ├── DockPane.cs
│   │   │   ├── DockPaneCaptionBase.cs
│   │   │   ├── DockPaneCollection.cs
│   │   │   ├── DockPaneStripBase.cs
│   │   │   ├── DockPanel.Appearance.cs
│   │   │   ├── DockPanel.AutoHideWindow.cs
│   │   │   ├── DockPanel.DockDragHandler.cs
│   │   │   ├── DockPanel.DragHandler.cs
│   │   │   ├── DockPanel.FocusManager.cs
│   │   │   ├── DockPanel.MdiClientController.cs
│   │   │   ├── DockPanel.Persistor.cs
│   │   │   ├── DockPanel.SplitterDragHandler.cs
│   │   │   ├── DockPanel.bmp
│   │   │   ├── DockPanel.cs
│   │   │   ├── DockPanelExtender.cs
│   │   │   ├── DockPanelSkin.cs
│   │   │   ├── DockWindow.SplitterControl.cs
│   │   │   ├── DockWindow.cs
│   │   │   ├── DockWindowCollection.cs
│   │   │   ├── DragForm.cs
│   │   │   ├── DrawingRoutines.cs
│   │   │   ├── DummyControl.cs
│   │   │   ├── Enums.cs
│   │   │   ├── FloatWindow.cs
│   │   │   ├── FloatWindowCollection.cs
│   │   │   ├── Helpers
│   │   │   │   ├── DockHelper.cs
│   │   │   │   ├── DrawHelper.cs
│   │   │   │   ├── ResourceHelper.cs
│   │   │   │   └── Win32Helper.cs
│   │   │   ├── ITheme.cs
│   │   │   ├── InertButton.cs
│   │   │   ├── InertButtonBase.cs
│   │   │   ├── Interfaces.cs
│   │   │   ├── Localization.cs
│   │   │   ├── Measures.cs
│   │   │   ├── NestedDockingStatus.cs
│   │   │   ├── NestedPaneCollection.cs
│   │   │   ├── PatchController.cs
│   │   │   ├── Resources
│   │   │   │   ├── DockIndicator_PaneDiamond.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Bottom.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Hotspot.png
│   │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex.png
│   │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex_VS2012.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Left.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Right.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Top.png
│   │   │   │   ├── DockIndicator_PanelBottom.png
│   │   │   │   ├── DockIndicator_PanelBottom_Active.png
│   │   │   │   ├── DockIndicator_PanelFill.png
│   │   │   │   ├── DockIndicator_PanelFill_Active.png
│   │   │   │   ├── DockIndicator_PanelLeft.png
│   │   │   │   ├── DockIndicator_PanelLeft_Active.png
│   │   │   │   ├── DockIndicator_PanelRight.png
│   │   │   │   ├── DockIndicator_PanelRight_Active.png
│   │   │   │   ├── DockIndicator_PanelTop.png
│   │   │   │   ├── DockIndicator_PanelTop_Active.png
│   │   │   │   ├── DockPane_AutoHide.png
│   │   │   │   ├── DockPane_Close.png
│   │   │   │   ├── DockPane_Dock.png
│   │   │   │   ├── DockPane_Option.png
│   │   │   │   ├── DockPane_OptionOverflow.png
│   │   │   │   └── Dockindicator_PaneDiamond_Fill.png
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── SplitterBase.cs
│   │   │   ├── Strings.Designer.cs
│   │   │   ├── Strings.resx
│   │   │   ├── ThemeBase.cs
│   │   │   ├── VS2005AutoHideStrip.cs
│   │   │   ├── VS2005DockPaneCaption.cs
│   │   │   ├── VS2005DockPaneStrip.cs
│   │   │   ├── VS2005Theme.cs
│   │   │   ├── VisibleNestedPaneCollection.cs
│   │   │   └── Win32
│   │   │       ├── Enums.cs
│   │   │       └── NativeMethods.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ThemeVS2003
│   │   │   ├── Resources
│   │   │   │   ├── DockPaneCaption_AutoHideNo.png
│   │   │   │   ├── DockPaneCaption_AutoHideYes.png
│   │   │   │   ├── DockPaneCaption_CloseDisabled.png
│   │   │   │   ├── DockPaneCaption_CloseEnabled.png
│   │   │   │   ├── DockPaneStrip_CloseDisabled.png
│   │   │   │   ├── DockPaneStrip_CloseEnabled.png
│   │   │   │   ├── DockPaneStrip_ScrollLeftDisabled.png
│   │   │   │   ├── DockPaneStrip_ScrollLeftEnabled.png
│   │   │   │   ├── DockPaneStrip_ScrollRightDisabled.png
│   │   │   │   └── DockPaneStrip_ScrollRightEnabled.png
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Strings.Designer.cs
│   │   │   ├── Strings.resx
│   │   │   ├── VS2003AutoHideStrip.cs
│   │   │   ├── VS2003DockPaneCaption.cs
│   │   │   ├── VS2003DockPaneStrip.cs
│   │   │   └── VS2003Theme.cs
│   │   ├── ThemeVS2003.csproj
│   │   ├── ThemeVS2005Multithreading
│   │   │   ├── Resources
│   │   │   │   ├── DockIndicator_PaneDiamond.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Bottom.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Hotspot.png
│   │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex.png
│   │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex_VS2012.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Left.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Right.png
│   │   │   │   ├── DockIndicator_PaneDiamond_Top.png
│   │   │   │   ├── DockIndicator_PanelBottom.png
│   │   │   │   ├── DockIndicator_PanelBottom_Active.png
│   │   │   │   ├── DockIndicator_PanelFill.png
│   │   │   │   ├── DockIndicator_PanelFill_Active.png
│   │   │   │   ├── DockIndicator_PanelLeft.png
│   │   │   │   ├── DockIndicator_PanelLeft_Active.png
│   │   │   │   ├── DockIndicator_PanelRight.png
│   │   │   │   ├── DockIndicator_PanelRight_Active.png
│   │   │   │   ├── DockIndicator_PanelTop.png
│   │   │   │   ├── DockIndicator_PanelTop_Active.png
│   │   │   │   ├── DockPane_AutoHide.png
│   │   │   │   ├── DockPane_Close.png
│   │   │   │   ├── DockPane_Dock.png
│   │   │   │   ├── DockPane_Option.png
│   │   │   │   ├── DockPane_OptionOverflow.png
│   │   │   │   └── Dockindicator_PaneDiamond_Fill.png
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Strings.Designer.cs
│   │   │   ├── Strings.resx
│   │   │   ├── VS2005MultithreadingAutoHideStrip.cs
│   │   │   ├── VS2005MultithreadingDockPaneCaption.cs
│   │   │   ├── VS2005MultithreadingDockPaneStrip.cs
│   │   │   ├── VS2005MultithreadingPaneIndicator.cs
│   │   │   ├── VS2005MultithreadingPanelIndicator.cs
│   │   │   └── VS2005MultithreadingTheme.cs
│   │   ├── ThemeVS2005Multithreading.csproj
│   │   ├── ThemeVS2012Light
│   │   │   ├── Resources
│   │   │   │   ├── ActiveTabHover_Close.png
│   │   │   │   ├── ActiveTab_Close.png
│   │   │   │   ├── DockIndicator_PaneDiamond1.bmp
│   │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex.png
│   │   │   │   ├── DockIndicator_PanelBottom.png
│   │   │   │   ├── DockIndicator_PanelFill.png
│   │   │   │   ├── DockIndicator_PanelLeft.png
│   │   │   │   ├── DockIndicator_PanelRight.png
│   │   │   │   ├── DockIndicator_PanelTop.png
│   │   │   │   ├── DockPane_AutoHide.png
│   │   │   │   ├── DockPane_Close.png
│   │   │   │   ├── DockPane_Dock.png
│   │   │   │   ├── DockPane_Option.png
│   │   │   │   ├── DockPane_OptionOverflow.png
│   │   │   │   ├── Dockindicator_PaneDiamond.png
│   │   │   │   ├── Dockindicator_PaneDiamond_Fill.png
│   │   │   │   ├── Dockindicator_PaneDiamond_Hotspot.png
│   │   │   │   ├── InactiveTabHover_Close.png
│   │   │   │   ├── LostFocusTabHover_Close.png
│   │   │   │   └── LostFocusTab_Close.png
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Strings.Designer.cs
│   │   │   ├── Strings.resx
│   │   │   ├── VS2012LightAutoHideStrip.cs
│   │   │   ├── VS2012LightAutoHideWindowControl.cs
│   │   │   ├── VS2012LightDockPaneCaption.cs
│   │   │   ├── VS2012LightDockPaneStrip.cs
│   │   │   ├── VS2012LightDockWindow.cs
│   │   │   ├── VS2012LightSplitterControl.cs
│   │   │   └── VS2012LightTheme.cs
│   │   ├── ThemeVS2012Light.csproj
│   │   ├── ThemeVS2013Blue
│   │   │   ├── Resources
│   │   │   │   ├── ActiveTabHover_Close.png
│   │   │   │   ├── ActiveTab_Close.png
│   │   │   │   ├── DockPane_Close.png
│   │   │   │   ├── DockPane_Close_disabled.png
│   │   │   │   └── LostFocusTab_Close.png
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Strings.Designer.cs
│   │   │   ├── Strings.resx
│   │   │   ├── VS2013BlueDockPaneStrip.cs
│   │   │   ├── VS2013BlueSplitterControl.cs
│   │   │   └── VS2013BlueTheme.cs
│   │   ├── ThemeVS2013Blue.csproj
│   │   ├── WinFormsUI.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── HY.Docking.ThemeVS2003.dll
│   │   │       ├── HY.Docking.ThemeVS2003.pdb
│   │   │       ├── HY.Docking.ThemeVS2005Multithreading.dll
│   │   │       ├── HY.Docking.ThemeVS2005Multithreading.pdb
│   │   │       ├── HY.Docking.ThemeVS2012Light.dll
│   │   │       ├── HY.Docking.ThemeVS2012Light.pdb
│   │   │       ├── HY.Docking.ThemeVS2013Blue.dll
│   │   │       ├── HY.Docking.ThemeVS2013Blue.pdb
│   │   │       ├── HY.Docking.dll
│   │   │       ├── HY.Docking.pdb
│   │   │       └── license.txt
│   │   ├── dockpanelsuite.snk
│   │   ├── license.txt
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── HY.Docking.ThemeVS2003.dll
│   │       │   ├── HY.Docking.ThemeVS2003.pdb
│   │       │   ├── HY.Docking.ThemeVS2005Multithreading.dll
│   │       │   ├── HY.Docking.ThemeVS2005Multithreading.pdb
│   │       │   ├── HY.Docking.ThemeVS2012Light.dll
│   │       │   ├── HY.Docking.ThemeVS2012Light.pdb
│   │       │   ├── HY.Docking.ThemeVS2013Blue.dll
│   │       │   ├── HY.Docking.ThemeVS2013Blue.pdb
│   │       │   ├── HY.Docking.dll
│   │       │   ├── HY.Docking.pdb
│   │       │   ├── TempPE
│   │       │   │   ├── Docking.Resources.Designer.cs.dll
│   │       │   │   ├── Docking.Strings.Designer.cs.dll
│   │       │   │   ├── ThemeVS2003.Resources.Designer.cs.dll
│   │       │   │   ├── ThemeVS2003.Strings.Designer.cs.dll
│   │       │   │   ├── ThemeVS2005Multithreading.Resources.Designer.cs.dll
│   │       │   │   ├── ThemeVS2005Multithreading.Strings.Designer.cs.dll
│   │       │   │   ├── ThemeVS2012Light.Resources.Designer.cs.dll
│   │       │   │   ├── ThemeVS2012Light.Strings.Designer.cs.dll
│   │       │   │   ├── ThemeVS2013Blue.Resources.Designer.cs.dll
│   │       │   │   └── ThemeVS2013Blue.Strings.Designer.cs.dll
│   │       │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │       │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │       │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │       │   ├── ThemeVS2003.csproj.AssemblyReference.cache
│   │       │   ├── ThemeVS2003.csproj.FileListAbsolute.txt
│   │       │   ├── ThemeVS2003.csproj.GenerateResource.Cache
│   │       │   ├── ThemeVS2003.csprojResolveAssemblyReference.cache
│   │       │   ├── ThemeVS2005Multithreading.csproj.AssemblyReference.cache
│   │       │   ├── ThemeVS2005Multithreading.csproj.FileListAbsolute.txt
│   │       │   ├── ThemeVS2005Multithreading.csproj.GenerateResource.Cache
│   │       │   ├── ThemeVS2005Multithreading.csprojResolveAssemblyReference.cache
│   │       │   ├── ThemeVS2012Light.csproj.AssemblyReference.cache
│   │       │   ├── ThemeVS2012Light.csproj.FileListAbsolute.txt
│   │       │   ├── ThemeVS2012Light.csproj.GenerateResource.Cache
│   │       │   ├── ThemeVS2012Light.csprojResolveAssemblyReference.cache
│   │       │   ├── ThemeVS2013Blue.csproj.AssemblyReference.cache
│   │       │   ├── ThemeVS2013Blue.csproj.FileListAbsolute.txt
│   │       │   ├── ThemeVS2013Blue.csproj.GenerateResource.Cache
│   │       │   ├── ThemeVS2013Blue.csprojResolveAssemblyReference.cache
│   │       │   ├── WeifenLuo.WinFormsUI.Docking.Resources.resources
│   │       │   ├── WeifenLuo.WinFormsUI.Docking.Strings.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2003.Resources.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2003.Strings.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2005Multithreading.Resources.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2005Multithreading.Strings.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2012Light.Resources.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2012Light.Strings.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2013Blue.Resources.resources
│   │       │   ├── WeifenLuo.WinFormsUI.ThemeVS2013Blue.Strings.resources
│   │       │   ├── WinFormsUI.csproj.AssemblyReference.cache
│   │       │   ├── WinFormsUI.csproj.FileListAbsolute.txt
│   │       │   ├── WinFormsUI.csproj.GenerateResource.Cache
│   │       │   └── WinFormsUI.csprojResolveAssemblyReference.cache
│   │       └── Release
│   │           ├── HY.Docking.dll
│   │           ├── HY.Docking.pdb
│   │           ├── ThemeVS2003.csprojResolveAssemblyReference.cache
│   │           ├── WeifenLuo.WinFormsUI.Docking.Resources.resources
│   │           ├── WeifenLuo.WinFormsUI.Docking.Strings.resources
│   │           ├── WeifenLuo.WinFormsUI.ThemeVS2003.Resources.resources
│   │           ├── WeifenLuo.WinFormsUI.ThemeVS2003.Strings.resources
│   │           ├── WinFormsUI.csproj.FileListAbsolute.txt
│   │           ├── WinFormsUI.csproj.GenerateResource.Cache
│   │           └── WinFormsUI.csprojResolveAssemblyReference.cache
│   ├── WinFormsUI.Docking.sln
│   ├── WinFormsUI.Docking.suo
│   ├── all.bat
│   ├── appveyor.yml
│   ├── bin
│   │   └── net20
│   │       ├── HY.Docking.dll
│   │       ├── HY.Docking.pdb
│   │       └── license.txt
│   ├── clean.bat
│   ├── debug.bat
│   ├── license.txt
│   ├── nuget.bat
│   ├── packages
│   │   ├── NUnit.3.4.1
│   │   │   ├── CHANGES.txt
│   │   │   ├── LICENSE.txt
│   │   │   ├── NOTICES.txt
│   │   │   ├── NUnit.3.4.1.nupkg
│   │   │   └── lib
│   │   │       ├── dotnet
│   │   │       │   ├── nunit.framework.dll
│   │   │       │   └── nunit.framework.xml
│   │   │       ├── net20
│   │   │       │   ├── NUnit.System.Linq.dll
│   │   │       │   ├── nunit.framework.dll
│   │   │       │   └── nunit.framework.xml
│   │   │       ├── net35
│   │   │       │   ├── nunit.framework.dll
│   │   │       │   └── nunit.framework.xml
│   │   │       ├── net40
│   │   │       │   ├── nunit.framework.dll
│   │   │       │   └── nunit.framework.xml
│   │   │       ├── net45
│   │   │       │   ├── nunit.framework.dll
│   │   │       │   └── nunit.framework.xml
│   │   │       └── portable-net45 win8 wp8 wpa81 Xamarin.Mac MonoAndroid10 MonoTouch10 Xamarin.iOS10
│   │   │           ├── nunit.framework.dll
│   │   │           └── nunit.framework.xml
│   │   └── NUnit3TestAdapter.3.4.0
│   │       ├── NUnit3TestAdapter.3.4.0.nupkg
│   │       ├── lib
│   │       │   ├── Mono.Cecil.Mdb.dll
│   │       │   ├── Mono.Cecil.Pdb.dll
│   │       │   ├── Mono.Cecil.Rocks.dll
│   │       │   ├── Mono.Cecil.dll
│   │       │   ├── NUnit3.TestAdapter.dll
│   │       │   ├── ignore.addins
│   │       │   ├── nunit.engine.api.dll
│   │       │   └── nunit.engine.dll
│   │       └── tools
│   │           └── install.ps1
│   ├── release.bat
│   └── release.net40.bat
└── dockpanel完整版代码_dockpanelsuite-.zip

72 directories, 478 files



标签: panel Dock doc ck OC

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警