|
@@ -6,23 +6,20 @@
|
|
|
xmlns:local="clr-namespace:BookSorting"
|
|
|
mc:Ignorable="d"
|
|
|
Title="MainWindow" Height="450" Width="1020.5">
|
|
|
- <StackPanel>
|
|
|
- <TextBlock>JJJJJJ</TextBlock>
|
|
|
- <Grid>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="50"/>
|
|
|
- <RowDefinition/>
|
|
|
- <RowDefinition Height="50"/>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition/>
|
|
|
- <ColumnDefinition/>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <DataGrid x:Name="DG1" Margin="10" Grid.Row="1" IsReadOnly="True" ColumnWidth="*" x:FieldModifier="public"/>
|
|
|
- <DataGrid x:Name="DG2" Margin="10" Grid.Column="1" Grid.Row="1" x:FieldModifier="public"/>
|
|
|
- <TextBlock HorizontalAlignment="Center" Margin="0" TextWrapping="Wrap" Text="До сортировки" VerticalAlignment="Center" TextAlignment="Center" FontSize="22" Width="376"/>
|
|
|
- <TextBlock HorizontalAlignment="Center" Margin="0" TextWrapping="Wrap" VerticalAlignment="Center" TextAlignment="Center" FontSize="22" Width="376" Grid.Column="1"><Run Text="После"/><Run Text=" сортировки"/></TextBlock>
|
|
|
- <Button Grid.ColumnSpan="2" Content="СОРТИРОВКА" HorizontalAlignment="Center" Margin="0" Grid.Row="2" VerticalAlignment="Center" Width="309" Height="30" FontSize="20" Click="Button_Click"/>
|
|
|
- </Grid>
|
|
|
- </StackPanel>
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="50"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition Height="50"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <DataGrid x:Name="DG1" Margin="10" Grid.Row="1" IsReadOnly="True" ColumnWidth="*" x:FieldModifier="public"/>
|
|
|
+ <DataGrid x:Name="DG2" Margin="10" Grid.Column="1" Grid.Row="1" x:FieldModifier="public"/>
|
|
|
+ <TextBlock HorizontalAlignment="Center" Margin="0" TextWrapping="Wrap" Text="До сортировки" VerticalAlignment="Center" TextAlignment="Center" FontSize="22" Width="376"/>
|
|
|
+ <TextBlock HorizontalAlignment="Center" Margin="0" TextWrapping="Wrap" VerticalAlignment="Center" TextAlignment="Center" FontSize="22" Width="376" Grid.Column="1"><Run Text="После"/><Run Text=" сортировки"/></TextBlock>
|
|
|
+ <Button Grid.ColumnSpan="2" Content="СОРТИРОВКА" HorizontalAlignment="Center" Margin="0" Grid.Row="2" VerticalAlignment="Center" Width="309" Height="30" FontSize="20" Click="Button_Click"/>
|
|
|
+ </Grid>
|
|
|
</Window>
|