Jun 22, 2026, 12:41 PM

This commit is contained in:
Paweł Domański
2026-06-22 10:41:11 +00:00
parent 69ad714488
commit f41b1d3143
2 changed files with 17 additions and 1 deletions
+10 -1
View File
@@ -1,7 +1,15 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="DBAToolBox - MS SQL Management" Height="550" Width="850" Background="#F0F0F0">
<Grid Margin="10">
<DockPanel>
<!-- Top Menu -->
<Menu DockPanel.Dock="Top" Background="#F5F5F5" BorderBrush="#CCCCCC" BorderThickness="0,0,0,1">
<MenuItem Header="Main">
<MenuItem x:Name="menuHostSlunk" Header="Host Slunk"/>
</MenuItem>
</Menu>
<Grid Margin="10">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
@@ -87,4 +95,5 @@
</Grid>
</Grid>
</Grid>
</DockPanel>
</Window>