Advertisement
maxkhl

Untitled

Jun 6th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <base dock="fill">
  3.   <windowcontrol text="New Mails">
  4.     <groupbox text="Overview" dock="fill">
  5.       <textbox x="5" y="5" width="500" />
  6.       <label x="510" y="5" text="Enter something here" />
  7.       <button x="5" y="20" name="button_submit_1" text="Send" />
  8.       <imagepanel dock="fill" name="image_1" x="5" y="40" />
  9.     </groupbox>
  10.   </windowcontrol>
  11. </base>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement