comparison Messaging/Server/UI/MainWindow.xaml @ 31:7d9de5746f18

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 9919ee227c93
children 83c1f62d9370
comparison
equal deleted inserted replaced
30:8d574f2d4174 31:7d9de5746f18
47 IsEnabled="True" /> 47 IsEnabled="True" />
48 48
49 <ToggleButton Grid.Row="0" 49 <ToggleButton Grid.Row="0"
50 Grid.Column="2" 50 Grid.Column="2"
51 Margin="10,10,10,0" 51 Margin="10,10,10,0"
52 Content="{Binding RabbitProtoEndPoint.IsListening, 52 Content="{Binding ZeroMqEndPoint.IsListening,
53 Converter={converters:ToggleButtonToTextConverter}}" 53 Converter={converters:ToggleButtonToTextConverter}}"
54 IsChecked="{Binding RabbitProtoEndPoint.IsListening}" 54 IsChecked="{Binding ZeroMqEndPoint.IsListening}"
55 IsEnabled="True" /> 55 IsEnabled="True" />
56 56
57 <c:MessageTile Grid.Row="1" 57 <c:MessageTile Grid.Row="1"
58 Grid.Column="0" 58 Grid.Column="0"
59 Background="{StaticResource MetroPurpleBrush}" 59 Background="{StaticResource MetroPurpleBrush}"
75 ToolTip="{Binding RabbitEndPoint.ToolTip}" /> 75 ToolTip="{Binding RabbitEndPoint.ToolTip}" />
76 76
77 <c:MessageTile Grid.Row="1" 77 <c:MessageTile Grid.Row="1"
78 Grid.Column="2" 78 Grid.Column="2"
79 Background="{StaticResource MetroOrangeBrush}" 79 Background="{StaticResource MetroOrangeBrush}"
80 DisplayCount="{Binding RabbitProtoEndPoint.DisplayCount}" 80 DisplayCount="{Binding ZeroMqEndPoint.DisplayCount}"
81 DisplayIcon="{StaticResource Mail}" 81 DisplayIcon="{StaticResource Mail}"
82 DisplayText="{Binding RabbitProtoEndPoint.DisplayText}" 82 DisplayText="{Binding ZeroMqEndPoint.DisplayText}"
83 Foreground="White" 83 Foreground="White"
84 ToolTip="{Binding RabbitProtoEndPoint.ToolTip}" /> 84 ToolTip="{Binding ZeroMqEndPoint.ToolTip}" />
85 <ScrollViewer Grid.Row="2" 85 <ScrollViewer Grid.Row="2"
86 Grid.Column="0" 86 Grid.Column="0"
87 Xaml:XamlHelper.AutoScroll="{Binding MsmqEndPoint.IsLogChanged}"> 87 Xaml:XamlHelper.AutoScroll="{Binding MsmqEndPoint.IsLogChanged}">
88 <TextBlock Margin="10" 88 <TextBlock Margin="10"
89 Background="{StaticResource MetroGrayBrush}" 89 Background="{StaticResource MetroGrayBrush}"
100 Text="{Binding RabbitEndPoint.DisplayLog}" 100 Text="{Binding RabbitEndPoint.DisplayLog}"
101 TextWrapping="WrapWithOverflow" /> 101 TextWrapping="WrapWithOverflow" />
102 </ScrollViewer> 102 </ScrollViewer>
103 <ScrollViewer Grid.Row="2" 103 <ScrollViewer Grid.Row="2"
104 Grid.Column="2" 104 Grid.Column="2"
105 Xaml:XamlHelper.AutoScroll="{Binding RabbitProtoEndPoint.IsLogChanged}"> 105 Xaml:XamlHelper.AutoScroll="{Binding ZeroMqEndPoint.IsLogChanged}">
106 <TextBlock Grid.Row="2" 106 <TextBlock Grid.Row="2"
107 Grid.Column="2" 107 Grid.Column="2"
108 Margin="10" 108 Margin="10"
109 Background="{StaticResource MetroGrayBrush}" 109 Background="{StaticResource MetroGrayBrush}"
110 Padding="10" 110 Padding="10"
111 Text="{Binding RabbitProtoEndPoint.DisplayLog}" 111 Text="{Binding ZeroMqEndPoint.DisplayLog}"
112 TextWrapping="WrapWithOverflow" /> 112 TextWrapping="WrapWithOverflow" />
113 </ScrollViewer> 113 </ScrollViewer>
114 <metro:ToggleSwitch Grid.Row="3" 114 <metro:ToggleSwitch Grid.Row="3"
115 Grid.Column="0" 115 Grid.Column="0"
116 Width="80" 116 Width="80"