|
39 | 39 | <RowDefinition Height="Auto"/> |
40 | 40 | <RowDefinition Height="Auto"/> |
41 | 41 | <RowDefinition Height="Auto"/> |
| 42 | + <RowDefinition Height="Auto"/> |
42 | 43 | <RowDefinition Height="3*"/> |
43 | 44 | <RowDefinition Height="2*"/> |
44 | 45 | <RowDefinition Height="Auto"/> |
|
108 | 109 | <TextBlock Grid.Row="1" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_ThumbSwapDelayMultiplierTip}"/> |
109 | 110 |
|
110 | 111 | <Border Grid.Row="2"> |
| 112 | + <StackPanel> |
| 113 | + <TextBlock Style="{StaticResource HeaderTextStyle}" Text="{StaticResource ttl_CustomImageExt}"/> |
| 114 | + <ContentControl> |
| 115 | + <TextBox x:Name="TB_CustomImageExt" Text="{Binding Source={x:Static local:App.Setting}, Path=CustomImageExt}"/> |
| 116 | + </ContentControl> |
| 117 | + </StackPanel> |
| 118 | + </Border> |
| 119 | + <TextBlock Grid.Row="2" Grid.Column="1" Style="{StaticResource TipTextStyle}"> |
| 120 | + <StaticResource ResourceKey="spn_CustomImageExt"/> |
| 121 | + </TextBlock> |
| 122 | + |
| 123 | + <Border Grid.Row="3"> |
111 | 124 | <StackPanel> |
112 | 125 | <TextBlock Style="{StaticResource HeaderTextStyle}" Text="{StaticResource ttl_DatabaseDir}"/> |
113 | 126 | <DockPanel> |
|
118 | 131 | </DockPanel> |
119 | 132 | </StackPanel> |
120 | 133 | </Border> |
121 | | - <TextBlock Grid.Row="2" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_DatabaseDirTip}"/> |
| 134 | + <TextBlock Grid.Row="3" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_DatabaseDirTip}"/> |
122 | 135 |
|
123 | | - <Border Grid.Row="3"> |
| 136 | + <Border Grid.Row="4"> |
124 | 137 | <DockPanel> |
125 | 138 | <Button DockPanel.Dock="Right" Margin="8 0 0 0" VerticalAlignment="Top" Content="{StaticResource ttl_Clean}" Click="Btn_Clean_Click"/> |
126 | 139 |
|
|
146 | 159 | </StackPanel> |
147 | 160 | </DockPanel> |
148 | 161 | </Border> |
149 | | - <TextBlock Grid.Row="3" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_ThumbDbSizeTip}"/> |
| 162 | + <TextBlock Grid.Row="4" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_ThumbDbSizeTip}"/> |
150 | 163 |
|
151 | | - <Border Grid.Row="4"> |
| 164 | + <Border Grid.Row="5"> |
152 | 165 | <DockPanel LastChildFill="False"> |
153 | 166 | <TextBlock Style="{StaticResource HeaderTextStyle}" Text="{StaticResource ttl_LiteMode}" Margin="0" VerticalAlignment="Center"/> |
154 | 167 | <CheckBox Width="48" Height="24" VerticalAlignment="Center" DockPanel.Dock="Right" |
155 | 168 | IsChecked="{Binding Source={x:Static local:App.Setting}, Path=LiteMode}"/> |
156 | 169 | </DockPanel> |
157 | 170 | </Border> |
158 | | - <TextBlock Grid.Row="4" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_LiteModeTip}"/> |
| 171 | + <TextBlock Grid.Row="5" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_LiteModeTip}"/> |
159 | 172 |
|
160 | | - <Border Grid.Row="5"> |
| 173 | + <Border Grid.Row="6"> |
161 | 174 | <DockPanel LastChildFill="False"> |
162 | 175 | <TextBlock Style="{StaticResource HeaderTextStyle}" Text="{StaticResource ttl_ViewerBackground}" Margin="0" VerticalAlignment="Center"/> |
163 | 176 | <ContentControl DockPanel.Dock="Right"> |
|
168 | 181 | </DockPanel> |
169 | 182 | </Border> |
170 | 183 |
|
171 | | - <Border Grid.Row="6"> |
| 184 | + <Border Grid.Row="7"> |
172 | 185 | <Grid> |
173 | 186 | <Grid.ColumnDefinitions> |
174 | 187 | <ColumnDefinition/> |
|
196 | 209 | </StackPanel> |
197 | 210 | </Grid> |
198 | 211 | </Border> |
199 | | - <TextBlock Grid.Row="6" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_ViewerTransitionTip}"/> |
| 212 | + <TextBlock Grid.Row="7" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_ViewerTransitionTip}"/> |
200 | 213 |
|
201 | | - <Border Grid.Row="7"> |
| 214 | + <Border Grid.Row="8"> |
202 | 215 | <DockPanel LastChildFill="False"> |
203 | 216 | <TextBlock Style="{StaticResource HeaderTextStyle}" Text="{StaticResource ttl_ExpMenuSlideshow}" Margin="0" VerticalAlignment="Center"/> |
204 | 217 | <CheckBox Width="48" Height="24" VerticalAlignment="Center" DockPanel.Dock="Right" |
205 | 218 | IsChecked="{Binding Source={x:Static local:App.Setting}, Path=ExpMenuSlideshow}"/> |
206 | 219 | </DockPanel> |
207 | 220 | </Border> |
208 | | - <TextBlock Grid.Row="7" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_ExpMenuSlideshow}"/> |
| 221 | + <TextBlock Grid.Row="8" Grid.Column="1" Style="{StaticResource TipTextStyle}" Text="{StaticResource msg_ExpMenuSlideshow}"/> |
209 | 222 |
|
210 | | - <Border Grid.Row="8"> |
| 223 | + <Border Grid.Row="9"> |
211 | 224 | <DockPanel LastChildFill="False"> |
212 | 225 | <TextBlock Style="{StaticResource HeaderTextStyle}" Text="{StaticResource ttl_MasterPassword}" Margin="0" VerticalAlignment="Center"/> |
213 | 226 | <Button DockPanel.Dock="Left" Margin="8 0 0 0" Content="{StaticResource ttl_Password}" ContentStringFormat="{StaticResource ttl_Update_0}" VerticalAlignment="Center" Click="Btn_ChgMstPwd_Click" |
|
216 | 229 | IsChecked="{Binding Source={x:Static local:App.Setting}, Path=EncryptPasswords, Converter={StaticResource NullableBoolConverter}}"/> |
217 | 230 | </DockPanel> |
218 | 231 | </Border> |
219 | | - <TextBlock Grid.Row="8" Grid.Column="1" Style="{StaticResource TipTextStyle}"> |
| 232 | + <TextBlock Grid.Row="9" Grid.Column="1" Style="{StaticResource TipTextStyle}"> |
220 | 233 | <StaticResource ResourceKey="spn_MasterPasswordTip"/> |
221 | 234 | </TextBlock> |
222 | 235 |
|
223 | | - <Border Grid.Row="9"> |
| 236 | + <Border Grid.Row="10"> |
224 | 237 | <DockPanel> |
225 | 238 | <TextBlock Style="{StaticResource HeaderTextStyle}" DockPanel.Dock="Top" Text="{StaticResource ttl_SavedPasswords}"/> |
226 | 239 | <TabControl> |
|
248 | 261 | </TabControl> |
249 | 262 | </DockPanel> |
250 | 263 | </Border> |
251 | | - <TextBlock Grid.Row="9" Grid.Column="1" Style="{StaticResource TipTextStyle}"> |
| 264 | + <TextBlock Grid.Row="10" Grid.Column="1" Style="{StaticResource TipTextStyle}"> |
252 | 265 | <StaticResource ResourceKey="spn_SavedPasswordsTip"/> |
253 | 266 | </TextBlock> |
254 | 267 |
|
255 | | - <Border Grid.Row="10" Margin="8 4 8 8"> |
| 268 | + <Border Grid.Row="11" Margin="8 4 8 8"> |
256 | 269 | <DockPanel> |
257 | 270 | <TextBlock Style="{StaticResource HeaderTextStyle}" DockPanel.Dock="Top" Text="{StaticResource ttl_CustomCommands}"/> |
258 | 271 | <ContentControl HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch"> |
|
268 | 281 | </ContentControl> |
269 | 282 | </DockPanel> |
270 | 283 | </Border> |
271 | | - <TextBlock Grid.Row="10" Grid.Column="1" Style="{StaticResource TipTextStyle}"> |
| 284 | + <TextBlock Grid.Row="11" Grid.Column="1" Style="{StaticResource TipTextStyle}"> |
272 | 285 | <StaticResource ResourceKey="spn_CustomCommandsTip"/> |
273 | 286 | </TextBlock> |
274 | 287 |
|
275 | | - <TextBlock Grid.Row="11" Grid.ColumnSpan="2"> |
| 288 | + <TextBlock Grid.Row="12" Grid.ColumnSpan="2"> |
276 | 289 | <StaticResource ResourceKey="spn_About"/> |
277 | 290 | </TextBlock> |
278 | 291 | </local:PaddedGrid> |
|
0 commit comments