mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-19 23:03:49 +02:00
playing with gui elements
This commit is contained in:
parent
f30eded875
commit
ef501d30ae
@ -85,7 +85,7 @@
|
|||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<Grid
|
<Grid
|
||||||
Height="24"
|
Height="24"
|
||||||
Background="DarkGreen"
|
Background="#00564C"
|
||||||
DockPanel.Dock="Bottom">
|
DockPanel.Dock="Bottom">
|
||||||
<Grid.Resources>
|
<Grid.Resources>
|
||||||
<Style TargetType="TextBlock">
|
<Style TargetType="TextBlock">
|
||||||
@ -158,40 +158,34 @@
|
|||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
Width="4"
|
Width="4"
|
||||||
Background="Transparent" />
|
Background="Transparent" />
|
||||||
<Grid Grid.Column="3">
|
<TabControl Grid.Column="3">
|
||||||
<Grid.ColumnDefinitions>
|
<TabItem Header="Bolt">
|
||||||
<ColumnDefinition Width="200" />
|
<Grid>
|
||||||
<ColumnDefinition />
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition />
|
<ColumnDefinition />
|
||||||
</Grid.ColumnDefinitions>
|
<ColumnDefinition />
|
||||||
<StackPanel Margin="10" Orientation="Vertical">
|
<ColumnDefinition />
|
||||||
<StackPanel.Resources>
|
</Grid.ColumnDefinitions>
|
||||||
<Style BasedOn="{StaticResource {x:Type Button}}" TargetType="Button">
|
<StackPanel
|
||||||
<Setter Property="HorizontalAlignment" Value="Stretch" />
|
Grid.Column="0"
|
||||||
<Setter Property="Margin" Value="5" />
|
Margin="10"
|
||||||
</Style>
|
Orientation="Vertical">
|
||||||
</StackPanel.Resources>
|
<StackPanel.Resources>
|
||||||
<Button HorizontalAlignment="Stretch" Content="New" />
|
<Style BasedOn="{StaticResource {x:Type Button}}" TargetType="Button">
|
||||||
<Button HorizontalAlignment="Stretch" Content="Open" />
|
<Setter Property="HorizontalAlignment" Value="Stretch" />
|
||||||
<Separator />
|
<Setter Property="Margin" Value="5" />
|
||||||
<Button HorizontalAlignment="Stretch" Content="Open catalog" />
|
</Style>
|
||||||
</StackPanel>
|
</StackPanel.Resources>
|
||||||
<StackPanel Grid.Column="1" Grid.ColumnSpan="2">
|
<Button HorizontalAlignment="Stretch" Content="New" />
|
||||||
<TextBlock Margin="0,10" FontSize="24" TextWrapping="Wrap">
|
<Button HorizontalAlignment="Stretch" Content="Open" />
|
||||||
<Run FontWeight="Bold" Text="T" /><Run Text="ower" />
|
<Separator />
|
||||||
<Run FontWeight="Bold" Text="a" /><Run Text="nd" />
|
<Button HorizontalAlignment="Stretch" Content="Open catalog" />
|
||||||
<Run FontWeight="Bold" Text="B" /><Run Text="asement" />
|
</StackPanel>
|
||||||
<Run FontWeight="Bold" Text="E" /><Run Text="ngineering" />
|
</Grid>
|
||||||
<Run FontWeight="Bold" Text="A" /><Run Text="pplication" />
|
</TabItem>
|
||||||
</TextBlock>
|
<TabItem Header="General" />
|
||||||
<TabControl>
|
</TabControl>
|
||||||
<TabItem Header="Bolt" />
|
|
||||||
<TabItem Header="General" />
|
|
||||||
</TabControl>
|
|
||||||
</StackPanel>
|
|
||||||
</Grid>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
|
|
||||||
</Window>
|
</Window>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user