|
@@ -7,17 +7,17 @@
|
7
|
7
|
xmlns:aforge ="clr-namespace:AForge.Controls;assembly=AForge.Controls"
|
8
|
8
|
xmlns:local="clr-namespace:XHWK.WKTool"
|
9
|
9
|
mc:Ignorable="d"
|
10
|
|
- Title="星火微课系统" Height="1040.8" Width="875" WindowStartupLocation="CenterScreen"
|
|
10
|
+ Title="星火微课系统" Height="725.8" Width="975" WindowStartupLocation="CenterScreen"
|
11
|
11
|
WindowStyle="None" AllowsTransparency="True" Background="#EFF1F8" ShowInTaskbar="True"
|
12
|
12
|
>
|
13
|
13
|
|
14
|
14
|
<Viewbox>
|
15
|
|
- <Grid Height="1040.8" Width="875">
|
|
15
|
+ <Grid Height="725.8" Width="975">
|
16
|
16
|
<!--分3行-->
|
17
|
17
|
<Grid.RowDefinitions>
|
18
|
|
- <RowDefinition Height="94"/>
|
|
18
|
+ <RowDefinition Height="110"/>
|
19
|
19
|
<RowDefinition Height="*"/>
|
20
|
|
- <RowDefinition Height="30"/>
|
|
20
|
+ <RowDefinition Height="40"/>
|
21
|
21
|
</Grid.RowDefinitions>
|
22
|
22
|
<Grid Grid.Row="0" Background="#2D8CF0" MouseLeftButtonDown="Window_MouseLeftButtonDown" Margin="0,0,0,0">
|
23
|
23
|
<Grid.RowDefinitions>
|
|
@@ -47,40 +47,40 @@
|
47
|
47
|
</Button>
|
48
|
48
|
</StackPanel>
|
49
|
49
|
<!--第二行-->
|
50
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,2,0,0">
|
|
50
|
+ <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,6,0,0">
|
51
|
51
|
<Button Cursor="Hand" x:Name="btnScreenRecording" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnScreenRecording_Click">
|
52
|
52
|
<StackPanel Orientation="Vertical">
|
53
|
53
|
<Image x:Name="ImgScreenRecording" Source="./Images/microLessonSystem_2.png"/>
|
54
|
54
|
<Image x:Name="ImgScreenRecordingTwo" Source="./Images/microLessonSystem_3.png" Visibility="Collapsed"/>
|
55
|
|
- <TextBlock x:Name="TxbRecordScreenWord" Text="录屏" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
55
|
+ <TextBlock x:Name="TxbRecordScreenWord" Text="录屏" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
56
|
56
|
</StackPanel>
|
57
|
57
|
</Button>
|
58
|
58
|
<Button Cursor="Hand" x:Name="btnScreenshot" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,30,0" Click="BtnScreenshot_Click">
|
59
|
59
|
<StackPanel Orientation="Vertical">
|
60
|
60
|
<Image x:Name="ImgScreenshot" Source="./Images/microLessonSystem_12.png"/>
|
61
|
61
|
<Image x:Name="ImgScreenshotTwo" Source="./Images/microLessonSystem_11.png" Visibility="Collapsed"/>
|
62
|
|
- <TextBlock Text="截图" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
62
|
+ <TextBlock Text="截图" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
63
|
63
|
</StackPanel>
|
64
|
64
|
</Button>
|
65
|
65
|
<Button Cursor="Hand" x:Name="btnImport" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnImport_Click">
|
66
|
66
|
<StackPanel Orientation="Vertical">
|
67
|
67
|
<Image x:Name="ImgImport" Source="./Images/microLessonSystem_6.png"/>
|
68
|
68
|
<Image x:Name="ImgImportTwo" Source="./Images/microLessonSystem_7.png" Visibility="Collapsed"/>
|
69
|
|
- <TextBlock Text="导入" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
69
|
+ <TextBlock Text="导入" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
70
|
70
|
</StackPanel>
|
71
|
71
|
</Button>
|
72
|
72
|
<Button Cursor="Hand" x:Name="BtnRecord" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="60,0,30,0" Click="BtnRecord_Click">
|
73
|
73
|
<StackPanel Orientation="Vertical">
|
74
|
74
|
<Image x:Name="ImgRecord" Source="./Images/microLessonSystem_14.png"/>
|
75
|
75
|
<Image x:Name="ImgRecordTwo" Source="./Images/microLessonSystem_13.png" Visibility="Collapsed"/>
|
76
|
|
- <TextBlock x:Name="TxbRecordingWord" Text="录制" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
76
|
+ <TextBlock x:Name="TxbRecordingWord" Text="录制" Padding="0,6,0,0" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
77
|
77
|
</StackPanel>
|
78
|
78
|
</Button>
|
79
|
79
|
<Button Cursor="Hand" x:Name="btnStop" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnStop_Click">
|
80
|
80
|
<StackPanel Orientation="Vertical">
|
81
|
81
|
<Image x:Name="ImgStop" Source="./Images/microLessonSystem_21.png"/>
|
82
|
82
|
<Image x:Name="ImgStopTwo" Source="./Images/microLessonSystem_20.png" Visibility="Collapsed"/>
|
83
|
|
- <TextBlock Text="停止" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
83
|
+ <TextBlock Text="停止" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
84
|
84
|
</StackPanel>
|
85
|
85
|
</Button>
|
86
|
86
|
</StackPanel>
|
|
@@ -89,152 +89,156 @@
|
89
|
89
|
<StackPanel Orientation="Vertical">
|
90
|
90
|
<Image x:Name="ImgAdd" Source="./Images/microLessonSystem_25.png" Visibility="Visible"/>
|
91
|
91
|
<Image x:Name="ImgAddTwo" Source="./Images/microLessonSystem_24.png" Visibility="Collapsed"/>
|
92
|
|
- <TextBlock Text="增加" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
92
|
+ <TextBlock Text="增加" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
93
|
93
|
</StackPanel>
|
94
|
94
|
</Button>
|
95
|
95
|
<Button Cursor="Hand" x:Name="btnPrint" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,30,0" Click="BtnPrint_Click">
|
96
|
96
|
<StackPanel Orientation="Vertical">
|
97
|
97
|
<Image x:Name="ImgPrint" Source="./Images/microLessonSystem_4.png" Visibility="Collapsed"/>
|
98
|
98
|
<Image x:Name="ImgPrintTwo" Source="./Images/microLessonSystem_5.png" Visibility="Visible"/>
|
99
|
|
- <TextBlock Text="打印" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
99
|
+ <TextBlock Text="打印" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
100
|
100
|
</StackPanel>
|
101
|
101
|
</Button>
|
102
|
102
|
<Button Cursor="Hand" x:Name="btnUpload" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnUpload_Click">
|
103
|
103
|
<StackPanel Orientation="Vertical">
|
104
|
104
|
<Image x:Name="ImgUpload" Source="./Images/microLessonSystem_15.png" Visibility="Collapsed"/>
|
105
|
105
|
<Image x:Name="ImgUploadTwo" Source="./Images/microLessonSystem_16.png" Visibility="Visible"/>
|
106
|
|
- <TextBlock Text="上传" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
106
|
+ <TextBlock Text="上传" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
107
|
107
|
</StackPanel>
|
108
|
108
|
</Button>
|
109
|
|
- <Button Cursor="Hand" x:Name="btnSetUp" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Click="BtnSetUp_Click">
|
|
109
|
+ <Button Cursor="Hand" x:Name="btnSetUp" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Margin="30,0,0,0" Click="BtnSetUp_Click">
|
110
|
110
|
<StackPanel Orientation="Vertical">
|
111
|
111
|
<Image x:Name="ImgSetUp" Source="./Images/microLessonSystem_18.png" Visibility="Visible"/>
|
112
|
112
|
<Image x:Name="ImgSetUpTwo" Source="./Images/microLessonSystem_17.png" Visibility="Collapsed"/>
|
113
|
|
- <TextBlock Text="设置" FontSize="14" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
|
113
|
+ <TextBlock Text="设置" FontSize="14" Padding="0,6,0,0" Foreground="#FFFFFF" HorizontalAlignment="Center"/>
|
114
|
114
|
</StackPanel>
|
115
|
115
|
</Button>
|
116
|
116
|
</StackPanel>
|
117
|
117
|
</Grid>
|
118
|
118
|
<!--主内容-->
|
119
|
|
- <Grid Grid.Row="1" x:Name="GridMain" Margin="0,0,0,0" Background="#FFFFFF" Width="635" Height="914" Visibility="Visible">
|
120
|
|
- <Label Content="" Grid.Column="0" Height="1" Width="1" Background="#FF0F0F0F" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="1,0,0,0"/>
|
121
|
|
- <Grid>
|
122
|
|
- <Border Grid.Row="1" CornerRadius="5">
|
123
|
|
- <Grid x:Name="IMG" Margin="0,0,0,0">
|
124
|
|
- <Grid.Resources>
|
125
|
|
- <TransformGroup x:Key="Imageview">
|
126
|
|
- <ScaleTransform/>
|
127
|
|
- <TranslateTransform/>
|
128
|
|
- </TransformGroup>
|
129
|
|
- </Grid.Resources>
|
130
|
|
- <Label Content="" Grid.Column="0" HorizontalAlignment="Left" Height="1" VerticalAlignment="Top" Width="1" Background="#FF0F0F0F" Margin="1,0,0,0"/>
|
131
|
|
- <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 x:Name="gridM" 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"
|
132
|
133
|
Margin="0,0,0,0" Focusable="False" x:Name="BackFrame">
|
133
|
|
- <ContentControl MouseLeftButtonDown="IMG1_MouseLeftButtonDown"
|
|
134
|
+ <ContentControl MouseLeftButtonDown="IMG1_MouseLeftButtonDown"
|
134
|
135
|
MouseLeftButtonUp="IMG1_MouseLeftButtonUp"
|
135
|
136
|
MouseMove="IMG1_MouseMove"
|
136
|
137
|
MouseWheel="IMG1_MouseWheel" >
|
137
|
|
- <Image Name="imgCanvas" Width="635" Height="auto" Stretch="Uniform" MouseDown="PicEMap_MouseDown" RenderTransform="{StaticResource Imageview}">
|
138
|
|
- </Image>
|
139
|
|
- </ContentControl>
|
140
|
|
- </ScrollViewer>
|
|
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>
|
141
|
144
|
</Grid>
|
142
|
|
- </Border>
|
143
|
|
- </Grid>
|
144
|
|
- <Image x:Name="imgDocumentation"/>
|
145
|
|
- <!--<Button Cursor="Hand" x:Name="btnOk" Height="50" Width="50" Content="√" FontSize="26" Background="#2E8CF0" Foreground="#FFFFFF" Click="btnOk_Click" Visibility="Collapsed"/>-->
|
146
|
|
- <InkCanvas Grid.Row="0" x:Name="blackboard_canvas" Background="Transparent" Visibility="Collapsed" Grid.ColumnSpan="2" />
|
147
|
|
- <!--摄像头-->
|
148
|
|
- <!--<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">
|
|
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">
|
149
|
150
|
<aforge:VideoSourcePlayer x:Name="player" Height="124" Width="172" />
|
150
|
151
|
</wfi:WindowsFormsHost>-->
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+ </Grid>
|
|
157
|
+ </ScrollViewer>
|
151
|
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"/>
|
152
|
|
- <Image x:Name="imgPlayerRight" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" 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"/>
|
153
|
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"/>
|
154
|
|
- <Image x:Name="imgPlayerRightUnder" Width="172" Height="124" Source="./Images/microLessonSystem_17.png" HorizontalAlignment="Right" Margin="10,7,10,10" VerticalAlignment="Bottom" Visibility="Collapsed"/>
|
155
|
|
- <StackPanel Grid.Row="0" Orientation="Horizontal" Background="#FFFFFF" Width="180" HorizontalAlignment="Right"
|
156
|
|
- Height="58" Margin="0,830,20,0" Grid.Column="1">
|
|
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
|
+
|
|
168
|
+ <Grid Grid.Row="1">
|
|
169
|
+ <StackPanel Grid.Row="0" Orientation="Horizontal" Background="#FFFFFF" Width="180" HorizontalAlignment="Center"
|
|
170
|
+ Height="58" Margin="0,520,0,0" Grid.Column="1">
|
157
|
171
|
<Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
158
|
172
|
x:Name="last_button"
|
159
|
|
- Width="60"
|
|
173
|
+ Width="60" Height="50"
|
160
|
174
|
Click="last_button_Click">
|
161
|
175
|
<Button.Content>
|
162
|
176
|
<StackPanel>
|
163
|
177
|
<Image Width="16" Source=".\Images\class_p1.png" />
|
164
|
|
- <TextBlock Margin="0,8,0,0" Text="上一页" />
|
165
|
178
|
</StackPanel>
|
166
|
179
|
</Button.Content>
|
167
|
180
|
</Button>
|
168
|
|
- <Grid Width="60">
|
|
181
|
+ <Grid Width="60" Background="Transparent">
|
169
|
182
|
<Grid.RowDefinitions>
|
170
|
183
|
<RowDefinition Height="311*"/>
|
171
|
184
|
<RowDefinition Height="483*"/>
|
172
|
185
|
</Grid.RowDefinitions>
|
173
|
|
- <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">
|
174
|
187
|
|
175
|
|
- <StackPanel HorizontalAlignment="Center" Orientation="Horizontal">
|
|
188
|
+ <StackPanel HorizontalAlignment="Center" Orientation="Horizontal" Background="Transparent">
|
176
|
189
|
<TextBlock x:Name="txbCurrpage" Text="{Binding currpage}" TextAlignment="Center" FontSize="15"/>
|
177
|
190
|
<TextBlock Text="/" TextAlignment="Center" FontSize="15"/>
|
178
|
191
|
<TextBlock Text="{Binding pagenum}" TextAlignment="Center" FontSize="15"/>
|
179
|
192
|
</StackPanel>
|
180
|
|
-
|
181
|
|
- <TextBlock
|
182
|
|
- Margin="0,8,0,0"
|
183
|
|
- HorizontalAlignment="Center"
|
184
|
|
- Text="页码" />
|
185
|
193
|
</StackPanel>
|
186
|
194
|
</Grid>
|
187
|
195
|
<Button Cursor="Hand" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"
|
188
|
|
- x:Name="next_btn"
|
189
|
|
- Width="60"
|
|
196
|
+ x:Name="next_btn" Background="Transparent"
|
|
197
|
+ Width="60" Height="50"
|
190
|
198
|
Click="next_btn_Click">
|
191
|
199
|
<Button.Content>
|
192
|
200
|
<StackPanel>
|
193
|
201
|
<Image Width="16" Source=".\Images\class_p2.png" />
|
194
|
|
- <TextBlock Margin="0,8,0,0" Text="下一页" />
|
195
|
202
|
</StackPanel>
|
196
|
203
|
</Button.Content>
|
197
|
204
|
</Button>
|
198
|
205
|
</StackPanel>
|
199
|
|
-
|
200
|
|
- <Label Content="" Grid.Column="1" Height="1" Width="1" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,0,2,0"/>
|
201
|
|
- <Label Content="" Grid.Column="1" Height="1" Width="1" Background="#FF0F0F0F" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,2,0"/>
|
202
|
206
|
</Grid>
|
203
|
207
|
<!--设置-->
|
204
|
208
|
<Grid Grid.Row="1" x:Name="gridSetUp" Margin="20,0,20,0" Background="#FFFFFF" Visibility="Collapsed">
|
205
|
209
|
<Grid.RowDefinitions>
|
206
|
|
- <RowDefinition Height="120"/>
|
207
|
|
- <RowDefinition Height="90"/>
|
208
|
|
- <RowDefinition Height="90"/>
|
209
|
|
- <RowDefinition Height="80"/>
|
210
|
|
- <RowDefinition Height="80"/>
|
211
|
|
- <RowDefinition Height="90"/>
|
212
|
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"/>
|
213
|
217
|
<RowDefinition Height="*"/>
|
214
|
218
|
</Grid.RowDefinitions>
|
215
|
|
- <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">
|
216
|
220
|
<TextBlock Text=" 点阵笔" FontSize="16" Foreground="#2D8CF0"/>
|
217
|
221
|
<TextBlock x:Name="txbNotConnecteds" Text="未连接" FontSize="14" Foreground="#333333" Padding="10,0,0,0"/>
|
218
|
222
|
</StackPanel>
|
219
|
|
- <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
223
|
+ <StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
220
|
224
|
<TextBlock Text="视频格式" FontSize="16" Foreground="#2D8CF0"/>
|
221
|
225
|
<RadioButton x:Name="rbnMP4" Cursor="Hand" Content="MP4" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
222
|
226
|
<RadioButton x:Name="rbnFLV" Cursor="Hand" Content="FLV" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
223
|
227
|
<RadioButton x:Name="rbnAVI" Cursor="Hand" Content="AVI" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
224
|
228
|
</StackPanel>
|
225
|
|
- <StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
229
|
+ <StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
226
|
230
|
<TextBlock Text="头像位置" FontSize="16" Foreground="#2D8CF0"/>
|
227
|
231
|
<RadioButton Cursor="Hand" x:Name="rbnRight" Content="右上" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
228
|
232
|
<RadioButton Cursor="Hand" x:Name="rbnRightUnder" Content="右下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
229
|
233
|
<RadioButton Cursor="Hand" x:Name="rbnLeft" Content="左上" FontSize="14" Foreground="#333333" Margin="20,2,0,0" />
|
230
|
234
|
<RadioButton Cursor="Hand" x:Name="rbnLeftUnder" Content="左下" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
231
|
235
|
</StackPanel>
|
232
|
|
- <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
236
|
+ <StackPanel Grid.Row="3" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
233
|
237
|
<TextBlock Text="视频声音" FontSize="16" Foreground="#2D8CF0"/>
|
234
|
238
|
<RadioButton x:Name="rbnY" Cursor="Hand" Content="有" FontSize="14" Foreground="#333333" Margin="10,2,0,0" IsChecked="True"/>
|
235
|
239
|
<RadioButton x:Name="rbnN" Cursor="Hand" Content="无" FontSize="14" Foreground="#333333" Margin="20,2,0,0"/>
|
236
|
240
|
</StackPanel>
|
237
|
|
- <StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Left">
|
|
241
|
+ <StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10,0,0,0">
|
238
|
242
|
<TextBlock x:Name="txbFilePath" Text="文件路径" FontSize="16" Foreground="#2D8CF0" Padding="2,36,10,0"/>
|
239
|
243
|
<!--输入框-->
|
240
|
244
|
<Border Background="#CDD6E0" Width="525" Height="43" CornerRadius="3">
|
|
@@ -258,11 +262,11 @@
|
258
|
262
|
</Button.Template>
|
259
|
263
|
</Button>
|
260
|
264
|
</StackPanel>
|
261
|
|
- <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">
|
262
|
266
|
<TextBlock Text=" 版本号" FontSize="16" Foreground="#2D8CF0"/>
|
263
|
267
|
<TextBlock Text="V0.0.0" FontSize="16" Foreground="#333333" Padding="10,0,0,0"/>
|
264
|
268
|
</StackPanel>
|
265
|
|
- <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">
|
266
|
270
|
<TextBlock Text="版权所有" FontSize="16" Foreground="#2D8CF0"/>
|
267
|
271
|
<TextBlock Text="河南星火燎原软件科技有限公司" FontSize="14" Foreground="#333333" Padding="10,0,0,0"/>
|
268
|
272
|
</StackPanel>
|
|
@@ -284,26 +288,26 @@
|
284
|
288
|
</Button.Template>
|
285
|
289
|
</Button>
|
286
|
290
|
</Grid>
|
287
|
|
- <Grid Grid.Row="2" Background="#EFF1F8">
|
288
|
|
- <StackPanel Orientation="Horizontal" Margin="0,5,0,0">
|
289
|
|
- <TextBlock Text="颜色:" FontSize="14" Padding="5,5,0,0"/>
|
290
|
|
- <Button Cursor="Hand" x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20" Click="BtnWhite_Click"/>
|
291
|
|
- <Button Cursor="Hand" x:Name="btnRed" Background="#FF0000" Width="20" Height="20" Margin="5,0,0,0" Click="BtnRed_Click"/>
|
292
|
|
- <Button Cursor="Hand" x:Name="btnGray" Background="#A7A9AC" Width="20" Height="20" Margin="5,0,0,0" Click="BtnGray_Click"/>
|
293
|
|
- <Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="5,0,0,0" Click="BtnCyanBlue_Click"/>
|
294
|
|
- <Button Cursor="Hand" x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="5,0,0,0" Click="BtnYellow_Click"/>
|
295
|
|
- <Button Cursor="Hand" x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="5,0,0,0" Click="BtnBlue_Click"/>
|
296
|
|
- <TextBlock Text="粗细:" FontSize="14" Padding="15,5,0,0" Margin="5,0,0,0"/>
|
297
|
|
- <RadioButton Cursor="Hand" x:Name="rbnFine" Content="细" FontSize="14" Margin="0,5,0,0" IsChecked="True" Click="RbnFine_Click"/>
|
298
|
|
- <RadioButton Cursor="Hand" x:Name="rbnIn" Content="中" FontSize="14" Margin="5,5,0,0" Click="RbnIn_Click"/>
|
299
|
|
- <RadioButton Cursor="Hand" x:Name="rbnCrude" Content="粗" FontSize="14" Margin="5,5,0,0" Click="RbnCrude_Click"/>
|
|
291
|
+ <Grid Grid.Row="2" Background="#EFF1F8" Margin="0,2,0,0">
|
|
292
|
+ <StackPanel Orientation="Horizontal" Margin="0,0,0,0">
|
|
293
|
+ <TextBlock Text="颜色:" FontSize="14" Padding="10,10,0,0"/>
|
|
294
|
+ <Button Cursor="Hand" x:Name="btnWhite" Background="#FFFFFF" Width="20" Height="20" Click="BtnWhite_Click" Margin="0,2,0,0"/>
|
|
295
|
+ <Button Cursor="Hand" x:Name="btnRed" Background="#FF0000" Width="20" Height="20" Margin="5,2,0,0" Click="BtnRed_Click"/>
|
|
296
|
+ <Button Cursor="Hand" x:Name="btnGray" Background="#A7A9AC" Width="20" Height="20" Margin="5,2,0,0" Click="BtnGray_Click"/>
|
|
297
|
+ <Button Cursor="Hand" x:Name="btnCyanBlue" Background="#63D600" Width="20" Height="20" Margin="5,2,0,0" Click="BtnCyanBlue_Click"/>
|
|
298
|
+ <Button Cursor="Hand" x:Name="btnYellow" Background="#FFBC00" Width="20" Height="20" Margin="5,2,0,0" Click="BtnYellow_Click"/>
|
|
299
|
+ <Button Cursor="Hand" x:Name="btnBlue" Background="#00B4FC" Width="20" Height="20" Margin="5,2,0,0" Click="BtnBlue_Click"/>
|
|
300
|
+ <TextBlock Text="粗细:" FontSize="14" Padding="15,5,0,0" Margin="5,5,0,0"/>
|
|
301
|
+ <RadioButton Cursor="Hand" x:Name="rbnFine" Content="细" FontSize="14" Margin="0,10,0,0" IsChecked="True" Click="RbnFine_Click"/>
|
|
302
|
+ <RadioButton Cursor="Hand" x:Name="rbnIn" Content="中" FontSize="14" Margin="5,10,0,0" Click="RbnIn_Click"/>
|
|
303
|
+ <RadioButton Cursor="Hand" x:Name="rbnCrude" Content="粗" FontSize="14" Margin="5,10,0,0" Click="RbnCrude_Click"/>
|
300
|
304
|
<StackPanel Orientation="Horizontal">
|
301
|
|
- <TextBlock Text="摄像头:" FontSize="14" Padding="15,5,0,0"/>
|
302
|
|
- <RadioButton Cursor="Hand" x:Name="rbnOpen" Content="开" FontSize="14" Margin="0,5,0,0" Click="RbnOpen_Click"/>
|
303
|
|
- <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content="关" FontSize="14" Margin="5,5,0,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
|
305
|
+ <TextBlock Text="摄像头:" FontSize="14" Padding="15,10,0,0"/>
|
|
306
|
+ <RadioButton Cursor="Hand" x:Name="rbnOpen" Content="开" FontSize="14" Margin="0,10,0,0" Click="RbnOpen_Click"/>
|
|
307
|
+ <RadioButton Cursor="Hand" x:Name="rbnTurnOff" Content="关" FontSize="14" Margin="5,10,0,0" IsChecked="True" Click="RbnTurnOff_Click"/>
|
304
|
308
|
</StackPanel>
|
305
|
309
|
</StackPanel>
|
306
|
|
- <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,5,5,0">
|
|
310
|
+ <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,5,10,0">
|
307
|
311
|
<TextBlock Text="智能笔状态:" FontSize="14" Padding="0,5,0,0"/>
|
308
|
312
|
<TextBlock x:Name="txbNotConnected" Text="未连接" FontSize="14" Padding="0,5,5,0"/>
|
309
|
313
|
</StackPanel>
|