Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1.  
  2. <Grid.RowDefinitions>
  3.  
  4. <RowDefinition Heights=”150*’’/>
  5.  
  6. <RowDefinition Heights=’’150*’’/>
  7.  
  8. </Grid.RowDefinitions>
  9.  
  10. <Grid.ColumnDefinitions>
  11.  
  12. <Column Definition Width=’’200*’’/>
  13.  
  14. <Column Defintion Width=’’200*’/>
  15.  
  16. </Grid.ColumnDefinitions>
  17.  
  18.  
  19. <Grid Margin=’’5’>
  20.  
  21. <Grid.RowDefinitions>
  22.  
  23. <RowDefinition Height=’’Auto’’/>
  24.  
  25. <RowDefinition Height=’’10’’/>
  26.  
  27. <RowDefinition Height=’’Auto’’/>
  28.  
  29. <RowDefinition Height=’’10’’/>
  30.  
  31. <RowDefinition Height=’’Auto’’/>
  32.  
  33. <RowDefinition Height=’’*”/>
  34.  
  35. </Grid.RowDefinitions>
  36.  
  37.  
  38. <Grid.ColumnDefinitions>
  39.  
  40. <ColumnDefinition Width=’’100’’/>
  41.  
  42. <ColumnDefinition Width=’’250’’/>
  43.  
  44. </Grid.ColumnDefinitions>
  45.  
  46.  
  47. <Label Content=’’E-mail adres:’’ Height=’’23’’
  48.  
  49. HorizontalAlignment=’’Left’’ Name=’’EmailLabel’’/>
  50.  
  51.  
  52. <Label Content=’’Password: ‘’Grid.Row=’’2’’
  53.  
  54. Height=’’23’’HorizontalAligment=’’Left’’
  55.  
  56. Name=’’PasswordLabel’’/>
  57.  
  58.  
  59. <Textbox Grid.Column=’’1’’ Height=’’23’’
  60.  
  61. HorizontalAlignment=’’Left’’ Name=’’EmailTextbox’’
  62.  
  63. Width=’’225’’/>
  64.  
  65.  
  66. <PasswordBox Name=’’passwordBox’’ Width=’’225’’
  67.  
  68. Grid.Column=’’1’’ Grid.Row=’’2’’
  69.  
  70. HorizontalAlignment=’’Left’’/>
  71.  
  72.  
  73. <Button Content=’’Annuleren’’ Grid.Column=’’1’’
  74.  
  75. Grid.Row=’’4’’ Height=’’23’’
  76.  
  77. HorizontalAlignment=’’Left’’ Name=’’AnnulerenButton’’
  78.  
  79. VerticalAlignment=’’Top’’ Width=’’75’’/>
  80.  
  81. <Button Content=’’Login’’ Grid.Column=’’1’’ Grid.Row=’’4’’
  82.  
  83. Height=’’23’’ HorizontalAlignment=’’Right’’
  84.  
  85. Margin=’’0,027,0’’ Name=’’LoginButton’’
  86.  
  87. VerticalAlignment=’’Top’’ Width=’’75’’/>
  88.  
  89. </Grid>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement