|
@@ -625,16 +625,14 @@
|
625
|
625
|
<RowDefinition Height="50"/>
|
626
|
626
|
</Grid.RowDefinitions>
|
627
|
627
|
<Label x:Name="lblVideoMess" Grid.Row="0" Content="暂无微课录制信息,请录制并等待保存完成后重试!" HorizontalAlignment="Center" Margin="0,0,0,100" VerticalAlignment="Center" FontSize="20" Visibility="Hidden"/>
|
628
|
|
- <Button x:Name="BtnVideoUpPage" Content="上一页" HorizontalAlignment="Center" Margin="0,0,150,12" Grid.Row="1" VerticalAlignment="Bottom" Width="60" Background="{x:Null}" BorderBrush="{x:Null}" FontSize="16" Foreground="#FF333333" Click="BtnVideoUpPage_Click"/>
|
|
628
|
+ <Button x:Name="BtnVideoUpPage" Content="上一页" Cursor="Hand" HorizontalAlignment="Center" Margin="0,0,150,12" Grid.Row="1" VerticalAlignment="Bottom" Width="60" Background="{x:Null}" BorderBrush="{x:Null}" FontSize="16" Foreground="#FF333333" Click="BtnVideoUpPage_Click"/>
|
629
|
629
|
<Label x:Name="lblVideoPageNum" Grid.Row="1" FontSize="14" Content="100/100" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="0,0,0,10" Foreground="#FF333333" />
|
630
|
|
- <Button x:Name="BtnVideoDownPage" Content="下一页" HorizontalAlignment="Center" Margin="150,0,0,12" Grid.Row="1" VerticalAlignment="Bottom" Width="60" Background="{x:Null}" BorderBrush="{x:Null}" FontSize="16" Foreground="#FF333333" Click="BtnVideoDownPage_Click"/>
|
|
630
|
+ <Button x:Name="BtnVideoDownPage" Content="下一页" Cursor="Hand" HorizontalAlignment="Center" Margin="150,0,0,12" Grid.Row="1" VerticalAlignment="Bottom" Width="60" Background="{x:Null}" BorderBrush="{x:Null}" FontSize="16" Foreground="#FF333333" Click="BtnVideoDownPage_Click"/>
|
631
|
631
|
</Grid>
|
632
|
|
-
|
633
|
632
|
<Grid Grid.Row="2" Background="#EFF1F8" Margin="0,0,0,0">
|
634
|
633
|
<StackPanel Orientation="Horizontal" Margin="0,5,0,5">
|
635
|
634
|
<TextBlock Text="颜色:" FontSize="14" Padding="10,3,0,0"/>
|
636
|
635
|
<Button Cursor="Hand" x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20" Click="BtnWhite_Click" Margin="0,2,0,0" Visibility="Collapsed"/>
|
637
|
|
-
|
638
|
636
|
<Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
639
|
637
|
<Button Cursor="Hand" x:Name="btnRed" Width="20" Height="20" Background="#FF0000" Margin="1,1,1,1" HorizontalAlignment="Center" Click="BtnRed_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
640
|
638
|
<Image x:Name="imgRed" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Visible"/>
|
|
@@ -646,8 +644,6 @@
|
646
|
644
|
</Button>
|
647
|
645
|
</Border>
|
648
|
646
|
<Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
649
|
|
-
|
650
|
|
-
|
651
|
647
|
<Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="1,1,1,1" Click="BtnCyanBlue_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
652
|
648
|
<Image x:Name="imgCyanBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
653
|
649
|
</Button>
|