Advertisement
Guest User

Untitled

a guest
Apr 11th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. Children={
  3. {
  4. X=3,
  5. Y=12,
  6. Name="LogoLbl",
  7. Type="Label",
  8. Text="Welcome to iNet! Please login to continue."
  9. },
  10. {
  11. X=3,
  12. Y=15,
  13. Name="UserLbl",
  14. Type="Label",
  15. Text="Username:"
  16. },
  17. {
  18. X=3,
  19. Y=16,
  20. Name="UserTxt",
  21. Type="TextBox",
  22. Placeholder="Username"
  23. },
  24. {
  25. X=8,
  26. Y=15,
  27. Name="PassLbl",
  28. Text="Password:"
  29. },
  30. {
  31. X=8,
  32. Y=16,
  33. Type="TextBox",
  34. Placeholder="Password",
  35. Mask="*"
  36. }
  37. },
  38. BackgroundColor='white'
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement