Вроде вторая лаба.
This commit is contained in:
parent
e524748f54
commit
b61c12f8ea
@ -11,13 +11,12 @@
|
|||||||
<ColumnDefinition Width="180" />
|
<ColumnDefinition Width="180" />
|
||||||
<ColumnDefinition />
|
<ColumnDefinition />
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<Border BorderBrush="#FFA500" BorderThickness="5">
|
<Grid.RowDefinitions>
|
||||||
<Border.Resources>
|
<RowDefinition Height="*"/>
|
||||||
<Style TargetType="Border">
|
<RowDefinition Height="375"/>
|
||||||
<Setter Property="CornerRadius" Value="3"/>
|
</Grid.RowDefinitions>
|
||||||
</Style>
|
<Border BorderBrush="#FFA500" BorderThickness="5" Grid.Column="0" Grid.Row="0" Grid.RowSpan="2">
|
||||||
</Border.Resources>
|
<StackPanel Name="ButtonPanel" Background="#696969">
|
||||||
<StackPanel Name="ButtonPanel" Grid.Column="0" Background="#696969">
|
|
||||||
<Button Margin="30" Foreground="#FFA500" BorderBrush="#FFA500" BorderThickness="3" Background="#FF696B69">
|
<Button Margin="30" Foreground="#FFA500" BorderBrush="#FFA500" BorderThickness="3" Background="#FF696B69">
|
||||||
Галерея
|
Галерея
|
||||||
<Button.Resources>
|
<Button.Resources>
|
||||||
@ -52,6 +51,17 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<WrapPanel Grid.Column="1"></WrapPanel>
|
<Border Grid.Column="1" Grid.Row="0" BorderBrush="#FFA500" BorderThickness="5">
|
||||||
|
<WrapPanel>
|
||||||
|
<Label Foreground="#FFA500" VerticalAlignment="center">
|
||||||
|
<Bold>Сортировать по:</Bold>
|
||||||
|
</Label>
|
||||||
|
<RadioButton Foreground="#FFA500" Content="Дате" VerticalAlignment="Center" Margin="20, 0, 0, 0" />
|
||||||
|
<RadioButton Foreground="#FFA500" Content="Размеру" VerticalAlignment="Center" Margin="20, 0, 0, 0" />
|
||||||
|
<RadioButton Foreground="#FFA500" Content="Названию" VerticalAlignment="Center" Margin="20, 0, 0, 0" />
|
||||||
|
</WrapPanel>
|
||||||
|
</Border>
|
||||||
|
<WrapPanel Grid.Column="1" Grid.Row="1">
|
||||||
|
</WrapPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
BIN
TCPMI/TCPMI/Изображения/1.png
Normal file
BIN
TCPMI/TCPMI/Изображения/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
TCPMI/TCPMI/Изображения/2.png
Normal file
BIN
TCPMI/TCPMI/Изображения/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
TCPMI/TCPMI/Изображения/3.png
Normal file
BIN
TCPMI/TCPMI/Изображения/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user