_vf2.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_vf2" borderStyle="sizable" startupWidth="530" startupHeight="300" helpId="dlgBooleanExpressionEditor">
  9. <dialogHtml>
  10. <![CDATA[
  11. <style>
  12. ._vf2_clsListItem_tokenOperator_normal,
  13. ._vf2_clsListItem_tokenOperator_hover,
  14. ._vf2_clsListItem_tokenOperator_selected,
  15. ._vf2_clsListItem_tokenOperator_selected_inactive
  16. {
  17. cursor: default;
  18. font-weight: bold;
  19. color: var(--text-01);
  20. }
  21. ._vf2_clsListItem_tokenOperator_selected,
  22. ._vf2_clsListItem_tokenOperator_selected_inactive
  23. {
  24. background-color: var(--selected-ui);
  25. }
  26. ._vf2_clsListItem_tokenOperator_hover
  27. {
  28. background-color: var(--hover-ui);
  29. }
  30. </style>
  31. <div onkeypress="_vf2._wph( event )">
  32. <div class="clsDialogText">
  33. <div HAL_dlgItemId="divRootPane" HAL_paneId="_vf2_RootPane"></div>
  34. <div HAL_paneId="_vf2_MainPane"></div>
  35. <div HAL_paneId="_vf2_TokenViewPane">
  36. <div HAL_dlgItemId="divTokenView" class="clsListView" style="padding-left:7px;padding-right:7px;background-color:transparent" HAL_idsAriaLabel="IDS_AC_TOKENS"></div>
  37. </div>
  38. <div HAL_paneId="_vf2_TokenViewButtonPane">
  39. <div HAL_dlgItemId="divToolbar" class="clsDlgToolbar"></div>
  40. </div>
  41. <div HAL_paneId="_vf2_DialogButtonBar" class="clsDlgButtonBar">
  42. <button class="clsDlgButton" onclick="_vf2._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  43. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_vf2._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
  44. </div>
  45. </div>
  46. </div>
  47. ]]></dialogHtml>
  48. <externalScripts>
  49. <externalScript src="_h47.js"/>
  50. </externalScripts>
  51. </dialog>
  52. <panes id="RootPane">
  53. <columnPane id="_vf2_MainPane" parentResizeBehaviour="resize" defaultWidth="*" minWidth="300px">
  54. <rowPane id="_vf2_TokenViewPane" defaultHeight="*" parentResizeBehaviour="resize" minHeight="40px" fillPaneWith="_vf2_divTokenView"/>
  55. <rowPane id="_vf2_TokenViewButtonPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  56. <rowPane id="_vf2_DialogButtonBar" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  57. </columnPane>
  58. </panes>
  59. <listView id="TokenView" view="token" classPrefix="_vf2_clsListItem_tokenOperator" multiSelect="true">
  60. <listItems/>
  61. </listView>
  62. <toolbar id="Toolbar">
  63. <toolbarButton id="_vf2_btnNew" smallSvgIcon="def_hal_add_16x16" idsTooltip="IDS_BOOLEXPR_BTN_NEW_TOOLTIP" onCommand="_vf2._fwh()"/>
  64. <toolbarButton id="_vf2_btnEditCondition" idsTooltip="IDS_BOOLEXPR_BTN_EDIT_TOOLTIP" smallSvgIcon="def_hal_edit_16x16" enabled="false" onCommand="_vf2._0dg()"/>
  65. <toolbarButton id="_vf2_btnDelete" idsTooltip="IDS_BOOLEXPR_BTN_DELETE_TOOLTIP" smallSvgIcon="def_hal_remove_16x16" enabled="false" onCommand="_vf2._p5d()"/>
  66. <toolbarButton id="_vf2_btnAnd" idsLabel="IDS_OP_AND" enabled="false" onCommand="_vf2._gwh()"/>
  67. <toolbarButton id="_vf2_btnOr" idsLabel="IDS_OP_OR" enabled="false" onCommand="_vf2._ecj()"/>
  68. <toolbarButton id="_vf2_btnNot" idsLabel="IDS_OP_NOT" enabled="false" onCommand="_vf2._owh()"/>
  69. </toolbar>
  70. </resources>