日期:2014-05-17 浏览次数:20927 次
<Grid x:Name="LayoutRoot">
<TextBlock Name="tt" Margin="78,77,98,196" TextWrapping="Wrap" Foreground="#FFFB240F" FontSize="64">
<Run Language="zh-cn" Text="Hello World!"/></TextBlock>
<TextBlock Height="23" HorizontalAlignment="Left" Margin="30,179,0,0" Name="textBlock1"
Text="TextBlock1" VerticalAlignment="Top" Width="100" />
<TextBlock Height="23" HorizontalAlignment="Left" Margin="136,179,0,0" Name="textBlock2"
Text="TextBlock2" VerticalAlignment="Top" Width="100" />
<TextBlock Height="23" HorizontalAlignment="Left" Margin="291,179,0,0" Name="textBlock3"
Text="TextBlock3" VerticalAlignment="Top" Width="100" />
<TextBlock Height="23" HorizontalAlignment="Left" Margin="420,179,0,0" Name="textBlock4"
Text="TextBlock4" VerticalAlignment="Top" Width="100" />
<Button x:Name="get" Content="Get" Margin="102,0,411,45" VerticalAlignment="Bottom" Height="25" Width="65" Click="get_Click" />
<Button x:Name="change" Content="Change" Width="65" Height="25" Click="change_Click" Margin="185,291,328,45" />
</Grid>