Files @ 65c134a3d619
Branch filter:

Location: seniordesign-ui/Demo.WindowsPresentation/Windows/Message.xaml - annotation

mkanning@CL-ENS241-10.cedarville.edu
Initial import of mapping source (huge commit)
<Window x:Class="Demo.WindowsPresentation.Windows.Message"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="Message" Height="489" Width="543" ResizeMode="NoResize" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" WindowStyle="None">
    <Grid Background="Gray">
        <TextBox Margin="12,12,12,73" x:Name="richTextBox1" IsReadOnly="True" Text="                      License: The MIT License (MIT)" />
        <Button Content="YES, I accept full responsability for using this software" Height="47" HorizontalAlignment="Right" Margin="0,0,12,12" Name="button1" VerticalAlignment="Bottom" Width="328" FontWeight="Bold" VerticalContentAlignment="Center" Click="button1_Click" />
        <Button Content="NO, thanks" Height="47" Margin="12,0,0,12" Name="button2" VerticalAlignment="Bottom" IsDefault="True" IsCancel="True" HorizontalAlignment="Left" Width="96" />
    </Grid>
</Window>