|
181 | 181 | <RowDefinition Height="30" /> |
182 | 182 | <RowDefinition Height="30" /> |
183 | 183 | <RowDefinition Height="30" /> |
| 184 | + <RowDefinition Height="30" /> |
184 | 185 | <RowDefinition Height="10" /> |
185 | 186 | <RowDefinition Height="30" /> |
186 | 187 | <RowDefinition Height="30" /> |
|
189 | 190 | <RowDefinition Height="100" /> |
190 | 191 | <RowDefinition Height="30" /> |
191 | 192 | </Grid.RowDefinitions> |
192 | | - <Border Grid.RowSpan="12" Background="#F5F5F5" /> |
| 193 | + <Border Grid.RowSpan="13" Background="#F5F5F5" /> |
193 | 194 | <Grid Grid.Row="0"> |
194 | 195 | <Grid.ColumnDefinitions> |
195 | 196 | <ColumnDefinition Width="1*" /> |
|
291 | 292 | VerticalContentAlignment="Center" /> |
292 | 293 | </Grid> |
293 | 294 | <Grid Grid.Row="5"> |
| 295 | + <Grid.ColumnDefinitions> |
| 296 | + <ColumnDefinition Width="1*" /> |
| 297 | + <ColumnDefinition Width="1*" /> |
| 298 | + </Grid.ColumnDefinitions> |
| 299 | + <Label |
| 300 | + Grid.Column="0" |
| 301 | + VerticalAlignment="Center" |
| 302 | + HorizontalContentAlignment="Center" |
| 303 | + Content="Font Family:" |
| 304 | + FontFamily="Yu Gothic UI Light" /> |
| 305 | + <TextBox |
| 306 | + x:Name="FontFamily_TextBox" |
| 307 | + Grid.Column="1" |
| 308 | + Margin="10,5,10,5" |
| 309 | + VerticalContentAlignment="Center" /> |
| 310 | + </Grid> |
| 311 | + <Grid Grid.Row="6"> |
294 | 312 | <Grid.ColumnDefinitions> |
295 | 313 | <ColumnDefinition Width="1*" /> |
296 | 314 | <ColumnDefinition Width="1*" /> |
|
307 | 325 | Margin="10,5,10,5" |
308 | 326 | VerticalContentAlignment="Center" /> |
309 | 327 | </Grid> |
310 | | - <Grid Grid.Row="6"> |
| 328 | + <Grid Grid.Row="7"> |
311 | 329 | <Border |
312 | 330 | Height="1" |
313 | 331 | Margin="10,0,10,0" |
314 | 332 | BorderBrush="Gray" |
315 | 333 | BorderThickness="1" /> |
316 | 334 | </Grid> |
317 | | - <Grid Grid.Row="7"> |
| 335 | + <Grid Grid.Row="8"> |
318 | 336 | <Grid.ColumnDefinitions> |
319 | 337 | <ColumnDefinition Width="1*" /> |
320 | 338 | <ColumnDefinition Width="1*" /> |
|
335 | 353 | Style="{StaticResource StandardButton1}" /> |
336 | 354 | </Grid> |
337 | 355 | </Grid> |
338 | | - <Grid Grid.Row="8"> |
| 356 | + <Grid Grid.Row="9"> |
339 | 357 | <Grid.ColumnDefinitions> |
340 | 358 | <ColumnDefinition Width="1*" /> |
341 | 359 | <ColumnDefinition Width="1*" /> |
|
378 | 396 | FontFamily="Yu Gothic UI" /> |
379 | 397 | </Grid> |
380 | 398 | </Grid> |
381 | | - <Grid Grid.Row="9"> |
| 399 | + <Grid Grid.Row="10"> |
382 | 400 | <Grid.ColumnDefinitions> |
383 | 401 | <ColumnDefinition Width="1*" /> |
384 | 402 | <ColumnDefinition Width="1*" /> |
|
421 | 439 | FontFamily="Yu Gothic UI" /> |
422 | 440 | </Grid> |
423 | 441 | </Grid> |
424 | | - <Grid Grid.Row="10"> |
| 442 | + <Grid Grid.Row="11"> |
425 | 443 | <Border |
426 | 444 | Height="1" |
427 | 445 | Margin="10,0,10,0" |
428 | 446 | BorderBrush="Gray" |
429 | 447 | BorderThickness="1" /> |
430 | 448 | </Grid> |
431 | | - <Grid Grid.Row="11"> |
| 449 | + <Grid Grid.Row="12"> |
432 | 450 | <Grid.RowDefinitions> |
433 | 451 | <RowDefinition Height="30" /> |
434 | 452 | <RowDefinition Height="1*" /> |
|
507 | 525 | </ListBox.ItemTemplate> |
508 | 526 | </ListBox> |
509 | 527 | </Grid> |
510 | | - <Grid Grid.Row="12"> |
| 528 | + <Grid Grid.Row="13"> |
511 | 529 | <Grid.ColumnDefinitions> |
512 | 530 | <ColumnDefinition Width="1*" /> |
513 | 531 | <ColumnDefinition Width="1" /> |
|
0 commit comments