1234567891011121314151617181920212223242526272829303132333435 |
- <!--
- 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="_hce" helpId="dlgAngleChooser">
- <dialogHtml>
- <![CDATA[
- <div onkeypress="_hce._wph( event )">
- <div HAL_dlgItemId="divAngleChooser1" class="clsCCHLAngleChooser"></div>
-
- <div class="clsLabelSequence" HAL_ids="IDS_LBL_gradientAngle"></div>
- <table HAL_dlgItemId="tblAngle"></table>
-
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_hce._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnApply" class="clsDlgButton" HAL_isDefault="true" onclick="_hce._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" HAL_isDefault="true" onclick="_hce._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="cchl/_xbe.js"/>
- <externalScript src="cchl/_npc.js"/>
- </externalScripts>
- <styleSheets>
- <styleSheet src="cchl/cchl_dialogs.css"/>
- </styleSheets>
- </dialog>
- <promptTextBox id="Angle" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="3" restrictInputNegatives="true" restrictInputExponents="true" restrictInputPercent="true" validation="integer" required="true" minNumber="0" maxNumber="360"/>
- </resources>
|