|
@@ -156,141 +156,141 @@
|
156
|
156
|
</Window.BorderBrush>
|
157
|
157
|
|
158
|
158
|
<Viewbox>
|
159
|
|
- <Grid x:Name="GridContent" Height="1030" Width="1276">
|
160
|
|
- <!--分3行-->
|
161
|
|
- <Grid.RowDefinitions>
|
162
|
|
- <RowDefinition Height="auto"/>
|
163
|
|
- <RowDefinition Height="*"/>
|
164
|
|
- <RowDefinition Height="auto"/>
|
165
|
|
- </Grid.RowDefinitions>
|
166
|
|
- <Grid Grid.Row="0" Background="#2D8CF0" MouseLeftButtonDown="Window_MouseLeftButtonDown" Margin="0,0,0,0" MinHeight="100px" MouseDown="Grid_MouseDown">
|
|
159
|
+ <Grid x:Name="GridContent" Height="1030" Width="1276">
|
|
160
|
+ <!--分3行-->
|
167
|
161
|
<Grid.RowDefinitions>
|
168
|
162
|
<RowDefinition Height="auto"/>
|
|
163
|
+ <RowDefinition Height="*"/>
|
169
|
164
|
<RowDefinition Height="auto"/>
|
170
|
165
|
</Grid.RowDefinitions>
|
171
|
|
- <!--第一行-->
|
172
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" Margin="10,2,10,0">
|
173
|
|
- <Image Source="./Images/microLessonSystem_0.png"/>
|
174
|
|
- <TextBlock Text="星火微课系统" FontSize="14" Padding="5,0,0,0" Foreground="#FFFFFF"/>
|
175
|
|
- </StackPanel>
|
176
|
|
-
|
177
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Right" Margin="10,2,20,0">
|
178
|
|
- <Button Cursor="Hand" x:Name="btnLoginType" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,10,0" Click="BtnLoginType_Click">
|
179
|
|
- <StackPanel Orientation="Horizontal">
|
180
|
|
- <Image Source="./Images/microLessonSystem_9.png"/>
|
181
|
|
- <TextBlock x:Name="txbLoginType" Text="未登录" FontSize="14" Padding="5,0,0,0" Foreground="#FFFFFF"
|
|
166
|
+ <Grid Grid.Row="0" Background="#2D8CF0" MouseLeftButtonDown="Window_MouseLeftButtonDown" Margin="0,0,0,0" MinHeight="100px" MouseDown="Grid_MouseDown">
|
|
167
|
+ <Grid.RowDefinitions>
|
|
168
|
+ <RowDefinition Height="auto"/>
|
|
169
|
+ <RowDefinition Height="auto"/>
|
|
170
|
+ </Grid.RowDefinitions>
|
|
171
|
+ <!--第一行-->
|
|
172
|
+ <StackPanel Grid.Row="0" Orientation="Horizontal" Margin="10,2,10,0">
|
|
173
|
+ <Image Source="./Images/microLessonSystem_0.png"/>
|
|
174
|
+ <TextBlock Text="星火微课系统" FontSize="14" Padding="5,0,0,0" Foreground="#FFFFFF"/>
|
|
175
|
+ </StackPanel>
|
|
176
|
+
|
|
177
|
+ <StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Right" Margin="10,2,20,0">
|
|
178
|
+ <Button Cursor="Hand" x:Name="btnLoginType" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,10,0" Click="BtnLoginType_Click">
|
|
179
|
+ <StackPanel Orientation="Horizontal">
|
|
180
|
+ <Image Source="./Images/microLessonSystem_9.png"/>
|
|
181
|
+ <TextBlock x:Name="txbLoginType" Text="未登录" FontSize="14" Padding="5,0,0,0" Foreground="#FFFFFF"
|
182
|
182
|
/>
|
183
|
|
- </StackPanel>
|
184
|
|
- </Button>
|
185
|
|
- <Button Cursor="Hand" x:Name="btnShrink" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnShrink_Click" Margin="8,0,8,0">
|
186
|
|
- <Image Source="./Images/microLessonSystem_19.png"/>
|
187
|
|
- </Button>
|
188
|
|
- <!--<Button Cursor="Hand" x:Name="btnEnlarge" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="8,0,8,0">
|
|
183
|
+ </StackPanel>
|
|
184
|
+ </Button>
|
|
185
|
+ <Button Cursor="Hand" x:Name="btnShrink" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnShrink_Click" Margin="8,0,8,0">
|
|
186
|
+ <Image Source="./Images/microLessonSystem_19.png"/>
|
|
187
|
+ </Button>
|
|
188
|
+ <!--<Button Cursor="Hand" x:Name="btnEnlarge" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="8,0,8,0">
|
189
|
189
|
<Image Source="./Images/microLessonSystem_8.png"/>
|
190
|
190
|
</Button>-->
|
191
|
|
- <Button Cursor="Hand" x:Name="btnDown" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnDown_Click" >
|
192
|
|
- <Image Source="./Images/microLessonSystem_10.png"/>
|
193
|
|
- </Button>
|
194
|
|
- </StackPanel>
|
|
191
|
+ <Button Cursor="Hand" x:Name="btnDown" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnDown_Click" >
|
|
192
|
+ <Image Source="./Images/microLessonSystem_10.png"/>
|
|
193
|
+ </Button>
|
|
194
|
+ </StackPanel>
|
195
|
195
|
|
196
|
196
|
|
197
|
|
- <!--第二行-->
|
|
197
|
+ <!--第二行-->
|
198
|
198
|
|
199
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,0,0,5" HorizontalAlignment="Left">
|
200
|
|
- <Button Cursor="Hand" x:Name="btnScreenRecording" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnScreenRecording_Click" Margin="30,0,0,0">
|
201
|
|
- <StackPanel Orientation="Vertical">
|
202
|
|
- <Image x:Name="ImgScreenRecording" Source="./Images/microLessonSystem_2.png"/>
|
203
|
|
- <Image x:Name="ImgScreenRecordingTwo" Source="./Images/microLessonSystem_3.png" Visibility="Collapsed"/>
|
204
|
|
- <TextBlock x:Name="TxbRecordScreenWord" Text="录屏" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
205
|
|
- </StackPanel>
|
206
|
|
- </Button>
|
207
|
|
- <Button Cursor="Hand" x:Name="btnScreenshot" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,0,0" Click="BtnScreenshot_Click">
|
208
|
|
- <StackPanel Orientation="Vertical">
|
209
|
|
- <Image x:Name="ImgScreenshot" Source="./Images/microLessonSystem_12.png"/>
|
210
|
|
- <Image x:Name="ImgScreenshotTwo" Source="./Images/microLessonSystem_11.png" Visibility="Collapsed"/>
|
211
|
|
- <TextBlock Text="截图" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
212
|
|
- </StackPanel>
|
213
|
|
- </Button>
|
214
|
|
- <Button Cursor="Hand" x:Name="btnImport" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnImport_Click" Margin="30,0,0,0">
|
215
|
|
- <StackPanel Orientation="Vertical">
|
216
|
|
- <Image x:Name="ImgImport" Source="./Images/microLessonSystem_6.png"/>
|
217
|
|
- <Image x:Name="ImgImportTwo" Source="./Images/microLessonSystem_7.png" Visibility="Collapsed"/>
|
218
|
|
- <TextBlock Text="导入" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
219
|
|
- </StackPanel>
|
220
|
|
- </Button>
|
221
|
|
- <Button Cursor="Hand" x:Name="BtnRecord" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="100,0,0,0" Click="BtnRecord_Click">
|
222
|
|
- <StackPanel Orientation="Vertical">
|
223
|
|
- <Image x:Name="ImgRecord" Source="./Images/microLessonSystem_14.png"/>
|
224
|
|
- <Image x:Name="ImgRecordTwo" Source="./Images/microLessonSystem_13.png" Visibility="Collapsed"/>
|
225
|
|
- <TextBlock x:Name="TxbRecordingWord" Text="录制" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
226
|
|
- </StackPanel>
|
227
|
|
- </Button>
|
228
|
|
- <Button Cursor="Hand" x:Name="btnStop" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnStop_Click" Margin="30,0,0,0">
|
229
|
|
- <StackPanel Orientation="Vertical">
|
230
|
|
- <Image x:Name="ImgStop" Source="./Images/microLessonSystem_21.png"/>
|
231
|
|
- <Image x:Name="ImgStopTwo" Source="./Images/microLessonSystem_20.png" Visibility="Collapsed"/>
|
232
|
|
- <TextBlock Text="停止" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
233
|
|
- </StackPanel>
|
234
|
|
- </Button>
|
235
|
|
- <TextBlock x:Name="txbTime" Text="" FontSize="20" Foreground="#FFFFFF" Margin="20,20,0,0"/>
|
236
|
|
- </StackPanel>
|
237
|
|
- <StackPanel Grid.Row="1" HorizontalAlignment="Center">
|
238
|
|
- <TextBlock x:Name="txbType" Text="" FontSize="20" Foreground="#FFFFFF" Margin="0,25,0,0"/>
|
239
|
|
- </StackPanel>
|
240
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,10,5">
|
241
|
|
- <Button Cursor="Hand" x:Name="btnAdd" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnAdd_Click" Margin="0,0,30,0">
|
242
|
|
- <StackPanel Orientation="Vertical">
|
243
|
|
- <Image x:Name="ImgAdd" Source="./Images/microLessonSystem_25.png" Visibility="Visible"/>
|
244
|
|
- <Image x:Name="ImgAddTwo" Source="./Images/microLessonSystem_24.png" Visibility="Collapsed"/>
|
245
|
|
- <TextBlock Text="增加" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
246
|
|
- </StackPanel>
|
247
|
|
- </Button>
|
248
|
|
- <Button Cursor="Hand" x:Name="btnPrint" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,30,0" Click="BtnPrint_Click">
|
249
|
|
- <StackPanel Orientation="Vertical">
|
250
|
|
- <Image x:Name="ImgPrint" Source="./Images/microLessonSystem_4.png" Visibility="Collapsed"/>
|
251
|
|
- <Image x:Name="ImgPrintTwo" Source="./Images/microLessonSystem_5.png" Visibility="Visible"/>
|
252
|
|
- <TextBlock Text="打印" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
253
|
|
- </StackPanel>
|
254
|
|
- </Button>
|
255
|
|
- <!--<Button Cursor="Hand" x:Name="btnUpload" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnUpload_Click" Margin="0,0,30,0">
|
|
199
|
+ <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,0,0,5" HorizontalAlignment="Left">
|
|
200
|
+ <Button Cursor="Hand" x:Name="btnScreenRecording" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnScreenRecording_Click" Margin="30,0,0,0">
|
|
201
|
+ <StackPanel Orientation="Vertical">
|
|
202
|
+ <Image x:Name="ImgScreenRecording" Source="./Images/microLessonSystem_2.png"/>
|
|
203
|
+ <Image x:Name="ImgScreenRecordingTwo" Source="./Images/microLessonSystem_3.png" Visibility="Collapsed"/>
|
|
204
|
+ <TextBlock x:Name="TxbRecordScreenWord" Text="录屏" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
205
|
+ </StackPanel>
|
|
206
|
+ </Button>
|
|
207
|
+ <Button Cursor="Hand" x:Name="btnScreenshot" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,0,0" Click="BtnScreenshot_Click">
|
|
208
|
+ <StackPanel Orientation="Vertical">
|
|
209
|
+ <Image x:Name="ImgScreenshot" Source="./Images/microLessonSystem_12.png"/>
|
|
210
|
+ <Image x:Name="ImgScreenshotTwo" Source="./Images/microLessonSystem_11.png" Visibility="Collapsed"/>
|
|
211
|
+ <TextBlock Text="截图" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
212
|
+ </StackPanel>
|
|
213
|
+ </Button>
|
|
214
|
+ <Button Cursor="Hand" x:Name="btnImport" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnImport_Click" Margin="30,0,0,0">
|
|
215
|
+ <StackPanel Orientation="Vertical">
|
|
216
|
+ <Image x:Name="ImgImport" Source="./Images/microLessonSystem_6.png"/>
|
|
217
|
+ <Image x:Name="ImgImportTwo" Source="./Images/microLessonSystem_7.png" Visibility="Collapsed"/>
|
|
218
|
+ <TextBlock Text="导入" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
219
|
+ </StackPanel>
|
|
220
|
+ </Button>
|
|
221
|
+ <Button Cursor="Hand" x:Name="BtnRecord" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="100,0,0,0" Click="BtnRecord_Click">
|
|
222
|
+ <StackPanel Orientation="Vertical">
|
|
223
|
+ <Image x:Name="ImgRecord" Source="./Images/microLessonSystem_14.png"/>
|
|
224
|
+ <Image x:Name="ImgRecordTwo" Source="./Images/microLessonSystem_13.png" Visibility="Collapsed"/>
|
|
225
|
+ <TextBlock x:Name="TxbRecordingWord" Text="录制" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
226
|
+ </StackPanel>
|
|
227
|
+ </Button>
|
|
228
|
+ <Button Cursor="Hand" x:Name="btnStop" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnStop_Click" Margin="30,0,0,0">
|
|
229
|
+ <StackPanel Orientation="Vertical">
|
|
230
|
+ <Image x:Name="ImgStop" Source="./Images/microLessonSystem_21.png"/>
|
|
231
|
+ <Image x:Name="ImgStopTwo" Source="./Images/microLessonSystem_20.png" Visibility="Collapsed"/>
|
|
232
|
+ <TextBlock Text="停止" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
233
|
+ </StackPanel>
|
|
234
|
+ </Button>
|
|
235
|
+ <TextBlock x:Name="txbTime" Text="" FontSize="20" Foreground="#FFFFFF" Margin="20,20,0,0"/>
|
|
236
|
+ </StackPanel>
|
|
237
|
+ <StackPanel Grid.Row="1" HorizontalAlignment="Center">
|
|
238
|
+ <TextBlock x:Name="txbType" Text="" FontSize="20" Foreground="#FFFFFF" Margin="0,25,0,0"/>
|
|
239
|
+ </StackPanel>
|
|
240
|
+ <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,10,5">
|
|
241
|
+ <Button Cursor="Hand" x:Name="btnAdd" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnAdd_Click" Margin="0,0,30,0">
|
|
242
|
+ <StackPanel Orientation="Vertical">
|
|
243
|
+ <Image x:Name="ImgAdd" Source="./Images/microLessonSystem_25.png" Visibility="Visible"/>
|
|
244
|
+ <Image x:Name="ImgAddTwo" Source="./Images/microLessonSystem_24.png" Visibility="Collapsed"/>
|
|
245
|
+ <TextBlock Text="增加" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
246
|
+ </StackPanel>
|
|
247
|
+ </Button>
|
|
248
|
+ <Button Cursor="Hand" x:Name="btnPrint" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,30,0" Click="BtnPrint_Click">
|
|
249
|
+ <StackPanel Orientation="Vertical">
|
|
250
|
+ <Image x:Name="ImgPrint" Source="./Images/microLessonSystem_4.png" Visibility="Collapsed"/>
|
|
251
|
+ <Image x:Name="ImgPrintTwo" Source="./Images/microLessonSystem_5.png" Visibility="Visible"/>
|
|
252
|
+ <TextBlock Text="打印" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
253
|
+ </StackPanel>
|
|
254
|
+ </Button>
|
|
255
|
+ <!--<Button Cursor="Hand" x:Name="btnUpload" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnUpload_Click" Margin="0,0,30,0">
|
256
|
256
|
<StackPanel Orientation="Vertical">
|
257
|
257
|
<Image x:Name="ImgUpload" Source="./Images/microLessonSystem_15.png" Visibility="Collapsed"/>
|
258
|
258
|
<Image x:Name="ImgUploadTwo" Source="./Images/microLessonSystem_16.png" Visibility="Visible"/>
|
259
|
259
|
<TextBlock Text="上传" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
260
|
260
|
</StackPanel>
|
261
|
261
|
</Button>-->
|
262
|
|
- <Button Cursor="Hand" x:Name="btnUpload" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,30,0" Click="BtnUpload_Click">
|
263
|
|
- <StackPanel Orientation="Vertical">
|
264
|
|
- <Image x:Name="ImgUpload" Source="./Images/microLessonSystem_22.png" Visibility="Visible"/>
|
265
|
|
- <Image x:Name="ImgUploadTwo" Source="./Images/microLessonSystem_1.png" Visibility="Collapsed"/>
|
266
|
|
- <TextBlock Text="我的" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
267
|
|
- </StackPanel>
|
268
|
|
- </Button>
|
269
|
|
- <Button Cursor="Hand" x:Name="btnSetUp" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,30,0" Click="BtnSetUp_Click">
|
270
|
|
- <StackPanel Orientation="Vertical">
|
271
|
|
- <Image x:Name="ImgSetUp" Source="./Images/microLessonSystem_18.png" Visibility="Visible"/>
|
272
|
|
- <Image x:Name="ImgSetUpTwo" Source="./Images/microLessonSystem_17.png" Visibility="Collapsed"/>
|
273
|
|
- <TextBlock Text="设置" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
274
|
|
- </StackPanel>
|
275
|
|
- </Button>
|
276
|
|
- </StackPanel>
|
|
262
|
+ <Button Cursor="Hand" x:Name="btnUpload" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,30,0" Click="BtnUpload_Click">
|
|
263
|
+ <StackPanel Orientation="Vertical">
|
|
264
|
+ <Image x:Name="ImgUpload" Source="./Images/microLessonSystem_22.png" Visibility="Visible"/>
|
|
265
|
+ <Image x:Name="ImgUploadTwo" Source="./Images/microLessonSystem_1.png" Visibility="Collapsed"/>
|
|
266
|
+ <TextBlock Text="我的" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
267
|
+ </StackPanel>
|
|
268
|
+ </Button>
|
|
269
|
+ <Button Cursor="Hand" x:Name="btnSetUp" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="0,0,30,0" Click="BtnSetUp_Click">
|
|
270
|
+ <StackPanel Orientation="Vertical">
|
|
271
|
+ <Image x:Name="ImgSetUp" Source="./Images/microLessonSystem_18.png" Visibility="Visible"/>
|
|
272
|
+ <Image x:Name="ImgSetUpTwo" Source="./Images/microLessonSystem_17.png" Visibility="Collapsed"/>
|
|
273
|
+ <TextBlock Text="设置" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
274
|
+ </StackPanel>
|
|
275
|
+ </Button>
|
|
276
|
+ </StackPanel>
|
277
|
277
|
</Grid>
|
278
|
278
|
|
279
|
|
- <!--主内容-->
|
280
|
|
- <Grid Grid.Row="1" x:Name="GridMain" Visibility="Visible">
|
281
|
|
- <ScrollViewer x:Name="scroMain" VerticalScrollBarVisibility="Visible">
|
282
|
|
- <Grid x:Name="gridM" Margin="0,0,0,0" Background="#FFFFFF" Visibility="Visible" Height="1780">
|
283
|
|
- <Grid>
|
284
|
|
- <Border Grid.Row="1" CornerRadius="5">
|
285
|
|
- <Grid x:Name="IMG" Margin="0,0,0,0">
|
286
|
|
- <Grid.Resources>
|
287
|
|
- <TransformGroup x:Key="Imageview">
|
288
|
|
- <ScaleTransform/>
|
289
|
|
- <TranslateTransform/>
|
290
|
|
- </TransformGroup>
|
291
|
|
- </Grid.Resources>
|
292
|
|
-
|
293
|
|
- <!--<ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Disabled" Cursor="SizeAll"
|
|
279
|
+ <!--主内容-->
|
|
280
|
+ <Grid Grid.Row="1" x:Name="GridMain" Visibility="Visible">
|
|
281
|
+ <ScrollViewer x:Name="scroMain" VerticalScrollBarVisibility="Visible">
|
|
282
|
+ <Grid x:Name="gridM" Margin="0,0,0,0" Background="#FFFFFF" Visibility="Visible" Height="1780">
|
|
283
|
+ <Grid>
|
|
284
|
+ <Border Grid.Row="1" CornerRadius="5">
|
|
285
|
+ <Grid x:Name="IMG" Margin="0,0,0,0">
|
|
286
|
+ <Grid.Resources>
|
|
287
|
+ <TransformGroup x:Key="Imageview">
|
|
288
|
+ <ScaleTransform/>
|
|
289
|
+ <TranslateTransform/>
|
|
290
|
+ </TransformGroup>
|
|
291
|
+ </Grid.Resources>
|
|
292
|
+
|
|
293
|
+ <!--<ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Disabled" Cursor="SizeAll"
|
294
|
294
|
Margin="0,0,0,0" Focusable="False" x:Name="BackFrame">
|
295
|
295
|
<ContentControl MouseLeftButtonDown="IMG1_MouseLeftButtonDown"
|
296
|
296
|
MouseLeftButtonUp="IMG1_MouseLeftButtonUp"
|
|
@@ -298,100 +298,100 @@
|
298
|
298
|
MouseWheel="IMG1_MouseWheel" >
|
299
|
299
|
</ContentControl>
|
300
|
300
|
</ScrollViewer>-->
|
301
|
|
- <!--图片表框 -->
|
302
|
|
- <Rectangle x:Name="RectImgBorder" Cursor="SizeAll" Fill="#00000000" HorizontalAlignment="Left" Stroke="#2D8CF0" VerticalAlignment="Top" Width="300" Height="300" Visibility="Hidden" Margin="373,175,0,0" StrokeThickness="4" StrokeDashArray="4 4" SnapsToDevicePixels="True"/>
|
303
|
|
- <Image Name="imgCanvas" Height="0" VerticalAlignment="Top" HorizontalAlignment="Left" Stretch="Fill" MouseDown="PicEMap_MouseDown" RenderTransform="{StaticResource Imageview}" MouseRightButtonDown="imgCanvas_MouseRightButtonDown" MouseLeftButtonDown="imgCanvas_MouseLeftButtonDown" Focusable="True" MouseMove="imgCanvas_MouseMove" MouseUp="imgCanvas_MouseUp"/>
|
304
|
|
- <!--四个点 -->
|
305
|
|
- <Canvas>
|
306
|
|
- <Thumb x:Name="RectLeftUp" Cursor="SizeNWSE" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="314" Canvas.Top="157" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
307
|
|
- <Thumb x:Name="RectRightUp" Cursor="SizeNESW" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="775" Canvas.Top="157" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
308
|
|
- <Thumb x:Name="RectLeftDown" Cursor="SizeNESW" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="314" Canvas.Top="508" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
309
|
|
- <Thumb x:Name="RectRightDown" Cursor="SizeNWSE" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="775" Canvas.Top="508" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
310
|
|
- </Canvas>
|
311
|
|
- </Grid>
|
312
|
|
- </Border>
|
313
|
|
- </Grid>
|
314
|
|
- <Image x:Name="imgDocumentation" Visibility="Visible" VerticalAlignment="Top"/>
|
|
301
|
+ <!--图片表框 -->
|
|
302
|
+ <Rectangle x:Name="RectImgBorder" Cursor="SizeAll" Fill="#00000000" HorizontalAlignment="Left" Stroke="#2D8CF0" VerticalAlignment="Top" Width="300" Height="300" Visibility="Hidden" Margin="373,175,0,0" StrokeThickness="4" StrokeDashArray="4 4" SnapsToDevicePixels="True"/>
|
|
303
|
+ <Image Name="imgCanvas" Height="0" VerticalAlignment="Top" HorizontalAlignment="Left" Stretch="Fill" MouseDown="PicEMap_MouseDown" RenderTransform="{StaticResource Imageview}" MouseRightButtonDown="imgCanvas_MouseRightButtonDown" MouseLeftButtonDown="imgCanvas_MouseLeftButtonDown" Focusable="True" MouseMove="imgCanvas_MouseMove" MouseUp="imgCanvas_MouseUp"/>
|
|
304
|
+ <!--四个点 -->
|
|
305
|
+ <Canvas>
|
|
306
|
+ <Thumb x:Name="RectLeftUp" Cursor="SizeNWSE" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="314" Canvas.Top="157" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
|
307
|
+ <Thumb x:Name="RectRightUp" Cursor="SizeNESW" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="775" Canvas.Top="157" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
|
308
|
+ <Thumb x:Name="RectLeftDown" Cursor="SizeNESW" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="314" Canvas.Top="508" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
|
309
|
+ <Thumb x:Name="RectRightDown" Cursor="SizeNWSE" HorizontalAlignment="Left" Height="20" VerticalAlignment="Top" Width="20" Visibility="Hidden" Canvas.Left="775" Canvas.Top="508" Background="White" BorderBrush="#2D8CF0" BorderThickness="2" DragDelta="RectRightUp_DragDelta" DragStarted="RectRightUp_DragStarted" DragCompleted="RectRightUp_DragCompleted"/>
|
|
310
|
+ </Canvas>
|
|
311
|
+ </Grid>
|
|
312
|
+ </Border>
|
|
313
|
+ </Grid>
|
|
314
|
+ <Image x:Name="imgDocumentation" Visibility="Visible" VerticalAlignment="Top"/>
|
315
|
315
|
|
316
|
|
- <!--导入图片-->
|
317
|
|
- <!--<Button Cursor="Hand" x:Name="btnOk" Height="50" Width="50" Content="√" FontSize="26" Background="#2E8CF0" Foreground="#FFFFFF" Click="btnOk_Click" Visibility="Collapsed"/>-->
|
318
|
|
- <InkCanvas Grid.Row="0" x:Name="blackboard_canvas" Background="Transparent" Visibility="Collapsed" Grid.ColumnSpan="2" />
|
|
316
|
+ <!--导入图片-->
|
|
317
|
+ <!--<Button Cursor="Hand" x:Name="btnOk" Height="50" Width="50" Content="√" FontSize="26" Background="#2E8CF0" Foreground="#FFFFFF" Click="btnOk_Click" Visibility="Collapsed"/>-->
|
|
318
|
+ <InkCanvas Grid.Row="0" x:Name="blackboard_canvas" Background="Transparent" Visibility="Collapsed" Grid.ColumnSpan="2" />
|
319
|
319
|
|
320
|
320
|
|
321
|
|
- <!--摄像头-->
|
322
|
|
- <!--<wfi:WindowsFormsHost Grid.Row="0" Grid.Column="1" x:Name="wfhCamera" Height="124" Width="172" HorizontalAlignment="Right" Margin="0,10,30.10,0" VerticalAlignment="Top">
|
|
321
|
+ <!--摄像头-->
|
|
322
|
+ <!--<wfi:WindowsFormsHost Grid.Row="0" Grid.Column="1" x:Name="wfhCamera" Height="124" Width="172" HorizontalAlignment="Right" Margin="0,10,30.10,0" VerticalAlignment="Top">
|
323
|
323
|
<aforge:VideoSourcePlayer x:Name="player" Height="124" Width="172" />
|
324
|
324
|
</wfi:WindowsFormsHost>-->
|
325
|
|
- <!--<Image x:Name="imgLoad"
|
|
325
|
+ <!--<Image x:Name="imgLoad"
|
326
|
326
|
Width="300"
|
327
|
327
|
Height="300"
|
328
|
328
|
gifLib:ImageBehavior.AnimatedSource="./Images/img_load.gif" VerticalAlignment="Top" Margin="0,200,0,0" Visibility="Visible"/>-->
|
329
|
|
- </Grid>
|
330
|
|
- </ScrollViewer>
|
331
|
|
- <Image x:Name="imgPlayerLeft" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
332
|
|
- <Image x:Name="imgPlayerRight" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,26,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
333
|
|
- <Image x:Name="imgPlayerLeftUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
334
|
|
- <Image x:Name="imgPlayerRightUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,26,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
335
|
|
- <Label Content="" Grid.Column="0" Height="2" Width="2" HorizontalAlignment="Left" VerticalAlignment="Top" Background="#FF0F0F0F" Margin="1,0,0,0"/>
|
336
|
|
- <Label Content="" Grid.Column="1" Height="2" Width="2" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,0,16,0"/>
|
337
|
|
- <Label Content="" Grid.Column="0" Height="2" Width="2" Background="#FF0F0F0F" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="1,0,0,0"/>
|
338
|
|
- <Label Content="" Grid.Column="1" Height="2" Width="2" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,16,0"/>
|
339
|
|
- <!--<TextBlock x:Name="txbTime" Text="123456" FontSize="20" Foreground="#000000" Margin="0,0,0,10" HorizontalAlignment="Left" VerticalAlignment="Bottom"/>-->
|
340
|
|
- </Grid>
|
341
|
|
- <!--页码-->
|
342
|
|
- <Grid Grid.Row="1" x:Name="gridPage" Visibility="Collapsed">
|
343
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" Background="Transparent" Width="180" HorizontalAlignment="Center"
|
|
329
|
+ </Grid>
|
|
330
|
+ </ScrollViewer>
|
|
331
|
+ <Image x:Name="imgPlayerLeft" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
|
332
|
+ <Image x:Name="imgPlayerRight" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,26,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
|
333
|
+ <Image x:Name="imgPlayerLeftUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
|
334
|
+ <Image x:Name="imgPlayerRightUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,26,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
|
335
|
+ <Label Content="" Grid.Column="0" Height="2" Width="2" HorizontalAlignment="Left" VerticalAlignment="Top" Background="#FF0F0F0F" Margin="1,0,0,0"/>
|
|
336
|
+ <Label Content="" Grid.Column="1" Height="2" Width="2" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,0,16,0"/>
|
|
337
|
+ <Label Content="" Grid.Column="0" Height="2" Width="2" Background="#FF0F0F0F" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="1,0,0,0"/>
|
|
338
|
+ <Label Content="" Grid.Column="1" Height="2" Width="2" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,16,0"/>
|
|
339
|
+ <!--<TextBlock x:Name="txbTime" Text="123456" FontSize="20" Foreground="#000000" Margin="0,0,0,10" HorizontalAlignment="Left" VerticalAlignment="Bottom"/>-->
|
|
340
|
+ </Grid>
|
|
341
|
+ <!--页码-->
|
|
342
|
+ <Grid Grid.Row="1" x:Name="gridPage" Visibility="Collapsed">
|
|
343
|
+ <StackPanel Grid.Row="0" Orientation="Horizontal" Background="Transparent" Width="180" HorizontalAlignment="Center"
|
344
|
344
|
Height="30" Margin="0,0,0,0" Grid.Column="1" VerticalAlignment="Bottom">
|
345
|
|
- <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
|
345
|
+ <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
346
|
346
|
x:Name="last_button"
|
347
|
347
|
Width="60" Height="20"
|
348
|
348
|
Click="last_button_Click">
|
349
|
|
- <Button.Content>
|
350
|
|
- <StackPanel>
|
351
|
|
- <Image Width="16" Height="12" Source=".\Images\class_p1.png" />
|
352
|
|
- </StackPanel>
|
353
|
|
- </Button.Content>
|
354
|
|
- </Button>
|
355
|
|
- <Grid Width="60" Background="Transparent">
|
356
|
|
- <Grid.RowDefinitions>
|
357
|
|
- <RowDefinition Height="311*"/>
|
358
|
|
- <RowDefinition Height="483*"/>
|
359
|
|
- </Grid.RowDefinitions>
|
360
|
|
- <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-12,0,0" Grid.Row="1" Background="Transparent">
|
361
|
|
- <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
362
|
|
- <TextBlock x:Name="txbCurrpage" Text="{Binding currpage}" TextAlignment="Center" FontSize="15"/>
|
363
|
|
- <TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
364
|
|
- <TextBlock Text="{Binding pagenum}" TextAlignment="Center" FontSize="15"/>
|
|
349
|
+ <Button.Content>
|
|
350
|
+ <StackPanel>
|
|
351
|
+ <Image Width="16" Height="12" Source=".\Images\class_p1.png" />
|
|
352
|
+ </StackPanel>
|
|
353
|
+ </Button.Content>
|
|
354
|
+ </Button>
|
|
355
|
+ <Grid Width="60" Background="Transparent">
|
|
356
|
+ <Grid.RowDefinitions>
|
|
357
|
+ <RowDefinition Height="311*"/>
|
|
358
|
+ <RowDefinition Height="483*"/>
|
|
359
|
+ </Grid.RowDefinitions>
|
|
360
|
+ <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-12,0,0" Grid.Row="1" Background="Transparent">
|
|
361
|
+ <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
|
362
|
+ <TextBlock x:Name="txbCurrpage" Text="{Binding currpage}" TextAlignment="Center" FontSize="15"/>
|
|
363
|
+ <TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
|
364
|
+ <TextBlock Text="{Binding pagenum}" TextAlignment="Center" FontSize="15"/>
|
|
365
|
+ </StackPanel>
|
365
|
366
|
</StackPanel>
|
366
|
|
- </StackPanel>
|
367
|
|
- </Grid>
|
368
|
|
- <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
|
367
|
+ </Grid>
|
|
368
|
+ <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
369
|
369
|
x:Name="next_btn" Background="Transparent"
|
370
|
370
|
Width="60" Height="20"
|
371
|
371
|
Click="next_btn_Click">
|
372
|
|
- <Button.Content>
|
373
|
|
- <StackPanel>
|
374
|
|
- <Image Width="16" Height="12" Source=".\Images\class_p2.png" />
|
375
|
|
- </StackPanel>
|
376
|
|
- </Button.Content>
|
377
|
|
- </Button>
|
378
|
|
- </StackPanel>
|
379
|
|
- </Grid>
|
380
|
|
- <!--设置-->
|
381
|
|
- <Grid Grid.Row="1" x:Name="gridSetUp" Background="#FFFFFF" Visibility="Collapsed" Width="1276">
|
382
|
|
- <Grid.RowDefinitions>
|
383
|
|
- <RowDefinition Height="90"/>
|
384
|
|
- <RowDefinition Height="70"/>
|
385
|
|
- <RowDefinition Height="50"/>
|
386
|
|
- <RowDefinition Height="60"/>
|
387
|
|
- <RowDefinition Height="70"/>
|
388
|
|
- <RowDefinition Height="70"/>
|
389
|
|
- <RowDefinition Height="70"/>
|
390
|
|
- <RowDefinition Height="70"/>
|
391
|
|
- <RowDefinition Height="70"/>
|
392
|
|
- <RowDefinition Height="70"/>
|
393
|
|
- <RowDefinition Height="*"/>
|
394
|
|
- </Grid.RowDefinitions>
|
|
372
|
+ <Button.Content>
|
|
373
|
+ <StackPanel>
|
|
374
|
+ <Image Width="16" Height="12" Source=".\Images\class_p2.png" />
|
|
375
|
+ </StackPanel>
|
|
376
|
+ </Button.Content>
|
|
377
|
+ </Button>
|
|
378
|
+ </StackPanel>
|
|
379
|
+ </Grid>
|
|
380
|
+ <!--设置-->
|
|
381
|
+ <Grid Grid.Row="1" x:Name="gridSetUp" Background="#FFFFFF" Visibility="Collapsed" Width="1276">
|
|
382
|
+ <Grid.RowDefinitions>
|
|
383
|
+ <RowDefinition Height="90"/>
|
|
384
|
+ <RowDefinition Height="70"/>
|
|
385
|
+ <RowDefinition Height="50"/>
|
|
386
|
+ <RowDefinition Height="60"/>
|
|
387
|
+ <RowDefinition Height="70"/>
|
|
388
|
+ <RowDefinition Height="70"/>
|
|
389
|
+ <RowDefinition Height="70"/>
|
|
390
|
+ <RowDefinition Height="70"/>
|
|
391
|
+ <RowDefinition Height="70"/>
|
|
392
|
+ <RowDefinition Height="70"/>
|
|
393
|
+ <RowDefinition Height="*"/>
|
|
394
|
+ </Grid.RowDefinitions>
|
395
|
395
|
<Grid.ColumnDefinitions>
|
396
|
396
|
<ColumnDefinition Width="100"/>
|
397
|
397
|
<ColumnDefinition Width="*"/>
|
|
@@ -403,154 +403,154 @@
|
403
|
403
|
<TextBlock Grid.Row="1" Grid.Column="0" Text="视频格式" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right"/>
|
404
|
404
|
<StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
405
|
405
|
<RadioButton x:Name="rbnMP4" Cursor="Hand" Content="MP4" FontSize="14" Foreground="#333333" Margin="0,2,0,0" IsChecked="True"/>
|
406
|
|
- <RadioButton x:Name="rbnFLV" Cursor="Hand" Content="FLV" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
407
|
|
- <RadioButton x:Name="rbnAVI" Cursor="Hand" Content="AVI" FontSize="14" Foreground="#333333" Margin="20,2,0,0" Visibility="Collapsed"/>
|
408
|
|
- </StackPanel>
|
|
406
|
+ <RadioButton x:Name="rbnFLV" Cursor="Hand" Content="FLV" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
|
407
|
+ <RadioButton x:Name="rbnAVI" Cursor="Hand" Content="AVI" FontSize="14" Foreground="#333333" Margin="20,2,0,0" Visibility="Collapsed"/>
|
|
408
|
+ </StackPanel>
|
409
|
409
|
|
410
|
410
|
<TextBlock Grid.Row="2" Grid.Column="0" Text="摄像头位置" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right"/>
|
411
|
411
|
<StackPanel Grid.Row="2" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0">
|
412
|
412
|
<RadioButton Cursor="Hand" x:Name="rbnRight" Content="右上" FontSize="14" Foreground="#333333" Margin="0,2,0,0" IsChecked="True"/>
|
413
|
|
- <RadioButton Cursor="Hand" x:Name="rbnRightUnder" Content="右下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
414
|
|
- <RadioButton Cursor="Hand" x:Name="rbnLeft" Content="左上" FontSize="14" Foreground="#333333" Margin="20,2,0,0" />
|
415
|
|
- <RadioButton Cursor="Hand" x:Name="rbnLeftUnder" Content="左下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
416
|
|
- </StackPanel>
|
417
|
|
- <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0" Visibility="Collapsed">
|
418
|
|
- <TextBlock Text="视频声音" FontSize="16" Foreground="#2D8CF0" Width="80"/>
|
419
|
|
- <RadioButton x:Name="rbnY" Cursor="Hand" Content="有" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
420
|
|
- <RadioButton x:Name="rbnN" Cursor="Hand" Content="无" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
421
|
|
- </StackPanel>
|
422
|
|
-
|
423
|
|
-
|
424
|
|
- <!--接口地址-->
|
|
413
|
+ <RadioButton Cursor="Hand" x:Name="rbnRightUnder" Content="右下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
|
414
|
+ <RadioButton Cursor="Hand" x:Name="rbnLeft" Content="左上" FontSize="14" Foreground="#333333" Margin="20,2,0,0" />
|
|
415
|
+ <RadioButton Cursor="Hand" x:Name="rbnLeftUnder" Content="左下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
|
416
|
+ </StackPanel>
|
|
417
|
+ <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,0,0,0" Visibility="Collapsed">
|
|
418
|
+ <TextBlock Text="视频声音" FontSize="16" Foreground="#2D8CF0" Width="80"/>
|
|
419
|
+ <RadioButton x:Name="rbnY" Cursor="Hand" Content="有" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
|
420
|
+ <RadioButton x:Name="rbnN" Cursor="Hand" Content="无" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
|
421
|
+ </StackPanel>
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+ <!--接口地址-->
|
425
|
425
|
<TextBlock Grid.Row="3" Grid.Column="0" Text="接口地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,20,0,0"/>
|
426
|
426
|
<StackPanel Grid.Row="3" Grid.Column="1" Orientation="Horizontal" Margin="30,0,0,0">
|
427
|
427
|
<TextBlock Text="http://" FontSize="16" Padding="0,20,5,0"/>
|
428
|
|
- <TextBox x:Name="txbInterfaceAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
429
|
|
- </StackPanel>
|
430
|
|
-
|
431
|
|
- <!--上传地址-->
|
|
428
|
+ <TextBox x:Name="txbInterfaceAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
429
|
+ </StackPanel>
|
|
430
|
+
|
|
431
|
+ <!--上传地址-->
|
432
|
432
|
<TextBlock Grid.Row="4" Grid.Column="0" Text="上传地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,35,0,0"/>
|
433
|
433
|
<StackPanel Grid.Row="4" Grid.Column="1" Orientation="Horizontal" Margin="30,20,0,0">
|
434
|
434
|
<TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
435
|
|
- <TextBox x:Name="txbImageUploadAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
436
|
|
- </StackPanel>
|
437
|
|
-
|
438
|
|
- <!--下载地址-->
|
|
435
|
+ <TextBox x:Name="txbImageUploadAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
436
|
+ </StackPanel>
|
|
437
|
+
|
|
438
|
+ <!--下载地址-->
|
439
|
439
|
<TextBlock Grid.Row="5" Grid.Column="0" Text="下载地址" FontSize="16" Foreground="#333333" FontWeight="Black" HorizontalAlignment="Right" Padding="0,35,0,0"/>
|
440
|
440
|
<StackPanel Grid.Row="5" Grid.Column="1" Orientation="Horizontal" Margin="30,20,0,0">
|
441
|
441
|
<TextBlock Text="http://" FontSize="16" Padding="0,15,5,0"/>
|
442
|
|
- <TextBox x:Name="txbPictureShowsAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
443
|
|
- </StackPanel>
|
|
442
|
+ <TextBox x:Name="txbPictureShowsAddress" FontSize="16" Width="467" Height="41" VerticalContentAlignment="Center" Padding="5,0,0,0"/>
|
|
443
|
+ </StackPanel>
|
444
|
444
|
|
445
|
445
|
<TextBlock Grid.Row="6" Grid.Column="0" x:Name="txbFilePath" Text="文件路径" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Padding="0,35,0,0" />
|
446
|
446
|
<StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,20,0,0">
|
447
|
447
|
<Border Background="#CDD6E0" Width="522" Height="43" CornerRadius="3" Margin="0,0,0,0">
|
448
|
|
- <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"/>
|
449
|
|
- </Border>
|
450
|
|
- <!--浏览按钮-->
|
451
|
|
- <Button Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="BtnBrowse_Click">
|
452
|
|
- <Button.Template>
|
453
|
|
- <ControlTemplate TargetType="{x:Type Button}">
|
454
|
|
- <Border
|
|
448
|
+ <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"/>
|
|
449
|
+ </Border>
|
|
450
|
+ <!--浏览按钮-->
|
|
451
|
+ <Button Cursor="Hand" x:Name="btnBrowse" Content="浏览" FontSize="18" Width="80" Height="43" Margin="18,0,0,0" Click="BtnBrowse_Click">
|
|
452
|
+ <Button.Template>
|
|
453
|
+ <ControlTemplate TargetType="{x:Type Button}">
|
|
454
|
+ <Border
|
455
|
455
|
BorderBrush="{TemplateBinding Control.BorderBrush}"
|
456
|
456
|
BorderThickness="1"
|
457
|
457
|
CornerRadius="2">
|
458
|
|
- <Border.Background>#EBEFF3</Border.Background>
|
459
|
|
- <ContentPresenter
|
|
458
|
+ <Border.Background>#EBEFF3</Border.Background>
|
|
459
|
+ <ContentPresenter
|
460
|
460
|
HorizontalAlignment="Center"
|
461
|
461
|
VerticalAlignment="Center"
|
462
|
462
|
Content="{TemplateBinding ContentControl.Content}" />
|
463
|
|
- </Border>
|
464
|
|
- </ControlTemplate>
|
465
|
|
- </Button.Template>
|
466
|
|
- </Button>
|
467
|
|
- </StackPanel>
|
|
463
|
+ </Border>
|
|
464
|
+ </ControlTemplate>
|
|
465
|
+ </Button.Template>
|
|
466
|
+ </Button>
|
|
467
|
+ </StackPanel>
|
468
|
468
|
|
469
|
469
|
<TextBlock Grid.Row="7" Grid.Column="0" Text="版本号" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
470
|
470
|
<StackPanel Grid.Row="7" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
471
|
471
|
<TextBlock x:Name="txbv" Text="V0.0.0" FontSize="16" Foreground="#333333"/>
|
472
|
|
- </StackPanel>
|
|
472
|
+ </StackPanel>
|
473
|
473
|
|
474
|
474
|
<TextBlock Grid.Row="8" Grid.Column="0" Text="版权所有" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
475
|
475
|
<StackPanel Grid.Row="8" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="30,30,0,0">
|
476
|
476
|
<TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333"/>
|
477
|
|
- </StackPanel>
|
|
477
|
+ </StackPanel>
|
478
|
478
|
|
479
|
479
|
<TextBlock Grid.Row="9" Grid.Column="0" Text="录屏快捷键" FontSize="16" HorizontalAlignment="Right" Foreground="#333333" FontWeight="Black" Margin="0,30,0,0"/>
|
480
|
480
|
<StackPanel Grid.Row="9" Grid.Column="1">
|
481
|
481
|
<TextBlock FontSize="14" Foreground="#333333" Text="开始/暂停:Ctrl+F5 停止:Ctrl+S 退出讲评:鼠标右键" Margin="30,30,0,0"/>
|
482
|
482
|
</StackPanel>
|
483
|
483
|
<!--第四行 开始按钮-->
|
484
|
|
- <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">
|
485
|
|
- <Button.Template>
|
486
|
|
- <ControlTemplate TargetType="{x:Type Button}">
|
487
|
|
- <Border
|
|
484
|
+ <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">
|
|
485
|
+ <Button.Template>
|
|
486
|
+ <ControlTemplate TargetType="{x:Type Button}">
|
|
487
|
+ <Border
|
488
|
488
|
BorderBrush="{TemplateBinding Control.BorderBrush}"
|
489
|
489
|
BorderThickness="1"
|
490
|
490
|
CornerRadius="2">
|
491
|
|
- <Border.Background>#2D8CF0</Border.Background>
|
492
|
|
- <ContentPresenter
|
|
491
|
+ <Border.Background>#2D8CF0</Border.Background>
|
|
492
|
+ <ContentPresenter
|
493
|
493
|
HorizontalAlignment="Center"
|
494
|
494
|
VerticalAlignment="Center"
|
495
|
495
|
Content="{TemplateBinding ContentControl.Content}" />
|
496
|
|
- </Border>
|
497
|
|
- </ControlTemplate>
|
498
|
|
- </Button.Template>
|
499
|
|
- </Button>
|
500
|
|
- </Grid>
|
501
|
|
- <!--上传-->
|
502
|
|
- <Grid Grid.Row="1" x:Name="gridUpload" Visibility="Hidden">
|
503
|
|
- <Border Background="#EFF1F8">
|
504
|
|
- <Grid Background="#FFFFFF" Margin="0,0,0,0">
|
505
|
|
- <!--分4行-->
|
506
|
|
- <Grid.RowDefinitions>
|
507
|
|
- <RowDefinition Height="*"/>
|
508
|
|
- <RowDefinition Height="30"/>
|
509
|
|
- </Grid.RowDefinitions>
|
510
|
|
- <!--第二行 内容-->
|
511
|
|
- <Grid Grid.Row="0" Margin="0,0,0,0">
|
|
496
|
+ </Border>
|
|
497
|
+ </ControlTemplate>
|
|
498
|
+ </Button.Template>
|
|
499
|
+ </Button>
|
|
500
|
+ </Grid>
|
|
501
|
+ <!--上传-->
|
|
502
|
+ <Grid Grid.Row="1" x:Name="gridUpload" Visibility="Hidden">
|
|
503
|
+ <Border Background="#EFF1F8">
|
|
504
|
+ <Grid Background="#FFFFFF" Margin="0,0,0,0">
|
|
505
|
+ <!--分4行-->
|
512
|
506
|
<Grid.RowDefinitions>
|
513
|
|
- <RowDefinition Height="45"/>
|
514
|
507
|
<RowDefinition Height="*"/>
|
|
508
|
+ <RowDefinition Height="30"/>
|
515
|
509
|
</Grid.RowDefinitions>
|
516
|
|
- <UniformGrid x:Name="uniStatisticsByTitle"
|
|
510
|
+ <!--第二行 内容-->
|
|
511
|
+ <Grid Grid.Row="0" Margin="0,0,0,0">
|
|
512
|
+ <Grid.RowDefinitions>
|
|
513
|
+ <RowDefinition Height="45"/>
|
|
514
|
+ <RowDefinition Height="*"/>
|
|
515
|
+ </Grid.RowDefinitions>
|
|
516
|
+ <UniformGrid x:Name="uniStatisticsByTitle"
|
517
|
517
|
Grid.Row="0"
|
518
|
518
|
Margin="0,0,0,0"
|
519
|
519
|
Background="#E6F0FF"
|
520
|
520
|
Columns="5"
|
521
|
521
|
Rows="1">
|
522
|
|
- <TextBlock
|
|
522
|
+ <TextBlock
|
523
|
523
|
HorizontalAlignment="Center"
|
524
|
524
|
VerticalAlignment="Center"
|
525
|
525
|
FontSize="16"
|
526
|
526
|
Text="序号" />
|
527
|
|
- <TextBlock
|
|
527
|
+ <TextBlock
|
528
|
528
|
HorizontalAlignment="Center"
|
529
|
529
|
VerticalAlignment="Center"
|
530
|
530
|
FontSize="16"
|
531
|
531
|
Text="视频名称"/>
|
532
|
|
- <!--<TextBlock
|
|
532
|
+ <!--<TextBlock
|
533
|
533
|
HorizontalAlignment="Center"
|
534
|
534
|
VerticalAlignment="Center"
|
535
|
535
|
FontSize="15"
|
536
|
536
|
Text="视频时长" Foreground="White" />-->
|
537
|
|
- <TextBlock
|
|
537
|
+ <TextBlock
|
538
|
538
|
HorizontalAlignment="Center"
|
539
|
539
|
VerticalAlignment="Center"
|
540
|
540
|
FontSize="16"
|
541
|
541
|
Text="视频大小"/>
|
542
|
|
- <TextBlock
|
|
542
|
+ <TextBlock
|
543
|
543
|
HorizontalAlignment="Center"
|
544
|
544
|
VerticalAlignment="Center"
|
545
|
545
|
FontSize="16"
|
546
|
546
|
Text="日期"/>
|
547
|
|
- <TextBlock
|
|
547
|
+ <TextBlock
|
548
|
548
|
HorizontalAlignment="Center"
|
549
|
549
|
VerticalAlignment="Center"
|
550
|
550
|
FontSize="16"
|
551
|
551
|
Text="操作"/>
|
552
|
|
- </UniformGrid>
|
553
|
|
- <ListBox Grid.Row="1" Margin="0,0,0,0"
|
|
552
|
+ </UniformGrid>
|
|
553
|
+ <ListBox Grid.Row="1" Margin="0,0,0,0"
|
554
|
554
|
x:Name="listView1"
|
555
|
555
|
BorderThickness="0"
|
556
|
556
|
FontSize="20"
|
|
@@ -559,100 +559,112 @@
|
559
|
559
|
ItemsSource="{Binding menuList}"
|
560
|
560
|
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
561
|
561
|
ScrollViewer.VerticalScrollBarVisibility="Disabled"/>
|
562
|
|
- </Grid>
|
563
|
|
- <StackPanel Grid.Row="3" x:Name="stpUp" Orientation="Horizontal" Background="Transparent" Width="180" HorizontalAlignment="Center"
|
|
562
|
+ </Grid>
|
|
563
|
+ <StackPanel Grid.Row="3" x:Name="stpUp" Orientation="Horizontal" Background="Transparent" Width="180" HorizontalAlignment="Center"
|
564
|
564
|
Height="30" Margin="0,0,0,0" Grid.Column="1" VerticalAlignment="Bottom">
|
565
|
|
- <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
|
565
|
+ <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
566
|
566
|
x:Name="btnLastPage"
|
567
|
567
|
Width="60" Height="20"
|
568
|
568
|
Click="BtnLastPage_Click">
|
569
|
|
- <Button.Content>
|
570
|
|
- <StackPanel>
|
571
|
|
- <Image Width="16" Height="12" Source=".\Images\class_p1.png" />
|
572
|
|
- </StackPanel>
|
573
|
|
- </Button.Content>
|
574
|
|
- </Button>
|
575
|
|
- <Grid Width="60" Background="Transparent">
|
576
|
|
- <Grid.RowDefinitions>
|
577
|
|
- <RowDefinition Height="311*"/>
|
578
|
|
- <RowDefinition Height="483*"/>
|
579
|
|
- </Grid.RowDefinitions>
|
580
|
|
- <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-12,0,0" Grid.Row="1" Background="Transparent">
|
581
|
|
- <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
582
|
|
- <TextBlock x:Name="txbCurrpageTwo" TextAlignment="Center" FontSize="15"/>
|
583
|
|
- <TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
584
|
|
- <TextBlock x:Name="txbPageNumTwo" TextAlignment="Center" FontSize="15"/>
|
|
569
|
+ <Button.Content>
|
|
570
|
+ <StackPanel>
|
|
571
|
+ <Image Width="16" Height="12" Source=".\Images\class_p1.png" />
|
|
572
|
+ </StackPanel>
|
|
573
|
+ </Button.Content>
|
|
574
|
+ </Button>
|
|
575
|
+ <Grid Width="60" Background="Transparent">
|
|
576
|
+ <Grid.RowDefinitions>
|
|
577
|
+ <RowDefinition Height="311*"/>
|
|
578
|
+ <RowDefinition Height="483*"/>
|
|
579
|
+ </Grid.RowDefinitions>
|
|
580
|
+ <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-12,0,0" Grid.Row="1" Background="Transparent">
|
|
581
|
+ <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
|
582
|
+ <TextBlock x:Name="txbCurrpageTwo" TextAlignment="Center" FontSize="15"/>
|
|
583
|
+ <TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
|
584
|
+ <TextBlock x:Name="txbPageNumTwo" TextAlignment="Center" FontSize="15"/>
|
|
585
|
+ </StackPanel>
|
585
|
586
|
</StackPanel>
|
586
|
|
- </StackPanel>
|
587
|
|
- </Grid>
|
588
|
|
- <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
|
587
|
+ </Grid>
|
|
588
|
+ <Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
589
|
589
|
x:Name="btnNextPage" Background="Transparent"
|
590
|
590
|
Width="60" Height="20"
|
591
|
591
|
Click="BtnNextPage_Click">
|
592
|
|
- <Button.Content>
|
593
|
|
- <StackPanel>
|
594
|
|
- <Image Width="16" Height="12" Source=".\Images\class_p2.png" />
|
595
|
|
- </StackPanel>
|
596
|
|
- </Button.Content>
|
597
|
|
- </Button>
|
598
|
|
- </StackPanel>
|
|
592
|
+ <Button.Content>
|
|
593
|
+ <StackPanel>
|
|
594
|
+ <Image Width="16" Height="12" Source=".\Images\class_p2.png" />
|
|
595
|
+ </StackPanel>
|
|
596
|
+ </Button.Content>
|
|
597
|
+ </Button>
|
|
598
|
+ </StackPanel>
|
599
|
599
|
|
600
|
|
- </Grid>
|
601
|
|
- </Border>
|
602
|
|
- </Grid>
|
603
|
|
- <Grid Grid.Row="2" Background="#EFF1F8" Margin="0,0,0,0">
|
604
|
|
- <StackPanel Orientation="Horizontal" Margin="0,0,0,0">
|
605
|
|
- <TextBlock Text="颜色:" FontSize="14" Padding="10,5,0,0"/>
|
606
|
|
- <Button Cursor="Hand" x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20" Click="BtnWhite_Click" Margin="0,2,0,0" Visibility="Collapsed"/>
|
|
600
|
+ </Grid>
|
|
601
|
+ </Border>
|
|
602
|
+ </Grid>
|
|
603
|
+
|
|
604
|
+ <Grid x:Name="GridMyVideo" Grid.Row="1" Margin="0" Background="White" Visibility="Hidden">
|
|
605
|
+ <Grid.RowDefinitions>
|
|
606
|
+ <RowDefinition Height="*"/>
|
|
607
|
+ <RowDefinition Height="50"/>
|
|
608
|
+ </Grid.RowDefinitions>
|
|
609
|
+ <Label x:Name="lblVideoMess" Grid.Row="0" Content="暂无微课录制信息,请录制并等待保存完成后重试!" HorizontalAlignment="Center" Margin="0,0,0,100" VerticalAlignment="Center" FontSize="20" Visibility="Hidden"/>
|
|
610
|
+ <Button x:Name="BtnVideoUpPage" Content="上一页" HorizontalAlignment="Center" Margin="0,0,150,10" Grid.Row="1" VerticalAlignment="Bottom" Width="60" Background="{x:Null}" BorderBrush="{x:Null}" FontSize="16" Foreground="#FF333333" Click="BtnVideoUpPage_Click"/>
|
|
611
|
+ <Label x:Name="lblVideoPageNum" Grid.Row="1" FontSize="14" Content="100/100" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="0,0,0,10" Foreground="#FF333333" />
|
|
612
|
+ <Button x:Name="BtnVideoDownPage" Content="下一页" HorizontalAlignment="Center" Margin="150,0,0,10" Grid.Row="1" VerticalAlignment="Bottom" Width="60" Background="{x:Null}" BorderBrush="{x:Null}" FontSize="16" Foreground="#FF333333" Click="BtnVideoDownPage_Click"/>
|
|
613
|
+ </Grid>
|
|
614
|
+
|
|
615
|
+ <Grid Grid.Row="2" Background="#EFF1F8" Margin="0,0,0,0">
|
|
616
|
+ <StackPanel Orientation="Horizontal" Margin="0,0,0,0">
|
|
617
|
+ <TextBlock Text="颜色:" FontSize="14" Padding="10,5,0,0"/>
|
|
618
|
+ <Button Cursor="Hand" x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20" Click="BtnWhite_Click" Margin="0,2,0,0" Visibility="Collapsed"/>
|
607
|
619
|
|
608
|
620
|
<Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
609
|
621
|
<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}">
|
610
|
|
- <Image x:Name="imgRed" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Visible"/>
|
611
|
|
- </Button>
|
|
622
|
+ <Image x:Name="imgRed" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Visible"/>
|
|
623
|
+ </Button>
|
612
|
624
|
</Border>
|
613
|
625
|
<Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
614
|
626
|
<Button Cursor="Hand" x:Name="btnGray" Background="#333333" Width="20" Height="20" Margin="1,1,1,1" Click="BtnGray_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
615
|
|
- <Image x:Name="imgGray" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
616
|
|
- </Button>
|
|
627
|
+ <Image x:Name="imgGray" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
|
628
|
+ </Button>
|
617
|
629
|
</Border>
|
618
|
630
|
<Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
619
|
631
|
|
620
|
632
|
|
621
|
633
|
<Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="1,1,1,1" Click="BtnCyanBlue_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
622
|
|
- <Image x:Name="imgCyanBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
623
|
|
- </Button>
|
|
634
|
+ <Image x:Name="imgCyanBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
|
635
|
+ </Button>
|
624
|
636
|
</Border>
|
625
|
637
|
<Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
626
|
638
|
|
627
|
639
|
|
628
|
640
|
<Button Cursor="Hand" x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="1,1,1,1" Click="BtnYellow_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
629
|
|
-
|
630
|
|
- <Image x:Name="imgYellow" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
631
|
|
- </Button>
|
|
641
|
+
|
|
642
|
+ <Image x:Name="imgYellow" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
|
643
|
+ </Button>
|
632
|
644
|
</Border>
|
633
|
645
|
<Border Background="#666666" Width="20" Height="20" Margin="5,2,0,0">
|
634
|
646
|
|
635
|
647
|
|
636
|
648
|
<Button Cursor="Hand" x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="1,1,1,1" Click="BtnBlue_Click" Style="{StaticResource NoMouseOverButtonStyle}">
|
637
|
|
- <Image x:Name="imgBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
638
|
|
- </Button>
|
|
649
|
+ <Image x:Name="imgBlue" Source=".\Images\microLessonSystem_999.png" Width="12" Visibility="Collapsed"/>
|
|
650
|
+ </Button>
|
639
|
651
|
</Border>
|
640
|
652
|
<TextBlock Text="粗细:" FontSize="14" Padding="15,0,0,0" Margin="5,5,0,0"/>
|
641
|
653
|
<RadioButton Cursor="Hand" x:Name="rbnFine" Content="细" FontSize="14" Margin="0,7,0,0" IsChecked="True" Click="RbnFine_Click"/>
|
642
|
|
- <RadioButton Cursor="Hand" x:Name="rbnIn" Content="中" FontSize="14" Margin="5,7,0,0" Click="RbnIn_Click"/>
|
643
|
|
- <RadioButton Cursor="Hand" x:Name="rbnCrude" Content="粗" FontSize="14" Margin="5,7,0,0" Click="RbnCrude_Click"/>
|
644
|
|
- <StackPanel Orientation="Horizontal">
|
645
|
|
- <TextBlock Text="摄像头:" FontSize="14" Padding="15,6,0,0"/>
|
646
|
|
- <RadioButton Cursor="Hand" x:Name="rbnOpen" Content="开" FontSize="14" Margin="0,7,0,0" Click="RbnOpen_Click"/>
|
647
|
|
- <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content="关" FontSize="14" Margin="5,7,0,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
|
654
|
+ <RadioButton Cursor="Hand" x:Name="rbnIn" Content="中" FontSize="14" Margin="5,7,0,0" Click="RbnIn_Click"/>
|
|
655
|
+ <RadioButton Cursor="Hand" x:Name="rbnCrude" Content="粗" FontSize="14" Margin="5,7,0,0" Click="RbnCrude_Click"/>
|
|
656
|
+ <StackPanel Orientation="Horizontal">
|
|
657
|
+ <TextBlock Text="摄像头:" FontSize="14" Padding="15,6,0,0"/>
|
|
658
|
+ <RadioButton Cursor="Hand" x:Name="rbnOpen" Content="开" FontSize="14" Margin="0,7,0,0" Click="RbnOpen_Click"/>
|
|
659
|
+ <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content="关" FontSize="14" Margin="5,7,0,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
|
660
|
+ </StackPanel>
|
648
|
661
|
</StackPanel>
|
649
|
|
- </StackPanel>
|
650
|
|
- <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,10,0">
|
651
|
|
- <TextBlock Text="智能笔状态:" FontSize="14" Padding="0,4,0,0"/>
|
652
|
|
- <TextBlock x:Name="txbNotConnected" Text="未连接" FontSize="14" Padding="0,4,5,0"/>
|
653
|
|
- </StackPanel>
|
654
|
|
- </Grid>
|
|
662
|
+ <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,10,0">
|
|
663
|
+ <TextBlock Text="智能笔状态:" FontSize="14" Padding="0,4,0,0"/>
|
|
664
|
+ <TextBlock x:Name="txbNotConnected" Text="未连接" FontSize="14" Padding="0,4,5,0"/>
|
|
665
|
+ </StackPanel>
|
|
666
|
+ </Grid>
|
655
|
667
|
|
656
|
|
- </Grid>
|
|
668
|
+ </Grid>
|
657
|
669
|
</Viewbox>
|
658
|
670
|
</Window>
|