|
30 | 30 | </Label>
|
31 | 31 | <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=RegexAssistant_RegexPatternLabel}"
|
32 | 32 | FontWeight="SemiBold" />
|
33 |
| - <TextBox x:Name="RegexValue" HorizontalAlignment="Left" TextWrapping="Wrap" |
| 33 | + <TextBox HorizontalAlignment="Left" TextWrapping="Wrap" |
34 | 34 | VerticalAlignment="Top" MinWidth="250" MinHeight="23" MaxHeight="23"
|
35 | 35 | VerticalContentAlignment="Center" Margin="15,5,5,5" Text="{Binding Pattern}"/>
|
36 | 36 | <StackPanel Orientation="Horizontal">
|
37 |
| - <CheckBox x:Name="GlobalFlag" Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=RegexAssistant_GlobalFlag}" |
| 37 | + <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=RegexAssistant_GlobalFlag}" |
38 | 38 | HorizontalAlignment="Left" Height="18" VerticalAlignment="Top" MinWidth="110"
|
39 | 39 | Margin="15,5,5,5" IsChecked="{Binding GlobalFlag}"/>
|
40 |
| - <CheckBox x:Name="IgnoreCaseFlag" Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=RegexAssistant_IgnoreCaseFlag}" |
| 40 | + <CheckBox Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=RegexAssistant_IgnoreCaseFlag}" |
41 | 41 | HorizontalAlignment="Left" Height="18" VerticalAlignment="Top" MinWidth="110"
|
42 | 42 | Margin="15,5,5,5" IsChecked="{Binding IgnoreCaseFlag}"/>
|
43 | 43 | </StackPanel>
|
|
48 | 48 | MinHeight="165" VerticalAlignment="Top" MinWidth="250"
|
49 | 49 | Margin="15,5,5,5">
|
50 | 50 | </RichTextBox>-->
|
51 |
| - <TextBox x:Name="Results" |
52 |
| - MinHeight="165" VerticalAlignment="Top" MinWidth="250" |
53 |
| - Margin="15,5,5,5" Text="{Binding DescriptionResults}"/> |
| 51 | + <TextBlock MinHeight="165" VerticalAlignment="Top" MinWidth="250" TextWrapping="WrapWithOverflow" |
| 52 | + Margin="15,5,5,5" Text="{Binding DescriptionResults, Mode=OneWay}"/> |
54 | 53 |
|
55 | 54 | </StackPanel>
|
56 | 55 | </Grid>
|
|
0 commit comments