|
@@ -148,7 +148,7 @@
|
148
|
148
|
<RowDefinition Height="85*"/>
|
149
|
149
|
<RowDefinition Height="5*"/>
|
150
|
150
|
</Grid.RowDefinitions>
|
151
|
|
- <Grid Grid.Row="0" Background="#2D8CF0" MouseLeftButtonDown="Window_MouseLeftButtonDown" Margin="0,0,0,0">
|
|
151
|
+ <Grid Grid.Row="0" Background="#2D8CF0" MouseLeftButtonDown="Window_MouseLeftButtonDown" Margin="0,0,0,0" MinHeight="100px">
|
152
|
152
|
<Grid.RowDefinitions>
|
153
|
153
|
<RowDefinition Height="auto"/>
|
154
|
154
|
<RowDefinition Height="auto"/>
|
|
@@ -180,7 +180,7 @@
|
180
|
180
|
|
181
|
181
|
<!--第二行-->
|
182
|
182
|
|
183
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,6,0,0" HorizontalAlignment="Left">
|
|
183
|
+ <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,0,0,5" HorizontalAlignment="Left">
|
184
|
184
|
<Button Cursor="Hand" x:Name="btnScreenRecording" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnScreenRecording_Click" Margin="30,0,0,0">
|
185
|
185
|
<StackPanel Orientation="Vertical">
|
186
|
186
|
<Image x:Name="ImgScreenRecording" Source="./Images/microLessonSystem_2.png"/>
|
|
@@ -221,7 +221,7 @@
|
221
|
221
|
<StackPanel Grid.Row="1" HorizontalAlignment="Center">
|
222
|
222
|
<TextBlock x:Name="txbType" Text="" FontSize="20" Foreground="#FFFFFF" Margin="0,25,0,0"/>
|
223
|
223
|
</StackPanel>
|
224
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Right" Margin="10,10,10,0">
|
|
224
|
+ <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,10,5">
|
225
|
225
|
<Button Cursor="Hand" x:Name="btnAdd" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnAdd_Click" Margin="0,0,30,0">
|
226
|
226
|
<StackPanel Orientation="Vertical">
|
227
|
227
|
<Image x:Name="ImgAdd" Source="./Images/microLessonSystem_25.png" Visibility="Visible"/>
|
|
@@ -247,7 +247,7 @@
|
247
|
247
|
<StackPanel Orientation="Vertical">
|
248
|
248
|
<Image x:Name="ImgUpload" Source="./Images/microLessonSystem_22.png" Visibility="Collapsed"/>
|
249
|
249
|
<Image x:Name="ImgUploadTwo" Source="./Images/microLessonSystem_1.png" Visibility="Visible"/>
|
250
|
|
- <TextBlock Text="我的" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
250
|
+ <TextBlock Text="我的" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
251
|
251
|
</StackPanel>
|
252
|
252
|
</Button>
|
253
|
253
|
<Button Cursor="Hand" x:Name="btnSetUp" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,30,0" Click="BtnSetUp_Click">
|
|
@@ -447,9 +447,9 @@
|
447
|
447
|
</Button>
|
448
|
448
|
</Grid>
|
449
|
449
|
<!--上传-->
|
450
|
|
- <Grid Grid.Row="1" x:Name="gridUpload" Visibility="Collapsed">
|
451
|
|
- <Border Width="1276" Background="#EFF1F8">
|
452
|
|
- <Grid Width="1236" Background="#FFFFFF" Margin="0,0,0,0">
|
|
450
|
+ <Grid Grid.Row="1" x:Name="gridUpload" Visibility="Hidden">
|
|
451
|
+ <Border Background="#EFF1F8">
|
|
452
|
+ <Grid Background="#FFFFFF" Margin="0,0,0,0">
|
453
|
453
|
<!--分4行-->
|
454
|
454
|
<Grid.RowDefinitions>
|
455
|
455
|
<RowDefinition Height="*"/>
|