_kyc.xml 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2017
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <listView id="Variables">
  9. <listItems/>
  10. </listView>
  11. <listView id="VariablesValues" multiSelect="true" indentLength="15">
  12. <listItems/>
  13. </listView>
  14. <toolbar id="VariablesView_valuesListToolbar">
  15. <toolbarButton id="VariablesView_btnValuesAdd" smallSvgIcon="def_hal_add_16x16" idsTooltip="IDS_BTN_ADD" onCommand="_kyc._vi8()"/>
  16. <toolbarButton id="VariablesView_btnValuesEdit" smallSvgIcon="def_hal_edit_16x16" idsTooltip="IDS_TOOLTIP_EDIT" onCommand="_kyc._pb7()"/>
  17. <toolbarButton id="VariablesView_btnGroup" smallSvgIcon="def_group_values" idsTooltip="IDS_TOOLTIP_GROUP_VALUES" onCommand="_kyc._qhe()"/>
  18. <toolbarButton id="VariablesView_btnUngroup" smallSvgIcon="def_ungroup_values" idsTooltip="IDS_TOOLTIP_UNGROUP_VALUES" onCommand="_kyc._6ab()"/>
  19. <toolbarButton id="VariablesView_btnValuesDelete" smallSvgIcon="def_hal_remove_16x16" idsTooltip="IDS_TOOLTIP_DELETE" onCommand="_kyc._ba5()"/>
  20. </toolbar>
  21. <menuPopupSet id="MenuPopupVariableAdd">
  22. <menuPopup id="mnuVariableAddPopup"/>
  23. </menuPopupSet>
  24. </resources>