This unit contains a dialog to dock or undock a control to another TLazDockControlEditorDlg - a dialog to control the docking or undocking of a control with another CancelButton - hitting this button cancels the action DockControlComboBox displays the various actions for selection DockPageButton - a SpeedButton for moving the whole page DockBottomButton - a SpeedButton for docking the bottom border DockTopButton - a SpeedButton for docking the top border DockRightButton - a SpeedButton for docking the right border DockLeftButton - a SpeedButton for docking the left border DockGroupBox - a GroupBox to contain the docking buttons DockControlLabel - a label for the dock control UndockButton - a buton for undocking the control UndockGroupBox - a box to contain the undock button and any associated elements DockBottomButtonClick - method for responding to a click on the DockBottomButton DockControlComboBoxEditingDone - method invoked when editing of the ComboBox is done DockLeftButtonClick - method to respond to a click on the DockLeftButton DockPageButtonClick - method to respond to a click on the DockPageButton DockRightButtonClick - method to respond to a click on the DockRightButton DockTopButtonClick - method to respond to a click on the DockTopButton FormCreate - method for creating the dialog form UndockButtonClick - method to respond to a click on the UndockButton DlgResult - the result of the dialog: shows whether a moving button, an enlarging button or another control was pressed CurrentControlName - the name of the current control (the one being docked) EnlargeGroupBox - a GroupBox to contain the Enlarge buttons EnlargeLeftSpeedButton - a SpeedButton for enlarging the docking control by moving the left border EnlargeRightSpeedButton - a Speedbutton for enlarging the docking control by moving its right border EnlargeTopSpeedButton - a SpeedButton for enlarging the docking control by moving its top border EnlargeBottomSpeedButton - a SpeedButton for enlarging the docking control by moving its bottom border EnlargeBottomSpeedButtonClick - method to respond to a click on the EnlargeBottomSpeedButton EnlargeLeftSpeedButtonClick - method to respond to a click on the EnlargeLeftSpeedButton EnlargeRightSpeedButtonClick - method to respond to a click on the EnlargeRightSpeedButton EnlargeTopSpeedButtonClick - method to respond to a click on the EnlargeTopSpeedButton