12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <!--
- 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="_la4" idsDialogTitle="IDS_TITLE_PROGRESSIVEPALETTE" helpId="dlgV2ProgressivePalette">
- <dialogHtml>
- <![CDATA[
- <div onkeypress="_la4._wph( event )">
- <table cellpadding="4">
- <tr>
- <td>
- <div class="clsLabelSequence">
- <span HAL_ids="IDS_LBL_progressivePositiveValueFill"></span>
- </div>
- </td>
- <td>
- <button HAL_dlgItemId="btnPositive" onmouseover="_la4._2b7(event)" style="width:74px;height:25px;" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_progressivePositiveValueFill" onclick="_la4._ivc('Positive')">
- <div HAL_dlgItemId="btnFillPositive" class="clsColorButtonDIV_normal" style="width:66px; height:16px;"></div>
- </button>
- </td>
- <td>
- <input type="text" HAL_dlgItemId="txtLabelPositive" disabled="disabled" class="clsDialogText clsTextBox clsReadOnlyTextBox" readOnly="true"/>
- <button HAL_dlgItemId="btnSetLabelPositive" class="clsDotDotDotButton" style="padding:2px;" HAL_idsTooltip="IDS_TOOLTIP_SETLABEL" hideFocus="true" onclick="_la4._vm7('Positive')">
- <svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg>
- </button>
- </td>
- </tr>
- <tr>
- <td>
- <div class="clsLabelSequence">
- <span HAL_ids="IDS_LBL_progressiveNegativeValueFill"></span>
- </div>
- </td>
- <td>
- <button HAL_dlgItemId="btnNegative" onmouseover="_la4._2b7(event)" style="width:74px;height:25px;" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_progressiveNegativeValueFill" onclick="_la4._ivc('Negative')">
- <div HAL_dlgItemId="btnFillNegative" class="clsColorButtonDIV_normal" style="width:66px; height:16px;"></div>
- </button>
- </td>
- <td>
- <input type="text" HAL_dlgItemId="txtLabelNegative" disabled="disabled" class="clsDialogText clsTextBox clsReadOnlyTextBox" readOnly="true"/>
- <button HAL_dlgItemId="btnSetLabelNegative" class="clsDotDotDotButton" style="padding:2px;" HAL_idsTooltip="IDS_TOOLTIP_SETLABEL" hideFocus="true" onclick="_la4._vm7('Negative')">
- <svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg>
- </button>
- </td>
- </tr>
- <tr>
- <td>
- <label HAL_dlgItemFor="chkFirst" class="clsLabelSequence clsToggle">
- <input HAL_dlgItemId="chkFirst" hideFocus="true" type="checkbox" onclick="_la4._on9( this.checked, 'First' )"/><span HAL_ids="IDS_LBL_progressiveFirstValueFill"></span>
- </label>
- </td>
- <td>
- <button HAL_dlgItemId="btnFirst" onmouseover="_la4._2b7(event)" style="width:74px;height:25px;" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_progressiveFirstValueFill" onclick="_la4._ivc('First')">
- <div HAL_dlgItemId="btnFillFirst" class="clsColorButtonDIV_normal" style="width:66px; height:16px;"></div>
- </button>
- </td>
- <td>
- <input type="text" HAL_dlgItemId="txtLabelFirst" disabled="disabled" class="clsDialogText clsTextBox clsReadOnlyTextBox" readOnly="true"/>
- <button HAL_dlgItemId="btnSetLabelFirst" class="clsDotDotDotButton" style="padding:2px;" HAL_idsTooltip="IDS_TOOLTIP_SETLABEL" hideFocus="true" onclick="_la4._vm7('First')">
- <svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg>
- </button>
- </td>
- </tr>
- <tr>
- <td>
- <label HAL_dlgItemFor="chkTotal" class="clsLabelSequence clsToggle">
- <input HAL_dlgItemId="chkTotal" hideFocus="true" type="checkbox" onclick="_la4._on9( this.checked, 'Total' )"/><span HAL_ids="IDS_LBL_progressiveTotalValueFill"></span>
- </label>
- </td>
- <td>
- <button HAL_dlgItemId="btnTotal" onmouseover="_la4._2b7(event)" style="width:74px;height:25px;" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_progressiveTotalValueFill" onclick="_la4._ivc('Total')">
- <div HAL_dlgItemId="btnFillTotal" class="clsColorButtonDIV_normal" style="width:66px; height:16px;"></div>
- </button>
- </td>
- <td>
- <input type="text" HAL_dlgItemId="txtLabelTotal" disabled="disabled" class="clsDialogText clsTextBox clsReadOnlyTextBox" readOnly="true"/>
- <button HAL_dlgItemId="btnSetLabelTotal" class="clsDotDotDotButton" style="padding:2px;" HAL_idsTooltip="IDS_TOOLTIP_SETLABEL" hideFocus="true" onclick="_la4._vm7('Total')">
- <svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg>
- </button>
- </td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_la4._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_la4._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="_v31.js"/>
- </externalScripts>
- </dialog>
-
- </resources>
|