Advertisement
Guest User

BottomMenu Include

a guest
May 21st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.31 KB | None | 0 0
  1. <include name="BottomMenu">
  2.     <control type="group" id="9000">
  3.         <posx>63</posx>
  4.         <posy>517</posy>
  5.         <include>OptionsAnimations</include>
  6.         <control type="group">
  7.             <include>OptionsPanelAnimations</include>
  8.             <control type="image">
  9.                 <description>shadow image</description>
  10.                 <posx>5</posx>
  11.                 <posy>505</posy>
  12.                 <height>60</height>
  13.                 <width>442</width>
  14.                 <texture>dialogs/shutdown/shadow.png</texture>
  15.                 <aspectratio>stretch</aspectratio>
  16.             </control>
  17.             <control type="image">
  18.                 <description>background image</description>
  19.                 <posx>0</posx>
  20.                 <posy>0</posy>
  21.                 <height>540</height>
  22.                 <width>442</width>
  23.                 <texture>dialogs/shutdown/shutdown.png</texture>
  24.                 <aspectratio>stretch</aspectratio>
  25.             </control>
  26.         </control>
  27.  
  28.         <nested />
  29.  
  30.         <control type="group">
  31.             <include>GeneralOptionsAnimations</include>
  32.             <control type="image">
  33.                 <posx>9</posx>
  34.                 <posy>433</posy>
  35.                 <width>100</width>
  36.                 <height>100</height>
  37.                 <texture>buttons/options_nofo.png</texture>
  38.             </control>
  39.             <control type="label">
  40.                 <posx>94</posx>
  41.                 <posy>433</posy>
  42.                 <width>300</width>
  43.                 <height>100</height>
  44.                 <label>$LOCALIZE[31600]</label>
  45.                 <font>Font-Condensed-S34-B</font>
  46.                 <textcolor>eewhite</textcolor>
  47.                 <shadowcolor>22000000</shadowcolor>
  48.             </control>
  49.         </control>
  50.  
  51.         <control type="group">
  52.             <include>SpecificOptionsAnimations</include>
  53.             <control type="image">
  54.                 <posx>9</posx>
  55.                 <posy>433</posy>
  56.                 <width>100</width>
  57.                 <height>100</height>
  58.                 <texture>buttons/options_nofo.png</texture>
  59.             </control>
  60.             <control type="label">
  61.                 <posx>94</posx>
  62.                 <posy>433</posy>
  63.                 <width>300</width>
  64.                 <height>100</height>
  65.                 <label>$LOCALIZE[31924]</label>
  66.                 <font>Font-Condensed-S34-B</font>
  67.                 <textcolor>eewhite</textcolor>
  68.                 <shadowcolor>22000000</shadowcolor>
  69.             </control>
  70.         </control>
  71.  
  72.         <control type="group">
  73.             <include>ViewOptionsAnimations</include>
  74.             <control type="image">
  75.                 <posx>9</posx>
  76.                 <posy>433</posy>
  77.                 <width>100</width>
  78.                 <height>100</height>
  79.                 <texture>buttons/options_nofo.png</texture>
  80.             </control>
  81.             <control type="label">
  82.                 <posx>94</posx>
  83.                 <posy>433</posy>
  84.                 <width>300</width>
  85.                 <height>100</height>
  86.                 <label>$LOCALIZE[31930]</label>
  87.                 <font>Font-Condensed-S34-B</font>
  88.                 <textcolor>eewhite</textcolor>
  89.                 <shadowcolor>22000000</shadowcolor>
  90.             </control>
  91.         </control>
  92.     </control>
  93. </include>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement