Control Center
This screen allows you to set the appearance of the internal Control Center window.  The internal Control Center can be either windowed or background.  You can also select if you want the tab control to be visible or not and if visible, how the tabs will appear.  The two settings that may require an explanation are below:
Click on Mouse Up
This parameter controls how the Control Center responds when clicking on Control Center buttons with the mouse.  If this parameter is checked, then the action associated with the Control Center object will not be added to the execution queue until the mouse actually clicks up.  When the mouse clicks up, you MUST be on the Control Center object whose action you want to perform.  If this parameter is unchecked, then the action associated with a Control Center object is sent to the execution queue immediately down clicking the mouse.
Auto Clear Changes
The Control Center has a table called ccbuttonstemp that is a mirror of the ccbuttons table (where the Control Center object details are stored when editing the Control Center from the PowerHome Explorer).  When a Control Center screen is rendered, the values are read from the ccbuttonstemp table rather than the ccbuttons table.  Since details of Control Center objects can be dynamically updated via PowerHome functions, the updates are done to the ccbuttonstemp table and not the ccbuttons table.  This parameter controls how often the dynamic changes made to the ccbuttonstemp table are discarded (the ccbuttons table is copied to the ccbuttonstemp table).