基本信息
源码名称:C#+dockpanel
源码大小:2.15M
文件格式:.zip
开发语言:C#
更新时间:2023-06-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# dockpanel


文件清单
└── C# DockPanel
    ├── DockPanel_2_2_Bin
    │   └── Release
    │       ├── DockSample.exe
    │       ├── license.txt
    │       └── WeifenLuo.WinFormsUI.Docking.dll
    ├── DockPanel_2_2_Source
    │   └── Src
    │       ├── DockSample
    │       │   ├── AboutDialog.cs
    │       │   ├── AboutDialog.Designer.cs
    │       │   ├── AboutDialog.resx
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   ├── Customization
    │       │   │   ├── DockHelper.cs
    │       │   │   ├── Extender.cs
    │       │   │   ├── InertButton.cs
    │       │   │   ├── Resources
    │       │   │   │   ├── DockIndicator_PaneDiamond.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Bottom.bmp
    │       │   │   │   ├── Dockindicator_PaneDiamond_Fill.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Hotspot.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Left.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Right.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Top.bmp
    │       │   │   │   ├── DockIndicator_PanelBottom_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelBottom.bmp
    │       │   │   │   ├── DockIndicator_PanelFill_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelFill.bmp
    │       │   │   │   ├── DockIndicator_PanelLeft_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelLeft.bmp
    │       │   │   │   ├── DockIndicator_PanelRight_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelRight.bmp
    │       │   │   │   ├── DockIndicator_PanelTop_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelTop.bmp
    │       │   │   │   ├── DockPaneCaption_AutoHideNo.bmp
    │       │   │   │   ├── DockPaneCaption_AutoHideYes.bmp
    │       │   │   │   ├── DockPaneCaption_CloseDisabled.bmp
    │       │   │   │   ├── DockPaneCaption_CloseEnabled.bmp
    │       │   │   │   ├── DockPaneStrip_CloseDisabled.bmp
    │       │   │   │   ├── DockPaneStrip_CloseEnabled.bmp
    │       │   │   │   ├── DockPaneStrip_ScrollLeftDisabled.bmp
    │       │   │   │   ├── DockPaneStrip_ScrollLeftEnabled.bmp
    │       │   │   │   ├── DockPaneStrip_ScrollRightDisabled.bmp
    │       │   │   │   └── DockPaneStrip_ScrollRightEnabled.bmp
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Strings.Designer.cs
    │       │   │   ├── Strings.resx
    │       │   │   ├── VS2003AutoHideStrip.cs
    │       │   │   ├── VS2003DockPaneCaption.cs
    │       │   │   └── VS2003DockPaneStrip.cs
    │       │   ├── DockSample.csproj
    │       │   ├── DummyDoc.cs
    │       │   ├── DummyDoc.Designer.cs
    │       │   ├── DummyDoc.resx
    │       │   ├── DummyOutputWindow.cs
    │       │   ├── DummyOutputWindow.Designer.cs
    │       │   ├── DummyOutputWindow.resx
    │       │   ├── DummyPropertyWindow.cs
    │       │   ├── DummyPropertyWindow.Designer.cs
    │       │   ├── DummyPropertyWindow.resx
    │       │   ├── DummySolutionExplorer.cs
    │       │   ├── DummySolutionExplorer.Designer.cs
    │       │   ├── DummySolutionExplorer.resx
    │       │   ├── DummyTaskList.cs
    │       │   ├── DummyTaskList.Designer.cs
    │       │   ├── DummyTaskList.resx
    │       │   ├── DummyToolbox.cs
    │       │   ├── DummyToolbox.Designer.cs
    │       │   ├── DummyToolbox.resx
    │       │   ├── Images
    │       │   │   ├── ArrowDown.bmp
    │       │   │   ├── ArrowUp.bmp
    │       │   │   ├── Bitmap.ico
    │       │   │   ├── BlankIcon.ico
    │       │   │   ├── ClosedFolder.ICO
    │       │   │   ├── CSFile.ico
    │       │   │   ├── CSProject.ico
    │       │   │   ├── File.ico
    │       │   │   ├── Form.ico
    │       │   │   ├── Mouse.bmp
    │       │   │   ├── msenv22.ico
    │       │   │   ├── New.ico
    │       │   │   ├── OpenFolder.ICO
    │       │   │   ├── Open.ico
    │       │   │   ├── OutputWindow.ico
    │       │   │   ├── PropertyWindow.ico
    │       │   │   ├── Reference.ico
    │       │   │   ├── References.ico
    │       │   │   ├── SolutionExplorer.ico
    │       │   │   ├── TaskListWindow.ico
    │       │   │   ├── ToolboxWindow.ico
    │       │   │   └── XmlFile.ico
    │       │   ├── license.txt
    │       │   ├── MainForm2.cs
    │       │   ├── MainForm2.Designer.cs
    │       │   ├── MainForm2.resx
    │       │   ├── MainForm.cs
    │       │   ├── MainForm.Designer.cs
    │       │   ├── MainForm.resx
    │       │   ├── obj
    │       │   │   └── Debug
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── Resources
    │       │   │   └── DockPanel.xml
    │       │   ├── ToolWindow.cs
    │       │   ├── ToolWindow.Designer.cs
    │       │   └── ToolWindow.resx
    │       ├── license.txt
    │       ├── WinFormsUI
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   ├── Docking
    │       │   │   ├── AutoHideStripBase.cs
    │       │   │   ├── DockAreasEditor.cs
    │       │   │   ├── DockContentCollection.cs
    │       │   │   ├── DockContent.cs
    │       │   │   ├── DockContentEventArgs.cs
    │       │   │   ├── DockContentHandler.cs
    │       │   │   ├── DockOutlineBase.cs
    │       │   │   ├── DockPaneCaptionBase.cs
    │       │   │   ├── DockPaneCollection.cs
    │       │   │   ├── DockPane.cs
    │       │   │   ├── DockPanel.AutoHideWindow.cs
    │       │   │   ├── DockPanel.bmp
    │       │   │   ├── DockPanel.cs
    │       │   │   ├── DockPanel.DockDragHandler.cs
    │       │   │   ├── DockPanel.DragHandler.cs
    │       │   │   ├── DockPanelExtender.cs
    │       │   │   ├── DockPanel.FocusManager.cs
    │       │   │   ├── DockPanel.MdiClientController.cs
    │       │   │   ├── DockPanel.Persistor.cs
    │       │   │   ├── DockPanel.SplitterDragHandler.cs
    │       │   │   ├── DockPane.SplitterControl.cs
    │       │   │   ├── DockPaneStripBase.cs
    │       │   │   ├── DockWindowCollection.cs
    │       │   │   ├── DockWindow.cs
    │       │   │   ├── DockWindow.SplitterControl.cs
    │       │   │   ├── DragForm.cs
    │       │   │   ├── DummyControl.cs
    │       │   │   ├── Enums.cs
    │       │   │   ├── FloatWindowCollection.cs
    │       │   │   ├── FloatWindow.cs
    │       │   │   ├── Helpers
    │       │   │   │   ├── DockHelper.cs
    │       │   │   │   ├── DrawHelper.cs
    │       │   │   │   ├── ResourceHelper.cs
    │       │   │   │   └── Win32Helper.cs
    │       │   │   ├── InertButtonBase.cs
    │       │   │   ├── Interfaces.cs
    │       │   │   ├── Localization.cs
    │       │   │   ├── Measures.cs
    │       │   │   ├── NestedDockingStatus.cs
    │       │   │   ├── NestedPaneCollection.cs
    │       │   │   ├── Resources
    │       │   │   │   ├── DockIndicator_PaneDiamond.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Bottom.bmp
    │       │   │   │   ├── Dockindicator_PaneDiamond_Fill.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Hotspot.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_HotspotIndex.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Left.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Right.bmp
    │       │   │   │   ├── DockIndicator_PaneDiamond_Top.bmp
    │       │   │   │   ├── DockIndicator_PanelBottom_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelBottom.bmp
    │       │   │   │   ├── DockIndicator_PanelFill_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelFill.bmp
    │       │   │   │   ├── DockIndicator_PanelLeft_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelLeft.bmp
    │       │   │   │   ├── DockIndicator_PanelRight_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelRight.bmp
    │       │   │   │   ├── DockIndicator_PanelTop_Active.bmp
    │       │   │   │   ├── DockIndicator_PanelTop.bmp
    │       │   │   │   ├── DockPane_AutoHide.bmp
    │       │   │   │   ├── DockPane_Close.bmp
    │       │   │   │   ├── DockPane_Dock.bmp
    │       │   │   │   ├── DockPane_Option.bmp
    │       │   │   │   └── DockPane_OptionOverflow.bmp
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── SplitterBase.cs
    │       │   │   ├── Strings.Designer.cs
    │       │   │   ├── Strings.resx
    │       │   │   ├── VisibleNestedPaneCollection.cs
    │       │   │   ├── VS2005AutoHideStrip.cs
    │       │   │   ├── VS2005DockPaneCaption.cs
    │       │   │   ├── VS2005DockPaneStrip.cs
    │       │   │   └── Win32
    │       │   │       ├── Enums.cs
    │       │   │       └── NativeMethods.cs
    │       │   ├── license.txt
    │       │   ├── obj
    │       │   │   └── Debug
    │       │   │       └── TempPE
    │       │   ├── Properties
    │       │   │   └── AssemblyInfo.cs
    │       │   └── WinFormsUI.csproj
    │       ├── WinFormsUI.Docking.sln
    │       └── WinFormsUI.Docking.suo
    ├── DockPanel_Doc_1_0
    │   ├── DockPanel.chm
    │   └── DockPanel.doc
    ├── dockpane用法总结,来自网络.doc
    └── 用dockpane很关键.txt

28 directories, 186 files