Add settings level button (#74)

This commit is contained in:
Christian Gade 2020-01-14 17:06:20 +01:00 committed by Kevin Goffe
parent 9c45183e5c
commit 53ef7a1f74
1 changed files with 19 additions and 13 deletions

View File

@ -145,48 +145,54 @@
</control> </control>
<control type="grouplist" id="9001"> <control type="grouplist" id="9001">
<top>535</top> <top>535</top>
<left>95</left> <left>40</left>
<width>660</width> <width>770</width>
<align>center</align> <align>center</align>
<itemgap>10</itemgap> <itemgap>5</itemgap>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<control type="button" id="28"> <control type="button" id="28">
<description>OK Button</description> <description>OK Button</description>
<top>0</top> <top>0</top>
<width>200</width> <width>186</width>
<height>40</height> <height>40</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12_title</font> <font>font12_title</font>
<onleft>30</onleft>
<onright>29</onright>
<onup>5</onup> <onup>5</onup>
<ondown>5</ondown> <ondown>5</ondown>
</control> </control>
<control type="button" id="29"> <control type="button" id="29">
<description>Cancel Button</description> <description>Cancel Button</description>
<top>0</top> <top>0</top>
<width>200</width> <width>186</width>
<height>40</height> <height>40</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12_title</font> <font>font12_title</font>
<label/> <label/>
<onleft>28</onleft>
<onright>30</onright>
<onup>5</onup> <onup>5</onup>
<ondown>5</ondown> <ondown>5</ondown>
</control> </control>
<control type="button" id="30"> <control type="button" id="30">
<description>Settings Button</description> <description>Defaults Button</description>
<top>0</top> <top>0</top>
<width>200</width> <width>186</width>
<height>40</height> <height>40</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12_title</font> <font>font12_title</font>
<onleft>29</onleft> <onup>5</onup>
<onright>28</onright> <ondown>5</ondown>
</control>
<control type="button" id="20">
<description>Settings Level Button</description>
<top>0</top>
<width>186</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<onclick>SettingsLevelChange</onclick>
<onup>5</onup> <onup>5</onup>
<ondown>5</ondown> <ondown>5</ondown>
</control> </control>