|
@@ -377,6 +377,7 @@
|
377
|
377
|
<RowDefinition Height="50"/>
|
378
|
378
|
<RowDefinition Height="50"/>
|
379
|
379
|
<RowDefinition Height="50"/>
|
|
380
|
+ <RowDefinition Height="50"/>
|
380
|
381
|
<RowDefinition Height="*"/>
|
381
|
382
|
</Grid.RowDefinitions>
|
382
|
383
|
<Grid.ColumnDefinitions>
|
|
@@ -394,14 +395,23 @@
|
394
|
395
|
<RadioButton x:Name="rbnAVI" Cursor="Hand" Style="{StaticResource radBase}" Content=" AVI" FontSize="14" Foreground="#333333" Margin="20,-26,0,0" Visibility="Collapsed"/>
|
395
|
396
|
</StackPanel>
|
396
|
397
|
|
397
|
|
- <TextBlock Grid.Row="2" Grid.Column="0" Text="摄像头位置" FontSize="16" Foreground="#333333" HorizontalAlignment="Right"/>
|
|
398
|
+
|
|
399
|
+ <TextBlock Grid.Row="2" Grid.Column="0" Text="录屏工具栏" FontSize="16" Foreground="#333333" HorizontalAlignment="Right"/>
|
398
|
400
|
<StackPanel Grid.Row="2" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
|
401
|
+ <RadioButton x:Name="rbnHide" Cursor="Hand" Style="{StaticResource radBase}" Content=" 隐藏" FontSize="14" Foreground="#333333" VerticalAlignment="Top" IsChecked="True"/>
|
|
402
|
+ <RadioButton x:Name="rbnvisi" Cursor="Hand" Style="{StaticResource radBase}" Content=" 显示" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="20,0,0,0"/>
|
|
403
|
+ </StackPanel>
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+ <TextBlock Grid.Row="3" Grid.Column="0" Text="摄像头位置" FontSize="16" Foreground="#333333" HorizontalAlignment="Right"/>
|
|
408
|
+ <StackPanel Grid.Row="3" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
399
|
409
|
<RadioButton Cursor="Hand" x:Name="rbnRight" Style="{StaticResource radBase}" Content=" 右上" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="0,0,0,0" IsChecked="True"/>
|
400
|
410
|
<RadioButton Cursor="Hand" x:Name="rbnRightUnder" Style="{StaticResource radBase}" Content=" 右下" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="20,0,0,0"/>
|
401
|
411
|
<RadioButton Cursor="Hand" x:Name="rbnLeft" Style="{StaticResource radBase}" Content=" 左上" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="20,0,0,0" />
|
402
|
412
|
<RadioButton Cursor="Hand" x:Name="rbnLeftUnder" Style="{StaticResource radBase}" Content=" 左下" FontSize="14" Foreground="#333333" VerticalAlignment="Top" Margin="20,0,0,0"/>
|
403
|
413
|
</StackPanel>
|
404
|
|
- <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0" Visibility="Collapsed">
|
|
414
|
+ <StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0" Visibility="Collapsed">
|
405
|
415
|
<TextBlock Text="视频声音" FontSize="16" Foreground="#2D8CF0" Width="80"/>
|
406
|
416
|
<RadioButton x:Name="rbnY" Cursor="Hand" Content="有" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
407
|
417
|
<RadioButton x:Name="rbnN" Cursor="Hand" Content="无" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
|
@@ -409,28 +419,28 @@
|
409
|
419
|
|
410
|
420
|
|
411
|
421
|
<!--接口地址-->
|
412
|
|
- <TextBlock Grid.Row="3" Grid.Column="0" Text="接口地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
413
|
|
- <StackPanel Grid.Row="3" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
|
422
|
+ <TextBlock Grid.Row="4" Grid.Column="0" Text="接口地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
|
423
|
+ <StackPanel Grid.Row="4" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
414
|
424
|
<TextBlock Text="http://" FontSize="14" Padding="0,0,5,0"/>
|
415
|
425
|
<TextBox x:Name="txbInterfaceAddress" FontSize="14" Width="467" Height="30" Margin="0,-30,0,0" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
416
|
426
|
</StackPanel>
|
417
|
427
|
|
418
|
428
|
<!--上传地址-->
|
419
|
|
- <TextBlock Grid.Row="4" Grid.Column="0" Text="上传地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
420
|
|
- <StackPanel Grid.Row="4" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
|
429
|
+ <TextBlock Grid.Row="5" Grid.Column="0" Text="上传地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
|
430
|
+ <StackPanel Grid.Row="5" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
421
|
431
|
<TextBlock Text="http://" FontSize="14" Padding="0,0,5,0"/>
|
422
|
432
|
<TextBox x:Name="txbImageUploadAddress" FontSize="14" Margin="0,-30,0,0" Width="467" Height="30" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
423
|
433
|
</StackPanel>
|
424
|
434
|
|
425
|
435
|
<!--下载地址-->
|
426
|
|
- <TextBlock Grid.Row="5" Grid.Column="0" Text="下载地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
427
|
|
- <StackPanel Grid.Row="5" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
|
436
|
+ <TextBlock Grid.Row="6" Grid.Column="0" Text="下载地址" FontSize="16" Foreground="#333333" HorizontalAlignment="Right" Padding="0,0,0,0"/>
|
|
437
|
+ <StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
428
|
438
|
<TextBlock Text="http://" FontSize="14" Padding="0,0,5,0"/>
|
429
|
439
|
<TextBox x:Name="txbPictureShowsAddress" FontSize="14" Margin="0,-30,0,0" Width="467" Height="30" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
430
|
440
|
</StackPanel>
|
431
|
441
|
|
432
|
|
- <TextBlock Grid.Row="6" Grid.Column="0" x:Name="txbFilePath" Text="文件路径" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Padding="0,0,0,0" />
|
433
|
|
- <StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
|
442
|
+ <TextBlock Grid.Row="7" Grid.Column="0" x:Name="txbFilePath" Text="文件路径" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Padding="0,0,0,0" />
|
|
443
|
+ <StackPanel Grid.Row="7" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
434
|
444
|
<Border Background="#CDD6E0" Width="515" Height="30" CornerRadius="3" Margin="0,-30,0,0">
|
435
|
445
|
<Label x:Name="txbStoragePath" Background="#FFFFFF" Margin="0,0,0,0" Content="D:\" FontSize="14" Foreground="#333333" Padding="10,7,2,2" Width="513" Height="28" BorderBrush="{x:Null}" BorderThickness="0"/>
|
436
|
446
|
</Border>
|
|
@@ -473,17 +483,17 @@
|
473
|
483
|
</Button.Template>
|
474
|
484
|
</Button>
|
475
|
485
|
</StackPanel>
|
476
|
|
- <TextBlock Grid.Row="7" Grid.Column="0" Text="录屏快捷键" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
477
|
|
- <StackPanel Grid.Row="7" Grid.Column="1">
|
|
486
|
+ <TextBlock Grid.Row="8" Grid.Column="0" Text="录屏快捷键" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
|
487
|
+ <StackPanel Grid.Row="8" Grid.Column="1">
|
478
|
488
|
<TextBlock FontSize="14" Foreground="#333333" Text="开始/暂停:Ctrl+F5 停止:Ctrl+S 退出讲评:鼠标右键" Margin="30,0,0,0"/>
|
479
|
489
|
</StackPanel>
|
480
|
|
- <TextBlock Grid.Row="9" Grid.Column="0" x:Name="txbVersion" Text="正式版:" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
481
|
|
- <StackPanel Grid.Row="9" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
|
490
|
+ <TextBlock Grid.Row="10" Grid.Column="0" x:Name="txbVersion" Text="正式版:" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
|
491
|
+ <StackPanel Grid.Row="10" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
482
|
492
|
<TextBlock x:Name="txbv" Text="V0.0.0" FontSize="16" Foreground="#333333"/>
|
483
|
493
|
</StackPanel>
|
484
|
494
|
|
485
|
|
- <TextBlock Grid.Row="8" Grid.Column="0" Text="版权所有" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
486
|
|
- <StackPanel Grid.Row="8" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
|
495
|
+ <TextBlock Grid.Row="9" Grid.Column="0" Text="版权所有" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" Margin="0,0,0,0"/>
|
|
496
|
+ <StackPanel Grid.Row="9" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
487
|
497
|
<TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333"/>
|
488
|
498
|
</StackPanel>
|
489
|
499
|
|