1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_vf2" borderStyle="sizable" startupWidth="530" startupHeight="300" helpId="dlgBooleanExpressionEditor">
- <dialogHtml>
- <![CDATA[
- <style>
- ._vf2_clsListItem_tokenOperator_normal,
- ._vf2_clsListItem_tokenOperator_hover,
- ._vf2_clsListItem_tokenOperator_selected,
- ._vf2_clsListItem_tokenOperator_selected_inactive
- {
- cursor: default;
- font-weight: bold;
- color: var(--text-01);
- }
- ._vf2_clsListItem_tokenOperator_selected,
- ._vf2_clsListItem_tokenOperator_selected_inactive
- {
- background-color: var(--selected-ui);
- }
- ._vf2_clsListItem_tokenOperator_hover
- {
- background-color: var(--hover-ui);
- }
- </style>
- <div onkeypress="_vf2._wph( event )">
- <div class="clsDialogText">
- <div HAL_dlgItemId="divRootPane" HAL_paneId="_vf2_RootPane"></div>
- <div HAL_paneId="_vf2_MainPane"></div>
- <div HAL_paneId="_vf2_TokenViewPane">
- <div HAL_dlgItemId="divTokenView" class="clsListView" style="padding-left:7px;padding-right:7px;background-color:transparent" HAL_idsAriaLabel="IDS_AC_TOKENS"></div>
- </div>
- <div HAL_paneId="_vf2_TokenViewButtonPane">
- <div HAL_dlgItemId="divToolbar" class="clsDlgToolbar"></div>
- </div>
- <div HAL_paneId="_vf2_DialogButtonBar" class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_vf2._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_vf2._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="_h47.js"/>
- </externalScripts>
- </dialog>
- <panes id="RootPane">
- <columnPane id="_vf2_MainPane" parentResizeBehaviour="resize" defaultWidth="*" minWidth="300px">
- <rowPane id="_vf2_TokenViewPane" defaultHeight="*" parentResizeBehaviour="resize" minHeight="40px" fillPaneWith="_vf2_divTokenView"/>
- <rowPane id="_vf2_TokenViewButtonPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- <rowPane id="_vf2_DialogButtonBar" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- </columnPane>
- </panes>
- <listView id="TokenView" view="token" classPrefix="_vf2_clsListItem_tokenOperator" multiSelect="true">
- <listItems/>
- </listView>
- <toolbar id="Toolbar">
- <toolbarButton id="_vf2_btnNew" smallSvgIcon="def_hal_add_16x16" idsTooltip="IDS_BOOLEXPR_BTN_NEW_TOOLTIP" onCommand="_vf2._fwh()"/>
- <toolbarButton id="_vf2_btnEditCondition" idsTooltip="IDS_BOOLEXPR_BTN_EDIT_TOOLTIP" smallSvgIcon="def_hal_edit_16x16" enabled="false" onCommand="_vf2._0dg()"/>
- <toolbarButton id="_vf2_btnDelete" idsTooltip="IDS_BOOLEXPR_BTN_DELETE_TOOLTIP" smallSvgIcon="def_hal_remove_16x16" enabled="false" onCommand="_vf2._p5d()"/>
- <toolbarButton id="_vf2_btnAnd" idsLabel="IDS_OP_AND" enabled="false" onCommand="_vf2._gwh()"/>
- <toolbarButton id="_vf2_btnOr" idsLabel="IDS_OP_OR" enabled="false" onCommand="_vf2._ecj()"/>
- <toolbarButton id="_vf2_btnNot" idsLabel="IDS_OP_NOT" enabled="false" onCommand="_vf2._owh()"/>
- </toolbar>
- </resources>
|