<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
    <Style src="project://database/Assets/CVR.CCK/Scripts/Editor/GUI/ControlPanel/Resources/CCKControlPanel/UI/ControlPanelStyles.uss?fileID=7433441132597879392&amp;guid=1ddb0f4cf43313e49bfe30377cfbffdb&amp;type=3#ControlPanelStyles" />
    <ui:VisualElement name="Header" style="flex-direction: column; background-image: resource(&apos;CCKControlPanel/Images/Header_Background&apos;); -unity-background-scale-mode: stretch-to-fill; max-height: 80px; height: 20%; min-width: 265px;">
        <ui:VisualElement name="Splash" style="flex-grow: 1; background-image: resource(&apos;CCKControlPanel/Images/Header_Splash_2&apos;); -unity-background-scale-mode: scale-to-fit;" />
        <ui:VisualElement name="Info" style="height: 20px; flex-direction: row; background-color: rgba(0, 0, 0, 0.5);">
            <ui:Label text="HEADER_VERSION" display-tooltip-when-elided="true" name="HeaderVersion" style="-unity-text-align: middle-left; padding-left: 2px; flex-grow: 1;" />
            <ui:VisualElement style="width: 13px; background-image: resource(&apos;CCKControlPanel/Icons/translation-app&apos;); -unity-background-scale-mode: stretch-to-fill; margin-top: 3px; margin-right: 3px; margin-bottom: 3px; margin-left: 3px; flex-shrink: 0; flex-grow: 0; height: 13px;" />
            <ui:DropdownField index="0" choices="English" name="LanguageSelect" class="transparent-dropdown" style="width: 100px; flex-grow: 0; flex-shrink: 1;" />
        </ui:VisualElement>
    </ui:VisualElement>
    <ui:VisualElement name="Tabs" style="flex-direction: row; flex-grow: 0; height: 30px; margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; justify-content: space-around; align-items: stretch; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;">
        <ui:VisualElement name="btn-Hub" class="cck-tab" style="align-items: center; justify-content: center; flex-grow: 1; width: 100px; flex-direction: row;">
            <ui:VisualElement class="cck-tab-icon" style="width: 15px; height: 15px; background-image: resource(&apos;CCKControlPanel/Icons/community-hub&apos;); margin-right: 5px; flex-shrink: 0;" />
            <ui:Label text="TAB_HUB" display-tooltip-when-elided="true" style="padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; -unity-text-align: middle-center;" />
        </ui:VisualElement>
        <ui:VisualElement name="separator" style="width: 1px; flex-shrink: 0; background-color: rgb(0, 0, 0); margin-bottom: 2px; margin-top: 2px;" />
        <ui:VisualElement name="btn-Builder" class="cck-tab" style="flex-grow: 1; flex-shrink: 1; align-items: center; justify-content: center; width: 100px; flex-direction: row;">
            <ui:VisualElement class="cck-tab-icon" style="width: 15px; height: 15px; background-image: resource(&apos;CCKControlPanel/Icons/content-builder&apos;); margin-right: 5px; flex-shrink: 0;" />
            <ui:Label text="TAB_BUILDER" display-tooltip-when-elided="true" style="flex-shrink: 1; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;" />
        </ui:VisualElement>
        <ui:VisualElement name="separator" style="width: 1px; flex-shrink: 0; background-color: rgb(0, 0, 0); margin-bottom: 2px; margin-top: 2px;" />
        <ui:VisualElement name="btn-Browser" class="cck-tab" style="flex-grow: 1; flex-shrink: 1; align-items: center; justify-content: center; width: 100px; flex-direction: row;">
            <ui:VisualElement class="cck-tab-icon" style="width: 15px; height: 15px; background-image: resource(&apos;CCKControlPanel/Icons/content-browser&apos;); margin-right: 5px; flex-shrink: 0;" />
            <ui:Label text="TAB_BROWSER" display-tooltip-when-elided="true" style="padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;" />
        </ui:VisualElement>
        <ui:VisualElement name="separator" style="width: 1px; flex-shrink: 0; background-color: rgb(0, 0, 0); margin-top: 2px; margin-bottom: 2px;" />
        <ui:VisualElement name="btn-Settings" class="cck-tab" style="flex-grow: 1; flex-shrink: 1; align-items: center; justify-content: center; width: 100px; flex-direction: row;">
            <ui:VisualElement class="cck-tab-icon" style="width: 15px; height: 15px; background-image: resource(&apos;CCKControlPanel/Icons/settings&apos;); margin-right: 5px; flex-shrink: 0;" />
            <ui:Label text="TAB_SETTINGS" display-tooltip-when-elided="true" style="padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;" />
        </ui:VisualElement>
    </ui:VisualElement>
    <ui:VisualElement name="Body" style="flex-grow: 1;" />
</ui:UXML>
