개정판 1ae729e4
contoller Richtextbox 추가
서비스 안정화
Change-Id: I1a18f9d1f9b0aaed92d4e22df779b46c4e8958e0
ConvertService/ServiceBase/Markus.Service.StationController/Views/AliveView.xaml | ||
---|---|---|
7 | 7 |
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
8 | 8 |
xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" |
9 | 9 |
xmlns:vm="clr-namespace:Markus.Service.StationController.ViewModel" |
10 |
d:DesignHeight="450" d:DesignWidth="800"> |
|
10 |
xmlns:Behaviors="clr-namespace:Markus.Service.StationController.Behaviors" |
|
11 |
xmlns:controls="clr-namespace:Markus.Service.Controls" Background="White" |
|
12 |
d:DesignHeight="800" d:DesignWidth="800"> |
|
11 | 13 |
<UserControl.DataContext> |
12 | 14 |
<vm:AliveViewModel/> |
13 | 15 |
</UserControl.DataContext> |
... | ... | |
21 | 23 |
</i:Interaction.Triggers> |
22 | 24 |
<Grid> |
23 | 25 |
<Grid.RowDefinitions> |
24 |
<RowDefinition Height="*"/> |
|
26 |
<RowDefinition Height="7*"/> |
|
27 |
<RowDefinition Height="3*" MinHeight="150" MaxHeight="300"/> |
|
25 | 28 |
<RowDefinition Height="Auto"/> |
26 | 29 |
</Grid.RowDefinitions> |
27 | 30 |
<telerik:RadGridView ItemsSource="{Binding AliveItems}" AutoGenerateColumns="False" |
... | ... | |
37 | 40 |
<telerik:GridViewDataColumn Header="Output Path" DataMemberBinding="{Binding ConvertPath}"/> |
38 | 41 |
</telerik:RadGridView.Columns> |
39 | 42 |
</telerik:RadGridView> |
40 |
<ProgressBar Grid.Row="1" IsIndeterminate="{Binding IsLoading}" Height="5"/> |
|
43 |
<!--<GroupBox Header="ServiceStation Connection Log" Background="White" Grid.Row="1" Margin="3" BorderThickness="0">--> |
|
44 |
<Grid Grid.Row="1"> |
|
45 |
<RichTextBox IsReadOnly="True" AllowDrop="False" VerticalScrollBarVisibility="Visible" |
|
46 |
IsUndoEnabled="False" HorizontalScrollBarVisibility="Auto" |
|
47 |
Height="{Binding ActualHeight, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}}" |
|
48 |
Width="{Binding ActualWidth, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}}"> |
|
49 |
<controls:TraceDocument PageWidth="{Binding ActualWidth, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}}" |
|
50 |
PageHeight="{Binding ActualHeight, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}}"/> |
|
51 |
</RichTextBox> |
|
52 |
</Grid> |
|
53 |
<!--</GroupBox>--> |
|
54 |
<ProgressBar Grid.Row="2" IsIndeterminate="{Binding IsLoading}" Height="5"/> |
|
41 | 55 |
</Grid> |
42 | 56 |
</UserControl> |
내보내기 Unified diff