|
|
|
@ -6,11 +6,9 @@
@@ -6,11 +6,9 @@
|
|
|
|
|
<BooleanToVisibilityConverter x:Key="boolToVisibility" /> |
|
|
|
|
</UserControl.Resources> |
|
|
|
|
<Grid> |
|
|
|
|
<ae:TextEditor |
|
|
|
|
Name="textEditor" |
|
|
|
|
FontFamily="Consolas" |
|
|
|
|
FontSize="10pt" |
|
|
|
|
IsReadOnly="True" |
|
|
|
|
<Border BorderThickness="1,1,0,1" BorderBrush="#FF828790"> |
|
|
|
|
<Grid> |
|
|
|
|
<ae:TextEditor Name="textEditor" FontFamily="Consolas" FontSize="10pt" IsReadOnly="True" |
|
|
|
|
Background="{DynamicResource {x:Static SystemColors.InfoBrushKey}}" |
|
|
|
|
Foreground="{DynamicResource {x:Static SystemColors.InfoTextBrushKey}}" /> |
|
|
|
|
<Border Name="waitAdorner" Background="#C0FFFFFF" Visibility="Collapsed"> |
|
|
|
@ -21,4 +19,6 @@
@@ -21,4 +19,6 @@
|
|
|
|
|
</StackPanel> |
|
|
|
|
</Border> |
|
|
|
|
</Grid> |
|
|
|
|
</Border> |
|
|
|
|
</Grid> |
|
|
|
|
</UserControl> |