1234567891011121314151617181920212223242526272829 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <listView id="Variables">
- <listItems/>
- </listView>
- <listView id="VariablesValues" multiSelect="true" indentLength="15">
- <listItems/>
- </listView>
- <toolbar id="VariablesView_valuesListToolbar">
- <toolbarButton id="VariablesView_btnValuesAdd" smallSvgIcon="def_hal_add_16x16" idsTooltip="IDS_BTN_ADD" onCommand="_kyc._vi8()"/>
- <toolbarButton id="VariablesView_btnValuesEdit" smallSvgIcon="def_hal_edit_16x16" idsTooltip="IDS_TOOLTIP_EDIT" onCommand="_kyc._pb7()"/>
- <toolbarButton id="VariablesView_btnGroup" smallSvgIcon="def_group_values" idsTooltip="IDS_TOOLTIP_GROUP_VALUES" onCommand="_kyc._qhe()"/>
- <toolbarButton id="VariablesView_btnUngroup" smallSvgIcon="def_ungroup_values" idsTooltip="IDS_TOOLTIP_UNGROUP_VALUES" onCommand="_kyc._6ab()"/>
- <toolbarButton id="VariablesView_btnValuesDelete" smallSvgIcon="def_hal_remove_16x16" idsTooltip="IDS_TOOLTIP_DELETE" onCommand="_kyc._ba5()"/>
- </toolbar>
- <menuPopupSet id="MenuPopupVariableAdd">
- <menuPopup id="mnuVariableAddPopup"/>
- </menuPopupSet>
- </resources>
|