diff options
author | ronie <ronie@users.noreply.github.com> | 2016-02-26 23:22:34 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-03-01 20:32:44 +0100 |
commit | daf2dcdc66ef6f9c2f91cbfc41edb5ba4b79f6f8 (patch) | |
tree | a5de84cbd76500ee25d16aad61dad21b211c6086 /addons/skin.estouchy/xml/DialogTextViewer.xml | |
parent | 66420bbf838b3f5b358e01c76e37db20e1cb5566 (diff) |
add estouchy
Diffstat (limited to 'addons/skin.estouchy/xml/DialogTextViewer.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogTextViewer.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogTextViewer.xml b/addons/skin.estouchy/xml/DialogTextViewer.xml new file mode 100644 index 0000000000..b719e20d9a --- /dev/null +++ b/addons/skin.estouchy/xml/DialogTextViewer.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>61</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label></label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="textbox" id="5"> + <description>textarea</description> + <posx>20</posx> + <posy>60</posy> + <width>900</width> + <height>720</height> + <label>-</label> + <font>font20</font> + <align>justify</align> + <pagecontrol>61</pagecontrol> + </control> + <control type="scrollbar" id="61"> + <posx>960</posx> + <posy>90</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>61</onleft> + <onright>61</onright> + <ondown>61</ondown> + <onup>61</onup> + <showonepage>true</showonepage> + <orientation>vertical</orientation> + </control> + </controls> +</window> |