92 lines
3.2 KiB
XML
92 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol>5</defaultcontrol>
|
|
|
|
<controls>
|
|
<control type="group">
|
|
|
|
<visible>!Window.IsVisible(sliderdialog)</visible>
|
|
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>18-col</width>
|
|
<height>2-row</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2-row</posy>
|
|
<width>18-col</width>
|
|
<height>18-row</height>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>overlay</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="label" id="2">
|
|
<posx>24</posx>
|
|
<posy>0</posy>
|
|
<width>16-col</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>dialogTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
|
|
<control type="grouplist" id="5">
|
|
<description>control area</description>
|
|
<left>29</left>
|
|
<top>100</top>
|
|
<width>1160</width>
|
|
<height>750</height>
|
|
<onleft>9000</onleft>
|
|
<onright>9000</onright>
|
|
<onup>5</onup>
|
|
<ondown>5</ondown>
|
|
</control>
|
|
|
|
<control type="button" id="7">
|
|
<description>Default Button</description>
|
|
</control>
|
|
<control type="radiobutton" id="8">
|
|
<description>Default RadioButton</description>
|
|
</control>
|
|
<control type="spincontrolex" id="9">
|
|
<description>Default SpinControlex</description>
|
|
</control>
|
|
<control type="edit" id="12">
|
|
<description>Default Edit</description>
|
|
</control>
|
|
<control type="sliderex" id="13">
|
|
<description>Default Slider</description>
|
|
</control>
|
|
<control type="label" id="14">
|
|
<description>Default Label</description>
|
|
</control>
|
|
|
|
<!--dialog controls-->
|
|
<control type="grouplist" id="9000">
|
|
<left>1210</left>
|
|
<top>92</top>
|
|
<orientation>vertical</orientation>
|
|
<width>300</width>
|
|
<height>250</height>
|
|
<itemgap>-10</itemgap>
|
|
<onleft>5</onleft>
|
|
<onright>5</onright>
|
|
<control type="button" id="28">
|
|
<description>OK</description>
|
|
</control>
|
|
<control type="button" id="29">
|
|
<description>Cancel</description>
|
|
</control>
|
|
<control type="button" id="30">
|
|
<description>Clear / Settings</description>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
</controls>
|
|
</window> |