Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <Window
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="SCCM OSD Computername" Height="111.445" Width="525" Topmost="True" WindowStyle="ToolWindow">
  5. <Grid>
  6. <Grid.ColumnDefinitions>
  7. <ColumnDefinition Width="Auto"/>
  8. <ColumnDefinition Width="39*"/>
  9. <ColumnDefinition Width="8*"/>
  10. </Grid.ColumnDefinitions>
  11. <Label Name="Computername_label" Content="Nom de l'ordinateur :" HorizontalAlignment="Left" Margin="0,10,0,36" Width="132"/>
  12. <TextBox Name="Computername_text" HorizontalAlignment="Left" Height="27" Margin="229,10,0,0" TextWrapping="Wrap" Text=" " VerticalAlignment="Top" Width="241" UndoLimit="15" Cursor=""/>
  13. <Button Name="Continue_button" Content="Continue" HorizontalAlignment="Left" Margin="388,48,0,0" VerticalAlignment="Top" Width="82" Height="20"/>
  14. <CheckBox Content="Installation Office ?" HorizontalAlignment="Left" Margin="229,51,0,0" VerticalAlignment="Top" Height="15" Width="121"/>
  15. </Grid>
  16. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement