|
@@ -23,7 +23,7 @@
|
23
|
23
|
<Border Grid.Row="0" Background="#2D8CF0">
|
24
|
24
|
<Grid>
|
25
|
25
|
<TextBlock Text="登录星火微课系统" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
|
26
|
|
- <Button Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
|
|
26
|
+ <Button Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnDown_Click"/>
|
27
|
27
|
</Grid>
|
28
|
28
|
</Border>
|
29
|
29
|
<!--第二行 登陆 账号-->
|
|
@@ -63,7 +63,7 @@
|
63
|
63
|
</StackPanel>
|
64
|
64
|
|
65
|
65
|
<!--第五行 开始按钮-->
|
66
|
|
- <Button Grid.Row="4" x:Name="btnStart" Content="登录" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="btnStart_Click">
|
|
66
|
+ <Button Grid.Row="4" x:Name="btnStart" Content="登录" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="BtnStart_Click">
|
67
|
67
|
<Button.Template>
|
68
|
68
|
<ControlTemplate TargetType="{x:Type Button}">
|
69
|
69
|
<Border
|