|
29 | 29 | </UserControl.Resources>
|
30 | 30 | <Grid>
|
31 | 31 | <StackPanel Margin="5,5,5,0">
|
32 |
| - <Label DockPanel.Dock="Top" Background="DarkGray" Foreground="White" FontWeight="SemiBold" Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SettingsCaption_UnitTestSettings}" Margin="0,0,0,3"> |
| 32 | + <Label DockPanel.Dock="Top" |
| 33 | + Background="DarkGray" |
| 34 | + Foreground="White" |
| 35 | + FontWeight="SemiBold" |
| 36 | + Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SettingsCaption_UnitTestSettings}" |
| 37 | + Margin="0,0,0,3"> |
33 | 38 | <Label.Style>
|
34 | 39 | <Style>
|
35 | 40 | <Style.Resources>
|
|
41 | 46 | </Label.Style>
|
42 | 47 | </Label>
|
43 | 48 |
|
44 |
| - <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_BindingMode}" FontWeight="SemiBold" /> |
45 |
| - <ComboBox Margin="5,0,0,5" Width="210" HorizontalAlignment="Left" ItemsSource="{Binding Source={StaticResource BindingMode}, Converter={StaticResource BindingModeToText}, UpdateSourceTrigger=PropertyChanged}" SelectedItem="{Binding BindingMode, Converter={StaticResource BindingModeValueToText}}" /> |
| 49 | + <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_BindingMode}" |
| 50 | + FontWeight="SemiBold" /> |
| 51 | + <ComboBox Margin="5,0,0,5" |
| 52 | + Width="210" |
| 53 | + HorizontalAlignment="Left" |
| 54 | + ItemsSource="{Binding Source={StaticResource BindingMode}, Converter={StaticResource BindingModeToText}, UpdateSourceTrigger=PropertyChanged}" |
| 55 | + SelectedItem="{Binding BindingMode, Converter={StaticResource BindingModeValueToText}}" /> |
46 | 56 |
|
47 |
| - <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_AssertMode}" FontWeight="SemiBold" /> |
48 |
| - <ComboBox Margin="5,0,0,5" Width="210" HorizontalAlignment="Left" ItemsSource="{Binding Source={StaticResource AssertMode}, Converter={StaticResource AssertModeToText}, UpdateSourceTrigger=PropertyChanged}" SelectedItem="{Binding AssertMode, Converter={StaticResource AssertModeValueToText}}" /> |
| 57 | + <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_AssertMode}" |
| 58 | + FontWeight="SemiBold" /> |
| 59 | + <ComboBox Margin="5,0,0,5" |
| 60 | + Width="210" |
| 61 | + HorizontalAlignment="Left" |
| 62 | + ItemsSource="{Binding Source={StaticResource AssertMode}, Converter={StaticResource AssertModeToText}, UpdateSourceTrigger=PropertyChanged}" |
| 63 | + SelectedItem="{Binding AssertMode, Converter={StaticResource AssertModeValueToText}}" /> |
49 | 64 |
|
50 |
| - <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_TestModuleTemplateHeader}" FontWeight="SemiBold" /> |
51 |
| - <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_IncludeTestModuleInitCleanupPrompt}" IsChecked="{Binding ModuleInit, Mode=TwoWay}" Margin="5,0,0,5" HorizontalAlignment="Left" /> |
52 |
| - <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_IncludeTestMethodInitCleanupPrompt}" IsChecked="{Binding MethodInit, Mode=TwoWay}" Margin="5,0,0,5" HorizontalAlignment="Left" /> |
53 |
| - <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_IncludeTestMethodStubWhenCreatingModulePrompt}" IsChecked="{Binding DefaultTestStubInNewModule, Mode=TwoWay}" Margin="5,0,0,0" HorizontalAlignment="Left" /> |
| 65 | + <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_TestModuleTemplateHeader}" |
| 66 | + FontWeight="SemiBold" /> |
| 67 | + <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_IncludeTestModuleInitCleanupPrompt}" |
| 68 | + IsChecked="{Binding ModuleInit, Mode=TwoWay}" |
| 69 | + Margin="5,0,0,5" |
| 70 | + HorizontalAlignment="Left" /> |
| 71 | + <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_IncludeTestMethodInitCleanupPrompt}" |
| 72 | + IsChecked="{Binding MethodInit, Mode=TwoWay}" |
| 73 | + Margin="5,0,0,5" |
| 74 | + HorizontalAlignment="Left" /> |
| 75 | + <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=UnitTestSettings_IncludeTestMethodStubWhenCreatingModulePrompt}" |
| 76 | + IsChecked="{Binding DefaultTestStubInNewModule, Mode=TwoWay}" |
| 77 | + Margin="5,0,0,0" |
| 78 | + HorizontalAlignment="Left" /> |
54 | 79 | </StackPanel>
|
55 | 80 | </Grid>
|
56 | 81 | </UserControl>
|
0 commit comments