|
@@ -355,45 +355,7 @@
|
355
|
355
|
<Label Content="" Grid.Column="1" Height="2" Width="2" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,16,0"/>
|
356
|
356
|
<!--<TextBlock x:Name="txbTime" Text="123456" FontSize="20" Foreground="#000000" Margin="0,0,0,10" HorizontalAlignment="Left" VerticalAlignment="Bottom"/>-->
|
357
|
357
|
</Grid>
|
358
|
|
- <!--页码-->
|
359
|
|
- <Grid Grid.Row="1" x:Name="gridPage" Visibility="Collapsed" MouseLeftButtonDown="Window_MouseLeftButtonDown_1">
|
360
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" Background="Transparent" Width="180" HorizontalAlignment="Center" Height="30" Margin="0,0,0,0" Grid.Column="1" VerticalAlignment="Bottom">
|
361
|
|
- <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
362
|
|
- x:Name="last_button"
|
363
|
|
- Width="60" Height="20"
|
364
|
|
- Click="last_button_Click">
|
365
|
|
-
|
366
|
|
- <Button.Content>
|
367
|
|
- <StackPanel>
|
368
|
|
- <Image Width="16" Height="12" Source=".\Images\class_p1.png" />
|
369
|
|
- </StackPanel>
|
370
|
|
- </Button.Content>
|
371
|
|
- </Button>
|
372
|
|
- <Grid Width="60" Background="Transparent" MouseLeftButtonDown="Window_MouseLeftButtonDown_1">
|
373
|
|
- <Grid.RowDefinitions>
|
374
|
|
- <RowDefinition Height="311*"/>
|
375
|
|
- <RowDefinition Height="483*"/>
|
376
|
|
- </Grid.RowDefinitions>
|
377
|
|
- <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-12,0,0" Grid.Row="1" Background="Transparent">
|
378
|
|
- <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
379
|
|
- <TextBlock x:Name="txbCurrpage" Text="{Binding currpage}" TextAlignment="Center" FontSize="15"/>
|
380
|
|
- <TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
381
|
|
- <TextBlock Text="{Binding pagenum}" TextAlignment="Center" FontSize="15"/>
|
382
|
|
- </StackPanel>
|
383
|
|
- </StackPanel>
|
384
|
|
- </Grid>
|
385
|
|
- <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
386
|
|
- x:Name="next_btn" Background="Transparent"
|
387
|
|
- Width="60" Height="20"
|
388
|
|
- Click="next_btn_Click">
|
389
|
|
- <Button.Content>
|
390
|
|
- <StackPanel>
|
391
|
|
- <Image Width="16" Height="12" Source=".\Images\class_p2.png" />
|
392
|
|
- </StackPanel>
|
393
|
|
- </Button.Content>
|
394
|
|
- </Button>
|
395
|
|
- </StackPanel>
|
396
|
|
- </Grid>
|
|
358
|
+
|
397
|
359
|
<!--设置-->
|
398
|
360
|
<ScrollViewer x:Name="gridSetUp" Grid.Row="1" VerticalScrollBarVisibility="Auto" Visibility="Collapsed">
|
399
|
361
|
<Grid Grid.Row="1" Background="#FFFFFF" >
|
|
@@ -668,13 +630,51 @@
|
668
|
630
|
<RadioButton Cursor="Hand" x:Name="rbnFine" Content=" 细" Style="{StaticResource radBase}" FontSize="14" Margin="0,4,0,0" IsChecked="True" Click="RbnFine_Click"/>
|
669
|
631
|
<RadioButton Cursor="Hand" x:Name="rbnIn" Content=" 中" Style="{StaticResource radBase}" FontSize="14" Margin="5,4,0,0" Click="RbnIn_Click"/>
|
670
|
632
|
<RadioButton Cursor="Hand" x:Name="rbnCrude" Content=" 粗" Style="{StaticResource radBase}" FontSize="14" Margin="5,4,0,0" Click="RbnCrude_Click"/>
|
671
|
|
- <StackPanel Orientation="Horizontal">
|
672
|
|
- <TextBlock Text="摄像头:" FontSize="14" Padding="20,3,0,0"/>
|
673
|
|
- <RadioButton Cursor="Hand" x:Name="rbnOpen" Content=" 开" Style="{StaticResource radBase}" FontSize="14" Margin="0,4,0,0" Click="RbnOpen_Click"/>
|
674
|
|
- <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content=" 关" Style="{StaticResource radBase}" FontSize="14" Margin="5,4,0,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
675
|
|
- </StackPanel>
|
676
|
633
|
</StackPanel>
|
|
634
|
+ <!--页码-->
|
|
635
|
+ <Grid Grid.Row="1" x:Name="gridPage" Visibility="Collapsed" MouseLeftButtonDown="Window_MouseLeftButtonDown_1" HorizontalAlignment="Center">
|
|
636
|
+ <StackPanel Grid.Row="0" Orientation="Horizontal" Background="Transparent" Width="180" HorizontalAlignment="Center" Height="30" Margin="0,0,0,0" Grid.Column="1" VerticalAlignment="Bottom">
|
|
637
|
+ <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
|
638
|
+ x:Name="last_button"
|
|
639
|
+ Width="60" Height="20"
|
|
640
|
+ Click="last_button_Click">
|
|
641
|
+
|
|
642
|
+ <Button.Content>
|
|
643
|
+ <StackPanel>
|
|
644
|
+ <Image Width="16" Height="12" Source=".\Images\class_p1.png" />
|
|
645
|
+ </StackPanel>
|
|
646
|
+ </Button.Content>
|
|
647
|
+ </Button>
|
|
648
|
+ <Grid Width="60" Background="Transparent" MouseLeftButtonDown="Window_MouseLeftButtonDown_1">
|
|
649
|
+ <Grid.RowDefinitions>
|
|
650
|
+ <RowDefinition Height="311*"/>
|
|
651
|
+ <RowDefinition Height="483*"/>
|
|
652
|
+ </Grid.RowDefinitions>
|
|
653
|
+ <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-12,0,0" Grid.Row="1" Background="Transparent">
|
|
654
|
+ <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
|
655
|
+ <TextBlock x:Name="txbCurrpage" Text="{Binding currpage}" TextAlignment="Center" FontSize="15"/>
|
|
656
|
+ <TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
|
657
|
+ <TextBlock Text="{Binding pagenum}" TextAlignment="Center" FontSize="15"/>
|
|
658
|
+ </StackPanel>
|
|
659
|
+ </StackPanel>
|
|
660
|
+ </Grid>
|
|
661
|
+ <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
|
662
|
+ x:Name="next_btn" Background="Transparent"
|
|
663
|
+ Width="60" Height="20"
|
|
664
|
+ Click="next_btn_Click">
|
|
665
|
+ <Button.Content>
|
|
666
|
+ <StackPanel>
|
|
667
|
+ <Image Width="16" Height="12" Source=".\Images\class_p2.png" />
|
|
668
|
+ </StackPanel>
|
|
669
|
+ </Button.Content>
|
|
670
|
+ </Button>
|
|
671
|
+ </StackPanel>
|
|
672
|
+ </Grid>
|
|
673
|
+
|
677
|
674
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,5,10,5">
|
|
675
|
+ <TextBlock Text="摄像头:" FontSize="14" Padding="20,3,0,0"/>
|
|
676
|
+ <RadioButton Cursor="Hand" x:Name="rbnOpen" Content=" 开" Style="{StaticResource radBase}" FontSize="14" Margin="0,4,0,0" Click="RbnOpen_Click"/>
|
|
677
|
+ <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content=" 关" Style="{StaticResource radBase}" FontSize="14" Margin="5,4,20,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
678
|
678
|
<TextBlock Text="智能笔状态:" FontSize="14" Padding="0,4,0,0"/>
|
679
|
679
|
<TextBlock x:Name="txbNotConnected" Text="未连接" FontSize="14" Padding="0,4,5,0"/>
|
680
|
680
|
</StackPanel>
|