_6qc.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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="_6qc" idsDialogTitle="IDS_TITLE_EXPLODEDSLICE" helpId="dlgExplodedSlice">
  9. <dialogHtml>
  10. <![CDATA[
  11. <div onkeypress="_6qc._wph( event )">
  12. <div class="clsLabel" HAL_ids="IDS_LBL_EXPLODEDAMOUNT"></div>
  13. <table style="width:90px" HAL_dlgItemId="tblTxtAmount" HAL_idsAriaLabel="IDS_LBL_EXPLODEDAMOUNT"></table>
  14. <fieldset class="clsFieldset" style="margin-top:var(--16S)">
  15. <legend HAL_ids="IDS_LBL_EXPLODEDSLICE"></legend>
  16. <div>
  17. <label HAL_dlgItemFor="radioIndex" class="clsLabel clsRadioButton">
  18. <input HAL_dlgItemName="radioSlice" HAL_dlgItemId="radioIndex" hideFocus="true" type="radio" onclick="_6qc._fv9()"/><span class="clsLabel" HAL_ids="IDS_LBL_SLICEINDEX"></span>
  19. </label>
  20. <table style="margin-left:var(--32L)" HAL_dlgItemId="tblTxtIndex" HAL_idsAriaLabel="IDS_LBL_SLICEINDEX"></table>
  21. <label HAL_dlgItemFor="radioExpression" class="clsRadioButton" style="margin-top:var(--16S)">
  22. <input HAL_dlgItemName="radioSlice" HAL_dlgItemId="radioExpression" hideFocus="true" type="radio" onclick="_6qc._fv9()"/><span class="clsLabel" HAL_ids="IDS_LBL_SLICEEXPRESSION"></span>
  23. </label>
  24. <div style="padding-left:var(--32L)">
  25. <input HAL_dlgItemId="txtExpression" class="clsTextBox clsReadOnlyTextBox" type="text" HAL_isSelectable="true" readOnly="true" style="vertical-align:middle; width:250px;" HAL_idsAriaLabel="IDS_LBL_SLICEEXPRESSION"/><button HAL_dlgItemId="btnExpression" class="clsDotDotDotButton" style="vertical-align:middle" hideFocus="true" onclick="_6qc._db7()"><svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg></button>
  26. </div>
  27. </div>
  28. </fieldset>
  29. <div class="clsDlgButtonBar">
  30. <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_6qc._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  31. <button HAL_dlgItemId="btnOK" class="clsDlgButton" HAL_isDefault="true" onclick="_6qc._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
  32. </div>
  33. </div>
  34. ]]></dialogHtml>
  35. <externalScripts>
  36. <externalScript src="cchl/_npc.js"/>
  37. </externalScripts>
  38. <styleSheets>
  39. <styleSheet src="cchl/cchl_dialogs.css"/>
  40. </styleSheets>
  41. </dialog>
  42. <promptTextBox id="Amount" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="3" restrictInputNegatives="true" restrictInputExponents="true" restrictInputPercent="true" required="true" numbersOnly="true" validation="integer" minNumber="0" maxNumber="100" idsInvalidMsg="IDS_INVALID_0TO100"/>
  43. <promptTextBox id="Index" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="3" restrictInputNegatives="true" restrictInputExponents="true" restrictInputPercent="true" required="true" numbersOnly="true" validation="integer" minNumber="1" maxNumber="4294967295" idsInvalidMsg="IDS_INVALID_ExplodedSlice_Index"/>
  44. </resources>