Bladeren bron

zhao:修改微课跳转

tags/录制修改前
耀 3 jaren geleden
bovenliggende
commit
8955316c0b
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 2
    2
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml
  2. 1
    1
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 2
- 2
XHWK.WKTool/XHMicroLessonSystemWindow.xaml Bestand weergeven

@@ -639,7 +639,7 @@
639 639
                     <RadioButton Cursor="Hand" x:Name="rbnCrude" Content=" 粗" Style="{StaticResource radBase}" FontSize="14" Margin="5,4,0,0" Click="RbnCrude_Click"/>
640 640
                 </StackPanel>
641 641
                 <!--页码-->
642
-                <Grid Grid.Row="1" x:Name="gridPage" Visibility="Visible" MouseLeftButtonDown="Window_MouseLeftButtonDown_1" HorizontalAlignment="Center" Margin="30,0,0,0">
642
+                <Grid Grid.Row="1" x:Name="gridPage" Visibility="Hidden" MouseLeftButtonDown="Window_MouseLeftButtonDown_1" HorizontalAlignment="Center" Margin="95,0,0,0">
643 643
                     <StackPanel Grid.Row="0" Orientation="Horizontal" Background="Transparent" Width="215" HorizontalAlignment="Center" Height="30" Margin="0,0,0,0" Grid.Column="1" VerticalAlignment="Bottom">
644 644
                         <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
645 645
                     x:Name="last_button"
@@ -666,7 +666,7 @@
666 666
                             </StackPanel>
667 667
                         </Button>
668 668
 
669
-                        <TextBlock Text="跳转" Height="18" Margin="0,5,3,0"></TextBlock>
669
+                        <TextBlock Text="前往" Height="18" Margin="0,5,3,0"></TextBlock>
670 670
                         <!--<TextBox x:Name="txtJump" Text="123" Height="17" Width="25" Visibility="Visible" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="0"  input:InputMethod.IsInputMethodEnabled="False" PreviewTextInput="txtJump_PreviewTextInput" KeyDown="txtJump_KeyDown"/>-->
671 671
                         <!--<Button Cursor="Hand" Visibility="Visible" x:Name="BtnJumpPage" HorizontalAlignment="Left"  VerticalAlignment="Center" Width="17" Height="17" Background="White" BorderBrush="#FFABADB3" Margin="24,0,0,0" Click="BtnJumpPage_Click">
672 672
                             <Button.Resources>

+ 1
- 1
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs Bestand weergeven

@@ -5119,7 +5119,7 @@ namespace XHWK.WKTool
5119 5119
             {
5120 5120
                 JumpPage = int.Parse(CbxPageList.SelectedValue.ToString());
5121 5121
             }
5122
-            catch (Exception ex)
5122
+            catch (Exception)
5123 5123
             {
5124 5124
                 MessageWindow.Show("操作有误!请输入有效的页码!");
5125 5125
                 return;

Laden…
Annuleren
Opslaan