TextBlock.Foreground>TextBlock>
<toolkit:HubTile Height="184" Name="HubTile1"
Width="188" Message="Share Your Whereabouts with your friends"
Source="/WinWebRequest;component/tile.jpg" Title="" IsFrozen="False" />
StackPanel>
<TextBlock x:Name="tbError" Text="Username"
FontSize="22" FontFamily="Segoe WP Semibold" Foreground="Red"
Visibility="Collapsed" />
<TextBlock x:Name="tbLable" Text="Username"
FontSize="22" FontFamily="Segoe WP Semibold">
<TextBlock.Foreground>
<SolidColorBrush
Color="{StaticResource PhoneAccentColor}"/>
TextBlock.Foreground>
TextBlock>
<TextBox x:Name="txtUsername" Height="83"
Text="atneik@yahoo.com" />
<toolkit:ListPicker Header="Email Provider">
<toolkit:ListPickerItem Content="Gmail.com"
Foreground="Red"/>
<toolkit:ListPickerItem Content="Hotmail.com"
Foreground="Blue" />
<toolkit:ListPickerItem Content="Facebook.com"
Foreground="Green" />
<toolkit:ListPickerItem
Content="Yahoo.com" Foreground="Purple"/>
toolkit:ListPicker>
<TextBlock x:Name="tbLable2"
Text="Password" FontSize="22" FontFamily="Segoe WP Semibold">
<TextBlock.Foreground>
<SolidColorBrush
Color="{StaticResource PhoneAccentColor}"/>
TextBlock.Foreground>TextBlock>
<PasswordBox Height="72"
Name="txtpassword" Width="460" Password="STWVxEITy"/>
<Button x:Name="btnLogin"
Content="login" Height="71" Width="180" Margin="144,0"/>
<Rectangle Height="10" />
<toolkit:ToggleSwitch Header="Remember Me" Height="116" Name="tglSwittch" Width="456" Content="Yes" IsChecked="True" Visibility="Collapsed" />
StackPanel>
<StackPanel x:Name="stckWait"
Background="Black" Opacity="0.8"
VerticalAlignment="Center" Width="480" Height="768" Visibility="Collapsed">
<Rectangle Height="300"/>
<TextBlock Text="Please Wait
While We Authenticate Credentials"
HorizontalAlignment="Center" TextAlignment="Center"
VerticalAlignment="Center" Foreground="White" />
<Rectangle Height="20"/>
<toolkit:PerformanceProgressBar
Name="ProgressBar1" IsEnabled="True"
IsIndeterminate="True" Foreground="White"/>
<Rectangle Height="80"/>
StackPanel>
Grid>
Grid>
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar IsVisible="True" IsMenuEnabled="True" Opacity="0.5">
<shell:ApplicationBarIconButton IconUri="/icons/appbar.feature.settings.rest.png" Text="Settings"/>
<shell:ApplicationBarIconButton IconUri="/icons/appbar.questionmark.rest.png" Text="Help"/>
shell:ApplicationBar>
phone:PhoneApplicationPage.ApplicationBar>
phone:PhoneApplicationPage>
No comments:
Post a Comment