|
|
@ -5,10 +5,14 @@ |
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
|
xmlns:local="clr-namespace:DyeingComputer.Windows" |
|
|
|
mc:Ignorable="d" |
|
|
|
Title="InputBox" Height="200" Width="400"> |
|
|
|
<Grid> |
|
|
|
<TextBox x:Name="Boxx" HorizontalAlignment="Left" Height="36" Margin="39,31,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="319"/> |
|
|
|
<Button Content="Button" HorizontalAlignment="Left" Height="35" Margin="58,104,0,0" VerticalAlignment="Top" Width="96" Click="YES_Click"/> |
|
|
|
<Button Content="Button" HorizontalAlignment="Left" Height="35" Margin="158,104,0,0" VerticalAlignment="Top" Width="96" Click="NO_Click"/> |
|
|
|
WindowStartupLocation="CenterScreen" |
|
|
|
ResizeMode ="NoResize" |
|
|
|
Title="SUNLIGHT 838" |
|
|
|
Height="150" Width="400"> |
|
|
|
<Grid FocusManager.FocusedElement="{Binding ElementName=Boxx}"> |
|
|
|
<TextBox x:Name="Boxx" Height="40" Margin="20,10,20,0" VerticalAlignment="Top" FontSize="26" |
|
|
|
MaxLines="1" BorderThickness="3,3,3,3" ClipToBounds="True"/> |
|
|
|
<Button Content="YES" HorizontalAlignment="Left" Height="35" Margin="50,70,0,5" VerticalAlignment="Bottom" Width="80" Click="YES_Click"/> |
|
|
|
<Button Content="NO" HorizontalAlignment="Right" Height="35" Margin="0,70,50,5" VerticalAlignment="Bottom" Width="80" Click="NO_Click"/> |
|
|
|
</Grid> |
|
|
|
</Window> |
|
|
|