Guest User

Untitled

a guest
Jan 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.83 KB | None | 0 0
  1. <window
  2.     align="center"
  3.     width="460.0"
  4.     height="170.0"
  5.     text="Login"
  6.     visible="false" >
  7.     <text
  8.         position_x="20.0"
  9.         position_y="10.0"
  10.         width="10.0"
  11.         height="10.0"
  12.         text="Username:" />
  13.     <editbox
  14.         position_x="95.0"
  15.         position_y="40.0"
  16.         width="350.0"
  17.         height="20.0" />
  18.     <text
  19.         position_x="20.0"
  20.         position_y="72.0"
  21.         text="Password:" />
  22.     <editbox
  23.         position_x="95.0"
  24.         position_y="70.0"
  25.         width="350.0"
  26.         height="20.0" >
  27.         <property id="MaskText">true</property>
  28.         <property id="BlinkCaret">true</property>
  29.         <property id="BlinkCaretTimeout">1.0</property>
  30.         <property id="SelectedTextColour">FF0000FF</property>
  31.     </editbox>
  32.     <button
  33.         position_x="145.0"
  34.         position_y="110.0"
  35.         width="170.0"
  36.         height="30.0"
  37.         text="Login" >
  38.         <property id="NormalTextColour">FFFFFFFF</property>
  39.     </button>
  40. </window>
Add Comment
Please, Sign In to add comment