|
@@ -69,8 +69,8 @@
|
69
|
69
|
Cursor="Hand"
|
70
|
70
|
BorderThickness="0" Click="BtnModify_Click">
|
71
|
71
|
<Grid>
|
72
|
|
- <Image Source="./Images/fileDirectory3.png" Margin="6,6,6,6" Height="20" Visibility="{Binding vis}"/>
|
73
|
|
- <Image Source="./Images/fileDirectory4.png" Margin="6,6,6,6" Height="20" Visibility="{Binding cos}"/>
|
|
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}"/>
|
74
|
74
|
</Grid>
|
75
|
75
|
</Button>
|
76
|
76
|
</StackPanel>
|
|
@@ -105,24 +105,24 @@
|
105
|
105
|
Cursor="Hand"
|
106
|
106
|
BorderThickness="0" Click="BtnPlay_Click">
|
107
|
107
|
<Grid>
|
108
|
|
- <Image Source="./Images/fileDirectory1.png" Margin="10" Height="20" Visibility="{Binding vis}"/>
|
109
|
|
- <Image Source="./Images/fileDirectory2.png" Margin="10" Height="20" Visibility="{Binding cos}"/>
|
|
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}"/>
|
110
|
110
|
</Grid>
|
111
|
111
|
</Button>
|
112
|
112
|
<Button x:Name="btnUpload" Background="Transparent"
|
113
|
113
|
Cursor="Hand"
|
114
|
114
|
BorderThickness="0" Click="BtnUploads_Click">
|
115
|
115
|
<Grid>
|
116
|
|
- <Image Source="./Images/fileDirectory7.png" Margin="6,6,6,6" Height="20" Visibility="{Binding vis}"/>
|
117
|
|
- <Image Source="./Images/fileDirectory8.png" Margin="6,6,6,6" Height="20" Visibility="{Binding cos}"/>
|
|
116
|
+ <Image Source="./Images/fileDirectory7.png" Margin="6,6,6,6" Height="20" Visibility="{Binding Visi}"/>
|
|
117
|
+ <Image Source="./Images/fileDirectory8.png" Margin="6,6,6,6" Height="20" Visibility="{Binding Coll}"/>
|
118
|
118
|
</Grid>
|
119
|
119
|
</Button>
|
120
|
120
|
<Button x:Name="btnDelete" Background="Transparent"
|
121
|
121
|
Cursor="Hand"
|
122
|
122
|
BorderThickness="0" Click="BtnDelete_Click">
|
123
|
123
|
<Grid>
|
124
|
|
- <Image Source="./Images/fileDirectory5.png" Margin="6,6,6,6" Height="20" Visibility="{Binding vis}"/>
|
125
|
|
- <Image Source="./Images/fileDirectory6.png" Margin="6,6,6,6" Height="20" Visibility="{Binding cos}"/>
|
|
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}"/>
|
126
|
126
|
</Grid>
|
127
|
127
|
</Button>
|
128
|
128
|
</StackPanel>
|
|
@@ -139,14 +139,13 @@
|
139
|
139
|
</RadialGradientBrush>
|
140
|
140
|
</Window.BorderBrush>
|
141
|
141
|
|
142
|
|
-
|
143
|
|
- <Grid x:Name="GridContent" Height="1030" Width="1276" >
|
144
|
|
-
|
|
142
|
+ <Viewbox>
|
|
143
|
+ <Grid x:Name="GridContent" Height="1030" Width="1276">
|
145
|
144
|
<!--分3行-->
|
146
|
145
|
<Grid.RowDefinitions>
|
147
|
|
- <RowDefinition Height="10*"/>
|
148
|
|
- <RowDefinition Height="85*"/>
|
149
|
|
- <RowDefinition Height="5*"/>
|
|
146
|
+ <RowDefinition Height="auto"/>
|
|
147
|
+ <RowDefinition Height="*"/>
|
|
148
|
+ <RowDefinition Height="auto"/>
|
150
|
149
|
</Grid.RowDefinitions>
|
151
|
150
|
<Grid Grid.Row="0" Background="#2D8CF0" MouseLeftButtonDown="Window_MouseLeftButtonDown" Margin="0,0,0,0" MinHeight="100px" MouseDown="Grid_MouseDown">
|
152
|
151
|
<Grid.RowDefinitions>
|
|
@@ -371,6 +370,9 @@
|
371
|
370
|
<RowDefinition Height="70"/>
|
372
|
371
|
<RowDefinition Height="70"/>
|
373
|
372
|
<RowDefinition Height="70"/>
|
|
373
|
+ <RowDefinition Height="70"/>
|
|
374
|
+ <RowDefinition Height="70"/>
|
|
375
|
+ <RowDefinition Height="70"/>
|
374
|
376
|
<RowDefinition Height="*"/>
|
375
|
377
|
</Grid.RowDefinitions>
|
376
|
378
|
<StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
|
@@ -395,11 +397,32 @@
|
395
|
397
|
<RadioButton x:Name="rbnY" Cursor="Hand" Content="有" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
396
|
398
|
<RadioButton x:Name="rbnN" Cursor="Hand" Content="无" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
397
|
399
|
</StackPanel>
|
398
|
|
- <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
399
|
|
- <TextBlock x:Name="txbFilePath" Text="文件路径" FontSize="16" Width="80" Foreground="#2D8CF0" Padding="2,26,10,0"/>
|
400
|
|
- <!--输入框-->
|
401
|
|
- <Border Background="#CDD6E0" Width="525" Height="43" CornerRadius="3">
|
402
|
|
- <Label x:Name="txbStoragePath" Background="#FFFFFF" Content="D:\" FontSize="16" Foreground="#333333" Padding="5,12,2,2" Width="523" Height="42" BorderBrush="{x:Null}" BorderThickness="0"/>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+ <!--接口地址-->
|
|
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"/>
|
|
406
|
+ <TextBox x:Name="txbInterfaceAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
407
|
+ </StackPanel>
|
|
408
|
+ <!--上传地址-->
|
|
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"/>
|
|
412
|
+ <TextBox x:Name="txbImageUploadAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
413
|
+ </StackPanel>
|
|
414
|
+ <!--下载地址-->
|
|
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"/>
|
|
418
|
+ <TextBox x:Name="txbPictureShowsAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
419
|
+ </StackPanel>
|
|
420
|
+
|
|
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">
|
|
425
|
+ <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"/>
|
403
|
426
|
</Border>
|
404
|
427
|
<!--浏览按钮-->
|
405
|
428
|
<Button Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="BtnBrowse_Click">
|
|
@@ -419,16 +442,16 @@
|
419
|
442
|
</Button.Template>
|
420
|
443
|
</Button>
|
421
|
444
|
</StackPanel>
|
422
|
|
- <StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
|
445
|
+ <StackPanel Grid.Row="7" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
423
|
446
|
<TextBlock Text=" 版本号" FontSize="16" Width="80" Foreground="#2D8CF0"/>
|
424
|
447
|
<TextBlock x:Name="txbv" Text="V0.0.0" FontSize="16" Foreground="#333333" Padding="10,0,0,0"/>
|
425
|
448
|
</StackPanel>
|
426
|
|
- <StackPanel Grid.Row="5" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
|
449
|
+ <StackPanel Grid.Row="8" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
427
|
450
|
<TextBlock Text="版权所有" FontSize="16" Width="80" Foreground="#2D8CF0"/>
|
428
|
451
|
<TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333" Padding="10,0,0,0"/>
|
429
|
452
|
</StackPanel>
|
430
|
453
|
<!--第四行 开始按钮-->
|
431
|
|
- <Button Cursor="Hand" Grid.Row="6" 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">
|
|
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">
|
432
|
455
|
<Button.Template>
|
433
|
456
|
<ControlTemplate TargetType="{x:Type Button}">
|
434
|
457
|
<Border
|
|
@@ -553,19 +576,19 @@
|
553
|
576
|
<Button Cursor="Hand" x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20" Click="BtnWhite_Click" Margin="0,2,0,0" Visibility="Collapsed"/>
|
554
|
577
|
|
555
|
578
|
|
556
|
|
- <Button Cursor="Hand" x:Name="btnRed" Background="#FF0000" Width="20" Height="20" Margin="5,-15,0,0" Click="BtnRed_Click">
|
|
579
|
+ <Button Cursor="Hand" x:Name="btnRed" Background="#FF0000" Width="20" Height="20" Margin="5,2,0,0" Click="BtnRed_Click">
|
557
|
580
|
<Image x:Name="imgRed" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Visible"/>
|
558
|
581
|
</Button>
|
559
|
|
- <Button Cursor="Hand" x:Name="btnGray" Background="#333333" Width="20" Height="20" Margin="5,-15,0,0" Click="BtnGray_Click">
|
|
582
|
+ <Button Cursor="Hand" x:Name="btnGray" Background="#333333" Width="20" Height="20" Margin="5,2,0,0" Click="BtnGray_Click">
|
560
|
583
|
<Image x:Name="imgGray" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
561
|
584
|
</Button>
|
562
|
|
- <Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="5,-15,0,0" Click="BtnCyanBlue_Click">
|
|
585
|
+ <Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="5,2,0,0" Click="BtnCyanBlue_Click">
|
563
|
586
|
<Image x:Name="imgCyanBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
564
|
587
|
</Button>
|
565
|
|
- <Button Cursor="Hand" x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="5,-15,0,0" Click="BtnYellow_Click">
|
|
588
|
+ <Button Cursor="Hand" x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="5,2,0,0" Click="BtnYellow_Click">
|
566
|
589
|
<Image x:Name="imgYellow" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
567
|
590
|
</Button>
|
568
|
|
- <Button Cursor="Hand" x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="5,-15,0,0" Click="BtnBlue_Click">
|
|
591
|
+ <Button Cursor="Hand" x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="5,2,0,0" Click="BtnBlue_Click">
|
569
|
592
|
<Image x:Name="imgBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
570
|
593
|
</Button>
|
571
|
594
|
<TextBlock Text="粗细:" FontSize="14" Padding="15,5,0,0" Margin="5,5,0,0"/>
|
|
@@ -585,5 +608,5 @@
|
585
|
608
|
</Grid>
|
586
|
609
|
|
587
|
610
|
</Grid>
|
588
|
|
-
|
|
611
|
+ </Viewbox>
|
589
|
612
|
</Window>
|