|
@@ -397,16 +397,16 @@
|
397
|
397
|
<ScrollViewer x:Name="gridSetUp" Grid.Row="1" VerticalScrollBarVisibility="Auto" Visibility="Collapsed">
|
398
|
398
|
<Grid Grid.Row="1" Background="#FFFFFF" >
|
399
|
399
|
<Grid.RowDefinitions>
|
400
|
|
- <RowDefinition Height="90"/>
|
401
|
|
- <RowDefinition Height="70"/>
|
|
400
|
+ <RowDefinition Height="80"/>
|
|
401
|
+ <RowDefinition Height="50"/>
|
|
402
|
+ <RowDefinition Height="50"/>
|
|
403
|
+ <RowDefinition Height="50"/>
|
|
404
|
+ <RowDefinition Height="50"/>
|
|
405
|
+ <RowDefinition Height="50"/>
|
|
406
|
+ <RowDefinition Height="50"/>
|
|
407
|
+ <RowDefinition Height="50"/>
|
|
408
|
+ <RowDefinition Height="50"/>
|
402
|
409
|
<RowDefinition Height="50"/>
|
403
|
|
- <RowDefinition Height="60"/>
|
404
|
|
- <RowDefinition Height="70"/>
|
405
|
|
- <RowDefinition Height="70"/>
|
406
|
|
- <RowDefinition Height="70"/>
|
407
|
|
- <RowDefinition Height="70"/>
|
408
|
|
- <RowDefinition Height="70"/>
|
409
|
|
- <RowDefinition Height="70"/>
|
410
|
410
|
<RowDefinition Height="*"/>
|
411
|
411
|
</Grid.RowDefinitions>
|
412
|
412
|
<Grid.ColumnDefinitions>
|
|
@@ -414,18 +414,17 @@
|
414
|
414
|
<ColumnDefinition Width="*"/>
|
415
|
415
|
</Grid.ColumnDefinitions>
|
416
|
416
|
|
417
|
|
- <TextBlock Grid.Row="0" Grid.Column="0" Text="智能笔" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Margin="0,30,0,0"/>
|
|
417
|
+ <TextBlock Grid.Row="0" Grid.Column="0" Text="智能笔" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Margin="0,30,0,0"/>
|
418
|
418
|
<TextBlock Grid.Row="0" Grid.Column="1" x:Name="txbNotConnecteds" Text="未连接" FontSize="14" Foreground="#333333" Margin="30,30,0,0"/>
|
419
|
419
|
|
420
|
|
- <TextBlock Grid.Row="1" Grid.Column="0" Text="视频格式" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right"/>
|
|
420
|
+ <TextBlock Grid.Row="1" Grid.Column="0" Text="视频格式" FontSize="16" Foreground="#333333" HorizontalAlignment="Right"/>
|
421
|
421
|
<StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
422
|
|
-
|
423
|
422
|
<RadioButton x:Name="rbnMP4" Cursor="Hand" Style="{StaticResource radBase}" Content=" MP4" FontSize="14" Foreground="#333333" VerticalAlignment="Top" IsChecked="True"/>
|
424
|
423
|
<RadioButton x:Name="rbnFLV" Cursor="Hand" Style="{StaticResource radBase}" Content=" FLV" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="20,0,0,0"/>
|
425
|
424
|
<RadioButton x:Name="rbnAVI" Cursor="Hand" Style="{StaticResource radBase}" Content=" AVI" FontSize="14" Foreground="#333333" Margin="20,-26,0,0" Visibility="Collapsed"/>
|
426
|
425
|
</StackPanel>
|
427
|
426
|
|
428
|
|
- <TextBlock Grid.Row="2" Grid.Column="0" Text="摄像头位置" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right"/>
|
|
427
|
+ <TextBlock Grid.Row="2" Grid.Column="0" Text="摄像头位置" FontSize="16" Foreground="#333333" HorizontalAlignment="Right"/>
|
429
|
428
|
<StackPanel Grid.Row="2" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
430
|
429
|
<RadioButton Cursor="Hand" x:Name="rbnRight" Style="{StaticResource radBase}" Content=" 右上" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="0,0,0,0" IsChecked="True"/>
|
431
|
430
|
<RadioButton Cursor="Hand" x:Name="rbnRightUnder" Style="{StaticResource radBase}" Content=" 右下" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="20,0,0,0"/>
|
|
@@ -440,33 +439,33 @@
|
440
|
439
|
|
441
|
440
|
|
442
|
441
|
<!--接口地址-->
|
443
|
|
- <TextBlock Grid.Row="3" Grid.Column="0" Text="接口地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,20,0,0"/>
|
|
442
|
+ <TextBlock Grid.Row="3" Grid.Column="0" Text="接口地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
444
|
443
|
<StackPanel Grid.Row="3" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
445
|
|
- <TextBlock Text="http://" FontSize="16" Padding="0,20,5,0"/>
|
446
|
|
- <TextBox x:Name="txbInterfaceAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
444
|
+ <TextBlock Text="http://" FontSize="14" Padding="0,0,5,0"/>
|
|
445
|
+ <TextBox x:Name="txbInterfaceAddress" FontSize="14" Width="467" Height="30" Margin="0,-30,0,0" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
447
|
446
|
</StackPanel>
|
448
|
447
|
|
449
|
448
|
<!--上传地址-->
|
450
|
|
- <TextBlock Grid.Row="4" Grid.Column="0" Text="上传地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,35,0,0"/>
|
451
|
|
- <StackPanel Grid.Row="4" Grid.Column="1" Orientation="Horizontal" Margin="30,20,0,0">
|
452
|
|
- <TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
453
|
|
- <TextBox x:Name="txbImageUploadAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
449
|
+ <TextBlock Grid.Row="4" Grid.Column="0" Text="上传地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
|
450
|
+ <StackPanel Grid.Row="4" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
|
451
|
+ <TextBlock Text="http://" FontSize="14" Padding="0,0,5,0"/>
|
|
452
|
+ <TextBox x:Name="txbImageUploadAddress" FontSize="14" Margin="0,-30,0,0" Width="467" Height="30" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
454
|
453
|
</StackPanel>
|
455
|
454
|
|
456
|
455
|
<!--下载地址-->
|
457
|
|
- <TextBlock Grid.Row="5" Grid.Column="0" Text="下载地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,35,0,0"/>
|
458
|
|
- <StackPanel Grid.Row="5" Grid.Column="1" Orientation="Horizontal" Margin="30,20,0,0">
|
459
|
|
- <TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
460
|
|
- <TextBox x:Name="txbPictureShowsAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
456
|
+ <TextBlock Grid.Row="5" Grid.Column="0" Text="下载地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
|
457
|
+ <StackPanel Grid.Row="5" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
|
458
|
+ <TextBlock Text="http://" FontSize="14" Padding="0,0,5,0"/>
|
|
459
|
+ <TextBox x:Name="txbPictureShowsAddress" FontSize="14" Margin="0,-30,0,0" Width="467" Height="30" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
461
|
460
|
</StackPanel>
|
462
|
461
|
|
463
|
|
- <TextBlock Grid.Row="6" Grid.Column="0" x:Name="txbFilePath" Text="文件路径" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Padding="0,35,0,0" />
|
464
|
|
- <StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,20,0,0">
|
465
|
|
- <Border Background="#CDD6E0" Width="522" Height="43" CornerRadius="3" Margin="0,0,0,0">
|
466
|
|
- <Label x:Name="txbStoragePath" Background="#FFFFFF" Content="D:\" FontSize="16" Foreground="#333333" Padding="10,12,2,2" Width="520" Height="41" BorderBrush="{x:Null}" BorderThickness="0"/>
|
|
462
|
+ <TextBlock Grid.Row="6" Grid.Column="0" x:Name="txbFilePath" Text="文件路径" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Padding="0,0,0,0" />
|
|
463
|
+ <StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
|
464
|
+ <Border Background="#CDD6E0" Width="522" Height="30" CornerRadius="3" Margin="0,-30,0,0">
|
|
465
|
+ <Label x:Name="txbStoragePath" Background="#FFFFFF" Margin="0,0,0,0" Content="D:\" FontSize="14" Foreground="#333333" Padding="10,7,2,2" Width="520" Height="28" BorderBrush="{x:Null}" BorderThickness="0"/>
|
467
|
466
|
</Border>
|
468
|
467
|
<!--浏览按钮-->
|
469
|
|
- <Button Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="BtnBrowse_Click">
|
|
468
|
+ <Button Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="14" Width="80" Height="30" Margin="18,-30,0,0" Click="BtnBrowse_Click">
|
470
|
469
|
<Button.Template>
|
471
|
470
|
<ControlTemplate TargetType="{x:Type Button}">
|
472
|
471
|
<Border
|
|
@@ -483,21 +482,21 @@
|
483
|
482
|
</Button.Template>
|
484
|
483
|
</Button>
|
485
|
484
|
</StackPanel>
|
486
|
|
-
|
487
|
|
- <TextBlock Grid.Row="7" Grid.Column="0" Text="版本号" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
488
|
|
- <StackPanel Grid.Row="7" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
|
485
|
+ <TextBlock Grid.Row="7" Grid.Column="0" Text="录屏快捷键" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
|
486
|
+ <StackPanel Grid.Row="7" Grid.Column="1">
|
|
487
|
+ <TextBlock FontSize="14" Foreground="#333333" Text="开始/暂停:Ctrl+F5 停止:Ctrl+S 退出讲评:鼠标右键" Margin="30,0,0,0"/>
|
|
488
|
+ </StackPanel>
|
|
489
|
+ <TextBlock Grid.Row="9" Grid.Column="0" Text="版本号" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
|
490
|
+ <StackPanel Grid.Row="9" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
489
|
491
|
<TextBlock x:Name="txbv" Text="V0.0.0" FontSize="16" Foreground="#333333"/>
|
490
|
492
|
</StackPanel>
|
491
|
493
|
|
492
|
|
- <TextBlock Grid.Row="8" Grid.Column="0" Text="版权所有" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
493
|
|
- <StackPanel Grid.Row="8" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
|
494
|
+ <TextBlock Grid.Row="8" Grid.Column="0" Text="版权所有" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
|
495
|
+ <StackPanel Grid.Row="8" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
494
|
496
|
<TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333"/>
|
495
|
497
|
</StackPanel>
|
496
|
498
|
|
497
|
|
- <TextBlock Grid.Row="9" Grid.Column="0" Text="录屏快捷键" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
498
|
|
- <StackPanel Grid.Row="9" Grid.Column="1">
|
499
|
|
- <TextBlock FontSize="14" Foreground="#333333" Text="开始/暂停:Ctrl+F5 停止:Ctrl+S 退出讲评:鼠标右键" Margin="30,30,0,0"/>
|
500
|
|
- </StackPanel>
|
|
499
|
+
|
501
|
500
|
<!--第四行 开始按钮-->
|
502
|
501
|
<Button Cursor="Hand" Grid.Row="10" Grid.ColumnSpan="2" x:Name="btnSave" Content="保存" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="115" Height="45" Margin="10,10,10,10" Click="BtnSave_Click">
|
503
|
502
|
<Button.Template>
|