32 lines
2.5 KiB
XML
32 lines
2.5 KiB
XML
<Window x:Class="form5"
|
|
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
|
|
TextElement.FontWeight="Regular"
|
|
TextElement.FontSize="13"
|
|
TextOptions.TextFormattingMode="Ideal"
|
|
TextOptions.TextRenderingMode="Auto"
|
|
Background="{DynamicResource MaterialDesignPaper}"
|
|
FontFamily="{DynamicResource MaterialDesignFont}"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
mc:Ignorable="d"
|
|
Title="MainWindow" Height="174.584" Width="385.265" FontSize="13" WindowStartupLocation="CenterScreen" WindowStyle="None">
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition/>
|
|
</Grid.ColumnDefinitions>
|
|
<Label Content="Német megnevezées" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="132"/>
|
|
<Label Content="Magyar megnevezés" HorizontalAlignment="Left" Margin="10,66,0,0" VerticalAlignment="Top" Width="109"/>
|
|
<TextBox x:Name="NemetMegnevezes" HorizontalAlignment="Left" Height="22" Margin="10,39,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="120"/>
|
|
<TextBox x:Name="MagyarMegnevezes" HorizontalAlignment="Left" Height="22" Margin="10,90,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="120"/>
|
|
<Button x:Name="MaterialRaisedButton3" HorizontalAlignment="Left" Margin="233,10,0,0" VerticalAlignment="Top" Width="134" Content="Google keresés"/>
|
|
<Button x:Name="MaterialRaisedButton4" Content="MNSZ keresés" HorizontalAlignment="Left" Margin="233,47,0,0" VerticalAlignment="Top" Width="134"/>
|
|
<Button x:Name="MaterialRaisedButton2" Content="Mégsem" HorizontalAlignment="Left" Margin="293,125,0,0" VerticalAlignment="Top" Width="74" Click="Button_Click"/>
|
|
<Button x:Name="MaterialRaisedButton1" Content="Ok" HorizontalAlignment="Left" Margin="10,125,0,0" VerticalAlignment="Top" Width="74"/>
|
|
<Button x:Name="MaterialRaisedButton5" Content="Folyamat befejezése" HorizontalAlignment="Left" Margin="105,125,0,0" Width="169" Height="32" VerticalAlignment="Top"/>
|
|
<Label x:Name="MaterialLabel4" Content="" HorizontalAlignment="Left" Margin="135,88,0,0" VerticalAlignment="Top" Width="109" x:FieldModifier="public" />
|
|
|
|
</Grid>
|
|
</Window>
|