Advertisement
BurningBunny

XML Form

Jun 24th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.32 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <XForm Name="MyForm">
  3.   <X>0</X>
  4.   <Y>0</Y>
  5.   <Width>40</Width>
  6.   <Height>30</Height>
  7.   <Buttons>
  8.     <XControl Name="button1">
  9.       <Text>Button1</Text>
  10.       <X>10</X>
  11.       <Y>10</Y>
  12.       <Width>75</Width>
  13.       <Height>20</Height>
  14.     </XControl>
  15.   </Buttons>
  16. </XForm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement