개정판 2decfbdf
DataBaseItemsModel 수정
Change-Id: I96830cad0b3990bb84346f438ba04e20d55ec26c
ConvertService/ServiceBase/Markus.Service.StationController/Views/AliveView.xaml | ||
---|---|---|
81 | 81 |
</telerik:RadGridView.Columns> |
82 | 82 |
</telerik:RadGridView> |
83 | 83 |
</GroupBox> |
84 |
<!--<GroupBox Header="ServiceStation Connection Log" Background="White" Grid.Row="1" Margin="3" BorderThickness="0">--> |
|
85 |
<Grid Grid.Row="2">
|
|
84 |
|
|
85 |
<Grid Grid.Row="2"> |
|
86 | 86 |
<RichTextBox IsReadOnly="True" AllowDrop="False" VerticalScrollBarVisibility="Visible" |
87 | 87 |
IsUndoEnabled="False" HorizontalScrollBarVisibility="Auto" |
88 | 88 |
Height="{Binding ActualHeight, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}}" |
... | ... | |
90 | 90 |
<controls:TraceDocument PageWidth="{Binding ActualWidth, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}}" |
91 | 91 |
PageHeight="{Binding ActualHeight, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}}"/> |
92 | 92 |
</RichTextBox> |
93 |
</Grid>
|
|
94 |
<!--</GroupBox>--> |
|
93 |
</Grid> |
|
94 |
|
|
95 | 95 |
<ProgressBar Grid.Row="3" IsIndeterminate="{Binding IsLoading}" Height="5"/> |
96 | 96 |
</Grid> |
97 | 97 |
</UserControl> |
98 |
<!-- |
|
99 |
<UserControl x:Class="Markus.Service.StationController.Views.AliveView" |
|
100 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
101 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
102 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
103 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
104 |
mc:Ignorable="d" |
|
105 |
Background="White" |
|
106 |
d:DesignHeight="800" d:DesignWidth="800"> |
|
107 |
<Grid> |
|
108 |
|
|
109 |
</Grid> |
|
110 |
</UserControl> |
|
111 |
--> |
내보내기 Unified diff