mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[FancyZones] Add AutomationProperties.Name to focusable elements (#7372)
* Add AutomationProperties.Name to focusable elements * Add AutomationProperties.Name to focusable elements * Use AutomationProperties.LabeledBy with buttons / text boxes * Address PR comments
This commit is contained in:
@@ -87,6 +87,15 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Canvas layout editor.
|
||||
/// </summary>
|
||||
public static string Canvas_Layout_Editor {
|
||||
get {
|
||||
return ResourceManager.GetString("Canvas_Layout_Editor", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose your layout for this desktop.
|
||||
/// </summary>
|
||||
@@ -168,6 +177,15 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FancyZones main editor.
|
||||
/// </summary>
|
||||
public static string Fancy_Zones_Main_Editor {
|
||||
get {
|
||||
return ResourceManager.GetString("Fancy_Zones_Main_Editor", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Name.
|
||||
/// </summary>
|
||||
|
||||
@@ -126,6 +126,9 @@
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="Canvas_Layout_Editor" xml:space="preserve">
|
||||
<value>Canvas layout editor</value>
|
||||
</data>
|
||||
<data name="Choose_Layout" xml:space="preserve">
|
||||
<value>Choose your layout for this desktop</value>
|
||||
</data>
|
||||
@@ -153,6 +156,9 @@
|
||||
<data name="Fancy_Zones_Editor_App_Title" xml:space="preserve">
|
||||
<value>FancyZones Editor</value>
|
||||
</data>
|
||||
<data name="Fancy_Zones_Main_Editor" xml:space="preserve">
|
||||
<value>FancyZones main editor</value>
|
||||
</data>
|
||||
<data name="Name" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user