Guest User

Untitled

a guest
Nov 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <s:BorderContainer id="bd" width="431" height="1070" filters="{[glow]}" horizontalCenter="0"
  2. verticalCenter="0">
  3. <s:Button id="openFileButton" x="10" y="96" width="42" height="35"
  4. icon="@Embed('file:///C:/Users/Felipe/Downloads/1314141656_45.png')"
  5. toolTip="load file from disk"
  6. click="openFileButton_clickHandler(event)"/>
  7. <s:Label x="104" y="10" width="195" height="45" fontSize="28" text="image editor" textAlign="center"
  8. verticalAlign="middle"/>
  9. <s:Label x="283" y="62" text="beta"/>
  10. <s:Button x="60" y="96" width="121" height="35" label="use default file"/>
  11.  
  12.  
  13. <s:Scroller left="1" right="1" top="1" bottom="1" >
  14. <s:Group id="vp1" >
  15. <s:Image id="img1" x="10" y="164" width="409" height="409" backgroundColor="#EFEBEB"
  16. fillMode="clip"/>
  17. </s:Group>
  18. </s:Scroller>
  19.  
  20.  
  21. <s:Group>
  22. <s:Image id="imgBackGround" x="10" y="636" width="409" height="409" backgroundColor="#EFEBEB"
  23. fillMode="clip"/>
  24.  
  25. <s:BitmapImage id="img2" x="10" y="636" width="409" height="409" fillMode="clip"/>
  26. </s:Group>
  27.  
  28.  
  29. <s:Label x="290" y="10" height="44" fontSize="28" fontStyle="italic" text="lite"
  30. textAlign="center" verticalAlign="middle"/>
  31. <s:Button x="81" y="598" width="30" height="30"
  32. icon="@Embed('file:///C:/Users/Felipe/Downloads/1314047606_14.png')"
  33. enabled="false" id="minusButton"/>
  34. <s:Button x="119" y="598" width="30" height="30" id="plusButton"
  35. icon="@Embed('file:///C:/Users/Felipe/Downloads/1313032755_13.png')" enabled="false"
  36. click="plusButton_clickHandler(event)"/>
  37. <s:Label x="149" y="140" fontSize="20" text="original image"/>
  38.  
  39.  
  40. </s:BorderContainer>
Add Comment
Please, Sign In to add comment