2026-03-10 11:16:03 +01:00
|
|
|
<UserControl
|
|
|
|
|
x:Class="BeWo.AI.Controls.VoiceToTextButtonControl"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
2026-03-25 12:11:02 +01:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
x:Name="root">
|
2026-01-30 19:35:18 +01:00
|
|
|
<Grid>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition />
|
|
|
|
|
<RowDefinition />
|
|
|
|
|
</Grid.RowDefinitions>
|
2026-03-25 11:38:24 +01:00
|
|
|
<Button
|
|
|
|
|
x:Name="ButtonOpenTranskriptionView"
|
|
|
|
|
Margin="0"
|
|
|
|
|
Click="ButtonOpenTranskriptionView_Click">
|
2026-03-10 11:16:03 +01:00
|
|
|
<Image
|
|
|
|
|
Width="22"
|
|
|
|
|
Height="22"
|
|
|
|
|
Margin="0,0,0,0"
|
|
|
|
|
Source="/BeWoPlaner;component/Ressources/Icons/KI/Icon_Mikro_Weiss+Orange.png" />
|
2026-01-30 19:35:18 +01:00
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
2026-03-10 11:16:03 +01:00
|
|
|
|
2026-01-30 19:35:18 +01:00
|
|
|
</UserControl>
|