|
@@ -116,55 +116,61 @@
|
116
|
116
|
</StackPanel>
|
117
|
117
|
</Grid>
|
118
|
118
|
<!--主内容-->
|
119
|
|
- <ScrollViewer Grid.Row="1" Height="585" VerticalScrollBarVisibility="Visible">
|
120
|
|
- <Grid Grid.Row="1" x:Name="GridMain" Margin="0,0,0,0" Background="#FFFFFF" Width="793.700787401575" Height="1142.51968503937" Visibility="Visible">
|
121
|
|
-
|
122
|
|
- <Grid>
|
123
|
|
- <Border Grid.Row="1" CornerRadius="5">
|
124
|
|
- <Grid x:Name="IMG" Margin="0,0,0,0">
|
125
|
|
- <Grid.Resources>
|
126
|
|
- <TransformGroup x:Key="Imageview">
|
127
|
|
- <ScaleTransform/>
|
128
|
|
- <TranslateTransform/>
|
129
|
|
- </TransformGroup>
|
130
|
|
- </Grid.Resources>
|
131
|
|
- <Label Content="" Grid.Column="0" HorizontalAlignment="Left" Height="10" VerticalAlignment="Top" Width="10" Background="#FF0F0F0F" Margin="1,0,0,0"/>
|
132
|
|
- <ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Disabled" Cursor="SizeAll"
|
|
119
|
+ <Grid Grid.Row="1" x:Name="GridMain" Width="793.700787401575">
|
|
120
|
+ <ScrollViewer x:Name="scroMain" Height="580" VerticalScrollBarVisibility="Visible">
|
|
121
|
+ <Grid Margin="0,0,0,0" Background="#FFFFFF" Width="793.700787401575" Height="1142.51968503937" Visibility="Visible">
|
|
122
|
+ <Grid>
|
|
123
|
+ <Border Grid.Row="1" CornerRadius="5">
|
|
124
|
+ <Grid x:Name="IMG" Margin="0,0,0,0">
|
|
125
|
+ <Grid.Resources>
|
|
126
|
+ <TransformGroup x:Key="Imageview">
|
|
127
|
+ <ScaleTransform/>
|
|
128
|
+ <TranslateTransform/>
|
|
129
|
+ </TransformGroup>
|
|
130
|
+ </Grid.Resources>
|
|
131
|
+
|
|
132
|
+ <ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Disabled" Cursor="SizeAll"
|
133
|
133
|
Margin="0,0,0,0" Focusable="False" x:Name="BackFrame">
|
134
|
|
- <ContentControl MouseLeftButtonDown="IMG1_MouseLeftButtonDown"
|
|
134
|
+ <ContentControl MouseLeftButtonDown="IMG1_MouseLeftButtonDown"
|
135
|
135
|
MouseLeftButtonUp="IMG1_MouseLeftButtonUp"
|
136
|
136
|
MouseMove="IMG1_MouseMove"
|
137
|
137
|
MouseWheel="IMG1_MouseWheel" >
|
138
|
|
- <Image Name="imgCanvas" Width="635" Height="auto" Stretch="Uniform" MouseDown="PicEMap_MouseDown" RenderTransform="{StaticResource Imageview}">
|
139
|
|
- </Image>
|
140
|
|
- </ContentControl>
|
141
|
|
- </ScrollViewer>
|
142
|
|
- </Grid>
|
143
|
|
- </Border>
|
144
|
|
- </Grid>
|
145
|
|
- <Image x:Name="imgDocumentation"/>
|
146
|
|
- <!--<Button Cursor="Hand" x:Name="btnOk" Height="50" Width="50" Content="√" FontSize="26" Background="#2E8CF0" Foreground="#FFFFFF" Click="btnOk_Click" Visibility="Collapsed"/>-->
|
147
|
|
- <InkCanvas Grid.Row="0" x:Name="blackboard_canvas" Background="Transparent" Visibility="Collapsed" Grid.ColumnSpan="2" />
|
148
|
|
- <!--摄像头-->
|
149
|
|
- <!--<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">
|
|
138
|
+ <Image Name="imgCanvas" Width="635" Height="auto" Stretch="Uniform" MouseDown="PicEMap_MouseDown" RenderTransform="{StaticResource Imageview}">
|
|
139
|
+ </Image>
|
|
140
|
+ </ContentControl>
|
|
141
|
+ </ScrollViewer>
|
|
142
|
+ </Grid>
|
|
143
|
+ </Border>
|
|
144
|
+ </Grid>
|
|
145
|
+ <Image x:Name="imgDocumentation"/>
|
|
146
|
+ <!--<Button Cursor="Hand" x:Name="btnOk" Height="50" Width="50" Content="√" FontSize="26" Background="#2E8CF0" Foreground="#FFFFFF" Click="btnOk_Click" Visibility="Collapsed"/>-->
|
|
147
|
+ <InkCanvas Grid.Row="0" x:Name="blackboard_canvas" Background="Transparent" Visibility="Collapsed" Grid.ColumnSpan="2" />
|
|
148
|
+ <!--摄像头-->
|
|
149
|
+ <!--<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">
|
150
|
150
|
<aforge:VideoSourcePlayer x:Name="player" Height="124" Width="172" />
|
151
|
151
|
</wfi:WindowsFormsHost>-->
|
152
|
|
- <Image x:Name="imgPlayerLeft" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
153
|
|
- <Image x:Name="imgPlayerRight" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,10,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
154
|
|
- <Image x:Name="imgPlayerLeftUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
155
|
|
- <Image x:Name="imgPlayerRightUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,10,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
|
152
|
+
|
156
|
153
|
|
157
|
|
- <Label Content="" Grid.Column="0" Height="10" Width="10" Background="#FF0F0F0F" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="1,0,0,0"/>
|
158
|
|
- <Label Content="" Grid.Column="1" Height="10" Width="10" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,0,2,0"/>
|
159
|
|
- <Label Content="" Grid.Column="1" Height="10" Width="10" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,2,0"/>
|
160
|
|
- </Grid>
|
161
|
|
- </ScrollViewer>
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+ </Grid>
|
|
157
|
+ </ScrollViewer>
|
|
158
|
+ <Image x:Name="imgPlayerLeft" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
|
159
|
+ <Image x:Name="imgPlayerRight" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,26,10" VerticalAlignment="Top" Visibility="Collapsed"/>
|
|
160
|
+ <Image x:Name="imgPlayerLeftUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Left" Margin="10,7,10,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
|
161
|
+ <Image x:Name="imgPlayerRightUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,26,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
|
162
|
+ <Label Content="" Grid.Column="0" HorizontalAlignment="Left" Height="10" VerticalAlignment="Top" Width="10" Background="#FF0F0F0F" Margin="1,0,0,0"/>
|
|
163
|
+ <Label Content="" Grid.Column="1" Height="10" Width="10" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,0,16,0"/>
|
|
164
|
+ <Label Content="" Grid.Column="0" Height="10" Width="10" Background="#FF0F0F0F" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="1,0,0,0"/>
|
|
165
|
+ <Label Content="" Grid.Column="1" Height="10" Width="10" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,16,0"/>
|
|
166
|
+ </Grid>
|
|
167
|
+
|
162
|
168
|
<Grid Grid.Row="1">
|
163
|
169
|
<StackPanel Grid.Row="0" Orientation="Horizontal" Background="#FFFFFF" Width="180" HorizontalAlignment="Center"
|
164
|
|
- Height="58" Margin="0,500,0,0" Grid.Column="1">
|
|
170
|
+ Height="58" Margin="0,520,0,0" Grid.Column="1">
|
165
|
171
|
<Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
166
|
172
|
x:Name="last_button"
|
167
|
|
- Width="60" Height="60"
|
|
173
|
+ Width="60" Height="50"
|
168
|
174
|
Click="last_button_Click">
|
169
|
175
|
<Button.Content>
|
170
|
176
|
<StackPanel>
|
|
@@ -172,14 +178,14 @@
|
172
|
178
|
</StackPanel>
|
173
|
179
|
</Button.Content>
|
174
|
180
|
</Button>
|
175
|
|
- <Grid Width="60">
|
|
181
|
+ <Grid Width="60" Background="Transparent">
|
176
|
182
|
<Grid.RowDefinitions>
|
177
|
183
|
<RowDefinition Height="311*"/>
|
178
|
184
|
<RowDefinition Height="483*"/>
|
179
|
185
|
</Grid.RowDefinitions>
|
180
|
|
- <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-25,0,0" Grid.Row="1" >
|
|
186
|
+ <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,-25,0,0" Grid.Row="1" Background="Transparent">
|
181
|
187
|
|
182
|
|
- <StackPanel HorizontalAlignment="Center" Orientation="Horizontal">
|
|
188
|
+ <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
183
|
189
|
<TextBlock x:Name="txbCurrpage" Text="{Binding currpage}" TextAlignment="Center" FontSize="15"/>
|
184
|
190
|
<TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
185
|
191
|
<TextBlock Text="{Binding pagenum}" TextAlignment="Center" FontSize="15"/>
|
|
@@ -187,8 +193,8 @@
|
187
|
193
|
</StackPanel>
|
188
|
194
|
</Grid>
|
189
|
195
|
<Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
190
|
|
- x:Name="next_btn"
|
191
|
|
- Width="60" Height="60"
|
|
196
|
+ x:Name="next_btn" Background="Transparent"
|
|
197
|
+ Width="60" Height="50"
|
192
|
198
|
Click="next_btn_Click">
|
193
|
199
|
<Button.Content>
|
194
|
200
|
<StackPanel>
|
|
@@ -201,38 +207,38 @@
|
201
|
207
|
<!--设置-->
|
202
|
208
|
<Grid Grid.Row="1" x:Name="gridSetUp" Margin="20,0,20,0" Background="#FFFFFF" Visibility="Collapsed">
|
203
|
209
|
<Grid.RowDefinitions>
|
204
|
|
- <RowDefinition Height="120"/>
|
205
|
|
- <RowDefinition Height="90"/>
|
206
|
|
- <RowDefinition Height="90"/>
|
207
|
|
- <RowDefinition Height="80"/>
|
208
|
|
- <RowDefinition Height="80"/>
|
209
|
|
- <RowDefinition Height="90"/>
|
210
|
210
|
<RowDefinition Height="90"/>
|
|
211
|
+ <RowDefinition Height="70"/>
|
|
212
|
+ <RowDefinition Height="70"/>
|
|
213
|
+ <RowDefinition Height="70"/>
|
|
214
|
+ <RowDefinition Height="70"/>
|
|
215
|
+ <RowDefinition Height="70"/>
|
|
216
|
+ <RowDefinition Height="70"/>
|
211
|
217
|
<RowDefinition Height="*"/>
|
212
|
218
|
</Grid.RowDefinitions>
|
213
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Left" Margin="0,30,0,0">
|
|
219
|
+ <StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,30,0,0">
|
214
|
220
|
<TextBlock Text=" 点阵笔" FontSize="16" Foreground="#2D8CF0"/>
|
215
|
221
|
<TextBlock x:Name="txbNotConnecteds" Text="未连接" FontSize="14" Foreground="#333333" Padding="10,0,0,0"/>
|
216
|
222
|
</StackPanel>
|
217
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
223
|
+ <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
218
|
224
|
<TextBlock Text="视频格式" FontSize="16" Foreground="#2D8CF0"/>
|
219
|
225
|
<RadioButton x:Name="rbnMP4" Cursor="Hand" Content="MP4" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
220
|
226
|
<RadioButton x:Name="rbnFLV" Cursor="Hand" Content="FLV" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
221
|
227
|
<RadioButton x:Name="rbnAVI" Cursor="Hand" Content="AVI" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
222
|
228
|
</StackPanel>
|
223
|
|
- <StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
229
|
+ <StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
224
|
230
|
<TextBlock Text="头像位置" FontSize="16" Foreground="#2D8CF0"/>
|
225
|
231
|
<RadioButton Cursor="Hand" x:Name="rbnRight" Content="右上" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
226
|
232
|
<RadioButton Cursor="Hand" x:Name="rbnRightUnder" Content="右下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
227
|
233
|
<RadioButton Cursor="Hand" x:Name="rbnLeft" Content="左上" FontSize="14" Foreground="#333333" Margin="20,2,0,0" />
|
228
|
234
|
<RadioButton Cursor="Hand" x:Name="rbnLeftUnder" Content="左下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
229
|
235
|
</StackPanel>
|
230
|
|
- <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
236
|
+ <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
231
|
237
|
<TextBlock Text="视频声音" FontSize="16" Foreground="#2D8CF0"/>
|
232
|
238
|
<RadioButton x:Name="rbnY" Cursor="Hand" Content="有" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
233
|
239
|
<RadioButton x:Name="rbnN" Cursor="Hand" Content="无" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
234
|
240
|
</StackPanel>
|
235
|
|
- <StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
241
|
+ <StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
236
|
242
|
<TextBlock x:Name="txbFilePath" Text="文件路径" FontSize="16" Foreground="#2D8CF0" Padding="2,36,10,0"/>
|
237
|
243
|
<!--输入框-->
|
238
|
244
|
<Border Background="#CDD6E0" Width="525" Height="43" CornerRadius="3">
|
|
@@ -256,11 +262,11 @@
|
256
|
262
|
</Button.Template>
|
257
|
263
|
</Button>
|
258
|
264
|
</StackPanel>
|
259
|
|
- <StackPanel Grid.Row="5" Orientation="Horizontal" HorizontalAlignment="Left" Margin="0,30,0,0">
|
|
265
|
+ <StackPanel Grid.Row="5" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,30,0,0">
|
260
|
266
|
<TextBlock Text=" 版本号" FontSize="16" Foreground="#2D8CF0"/>
|
261
|
267
|
<TextBlock Text="V0.0.0" FontSize="16" Foreground="#333333" Padding="10,0,0,0"/>
|
262
|
268
|
</StackPanel>
|
263
|
|
- <StackPanel Grid.Row="6" Orientation="Horizontal" HorizontalAlignment="Left" Margin="0,30,0,0">
|
|
269
|
+ <StackPanel Grid.Row="6" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,30,0,0">
|
264
|
270
|
<TextBlock Text="版权所有" FontSize="16" Foreground="#2D8CF0"/>
|
265
|
271
|
<TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333" Padding="10,0,0,0"/>
|
266
|
272
|
</StackPanel>
|