嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
wpf Dock window
DockingLibrary
├── Backup
│ ├── DockingLibrary
│ │ ├── DockManager.xaml
│ │ ├── DockManager.xaml.cs
│ │ ├── DockPanelSplitter.cs
│ │ ├── DockableContent.cs
│ │ ├── DockableContentTabItemsPanel.cs
│ │ ├── DockablePane.xaml
│ │ ├── DockablePane.xaml.cs
│ │ ├── DockablePaneGroup.cs
│ │ ├── DockingButton.cs
│ │ ├── DockingButtonGroup.cs
│ │ ├── DockingGrid.xaml
│ │ ├── DockingGrid.xaml.cs
│ │ ├── DockingLibrary.csproj
│ │ ├── DocumentContent.cs
│ │ ├── DocumentsPane.xaml
│ │ ├── DocumentsPane.xaml.cs
│ │ ├── DragPaneServices.cs
│ │ ├── FloatingWindow.xaml
│ │ ├── FloatingWindow.xaml.cs
│ │ ├── FloatingWindowHostedPane.cs
│ │ ├── IDropSurface.cs
│ │ ├── ILayoutSerializable.cs
│ │ ├── ManagedContent.cs
│ │ ├── OverlayDockablePane.cs
│ │ ├── OverlayWindow.xaml
│ │ ├── OverlayWindow.xaml.cs
│ │ ├── Pane.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── themes
│ │ ├── DockingLibraryResources.xaml
│ │ └── generic.xaml
│ ├── DockingLibrary.sln
│ └── DockingLibraryDemo
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DocWindow.xaml
│ ├── DocWindow.xaml.cs
│ ├── DockingLibraryDemo.csproj
│ ├── ExplorerWindow.xaml
│ ├── ExplorerWindow.xaml.cs
│ ├── ListWindow.xaml
│ ├── ListWindow.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PropertyWindow.xaml
│ ├── PropertyWindow.xaml.cs
│ ├── RecentFile.cs
│ ├── RecentFiles.cs
│ └── app.config
├── Backup1
│ ├── DockingLibrary
│ │ ├── DockManager.xaml
│ │ ├── DockManager.xaml.cs
│ │ ├── DockPanelSplitter.cs
│ │ ├── DockableContent.cs
│ │ ├── DockableContentTabItemsPanel.cs
│ │ ├── DockablePane.xaml
│ │ ├── DockablePane.xaml.cs
│ │ ├── DockablePaneGroup.cs
│ │ ├── DockingButton.cs
│ │ ├── DockingButtonGroup.cs
│ │ ├── DockingGrid.xaml
│ │ ├── DockingGrid.xaml.cs
│ │ ├── DockingLibrary.csproj
│ │ ├── DocumentContent.cs
│ │ ├── DocumentsPane.xaml
│ │ ├── DocumentsPane.xaml.cs
│ │ ├── DragPaneServices.cs
│ │ ├── FloatingWindow.xaml
│ │ ├── FloatingWindow.xaml.cs
│ │ ├── FloatingWindowHostedPane.cs
│ │ ├── IDropSurface.cs
│ │ ├── ILayoutSerializable.cs
│ │ ├── ManagedContent.cs
│ │ ├── OverlayDockablePane.cs
│ │ ├── OverlayWindow.xaml
│ │ ├── OverlayWindow.xaml.cs
│ │ ├── Pane.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── themes
│ │ ├── DockingLibraryResources.xaml
│ │ └── generic.xaml
│ ├── DockingLibrary.sln
│ └── DockingLibraryDemo
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DocWindow.xaml
│ ├── DocWindow.xaml.cs
│ ├── DockingLibraryDemo.csproj
│ ├── ExplorerWindow.xaml
│ ├── ExplorerWindow.xaml.cs
│ ├── ListWindow.xaml
│ ├── ListWindow.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PropertyWindow.xaml
│ ├── PropertyWindow.xaml.cs
│ ├── RecentFile.cs
│ ├── RecentFiles.cs
│ └── app.config
├── DockingLibrary
│ ├── ClassDiagram1.cd
│ ├── DockContent.cs
│ ├── DockManager.xaml
│ ├── DockManager.xaml.cs
│ ├── DockPane.xaml
│ ├── DockPane.xaml.cs
│ ├── DockPaneGroup.cs
│ ├── DockPanelSplitter.cs
│ ├── DockableContent.cs
│ ├── DockableContentTabItemsPanel.cs
│ ├── DockablePane.cs
│ ├── DockablePane.xaml
│ ├── DockablePane.xaml.cs
│ ├── DockablePaneGroup.cs
│ ├── DockingButton.cs
│ ├── DockingButtonGroup.cs
│ ├── DockingGrid.cs
│ ├── DockingGrid.xaml
│ ├── DockingGrid.xaml.cs
│ ├── DockingLibrary.csproj
│ ├── DocumentContent.cs
│ ├── DocumentsPane.cs
│ ├── DocumentsPane.xaml
│ ├── DocumentsPane.xaml.cs
│ ├── DragPaneServices.cs
│ ├── FloatingWindow.xaml
│ ├── FloatingWindow.xaml.cs
│ ├── FloatingWindowHostedPane.cs
│ ├── IDockPane.cs
│ ├── IDropSurface.cs
│ ├── ILayoutSerializable.cs
│ ├── IPane.cs
│ ├── ManagedContent.cs
│ ├── OverlayDockablePane.cs
│ ├── OverlayWindow.xaml
│ ├── OverlayWindow.xaml.cs
│ ├── Pane.cs
│ ├── Pane.xaml
│ ├── Pane.xaml.cs
│ ├── PaneGroup.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── DockingLibrary.dll
│ │ │ └── DockingLibrary.pdb
│ │ └── Release
│ ├── icons
│ │ ├── DockBottom.PNG
│ │ ├── DockLeft.PNG
│ │ ├── DockPane.PNG
│ │ ├── DockRight.PNG
│ │ ├── DockTop.PNG
│ │ ├── Ritaglio.shs
│ │ └── Thumbs.db
│ ├── images
│ │ ├── DockBottom.PNG
│ │ ├── DockLeft.PNG
│ │ ├── DockPane.PNG
│ │ ├── DockRight.PNG
│ │ └── DockTop.PNG
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── DockManager.baml
│ │ │ ├── DockManager.g.cs
│ │ │ ├── DockManager.g.i.cs
│ │ │ ├── DockablePane.baml
│ │ │ ├── DockablePane.g.cs
│ │ │ ├── DockablePane.g.i.cs
│ │ │ ├── DockingGrid.baml
│ │ │ ├── DockingGrid.g.cs
│ │ │ ├── DockingGrid.g.i.cs
│ │ │ ├── DockingLibrary.Properties.Resources.resources
│ │ │ ├── DockingLibrary.csproj.CoreCompileInputs.cache
│ │ │ ├── DockingLibrary.csproj.FileListAbsolute.txt
│ │ │ ├── DockingLibrary.csproj.GenerateResource.cache
│ │ │ ├── DockingLibrary.csprojAssemblyReference.cache
│ │ │ ├── DockingLibrary.dll
│ │ │ ├── DockingLibrary.g.resources
│ │ │ ├── DockingLibrary.pdb
│ │ │ ├── DockingLibrary_MarkupCompile.cache
│ │ │ ├── DockingLibrary_MarkupCompile.i.cache
│ │ │ ├── DockingLibrary_MarkupCompile.lref
│ │ │ ├── DocumentsPane.baml
│ │ │ ├── DocumentsPane.g.cs
│ │ │ ├── DocumentsPane.g.i.cs
│ │ │ ├── FloatingWindow.baml
│ │ │ ├── FloatingWindow.g.cs
│ │ │ ├── FloatingWindow.g.i.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ ├── OverlayWindow.baml
│ │ │ ├── OverlayWindow.g.cs
│ │ │ ├── OverlayWindow.g.i.cs
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── themes
│ │ │ ├── DockingLibraryResources.baml
│ │ │ └── generic.baml
│ │ ├── DockingLibrary.csproj.FileList.txt
│ │ └── Release
│ │ ├── Refactor
│ │ ├── TempPE
│ │ └── themes
│ └── themes
│ ├── DockingLibraryResources.xaml
│ └── generic.xaml
├── DockingLibrary.sln
├── DockingLibraryDemo
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DocWindow.xaml
│ ├── DocWindow.xaml.cs
│ ├── DockingLibraryDemo.csproj
│ ├── ExplorerWindow.xaml
│ ├── ExplorerWindow.xaml.cs
│ ├── Icons
│ │ ├── props.ico
│ │ ├── view_remove.ico
│ │ └── view_tree.ico
│ ├── ListWindow.xaml
│ ├── ListWindow.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PropertyWindow.xaml
│ ├── PropertyWindow.xaml.cs
│ ├── RecentFile.cs
│ ├── RecentFiles.cs
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── DockingLibrary.dll
│ │ │ ├── DockingLibrary.pdb
│ │ │ ├── DockingLibraryDemo.exe
│ │ │ ├── DockingLibraryDemo.exe.config
│ │ │ └── DockingLibraryDemo.pdb
│ │ └── Release
│ └── obj
│ ├── Debug
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── DocWindow.baml
│ │ ├── DocWindow.g.cs
│ │ ├── DocWindow.g.i.cs
│ │ ├── DockingLibraryDemo.Properties.Resources.resources
│ │ ├── DockingLibraryDemo.csproj.CopyComplete
│ │ ├── DockingLibraryDemo.csproj.CoreCompileInputs.cache
│ │ ├── DockingLibraryDemo.csproj.FileListAbsolute.txt
│ │ ├── DockingLibraryDemo.csproj.GenerateResource.cache
│ │ ├── DockingLibraryDemo.csprojAssemblyReference.cache
│ │ ├── DockingLibraryDemo.exe
│ │ ├── DockingLibraryDemo.g.resources
│ │ ├── DockingLibraryDemo.pdb
│ │ ├── DockingLibraryDemo_MarkupCompile.cache
│ │ ├── DockingLibraryDemo_MarkupCompile.i.cache
│ │ ├── ExplorerWindow.baml
│ │ ├── ExplorerWindow.g.cs
│ │ ├── ExplorerWindow.g.i.cs
│ │ ├── ListWindow.baml
│ │ ├── ListWindow.g.cs
│ │ ├── ListWindow.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── PropertyWindow.baml
│ │ ├── PropertyWindow.g.cs
│ │ ├── PropertyWindow.g.i.cs
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── Release
│ └── TempPE
├── UpgradeLog.htm
└── UpgradeLog2.htm
40 directories, 272 files