|
61 | 61 | <ScrollViewer Background="#FFE5E5E5">
|
62 | 62 | <Grid HorizontalAlignment="Stretch" Height="Auto" VerticalAlignment="Stretch" Width="Auto">
|
63 | 63 | <Grid.ColumnDefinitions>
|
64 |
| - <ColumnDefinition /> |
65 |
| - <ColumnDefinition /> |
| 64 | + <ColumnDefinition Width="auto"/> |
| 65 | + <ColumnDefinition Width="*"/> |
66 | 66 | </Grid.ColumnDefinitions>
|
67 | 67 | <Grid.RowDefinitions>
|
68 | 68 | <RowDefinition Height="Auto" />
|
|
106 | 106 | <ColumnDefinition />
|
107 | 107 | <ColumnDefinition />
|
108 | 108 | <ColumnDefinition />
|
| 109 | + <ColumnDefinition /> |
| 110 | + <ColumnDefinition /> |
109 | 111 | </Grid.ColumnDefinitions>
|
110 | 112 | <CheckBox x:Name="CheckYouTubeLiveComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsYouTubeLiveComment}" Content="コメント" />
|
111 | 113 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckYouTubeLiveComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsYouTubeLiveCommentNickname}" Content="コテハン" />
|
|
121 | 123 | <ColumnDefinition />
|
122 | 124 | <ColumnDefinition />
|
123 | 125 | <ColumnDefinition />
|
| 126 | + <ColumnDefinition /> |
| 127 | + <ColumnDefinition /> |
124 | 128 | </Grid.ColumnDefinitions>
|
125 | 129 | <CheckBox x:Name="CheckYouTubeLiveSuperchat" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsYouTubeLiveSuperchat}" Content="super chat" />
|
126 | 130 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckYouTubeLiveSuperchat}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsYouTubeLiveSuperchatNickname}" Content="コテハン" />
|
|
135 | 139 | <ColumnDefinition />
|
136 | 140 | <ColumnDefinition />
|
137 | 141 | <ColumnDefinition />
|
| 142 | + <ColumnDefinition /> |
| 143 | + <ColumnDefinition /> |
138 | 144 | </Grid.ColumnDefinitions>
|
139 | 145 | <CheckBox x:Name="CheckYouTubeLiveMembership" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsYouTubeLiveMembership}" Content="メンバー登録" />
|
140 | 146 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckYouTubeLiveMembership}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsYouTubeLiveMembershipNickname}" Content="コテハン" />
|
|
164 | 170 | <ColumnDefinition />
|
165 | 171 | <ColumnDefinition />
|
166 | 172 | <ColumnDefinition />
|
| 173 | + <ColumnDefinition /> |
| 174 | + <ColumnDefinition /> |
167 | 175 | </Grid.ColumnDefinitions>
|
168 | 176 | <CheckBox x:Name="CheckOpenrecComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsOpenrecComment}" Content="コメント" />
|
169 | 177 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckOpenrecComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsOpenrecCommentNickname}" Content="コテハン" />
|
|
194 | 202 | <ColumnDefinition />
|
195 | 203 | <ColumnDefinition />
|
196 | 204 | <ColumnDefinition />
|
| 205 | + <ColumnDefinition /> |
| 206 | + <ColumnDefinition /> |
197 | 207 | </Grid.ColumnDefinitions>
|
198 | 208 | <CheckBox x:Name="CheckTwitchComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsTwitchComment}" Content="コメント" />
|
199 | 209 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckTwitchComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsTwitchCommentNickname}" Content="コテハン" />
|
|
228 | 238 | <ColumnDefinition />
|
229 | 239 | <ColumnDefinition />
|
230 | 240 | <ColumnDefinition />
|
| 241 | + <ColumnDefinition /> |
| 242 | + <ColumnDefinition /> |
231 | 243 | </Grid.ColumnDefinitions>
|
232 | 244 | <CheckBox x:Name="CheckNicoComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsNicoComment}" Content="コメント" />
|
233 | 245 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckNicoComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsNicoCommentNickname}" Content="コテハン" />
|
|
242 | 254 | <ColumnDefinition />
|
243 | 255 | <ColumnDefinition />
|
244 | 256 | <ColumnDefinition />
|
| 257 | + <ColumnDefinition /> |
| 258 | + <ColumnDefinition /> |
245 | 259 | </Grid.ColumnDefinitions>
|
246 | 260 | <CheckBox x:Name="CheckNicoItem" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsNicoItem}" Content="アイテム" />
|
247 | 261 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckNicoItem}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsNicoItemNickname}" Content="コテハン" />
|
|
275 | 289 | <ColumnDefinition />
|
276 | 290 | <ColumnDefinition />
|
277 | 291 | <ColumnDefinition />
|
| 292 | + <ColumnDefinition /> |
| 293 | + <ColumnDefinition /> |
278 | 294 | </Grid.ColumnDefinitions>
|
279 | 295 | <CheckBox x:Name="CheckTwicasComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsTwicasComment}" Content="コメント" />
|
280 | 296 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckTwicasComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsTwicasCommentNickname}" Content="コテハン" />
|
|
289 | 305 | <ColumnDefinition />
|
290 | 306 | <ColumnDefinition />
|
291 | 307 | <ColumnDefinition />
|
| 308 | + <ColumnDefinition /> |
| 309 | + <ColumnDefinition /> |
292 | 310 | </Grid.ColumnDefinitions>
|
293 | 311 | <CheckBox x:Name="CheckTwicasItem" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsTwicasItem}" Content="アイテム" />
|
294 | 312 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckTwicasItem}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsTwicasItemNickname}" Content="コテハン" />
|
|
318 | 336 | <ColumnDefinition />
|
319 | 337 | <ColumnDefinition />
|
320 | 338 | <ColumnDefinition />
|
| 339 | + <ColumnDefinition /> |
| 340 | + <ColumnDefinition /> |
321 | 341 | </Grid.ColumnDefinitions>
|
322 | 342 | <CheckBox x:Name="CheckLineLiveComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsLineLiveComment}" Content="コメント" />
|
323 | 343 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckLineLiveComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsLineLiveCommentNickname}" Content="コテハン" />
|
|
348 | 368 | <ColumnDefinition />
|
349 | 369 | <ColumnDefinition />
|
350 | 370 | <ColumnDefinition />
|
| 371 | + <ColumnDefinition /> |
| 372 | + <ColumnDefinition /> |
351 | 373 | </Grid.ColumnDefinitions>
|
352 | 374 | <CheckBox x:Name="CheckWhowatchComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsWhowatchComment}" Content="コメント" />
|
353 | 375 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckWhowatchComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsWhowatchCommentNickname}" Content="コテハン" />
|
|
362 | 384 | <ColumnDefinition />
|
363 | 385 | <ColumnDefinition />
|
364 | 386 | <ColumnDefinition />
|
| 387 | + <ColumnDefinition /> |
| 388 | + <ColumnDefinition /> |
365 | 389 | </Grid.ColumnDefinitions>
|
366 | 390 | <CheckBox x:Name="CheckWhowatchItem" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsWhowatchItem}" Content="アイテム" />
|
367 | 391 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckWhowatchItem}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsWhowatchItemNickname}" Content="コテハン" />
|
|
393 | 417 | <ColumnDefinition />
|
394 | 418 | <ColumnDefinition />
|
395 | 419 | <ColumnDefinition />
|
| 420 | + <ColumnDefinition /> |
| 421 | + <ColumnDefinition /> |
396 | 422 | </Grid.ColumnDefinitions>
|
397 | 423 | <CheckBox x:Name="CheckMirrativComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsMirrativComment}" Content="コメント" />
|
398 | 424 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckMirrativComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsMirrativCommentNickname}" Content="コテハン" />
|
|
426 | 452 | <ColumnDefinition />
|
427 | 453 | <ColumnDefinition />
|
428 | 454 | <ColumnDefinition />
|
| 455 | + <ColumnDefinition /> |
| 456 | + <ColumnDefinition /> |
429 | 457 | </Grid.ColumnDefinitions>
|
430 | 458 | <CheckBox x:Name="CheckPeriscopeComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsPeriscopeComment}" Content="コメント" />
|
431 | 459 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckPeriscopeComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsPeriscopeCommentNickname}" Content="コテハン" />
|
|
459 | 487 | <ColumnDefinition />
|
460 | 488 | <ColumnDefinition />
|
461 | 489 | <ColumnDefinition />
|
| 490 | + <ColumnDefinition /> |
| 491 | + <ColumnDefinition /> |
462 | 492 | </Grid.ColumnDefinitions>
|
463 | 493 | <CheckBox x:Name="CheckMixerComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsMixerComment}" Content="コメント" />
|
464 | 494 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckMixerComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsMixerCommentNickname}" Content="コテハン" />
|
|
494 | 524 | <ColumnDefinition />
|
495 | 525 | <ColumnDefinition />
|
496 | 526 | <ColumnDefinition />
|
| 527 | + <ColumnDefinition /> |
| 528 | + <ColumnDefinition /> |
497 | 529 | </Grid.ColumnDefinitions>
|
498 | 530 | <CheckBox x:Name="CheckMildomComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsMildomComment}" Content="コメント" />
|
499 | 531 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckMildomComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsMildomCommentNickname}" Content="コテハン" />
|
|
511 | 543 | <ColumnDefinition />
|
512 | 544 | <ColumnDefinition />
|
513 | 545 | <ColumnDefinition />
|
| 546 | + <ColumnDefinition /> |
| 547 | + <ColumnDefinition /> |
514 | 548 | </Grid.ColumnDefinitions>
|
515 | 549 | <CheckBox x:Name="CheckMildomGift" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsMildomComment}" Content="ギフト" />
|
516 | 550 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckMildomGift}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsMildomGiftNickname}" Content="コテハン" />
|
|
544 | 578 | <ColumnDefinition />
|
545 | 579 | <ColumnDefinition />
|
546 | 580 | <ColumnDefinition />
|
| 581 | + <ColumnDefinition /> |
| 582 | + <ColumnDefinition /> |
547 | 583 | </Grid.ColumnDefinitions>
|
548 | 584 | <CheckBox x:Name="CheckShowRoomComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsShowRoomComment}" Content="コメント" />
|
549 | 585 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckShowRoomComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsShowRoomCommentNickname}" Content="コテハン" />
|
|
577 | 613 | <ColumnDefinition />
|
578 | 614 | <ColumnDefinition />
|
579 | 615 | <ColumnDefinition />
|
| 616 | + <ColumnDefinition /> |
| 617 | + <ColumnDefinition /> |
580 | 618 | </Grid.ColumnDefinitions>
|
581 | 619 | <CheckBox x:Name="CheckBigoLiveComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsBigoLiveComment}" Content="コメント" />
|
582 | 620 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckBigoLiveComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsBigoLiveCommentNickname}" Content="コテハン" />
|
|
604 | 642 | <ColumnDefinition />
|
605 | 643 | <ColumnDefinition />
|
606 | 644 | <ColumnDefinition />
|
| 645 | + <ColumnDefinition /> |
| 646 | + <ColumnDefinition /> |
607 | 647 | </Grid.ColumnDefinitions>
|
608 | 648 | <CheckBox x:Name="CheckMixchComment" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" IsChecked="{Binding IsMixchComment}" Content="コメント" />
|
609 | 649 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckMixchComment}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsMixchCommentNickname}" Content="コテハン" />
|
|
628 | 668 | <ColumnDefinition />
|
629 | 669 | <ColumnDefinition />
|
630 | 670 | <ColumnDefinition />
|
| 671 | + <ColumnDefinition /> |
| 672 | + <ColumnDefinition /> |
631 | 673 | </Grid.ColumnDefinitions>
|
632 | 674 | <CheckBox x:Name="CheckOthers" Grid.Row="0" Grid.ColumnSpan="4" IsChecked="{Binding IsReadComment}" Content="コメント" />
|
633 | 675 | <CheckBox IsEnabled="{Binding IsChecked, ElementName=CheckOthers}" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="3" IsChecked="{Binding IsReadHandleName}" Content="コテハン" />
|
|
0 commit comments