home *** CD-ROM | disk | FTP | other *** search
/ Freelog 68 / Freelog068.iso / BAS / Musique / MrRandom / mr_random_1.0.1-install.exe / mr.random.jar / option.xml < prev    next >
Extensible Markup Language  |  2005-04-16  |  6KB  |  212 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE  constraint-set
  3.     PUBLIC "-//Brunch Boy Design//RelativeLayout Constraint Set DTD 1.0//EN"
  4.     "http://dtd.brunchboy.com/RelativeLayout/constraint-set.dtd">
  5. <constraint-set>
  6.  
  7.     <constrain name="colLabel">
  8.         <top>
  9.             <toAttribute reference="_container" attribute="top" offset="10"/>
  10.         </top>
  11.         <left>
  12.             <toAttribute reference="_container" attribute="left" offset="10"/>
  13.         </left>
  14.     </constrain>
  15.  
  16.     <constrain name="colField">
  17.         <top>
  18.             <toAttribute reference="colLabel" attribute="top"/>
  19.         </top>
  20.         <left>
  21.             <toAttribute reference="colLabel,devLabel" attribute="right" offset="10"/>
  22.         </left>
  23.         <right>
  24.             <toAttribute reference="colChoose,devChoose" attribute="left" offset="-10"/>
  25.         </right>
  26.    </constrain>
  27.  
  28.     <constrain name="colChoose">
  29.        <top>
  30.             <toAttribute reference="colLabel" attribute="top"/>
  31.         </top>
  32.         <right>
  33.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  34.         </right>
  35.     </constrain>
  36.  
  37.     <constrain name="devLabel">
  38.         <top>
  39.             <toAttribute reference="colLabel" attribute="bottom" offset="20"/>
  40.         </top>
  41.         <left>
  42.             <toAttribute reference="colLabel" attribute="left"/>
  43.         </left>
  44.     </constrain>
  45.  
  46.     <constrain name="devField">
  47.         <top>
  48.             <toAttribute reference="devLabel" attribute="top"/>
  49.        </top>
  50.         <left>
  51.             <toAttribute reference="colLabel,devLabel" attribute="right" offset="10"/>
  52.         </left>
  53.         <right>
  54.             <toAttribute reference="colChoose,devChoose" attribute="left" offset="-10"/>
  55.         </right>
  56.    </constrain>
  57.  
  58.     <constrain name="devChoose">
  59.        <top>
  60.             <toAttribute reference="devLabel" attribute="top"/>
  61.         </top>
  62.         <right>
  63.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  64.         </right>
  65.     </constrain>
  66.  
  67.     <constrain name="devTypeLabel">
  68.        <top>
  69.             <toAttribute reference="devLabel" attribute="bottom" offset="20"/>
  70.         </top>
  71.         <left>
  72.             <toAttribute reference="devLabel" attribute="left"/>
  73.         </left>
  74.     </constrain>
  75.  
  76.     <constrain name="devTypeDropdown">
  77.        <top>
  78.             <toAttribute reference="devTypeLabel" attribute="top"/>
  79.         </top>
  80.         <left>
  81.             <toAttribute reference="devTypeLabel" attribute="right" offset="10"/>
  82.         </left>
  83.     </constrain>
  84.  
  85.      <constrain name="capacityLabel">
  86.         <top>
  87.             <toAttribute reference="devTypeLabel" attribute="top"/>
  88.         </top>
  89.         <left>
  90.             <toAttribute reference="devTypeDropdown" attribute="right" offset="20"/>
  91.         </left>
  92.     </constrain>
  93.  
  94.     <constrain name="devSpin">
  95.         <left>
  96.             <toAttribute reference="capacityLabel" attribute="right" offset="10"/>
  97.         </left>
  98.        <top>
  99.             <toAttribute reference="devTypeLabel" attribute="top"/>
  100.         </top>
  101.     </constrain>
  102.  
  103.     <constrain name="mbLabel">
  104.        <top>
  105.             <toAttribute reference="devTypeLabel" attribute="top"/>
  106.         </top>
  107.         <left>
  108.             <toAttribute reference="devSpin" attribute="right" offset="5"/>
  109.         </left>
  110.     </constrain>
  111.  
  112.     <constrain name="histLabel">
  113.         <left>
  114.             <toAttribute reference="devLabel" attribute="left"/>
  115.         </left>
  116.        <top>
  117.             <toAttribute reference="devTypeLabel" attribute="bottom" offset="20"/>
  118.         </top>
  119.     </constrain>
  120.  
  121.     <constrain name="histRadioOn">
  122.         <left>
  123.             <toAttribute reference="histLabel" attribute="right" offset="10"/>
  124.         </left>
  125.        <top>
  126.             <toAttribute reference="histLabel" attribute="top"/>
  127.         </top>
  128.     </constrain>
  129.  
  130.     <constrain name="histRadioOff">
  131.         <left>
  132.             <toAttribute reference="histRadioOn" attribute="right" offset="10"/>
  133.         </left>
  134.        <top>
  135.             <toAttribute reference="histLabel" attribute="top"/>
  136.         </top>
  137.     </constrain>
  138.  
  139.     <constrain name="histDaysLabel">
  140.         <left>
  141.             <toAttribute reference="histRadioOff" attribute="right" offset="20"/>
  142.         </left>
  143.        <top>
  144.             <toAttribute reference="histLabel" attribute="top"/>
  145.         </top>
  146.     </constrain>
  147.  
  148.     <constrain name="histSpin">
  149.         <left>
  150.             <toAttribute reference="histDaysLabel" attribute="right" offset="10"/>
  151.         </left>
  152.        <top>
  153.             <toAttribute reference="histLabel" attribute="top"/>
  154.         </top>
  155.     </constrain>
  156.  
  157.     <constrain name="themesLabel">
  158.         <left>
  159.             <toAttribute reference="devLabel" attribute="left"/>
  160.         </left>
  161.         <top>
  162.             <toAttribute reference="histLabel" attribute="bottom" offset="20"/>
  163.         </top>
  164.         <bottom>
  165.             <toAttribute reference="_container" attribute="bottom" offset="-40"/>
  166.         </bottom>
  167.     </constrain>
  168.  
  169.     <constrain name="themesDropdown">
  170.         <left>
  171.             <toAttribute reference="themesLabel" attribute="right" offset="10"/>
  172.         </left>
  173.         <top>
  174.             <toAttribute reference="themesLabel" attribute="top"/>
  175.         </top>
  176.     </constrain>
  177.  
  178.     <constrain name="languageLabel">
  179.         <left>
  180.             <toAttribute reference="themesDropdown" attribute="right" offset="20"/>
  181.         </left>
  182.         <top>
  183.             <toAttribute reference="themesLabel" attribute="top"/>
  184.         </top>
  185.         <bottom>
  186.             <toAttribute reference="_container" attribute="bottom" offset="-40"/>
  187.         </bottom>
  188.     </constrain>
  189.  
  190.     <constrain name="languageDropdown">
  191.         <left>
  192.             <toAttribute reference="languageLabel" attribute="right" offset="10"/>
  193.         </left>
  194.         <top>
  195.             <toAttribute reference="themesLabel" attribute="top"/>
  196.         </top>
  197.     </constrain>
  198.  
  199.     <constrain name="okButton">
  200.         <right>
  201.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  202.         </right>
  203.         <bottom>
  204.             <toAttribute reference="_container" attribute="bottom" offset="-10"/>
  205.         </bottom>
  206.         <top>
  207.             <toAttribute reference="themesLabel" attribute="bottom" offset="10"/>
  208.         </top>
  209.     </constrain>
  210.  
  211. </constraint-set>
  212.