Adds taskbar search icon control

This commit is contained in:
2022-04-12 13:06:53 -05:00
parent 7fb0518e93
commit cf0818709c
2 changed files with 109 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<!-- Supported Operating Systems -->
<string id="SUPPORTED_WIN">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN10_ONLY">Microsoft Windows 10</string>
<string id="SUPPORTED_WIN10_11">Microsoft Windows 10 or later</string>
<string id="SUPPORTED_WIN11_ONLY">Microsoft Windows 11</string>
<!-- Category Names -->
<string id="CWP_DisplayName">Custom Windows Preferences</string>
@@ -27,12 +28,28 @@ When set to "Disabled" the user is allowed to choose the start button placement.
<string id="ClassicTaskbarMenuPosition_Left">Left</string>
<string id="ClassicTaskbarMenuPosition_Center">Center</string>
<string id="ClassicTaskbarMenuPosition_Disabled">Disabled</string>
<!-- SearchBoxSize -->
<string id="SearchBoxSize_Display">Taskbar Searchbox Size/Visability</string>
<string id="SearchBoxSize_Explain">This configuration option determines the size/visability of the search icon on the taskbar.
When set to "Small" or "Large" the search icon is displayed on the taskbar.
When set to "Hidden" the search icon is not displayed on the taskbar.
When set to "Disabled" the user is allowed to choose the search size/visability.</string>
<string id="SearchBoxSize_Large">Large</string>
<string id="SearchBoxSize_Small">Small</string>
<string id="SearchBoxSize_Hidden">Hidden</string>
<string id="SearchBoxSize_Disabled">Disabled</string>
</stringTable>
<!-- Presentation IDs -->
<presentationTable>
<presentation id="ClassicTaskbarMenuPosition_PresentationID">
<dropdownList refId="ClassicTaskbarMenuPosition_Enum" noSort="false">Position</dropdownList>
</presentation>
<presentation id="SearchBoxSize_PresentationID">
<dropdownList refId="SearchBoxSize_Enum" noSort="false">Position</dropdownList>
</presentation>
</presentationTable>
</resources>
</policyDefinitionResources>