Mercurial > silverbladetech
comparison SilverlightGlimpse/SilverlightValidation/Views/UserView.xaml @ 79:5172a9b9800c
Ready to upload to codeplex
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 23 Apr 2012 23:07:23 +0100 |
parents | dd6bcd2535b6 |
children |
comparison
equal
deleted
inserted
replaced
78:dd6bcd2535b6 | 79:5172a9b9800c |
---|---|
97 <sdk:DescriptionViewer Grid.Row="4" | 97 <sdk:DescriptionViewer Grid.Row="4" |
98 Grid.Column="3" | 98 Grid.Column="3" |
99 Width="20" | 99 Width="20" |
100 Description="Required" /> | 100 Description="Required" /> |
101 | 101 |
102 <TextBlock x:Name="tbDescription" | 102 <TextBlock Grid.Row="5" |
103 Grid.Row="5" | |
104 Grid.Column="1" | 103 Grid.Column="1" |
105 Style="{StaticResource LabelStyle}" | 104 Style="{StaticResource LabelStyle}" |
106 Text="Description:" /> | 105 Text="Description:" /> |
107 | 106 |
108 <TextBox Grid.Row="5" | 107 <TextBox x:Name="tbDescription" |
108 Grid.Row="5" | |
109 Grid.Column="2" | 109 Grid.Column="2" |
110 Style="{StaticResource TextBoxStyle}" | 110 Style="{StaticResource TextBoxStyle}" |
111 Text="{Binding IncorectBindingPath}" /> | 111 Text="{Binding DescriptionWithATypeo}" /> |
112 | |
112 <StackPanel Grid.Row="6" | 113 <StackPanel Grid.Row="6" |
113 Grid.Column="2" | 114 Grid.Column="2" |
114 HorizontalAlignment="Right" | 115 HorizontalAlignment="Right" |
115 Orientation="Horizontal"> | 116 Orientation="Horizontal"> |
116 <Button x:Name="btnThrowException" | 117 <Button x:Name="btnThrowException" |