Advertisement
Guest User

Untitled

a guest
May 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <VerticalLayout>
  2.     <Label text="User"/>
  3.         <TextEdit id="teUser" text=# this.userName # marginTop="10px"/>
  4.         <Label text="Password" marginTop="30px"/>
  5.         <TextEdit id="tePassword" text="*******" marginTop="10px"/>
  6.         <HorizontalLayout marginTop="20px">
  7.             <Button text="Cancel"/>
  8.             <Button id="btnOk" text="Ok" events=[OnClick, OnFocus] marginLeft="20px"/>
  9.         </HorizontalLayout>
  10. </VerticalLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement