|
@@ -19,27 +19,28 @@
|
|
<Image HorizontalAlignment="Left" Height="57" Margin="96,15,0,0" VerticalAlignment="Top" Width="183" Source="Image/5star.png"/>
|
|
<Image HorizontalAlignment="Left" Height="57" Margin="96,15,0,0" VerticalAlignment="Top" Width="183" Source="Image/5star.png"/>
|
|
<Image HorizontalAlignment="Left" Height="62" Margin="319,177,0,0" VerticalAlignment="Top" Width="63" Source="Image/cir2.png"/>
|
|
<Image HorizontalAlignment="Left" Height="62" Margin="319,177,0,0" VerticalAlignment="Top" Width="63" Source="Image/cir2.png"/>
|
|
<Image HorizontalAlignment="Left" Height="62" Margin="319,177,0,0" VerticalAlignment="Top" Width="63" Source="Image/h1.png"/>
|
|
<Image HorizontalAlignment="Left" Height="62" Margin="319,177,0,0" VerticalAlignment="Top" Width="63" Source="Image/h1.png"/>
|
|
- <Button
|
|
|
|
- Background="#7E42F5"
|
|
|
|
- materialDesign:ButtonAssist.CornerRadius="25"
|
|
|
|
- ToolTip="Вход" Margin="458,289,91,60" Height="Auto" Click="Vhod">
|
|
|
|
- <TextBlock Text="Войти" />
|
|
|
|
- </Button>
|
|
|
|
|
|
+
|
|
<StackPanel HorizontalAlignment="Left" Height="206" Margin="404,88,0,0" VerticalAlignment="Top" Width="258">
|
|
<StackPanel HorizontalAlignment="Left" Height="206" Margin="404,88,0,0" VerticalAlignment="Top" Width="258">
|
|
<Label Content="Авторизация" Margin="0,0,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic" HorizontalAlignment="Center"/>
|
|
<Label Content="Авторизация" Margin="0,0,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic" HorizontalAlignment="Center"/>
|
|
<Label Content="Логин:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic"/>
|
|
<Label Content="Логин:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic"/>
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<materialDesign:PackIcon Kind="User" Width="30" Height="30" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
<materialDesign:PackIcon Kind="User" Width="30" Height="30" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
- <TextBox Name="logintxt" Margin="0,0,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White"
|
|
|
|
|
|
+ <TextBox Name="logintxt" Margin="0,0,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White" MaxLength="10"
|
|
materialDesign:HintAssist.Hint="Введите логин" Width="227"/>
|
|
materialDesign:HintAssist.Hint="Введите логин" Width="227"/>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<Label Content="Пароль:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic"/>
|
|
<Label Content="Пароль:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic"/>
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<materialDesign:PackIcon Kind="Password" Width="30" Height="30" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
<materialDesign:PackIcon Kind="Password" Width="30" Height="30" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
- <PasswordBox Name="passwordtxt" materialDesign:HintAssist.Hint="Введите пароль" Foreground="White" FontSize="18" FontFamily="Century Gothic" HorizontalAlignment="Center" Margin="0,5,0,0" Width="226"/>
|
|
|
|
|
|
+ <PasswordBox Name="passwordtxt" materialDesign:HintAssist.Hint="Введите пароль" Foreground="White" FontSize="18" FontFamily="Century Gothic" HorizontalAlignment="Center" Margin="0,5,0,0" Width="226" MaxLength="10"/>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<Button
|
|
<Button
|
|
|
|
+ Background="#7E42F5"
|
|
|
|
+ materialDesign:ButtonAssist.CornerRadius="25"
|
|
|
|
+ ToolTip="Вход" Margin="458,299,91,50" Height="Auto" Click="Vhod">
|
|
|
|
+ <TextBlock Text="Войти" />
|
|
|
|
+ </Button>
|
|
|
|
+ <Button
|
|
Style="{StaticResource MaterialDesignIconButton}"
|
|
Style="{StaticResource MaterialDesignIconButton}"
|
|
ToolTip="Выход из приложения" Margin="642,10,10,342" Click="Close">
|
|
ToolTip="Выход из приложения" Margin="642,10,10,342" Click="Close">
|
|
<materialDesign:PackIcon
|
|
<materialDesign:PackIcon
|