|
@@ -22,7 +22,7 @@
|
22
|
22
|
<Border Grid.Row="0" Background="#2D8CF0">
|
23
|
23
|
<Grid>
|
24
|
24
|
<TextBlock Text="创建微课" Foreground="#FFFFFF" FontSize="16" Padding="10,13,0,0"/>
|
25
|
|
- <Button Cursor="Hand" Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="btnDown_Click"/>
|
|
25
|
+ <Button Cursor="Hand" Grid.Row="0" x:Name="btnDown" Content="×" Foreground="#FFFFFF" FontSize="25" Padding="10,0,10,0" HorizontalAlignment="Right" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnDown_Click"/>
|
26
|
26
|
</Grid>
|
27
|
27
|
</Border>
|
28
|
28
|
<!--第二行 讲解名称-->
|
|
@@ -43,7 +43,7 @@
|
43
|
43
|
<TextBox x:Name="txbStoragePath" Text="D:\" FontSize="16" Foreground="#333333" Padding="5,12,2,2" Width="223" Height="42" BorderBrush="{x:Null}" BorderThickness="0"/>
|
44
|
44
|
</Border>
|
45
|
45
|
<!--浏览按钮-->
|
46
|
|
- <Button Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="btnBrowse_Click">
|
|
46
|
+ <Button Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="BtnBrowse_Click">
|
47
|
47
|
<Button.Template>
|
48
|
48
|
<ControlTemplate TargetType="{x:Type Button}">
|
49
|
49
|
<Border
|
|
@@ -61,7 +61,7 @@
|
61
|
61
|
</Button>
|
62
|
62
|
</StackPanel>
|
63
|
63
|
<!--第四行 开始按钮-->
|
64
|
|
- <Button Cursor="Hand" Grid.Row="3" x:Name="btnStart" Content="开始" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="btnStart_Click">
|
|
64
|
+ <Button Cursor="Hand" Grid.Row="3" x:Name="btnStart" Content="开始" FontSize="18" Foreground="#FFFFFF" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Width="418" Height="43" Margin="10,0,10,0" Click="BtnStart_Click">
|
65
|
65
|
<Button.Template>
|
66
|
66
|
<ControlTemplate TargetType="{x:Type Button}">
|
67
|
67
|
<Border
|