1-я лаба.
This commit is contained in:
parent
5d68334b99
commit
f54257bd1d
@ -17,43 +17,8 @@
|
||||
<Setter Property="CornerRadius" Value="3"/>
|
||||
</Style>
|
||||
</Border.Resources>
|
||||
<StackPanel Name="ButtonPanel" Grid.Column="0" Background="#696969">
|
||||
<Button Margin="30" Foreground="#FFA500" BorderBrush="#FFA500" BorderThickness="3" Background="#FF696B69">
|
||||
Галерея
|
||||
<Button.Resources>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="CornerRadius" Value="10"/>
|
||||
</Style>
|
||||
</Button.Resources>
|
||||
</Button>
|
||||
<Button Margin="30" Foreground="#FFA500" BorderBrush="#FFA500" BorderThickness="3" Background="#FF696B69">
|
||||
Слайд шоу
|
||||
<Button.Resources>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="CornerRadius" Value="10"/>
|
||||
</Style>
|
||||
</Button.Resources>
|
||||
</Button>
|
||||
<Button Margin="30" Foreground="#FFA500" BorderBrush="#FFA500" BorderThickness="3" Background="#FF696B69">
|
||||
Редактор
|
||||
<Button.Resources>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="CornerRadius" Value="10"/>
|
||||
</Style>
|
||||
</Button.Resources>
|
||||
</Button>
|
||||
<Button Margin="30" Foreground="#FFA500" BorderBrush="#FFA500" BorderThickness="3" Background="#FF696B69">
|
||||
Корзина
|
||||
<Button.Resources>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="CornerRadius" Value="10"/>
|
||||
</Style>
|
||||
</Button.Resources>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
<StackPanel Name="ButtonPanel" Grid.Column="0" Background="#696969"></StackPanel>
|
||||
</Border>
|
||||
<WrapPanel Grid.Column="1">
|
||||
|
||||
</WrapPanel>
|
||||
<WrapPanel Grid.Column="1"></WrapPanel>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
Loading…
x
Reference in New Issue
Block a user