|
@@ -25,6 +25,22 @@
|
25
|
25
|
</Border>
|
26
|
26
|
</Grid>-->
|
27
|
27
|
<Window.Resources>
|
|
28
|
+ <Style x:Key="NoMouseOverButtonStyle" TargetType="{x:Type Button}">
|
|
29
|
+ <Setter Property="BorderThickness" Value="1"/>
|
|
30
|
+ <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}"/>
|
|
31
|
+ <Setter Property="HorizontalContentAlignment" Value="Center"/>
|
|
32
|
+ <Setter Property="VerticalContentAlignment" Value="Center"/>
|
|
33
|
+ <Setter Property="Padding" Value="1"/>
|
|
34
|
+ <Setter Property="Template">
|
|
35
|
+ <Setter.Value>
|
|
36
|
+ <ControlTemplate TargetType="{x:Type Button}">
|
|
37
|
+ <Border x:Name="Chrome" BorderBrush="{TemplateBinding BorderBrush}" Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
|
|
38
|
+ <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" Margin="{TemplateBinding Padding}" RecognizesAccessKey="True" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}"/>
|
|
39
|
+ </Border>
|
|
40
|
+ </ControlTemplate>
|
|
41
|
+ </Setter.Value>
|
|
42
|
+ </Setter>
|
|
43
|
+ </Style>
|
28
|
44
|
<!-- ListBox容器样式 -->
|
29
|
45
|
<Style x:Key="ListBoxItemContainerStyle" TargetType="{x:Type ListBoxItem}">
|
30
|
46
|
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
|
@@ -69,8 +85,8 @@
|
69
|
85
|
Cursor="Hand"
|
70
|
86
|
BorderThickness="0" Click="BtnModify_Click">
|
71
|
87
|
<Grid>
|
72
|
|
- <Image Source="./Images/fileDirectory3.png" Margin="6,6,6,6" Height="20" Visibility="{Binding Visi}"/>
|
73
|
|
- <Image Source="./Images/fileDirectory4.png" Margin="6,6,6,6" Height="20" Visibility="{Binding Coll}"/>
|
|
88
|
+ <Image Source="./Images/fileDirectory3.png" Margin="6,6,6,6" Height="20"/>
|
|
89
|
+ <Image Source="./Images/fileDirectory4.png" Margin="6,6,6,6" Height="20"/>
|
74
|
90
|
</Grid>
|
75
|
91
|
</Button>
|
76
|
92
|
</StackPanel>
|
|
@@ -105,8 +121,8 @@
|
105
|
121
|
Cursor="Hand"
|
106
|
122
|
BorderThickness="0" Click="BtnPlay_Click">
|
107
|
123
|
<Grid>
|
108
|
|
- <Image Source="./Images/fileDirectory1.png" Margin="10" Height="20" Visibility="{Binding Visi}"/>
|
109
|
|
- <Image Source="./Images/fileDirectory2.png" Margin="10" Height="20" Visibility="{Binding Coll}"/>
|
|
124
|
+ <Image Source="./Images/fileDirectory1.png" Margin="10" Height="20"/>
|
|
125
|
+ <Image Source="./Images/fileDirectory2.png" Margin="10" Height="20"/>
|
110
|
126
|
</Grid>
|
111
|
127
|
</Button>
|
112
|
128
|
<Button x:Name="btnUpload" Background="Transparent"
|
|
@@ -121,8 +137,8 @@
|
121
|
137
|
Cursor="Hand"
|
122
|
138
|
BorderThickness="0" Click="BtnDelete_Click">
|
123
|
139
|
<Grid>
|
124
|
|
- <Image Source="./Images/fileDirectory5.png" Margin="6,6,6,6" Height="20" Visibility="{Binding Visi}"/>
|
125
|
|
- <Image Source="./Images/fileDirectory6.png" Margin="6,6,6,6" Height="20" Visibility="{Binding Coll}"/>
|
|
140
|
+ <Image Source="./Images/fileDirectory5.png" Margin="6,6,6,6" Height="20"/>
|
|
141
|
+ <Image Source="./Images/fileDirectory6.png" Margin="6,6,6,6" Height="20"/>
|
126
|
142
|
</Grid>
|
127
|
143
|
</Button>
|
128
|
144
|
</StackPanel>
|
|
@@ -294,7 +310,7 @@
|
294
|
310
|
</Grid>
|
295
|
311
|
</Border>
|
296
|
312
|
</Grid>
|
297
|
|
- <Image x:Name="imgDocumentation" Visibility="Visible"/>
|
|
313
|
+ <Image x:Name="imgDocumentation" Visibility="Visible" VerticalAlignment="Top"/>
|
298
|
314
|
|
299
|
315
|
<!--导入图片-->
|
300
|
316
|
<!--<Button Cursor="Hand" x:Name="btnOk" Height="50" Width="50" Content="√" FontSize="26" Background="#2E8CF0" Foreground="#FFFFFF" Click="btnOk_Click" Visibility="Collapsed"/>-->
|
|
@@ -366,7 +382,7 @@
|
366
|
382
|
<RowDefinition Height="90"/>
|
367
|
383
|
<RowDefinition Height="70"/>
|
368
|
384
|
<RowDefinition Height="50"/>
|
369
|
|
- <RowDefinition Height="70"/>
|
|
385
|
+ <RowDefinition Height="60"/>
|
370
|
386
|
<RowDefinition Height="70"/>
|
371
|
387
|
<RowDefinition Height="70"/>
|
372
|
388
|
<RowDefinition Height="70"/>
|
|
@@ -375,19 +391,24 @@
|
375
|
391
|
<RowDefinition Height="70"/>
|
376
|
392
|
<RowDefinition Height="*"/>
|
377
|
393
|
</Grid.RowDefinitions>
|
378
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
379
|
|
- <TextBlock Text=" 点阵笔" FontSize="16" Foreground="#2D8CF0" Width="80"/>
|
380
|
|
- <TextBlock x:Name="txbNotConnecteds" Text="未连接" FontSize="14" Foreground="#333333" Padding="10,0,0,0"/>
|
381
|
|
- </StackPanel>
|
382
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
383
|
|
- <TextBlock Text="视频格式" FontSize="16" Foreground="#2D8CF0" Width="80"/>
|
384
|
|
- <RadioButton x:Name="rbnMP4" Cursor="Hand" Content="MP4" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
|
394
|
+ <Grid.ColumnDefinitions>
|
|
395
|
+ <ColumnDefinition Width="100"/>
|
|
396
|
+ <ColumnDefinition Width="*"/>
|
|
397
|
+ </Grid.ColumnDefinitions>
|
|
398
|
+
|
|
399
|
+ <TextBlock Grid.Row="0" Grid.Column="0" Text="智能笔" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Margin="0,30,0,0"/>
|
|
400
|
+ <TextBlock Grid.Row="0" Grid.Column="1" x:Name="txbNotConnecteds" Text="未连接" FontSize="14" Foreground="#333333" Margin="30,30,0,0"/>
|
|
401
|
+
|
|
402
|
+ <TextBlock Grid.Row="1" Grid.Column="0" Text="视频格式" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right"/>
|
|
403
|
+ <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
|
404
|
+ <RadioButton x:Name="rbnMP4" Cursor="Hand" Content="MP4" FontSize="14" Foreground="#333333" Margin="0,2,0,0" IsChecked="True"/>
|
385
|
405
|
<RadioButton x:Name="rbnFLV" Cursor="Hand" Content="FLV" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
386
|
|
- <RadioButton x:Name="rbnAVI" Cursor="Hand" Content="AVI" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
|
406
|
+ <RadioButton x:Name="rbnAVI" Cursor="Hand" Content="AVI" FontSize="14" Foreground="#333333" Margin="20,2,0,0" Visibility="Collapsed"/>
|
387
|
407
|
</StackPanel>
|
388
|
|
- <StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
389
|
|
- <TextBlock Text="头像位置" FontSize="16" Foreground="#2D8CF0" Width="80"/>
|
390
|
|
- <RadioButton Cursor="Hand" x:Name="rbnRight" Content="右上" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
|
408
|
+
|
|
409
|
+ <TextBlock Grid.Row="2" Grid.Column="0" Text="摄像头位置" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right"/>
|
|
410
|
+ <StackPanel Grid.Row="2" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
|
411
|
+ <RadioButton Cursor="Hand" x:Name="rbnRight" Content="右上" FontSize="14" Foreground="#333333" Margin="0,2,0,0" IsChecked="True"/>
|
391
|
412
|
<RadioButton Cursor="Hand" x:Name="rbnRightUnder" Content="右下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
392
|
413
|
<RadioButton Cursor="Hand" x:Name="rbnLeft" Content="左上" FontSize="14" Foreground="#333333" Margin="20,2,0,0" />
|
393
|
414
|
<RadioButton Cursor="Hand" x:Name="rbnLeftUnder" Content="左下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
|
@@ -400,28 +421,29 @@
|
400
|
421
|
|
401
|
422
|
|
402
|
423
|
<!--接口地址-->
|
403
|
|
- <StackPanel Grid.Row="3" Orientation="Horizontal" Margin="30,0,0,0">
|
404
|
|
- <TextBlock Text="接口地址" FontSize="16" Foreground="#2D8CF0" Width="80" Padding="0,25,0,0" Margin="10,0,0,0"/>
|
405
|
|
- <TextBlock Text="http://" FontSize="16" Padding="0,25,5,0"/>
|
|
424
|
+ <TextBlock Grid.Row="3" Grid.Column="0" Text="接口地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,20,0,0"/>
|
|
425
|
+ <StackPanel Grid.Row="3" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
|
426
|
+ <TextBlock Text="http://" FontSize="16" Padding="0,20,5,0"/>
|
406
|
427
|
<TextBox x:Name="txbInterfaceAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
407
|
428
|
</StackPanel>
|
|
429
|
+
|
408
|
430
|
<!--上传地址-->
|
409
|
|
- <StackPanel Grid.Row="4" Orientation="Horizontal" Margin="30,20,0,0">
|
410
|
|
- <TextBlock Text="上传地址" FontSize="16" Foreground="#2D8CF0" Width="80" Padding="0,10,0,0" Margin="10,5,0,0"/>
|
411
|
|
- <TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
|
431
|
+ <TextBlock Grid.Row="4" Grid.Column="0" Text="上传地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,35,0,0"/>
|
|
432
|
+ <StackPanel Grid.Row="4" Grid.Column="1" Orientation="Horizontal" Margin="30,20,0,0">
|
|
433
|
+ <TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
412
|
434
|
<TextBox x:Name="txbImageUploadAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
413
|
435
|
</StackPanel>
|
|
436
|
+
|
414
|
437
|
<!--下载地址-->
|
415
|
|
- <StackPanel Grid.Row="5" Orientation="Horizontal" Margin="30,20,0,0">
|
416
|
|
- <TextBlock Text="下载地址" FontSize="16" Foreground="#2D8CF0" Width="80" Padding="0,15,0,0" Margin="10,0,0,0"/>
|
417
|
|
- <TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
|
438
|
+ <TextBlock Grid.Row="5" Grid.Column="0" Text="下载地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,35,0,0"/>
|
|
439
|
+ <StackPanel Grid.Row="5" Grid.Column="1" Orientation="Horizontal" Margin="30,20,0,0">
|
|
440
|
+ <TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
418
|
441
|
<TextBox x:Name="txbPictureShowsAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
419
|
442
|
</StackPanel>
|
420
|
443
|
|
421
|
|
-
|
422
|
|
- <StackPanel Grid.Row="6" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,20,0,0">
|
423
|
|
- <TextBlock x:Name="txbFilePath" Text="文件路径" FontSize="16" Width="80" Foreground="#2D8CF0" Padding="10,18,10,0" />
|
424
|
|
- <Border Background="#CDD6E0" Width="522" Height="43" CornerRadius="3" Margin="10,0,0,0">
|
|
444
|
+ <TextBlock Grid.Row="6" Grid.Column="0" x:Name="txbFilePath" Text="文件路径" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Padding="0,35,0,0" />
|
|
445
|
+ <StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,20,0,0">
|
|
446
|
+ <Border Background="#CDD6E0" Width="522" Height="43" CornerRadius="3" Margin="0,0,0,0">
|
425
|
447
|
<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"/>
|
426
|
448
|
</Border>
|
427
|
449
|
<!--浏览按钮-->
|
|
@@ -442,16 +464,23 @@
|
442
|
464
|
</Button.Template>
|
443
|
465
|
</Button>
|
444
|
466
|
</StackPanel>
|
445
|
|
- <StackPanel Grid.Row="7" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
446
|
|
- <TextBlock Text=" 版本号" FontSize="16" Width="80" Foreground="#2D8CF0"/>
|
447
|
|
- <TextBlock x:Name="txbv" Text="V0.0.0" FontSize="16" Foreground="#333333" Padding="10,0,0,0"/>
|
|
467
|
+
|
|
468
|
+ <TextBlock Grid.Row="7" Grid.Column="0" Text="版本号" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
|
469
|
+ <StackPanel Grid.Row="7" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
|
470
|
+ <TextBlock x:Name="txbv" Text="V0.0.0" FontSize="16" Foreground="#333333"/>
|
448
|
471
|
</StackPanel>
|
449
|
|
- <StackPanel Grid.Row="8" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
450
|
|
- <TextBlock Text="版权所有" FontSize="16" Width="80" Foreground="#2D8CF0"/>
|
451
|
|
- <TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333" Padding="10,0,0,0"/>
|
|
472
|
+
|
|
473
|
+ <TextBlock Grid.Row="8" Grid.Column="0" Text="版权所有" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
|
474
|
+ <StackPanel Grid.Row="8" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
|
475
|
+ <TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333"/>
|
452
|
476
|
</StackPanel>
|
453
|
|
- <!--第四行 开始按钮-->
|
454
|
|
- <Button Cursor="Hand" Grid.Row="9" x:Name="btnSave" Content="保存" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="115" Height="45" Margin="10,0,10,0" Click="BtnSave_Click">
|
|
477
|
+
|
|
478
|
+ <TextBlock Grid.Row="9" Grid.Column="0" Text="录屏快捷键" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
|
479
|
+ <StackPanel Grid.Row="9" Grid.Column="1">
|
|
480
|
+ <TextBlock FontSize="14" Foreground="#333333" Text="开始/暂停:Ctrl+F5 停止:Ctrl+S 退出讲评:鼠标右键" Margin="30,30,0,0"/>
|
|
481
|
+ </StackPanel>
|
|
482
|
+ <!--第四行 开始按钮-->
|
|
483
|
+ <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,0,10,0" Click="BtnSave_Click">
|
455
|
484
|
<Button.Template>
|
456
|
485
|
<ControlTemplate TargetType="{x:Type Button}">
|
457
|
486
|
<Border
|
|
@@ -572,38 +601,54 @@
|
572
|
601
|
</Grid>
|
573
|
602
|
<Grid Grid.Row="2" Background="#EFF1F8" Margin="0,0,0,0">
|
574
|
603
|
<StackPanel Orientation="Horizontal" Margin="0,0,0,0">
|
575
|
|
- <TextBlock Text="颜色:" FontSize="14" Padding="10,10,0,0"/>
|
|
604
|
+ <TextBlock Text="颜色:" FontSize="14" Padding="10,5,0,0"/>
|
576
|
605
|
<Button Cursor="Hand" x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20" Click="BtnWhite_Click" Margin="0,2,0,0" Visibility="Collapsed"/>
|
577
|
606
|
|
578
|
|
-
|
579
|
|
- <Button Cursor="Hand" x:Name="btnRed" Background="#FF0000" Width="20" Height="20" Margin="5,2,0,0" Click="BtnRed_Click">
|
|
607
|
+ <Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
|
608
|
+ <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}">
|
580
|
609
|
<Image x:Name="imgRed" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Visible"/>
|
581
|
610
|
</Button>
|
582
|
|
- <Button Cursor="Hand" x:Name="btnGray" Background="#333333" Width="20" Height="20" Margin="5,2,0,0" Click="BtnGray_Click">
|
|
611
|
+ </Border>
|
|
612
|
+ <Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
|
613
|
+ <Button Cursor="Hand" x:Name="btnGray" Background="#333333" Width="20" Height="20" Margin="1,1,1,1" Click="BtnGray_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
583
|
614
|
<Image x:Name="imgGray" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
584
|
615
|
</Button>
|
585
|
|
- <Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="5,2,0,0" Click="BtnCyanBlue_Click">
|
|
616
|
+ </Border>
|
|
617
|
+ <Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+ <Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="1,1,1,1" Click="BtnCyanBlue_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
586
|
621
|
<Image x:Name="imgCyanBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
587
|
622
|
</Button>
|
588
|
|
- <Button Cursor="Hand" x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="5,2,0,0" Click="BtnYellow_Click">
|
|
623
|
+ </Border>
|
|
624
|
+ <Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+ <Button Cursor="Hand" x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="1,1,1,1" Click="BtnYellow_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
|
628
|
+
|
589
|
629
|
<Image x:Name="imgYellow" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
590
|
630
|
</Button>
|
591
|
|
- <Button Cursor="Hand" x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="5,2,0,0" Click="BtnBlue_Click">
|
|
631
|
+ </Border>
|
|
632
|
+ <Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+ <Button Cursor="Hand" x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="1,1,1,1" Click="BtnBlue_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
592
|
636
|
<Image x:Name="imgBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
593
|
637
|
</Button>
|
594
|
|
- <TextBlock Text="粗细:" FontSize="14" Padding="15,5,0,0" Margin="5,5,0,0"/>
|
595
|
|
- <RadioButton Cursor="Hand" x:Name="rbnFine" Content="细" FontSize="14" Margin="0,10,0,0" IsChecked="True" Click="RbnFine_Click"/>
|
596
|
|
- <RadioButton Cursor="Hand" x:Name="rbnIn" Content="中" FontSize="14" Margin="5,10,0,0" Click="RbnIn_Click"/>
|
597
|
|
- <RadioButton Cursor="Hand" x:Name="rbnCrude" Content="粗" FontSize="14" Margin="5,10,0,0" Click="RbnCrude_Click"/>
|
|
638
|
+ </Border>
|
|
639
|
+ <TextBlock Text="粗细:" FontSize="14" Padding="15,0,0,0" Margin="5,5,0,0"/>
|
|
640
|
+ <RadioButton Cursor="Hand" x:Name="rbnFine" Content="细" FontSize="14" Margin="0,7,0,0" IsChecked="True" Click="RbnFine_Click"/>
|
|
641
|
+ <RadioButton Cursor="Hand" x:Name="rbnIn" Content="中" FontSize="14" Margin="5,7,0,0" Click="RbnIn_Click"/>
|
|
642
|
+ <RadioButton Cursor="Hand" x:Name="rbnCrude" Content="粗" FontSize="14" Margin="5,7,0,0" Click="RbnCrude_Click"/>
|
598
|
643
|
<StackPanel Orientation="Horizontal">
|
599
|
|
- <TextBlock Text="摄像头:" FontSize="14" Padding="15,10,0,0"/>
|
600
|
|
- <RadioButton Cursor="Hand" x:Name="rbnOpen" Content="开" FontSize="14" Margin="0,10,0,0" Click="RbnOpen_Click"/>
|
601
|
|
- <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content="关" FontSize="14" Margin="5,10,0,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
|
644
|
+ <TextBlock Text="摄像头:" FontSize="14" Padding="15,6,0,0"/>
|
|
645
|
+ <RadioButton Cursor="Hand" x:Name="rbnOpen" Content="开" FontSize="14" Margin="0,7,0,0" Click="RbnOpen_Click"/>
|
|
646
|
+ <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content="关" FontSize="14" Margin="5,7,0,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
602
|
647
|
</StackPanel>
|
603
|
648
|
</StackPanel>
|
604
|
|
- <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,5,10,0">
|
605
|
|
- <TextBlock Text="智能笔状态:" FontSize="14" Padding="0,5,0,0"/>
|
606
|
|
- <TextBlock x:Name="txbNotConnected" Text="未连接" FontSize="14" Padding="0,5,5,0"/>
|
|
649
|
+ <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,10,0">
|
|
650
|
+ <TextBlock Text="智能笔状态:" FontSize="14" Padding="0,4,0,0"/>
|
|
651
|
+ <TextBlock x:Name="txbNotConnected" Text="未连接" FontSize="14" Padding="0,4,5,0"/>
|
607
|
652
|
</StackPanel>
|
608
|
653
|
</Grid>
|
609
|
654
|
|