代码搜索:Docking

找到约 764 项符合「Docking」的源代码

代码结果 764
www.eeworm.com/read/347775/3163512

h tabbeddockingwindow.h

// TabbedDockingWindow.h: interface for the CTabbedDockingWindow class. // // NOTE: This class depends on Sergey Klimov's docking window framework // and "TabbedFrame.h" // /////////////////////
www.eeworm.com/read/347775/3163559

h vc7likecaption.h

///////////////////////////////////////////////////////////////////////////// // Written by Daniel Bowen (dbowen@es.com) // Copyright (c) 2002 Daniel Bowen. // WTL Docking windows #ifndef __WTL_
www.eeworm.com/read/235146/4653699

java dockingmonitor.java

/* * Created on Mar 10, 2005 */ package org.flexdock.docking.event; /** * @author Christopher Butler */ public interface DockingMonitor { void addDockingListener(DockingListener l
www.eeworm.com/read/218586/4856988

js dbx.js

// DBX2.01 :: Docking Boxes (dbx) // ***************************************************** // DOM scripting by brothercake -- http://www.brothercake.com/ // GNU Lesser General Public License -- htt
www.eeworm.com/read/101623/7152977

cpp cjtabctrlbar.cpp

// CJTabCtrlBar.cpp : implementation file // // DevStudio Style Resizable Docking Tab Control Bar. // // The code contained in this file is based on the original // CSizingTabCtrlBar class writte
www.eeworm.com/read/196910/8042887

frm frmmain.frm

VERSION 5.00 Begin VB.MDIForm frmMain BackColor = &H8000000C& Caption = "Docking Example 1.0" ClientHeight = 3930 ClientLeft = 2115 ClientTop
www.eeworm.com/read/238921/13314851

cpp cjtabctrlbar.cpp

// CJTabCtrlBar.cpp : implementation file // // DevStudio Style Resizable Docking Tab Control Bar. // // The code contained in this file is based on the original // CSizingTabCtrlBar class writte
www.eeworm.com/read/235146/4653694

java adaptermapping.java

/* * Created on Jun 24, 2005 */ package org.flexdock.docking.adapter; /** * This POJO contains values for an adapted components dockable requirements. * * @author Christopher Butler *
www.eeworm.com/read/235146/4653762

java dockablefactory.java

/* * Created on May 26, 2005 */ package org.flexdock.docking; import java.awt.Component; /** * This interface is designed to provide an API for allowing the * {@code DockingManager} to
www.eeworm.com/read/171581/5392991

java customizabletoolbar.java

/* * 04/13/2004 * * CustomizableToolBar.java - A toolbar with a popup right-click * menu allowing the user to toggle docking and (in the * future) add/remove buttons and sepa