|
|
|
@ -245,6 +245,7 @@
|
|
|
|
|
posparent="jewelry"
|
|
|
|
|
hardtext="uiJewelryTitle"
|
|
|
|
|
fontsize="10"
|
|
|
|
|
y="2"
|
|
|
|
|
shadow="true" />
|
|
|
|
|
<!-- Armor -->
|
|
|
|
|
<group id="armors"
|
|
|
|
@ -320,6 +321,7 @@
|
|
|
|
|
posparent="armors"
|
|
|
|
|
hardtext="uiArmorTitle"
|
|
|
|
|
fontsize="10"
|
|
|
|
|
y="2"
|
|
|
|
|
shadow="true" />
|
|
|
|
|
<!--
|
|
|
|
|
<group id="hands" posparent="armors" x="8" y="0" w="86" h="42" posref="TR TL" >
|
|
|
|
@ -340,7 +342,7 @@
|
|
|
|
|
oncandrop="inv_can_drop" ondrop="inv_drop"
|
|
|
|
|
item_slot="LEFT_HAND" value="%hand_l" other_hand_slot="handr" auto_grayed="false" />
|
|
|
|
|
|
|
|
|
|
<! - Must update some things when the item equipped change - >
|
|
|
|
|
<! - Must update some things when the item equiped change - >
|
|
|
|
|
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:SHEET)" action="phrase_update_from_hand" />
|
|
|
|
|
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:QUALITY)" action="phrase_update_from_hand" />
|
|
|
|
|
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:ENCHANT)" action="phrase_update_from_hand" />
|
|
|
|
@ -420,6 +422,7 @@
|
|
|
|
|
<instance template="tinv_nbslots_bulk_weight"
|
|
|
|
|
id="ibw"
|
|
|
|
|
x="-16"
|
|
|
|
|
y="2"
|
|
|
|
|
inv_branch="%bag"
|
|
|
|
|
inv_bulk_max="%bag_bulk_max" />
|
|
|
|
|
</group>
|
|
|
|
@ -746,7 +749,7 @@
|
|
|
|
|
onclick_l="open_title_help"
|
|
|
|
|
params_l="from=user" />-->
|
|
|
|
|
|
|
|
|
|
<group id="webitems" posref="TL TL" sizeref="wh" h="-40" w="0" x="0" y="-18" active="0">
|
|
|
|
|
<group id="webitems" posref="TL TL" sizeref="wh" h="-45" w="0" x="-10" y="-25" active="0">
|
|
|
|
|
<group type="webig_html"
|
|
|
|
|
id="html"
|
|
|
|
|
url="http://app.ryzom.com/app_arcc/index.php?action=mItem_DisplayUserItems"
|
|
|
|
@ -1021,7 +1024,7 @@
|
|
|
|
|
xitem="2"
|
|
|
|
|
yitem="-2"
|
|
|
|
|
xtext="46"
|
|
|
|
|
ytext="-2"
|
|
|
|
|
ytext="0"
|
|
|
|
|
hspace="2"
|
|
|
|
|
array="false"
|
|
|
|
|
maxitem="%max_temp_invslot"
|
|
|
|
@ -1294,7 +1297,7 @@
|
|
|
|
|
other_hand_slot="handr"
|
|
|
|
|
auto_grayed="false"
|
|
|
|
|
tooltip_parent="win" />
|
|
|
|
|
<!-- Must update some things when the item equipped change -->
|
|
|
|
|
<!-- Must update some things when the item equiped change -->
|
|
|
|
|
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:SHEET)"
|
|
|
|
|
action="phrase_update_from_hand" />
|
|
|
|
|
<link expr="depends(@%bag:[%hand_r:INDEX_IN_BAG-1]:QUALITY)"
|
|
|
|
@ -1494,188 +1497,6 @@
|
|
|
|
|
params="value=add(@UI:PHRASE:SELECT_MEMORY,-1)" />
|
|
|
|
|
</group>
|
|
|
|
|
<tree node="gestionsets" />
|
|
|
|
|
|
|
|
|
|
<!-- second hands bar -->
|
|
|
|
|
<define id="gestionsets_h" value="1" />
|
|
|
|
|
<define id="gestionsets_v" value="2" />
|
|
|
|
|
|
|
|
|
|
<variable entry="UI:SAVE:GESTIONSETS2_MODE" type="sint32" value="0" />
|
|
|
|
|
|
|
|
|
|
<proc id="gestionsets2_proc_active">
|
|
|
|
|
<action handler="set" params="dblink=UI:VARIABLES:ISACTIVE:SETS2|value=1"/>
|
|
|
|
|
<action handler="proc" params="gestionsets2_proc_mode" />
|
|
|
|
|
</proc>
|
|
|
|
|
|
|
|
|
|
<proc id="gestionsets2_proc_set">
|
|
|
|
|
<action handler="set" params="dblink=UI:SAVE:GESTIONSETS2_MODE|value=@0"/>
|
|
|
|
|
<action handler="proc" params="gestionsets2_proc_mode" />
|
|
|
|
|
</proc>
|
|
|
|
|
|
|
|
|
|
<proc id="gestionsets2_proc_mode">
|
|
|
|
|
<action handler="proc" cond="eq(@UI:SAVE:GESTIONSETS2_MODE,%gestionsets_h)" params="gestionsets2_proc_horiz"/>
|
|
|
|
|
<action handler="proc" cond="ne(@UI:SAVE:GESTIONSETS2_MODE,%gestionsets_h)" params="gestionsets2_proc_vert"/>
|
|
|
|
|
</proc>
|
|
|
|
|
|
|
|
|
|
<proc id="gestionsets2_proc_vert">
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2_menu:horiz:active'|value=1"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2_menu:vert:active'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:w'|value=68"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:h'|value=300"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:select_memory:active'|value=1"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:select_memory_h:active'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:w'|value=68"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:h'|value=300"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:w'|value=68"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:h'|value=300"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s0:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s0:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s1:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s1:y'|value=-28"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s2:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s2:y'|value=-56"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s3:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s3:y'|value=-84"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s4:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s4:y'|value=-112"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s5:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s5:y'|value=-140"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s6:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s6:y'|value=-168"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s7:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s7:y'|value=-196"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s8:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s8:y'|value=-224"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s9:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s9:y'|value=-252"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s10:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s10:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s11:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s11:y'|value=-28"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s12:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s12:y'|value=-56"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s13:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s13:y'|value=-84"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s14:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s14:y'|value=-112"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s15:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s15:y'|value=-140"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s16:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s16:y'|value=-168"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s17:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s17:y'|value=-196"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s18:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s18:y'|value=-224"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s19:x'|value=26"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s19:y'|value=-252"/>
|
|
|
|
|
</proc>
|
|
|
|
|
|
|
|
|
|
<proc id="gestionsets2_proc_horiz">
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2_menu:horiz:active'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2_menu:vert:active'|value=1"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:w'|value=315"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:h'|value=52"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:select_memory:active'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:select_memory_h:active'|value=1"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:w'|value=315"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:h'|value=52"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:w'|value=315"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:h'|value=52"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s0:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s0:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s1:x'|value=28"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s1:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s2:x'|value=56"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s2:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s3:x'|value=84"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s3:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s4:x'|value=112"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s4:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s5:x'|value=140"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s5:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s6:x'|value=168"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s6:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s7:x'|value=196"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s7:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s8:x'|value=224"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s8:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s9:x'|value=252"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s9:y'|value=0"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s10:x'|value=0"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s10:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s11:x'|value=28"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s11:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s12:x'|value=56"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s12:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s13:x'|value=84"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s13:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s14:x'|value=112"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s14:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s15:x'|value=140"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s15:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s16:x'|value=168"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s16:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s17:x'|value=196"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s17:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s18:x'|value=224"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s18:y'|value=-26"/>
|
|
|
|
|
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s19:x'|value=252"/>
|
|
|
|
|
<action handler="set" params="target='ui:interface:gestionsets2:header_closed:shortcuts:s19:y'|value=-26"/>
|
|
|
|
|
</proc>
|
|
|
|
|
|
|
|
|
|
<group type="menu" id="gestionsets2_menu" extends="base_menu_with_color">
|
|
|
|
|
<action id="horiz" name="uiHorizontal" handler="proc" params="gestionsets2_proc_set|%gestionsets_h"/>
|
|
|
|
|
<action id="vert" name="uiVertical" handler="proc" params="gestionsets2_proc_set|%gestionsets_v"/>
|
|
|
|
|
<separator />
|
|
|
|
|
</group>
|
|
|
|
|
|
|
|
|
|
<group type="container"
|
|
|
|
|
id="gestionsets2"
|
|
|
|
|
w="68"
|
|
|
|
@ -1684,7 +1505,7 @@
|
|
|
|
|
header_active="false"
|
|
|
|
|
right_button="false"
|
|
|
|
|
group_onclick_r="active_menu"
|
|
|
|
|
group_params_r="menu=ui:interface:gestionsets2_menu"
|
|
|
|
|
group_params_r="menu=ui:interface:base_menu_with_color"
|
|
|
|
|
movable="true"
|
|
|
|
|
active="true"
|
|
|
|
|
opened="false"
|
|
|
|
@ -1692,8 +1513,8 @@
|
|
|
|
|
global_color="false"
|
|
|
|
|
header_color="UI:SAVE:WIN:COLORS:INV"
|
|
|
|
|
locked="true"
|
|
|
|
|
on_active="proc"
|
|
|
|
|
on_active_params="gestionsets2_proc_active"
|
|
|
|
|
on_active="set"
|
|
|
|
|
on_active_params="dblink=UI:VARIABLES:ISACTIVE:SETS2|value=1"
|
|
|
|
|
on_deactive="set"
|
|
|
|
|
on_deactive_params="dblink=UI:VARIABLES:ISACTIVE:SETS2|value=0"
|
|
|
|
|
help_page="interf_action_bar.html">
|
|
|
|
@ -1863,66 +1684,9 @@
|
|
|
|
|
tooltip="uittHandSet"
|
|
|
|
|
tooltip_parent="win" />
|
|
|
|
|
</group>
|
|
|
|
|
<group type="select_number"
|
|
|
|
|
id="select_memory_h"
|
|
|
|
|
value="UI:PHRASE:SELECT_MEMORY_2"
|
|
|
|
|
loop="true"
|
|
|
|
|
min="1"
|
|
|
|
|
max="10"
|
|
|
|
|
x="0"
|
|
|
|
|
y="0"
|
|
|
|
|
w="300"
|
|
|
|
|
h="52"
|
|
|
|
|
active="false"
|
|
|
|
|
posparent="shortcuts"
|
|
|
|
|
posref="MM MM"
|
|
|
|
|
delta="1">
|
|
|
|
|
<view type="bitmap"
|
|
|
|
|
id="slot_number"
|
|
|
|
|
posref="MR MR"
|
|
|
|
|
texture="W_slot_number.tga" />
|
|
|
|
|
<view type="text"
|
|
|
|
|
id="number"
|
|
|
|
|
posparent="slot_number"
|
|
|
|
|
posref="MM MM"
|
|
|
|
|
x="0"
|
|
|
|
|
y="0"
|
|
|
|
|
color="255 255 255 255"
|
|
|
|
|
fontsize="12"
|
|
|
|
|
shadow="true"
|
|
|
|
|
hardtext="0"
|
|
|
|
|
global_color="false" />
|
|
|
|
|
<ctrl type="button"
|
|
|
|
|
id="arrow_up"
|
|
|
|
|
button_type="push_button"
|
|
|
|
|
posref="TM BM"
|
|
|
|
|
posparent="slot_number"
|
|
|
|
|
x="0"
|
|
|
|
|
y="0"
|
|
|
|
|
tx_normal="W_arrow_up_1.tga"
|
|
|
|
|
tx_pushed="W_arrow_up_1.tga"
|
|
|
|
|
tx_over="W_button_12_over.tga"
|
|
|
|
|
tooltip="uittHandSet"
|
|
|
|
|
tooltip_parent="win" />
|
|
|
|
|
<ctrl type="button"
|
|
|
|
|
id="arrow_down"
|
|
|
|
|
button_type="push_button"
|
|
|
|
|
posref="BM TM"
|
|
|
|
|
posparent="slot_number"
|
|
|
|
|
x="0"
|
|
|
|
|
y="0"
|
|
|
|
|
tx_normal="W_arrow_down_1.tga"
|
|
|
|
|
tx_pushed="W_arrow_down_1.tga"
|
|
|
|
|
tx_over="W_button_12_over.tga"
|
|
|
|
|
tooltip="uittHandSet"
|
|
|
|
|
tooltip_parent="win" />
|
|
|
|
|
</group>
|
|
|
|
|
<link expr="@UI:PHRASE:SELECT_MEMORY_2"
|
|
|
|
|
action="phrase_select_memory_2"
|
|
|
|
|
params="value=add(@UI:PHRASE:SELECT_MEMORY_2,-1)" />
|
|
|
|
|
<link expr="depends(@UI:SAVE:GESTIONSETS2_MODE)"
|
|
|
|
|
action="proc"
|
|
|
|
|
params="gestionsets_proc_mode" />
|
|
|
|
|
</group>
|
|
|
|
|
<tree node="gestionsets2" />
|
|
|
|
|
<!-- hands -->
|
|
|
|
|