This commit is contained in:
2025-06-20 15:05:28 +02:00
parent dc38a21336
commit 9d8e9864ae
4 changed files with 246 additions and 117 deletions

View File

@@ -19,7 +19,7 @@
WindowStyle="None"
ResizeMode="NoResize"
SizeToContent="WidthAndHeight"
WindowStartupLocation="CenterScreen" Height="283">
WindowStartupLocation="CenterScreen" Height="329">
<!-- ******** THEME ******** -->
@@ -75,10 +75,24 @@
<!-- listbox placeholder -->
<ListBox x:Name="ListBox1"
Margin="265,126,10,0"
Background="{x:Null}"
BorderThickness="2"
BorderBrush="#FFECE0E0" Height="70" VerticalAlignment="Top"/>
Margin="400,10,10,0"
Background="{x:Null}"
BorderThickness="2"
BorderBrush="#FFECE0E0"
Height="191"
VerticalAlignment="Top"
FontSize="14">
<ListBox.ItemContainerStyle>
<Style TargetType="ListBoxItem" BasedOn="{StaticResource {x:Type ListBoxItem}}">
<Setter Property="Height" Value="64"/>
<Setter Property="MinHeight" Value="64"/>
<Setter Property="Padding" Value="10,0"/>
<Setter Property="VerticalContentAlignment" Value="Center"/>
</Style>
</ListBox.ItemContainerStyle>
</ListBox>
<!-- BAL OLDALI CSOPORTOK -->
<StackPanel Margin="10,10,0,0" HorizontalAlignment="Left" Width="180">
@@ -92,7 +106,7 @@
</GroupBox>
</StackPanel>
<StackPanel Margin="0,10,215,252" HorizontalAlignment="Right" Width="190">
<StackPanel Margin="0,122,410,140" HorizontalAlignment="Right" Width="180" Visibility="Collapsed">
<GroupBox Header="Dokumentáció " Padding="5" Height="73">
<StackPanel>
<RadioButton x:Name="NamingSyntaxStefani" Content="Robotizálunk"/>
@@ -101,7 +115,8 @@
</GroupBox>
</StackPanel>
<StackPanel Margin="10,126,0,71" HorizontalAlignment="Left" Width="250">
<StackPanel Margin="10,126,0,71" HorizontalAlignment="Left" Width="250" Visibility="Collapsed">
<GroupBox Header="Egyéb" Padding="5">
<StackPanel>
<CheckBox x:Name="AutomaticFolderSelect" Content="Automatikus mappa választás"/>
@@ -112,18 +127,25 @@
<!-- Rajz használat módja -->
<GroupBox Header="Rajz használat módja"
Margin="390,10,0,235" Width="200" HorizontalAlignment="Left" Padding="5">
Margin="195,10,0,235"
Width="200"
HorizontalAlignment="Left"
Padding="5">
<StackPanel>
<RadioButton x:Name="MaterialRadioButton3" Content="Aktív rajz használata"/>
<RadioButton x:Name="KulonAloRajzok" Content="Különálló rajzok használata"/>
<RadioButton x:Name="MaterialRadioButton3"
Content="Aktív rajz használata"
IsChecked="True"/>
<RadioButton x:Name="KulonAloRajzok"
Content="Különálló rajzok használata"/>
</StackPanel>
</GroupBox>
<!-- Böngészés gomb -->
<Button x:Name="Files_Browse"
Content="Böngészés"
HorizontalAlignment="Left"
Margin="390,87,0,0"
Margin="195,112,0,0"
VerticalAlignment="Top"
Width="200" Height="30"
FontSize="10"/>