/
lizkaa
/
Library
Обзор
Документация
Войти
/
lizkaa
/
Library
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lib/MainWindow.xaml
23 строки
1 KB
lizkaa
улучшен резерв книг, а так же появилось возможность возращения книги
30 ноя 2025, 22:17
30 ноя 2025, 22:17
e1ea5a1
Код
Авторство
О чём код?
<Window x:Class="lib.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:lib" mc:Ignorable="d" Title="MainWindow" Height="450" Width="800"> <Grid Background="#722f37"> <Grid.RowDefinitions> <RowDefinition Height="142*"/> <RowDefinition Height="75*"/> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="19*"/> <ColumnDefinition Width="61*"/> </Grid.ColumnDefinitions> <Rectangle Grid.Row="0" Fill="#FFDFE0A0" Grid.RowSpan="2"/> <Button Content="быстрый переход" Grid.Column="0" Margin="32,0,48,0" VerticalAlignment="Center" Click="Button_Click" Height="36"/> <Button Content="Войти" Margin="32,29,44,0" Click="Button_Click_1" Height="30" VerticalAlignment="Top"/> </Grid> </Window>