summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogColorPicker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/DialogColorPicker.xml')
-rw-r--r--addons/skin.estouchy/xml/DialogColorPicker.xml149
1 files changed, 149 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogColorPicker.xml b/addons/skin.estouchy/xml/DialogColorPicker.xml
new file mode 100644
index 0000000..5589e2d
--- /dev/null
+++ b/addons/skin.estouchy/xml/DialogColorPicker.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol always="true">6</defaultcontrol>
+ <include>16x9_xPos_Relocation</include>
+ <include>Window_OpenClose_Animation_Zoom</include>
+ <coordinates>
+ <posx>195</posx>
+ <posy>80</posy>
+ </coordinates>
+ <controls>
+ <include>BehindDialogFadeOut</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>890</width>
+ <height>60</height>
+ <texture border="5">dialog_header.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>890</width>
+ <height>730</height>
+ <texture>dialog_back.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <include>WindowTitleCommons</include>
+ <width>980</width>
+ <label>$LOCALIZE[13406]</label>
+ </control>
+ <control type="group">
+ <posx>820</posx>
+ <posy>0</posy>
+ <include>DialogCloseButtonCommons</include>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>850</width>
+ <height>600</height>
+ <texture colordiffuse="40000000">panel.png</texture>
+ </control>
+ <!-- Color picker panel -->
+ <control type="panel" id="6">
+ <posx>10</posx>
+ <posy>60</posy>
+ <width>840</width>
+ <height>600</height>
+ <onup>6</onup>
+ <ondown>6</ondown>
+ <onleft>6</onleft>
+ <onright>61</onright>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <viewtype label="100">icon</viewtype>
+ <itemlayout height="100" width="166">
+ <control type="group">
+ <control type="image">
+ <posx>3</posx>
+ <posy>8</posy>
+ <width>158</width>
+ <height>94</height>
+ <texture>color-back.png</texture>
+ </control>
+ <control type="image">
+ <posx>3</posx>
+ <posy>8</posy>
+ <width>158</width>
+ <height>94</height>
+ <texture border="0">white.png</texture>
+ <colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
+ <aspectratio>stretch</aspectratio>
+ </control>
+ </control>
+ </itemlayout>
+ <focusedlayout height="100" width="166">
+ <control type="group">
+ <animation effect="zoom" time="200" tween="sine" easing="inout" start="100" end="124" center="auto">Focus</animation>
+ <control type="image">
+ <posx>3</posx>
+ <posy>8</posy>
+ <width>158</width>
+ <height>94</height>
+ <texture>color-back.png</texture>
+ </control>
+ <control type="image">
+ <posx>3</posx>
+ <posy>8</posy>
+ <width>158</width>
+ <height>94</height>
+ <texture border="0">white.png</texture>
+ <colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
+ <aspectratio>stretch</aspectratio>
+ </control>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>856</posx>
+ <posy>90</posy>
+ <width>26</width>
+ <height>540</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>6</onleft>
+ <onright>6</onright>
+ <ondown>61</ondown>
+ <onup>61</onup>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <animation effect="fade" time="150">Visible</animation>
+ <animation effect="fade" time="150">Hidden</animation>
+ </control>
+ <control type="label">
+ <posx>20</posx>
+ <posy>670</posy>
+ <width>880</width>
+ <height>35</height>
+ <align>left</align>
+ <font>font14</font>
+ <label>[COLOR blue]$LOCALIZE[737]: [/COLOR]$INFO[Container(6).ListItem.Label, , - ]$INFO[Container(6).ListItem.Label2,#,]</label>
+ </control>
+ <control type="grouplist" id="9000">
+ <posx>20</posx>
+ <posy>720</posy>
+ <width>850</width>
+ <height>60</height>
+ <itemgap>10</itemgap>
+ <align>center</align>
+ <orientation>horizontal</orientation>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <control type="button" id="7">
+ <description>Cancel button</description>
+ <width>200</width>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label></label>
+ </control>
+ </control>
+ </controls>
+</window>