Window_setAccess.xaml 794 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10
<Window x:Class="Flyad7_WPF.Window_setAccess"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="Window_setAccess" Height="300" Width="300" WindowStartupLocation="CenterScreen" SizeToContent="Manual" ResizeMode="NoResize">
    <Grid>
        <TextBlock Height="23" HorizontalAlignment="Left" Margin="12,114,0,0" Name="textBlock1" Text="授权码" VerticalAlignment="Top" />
        <TextBox Height="23" HorizontalAlignment="Left" Margin="73,111,0,0" Name="textBox1" VerticalAlignment="Top" Width="182" />
        <Button Content="OK" Height="23" HorizontalAlignment="Left" Margin="93,174,0,0" Name="button1" VerticalAlignment="Top" Width="75" Click="button1_Click" />
    </Grid>
</Window>