1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <!--
- Licensed Materials - Property of
- 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="_o0g" helpId="dlgV2GaugeAxes">
- <dialogHtml>
- <![CDATA[
- <div onkeypress="_o0g._wph( event )">
- <table cellpadding="0" cellspacing="0">
- <tr style="vertical-align:top">
- <td rowSpan="2">
- <div HAL_dlgItemId="divList" class="clsListView" style="width:220px; height:192px" HAL_idsAriaLabel="IDS_DLG_GAUGE_AXES"></div>
- <div class="clsButtonToolbar" HAL_dlgItemId="divButtons">
- <button HAL_dlgItemId="btnNew" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_NEW" onclick="_o0g._0qh()" ondblclick="_o0g._0qh()">
- <svg><use xlink:href="#def_hal_add_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnDelete" class="clsSvgButton16x16" HAL_idsTooltip="IDS_TOOLTIP_DELETE" onclick="_o0g._ovc()" ondblclick="_o0g._ovc()">
- <svg><use xlink:href="#def_hal_remove_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnUp" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_MOVEUP" onclick="_o0g._d7j()">
- <svg><use xlink:href="#def_hal_move_up_16x16"/></svg>
- </button>
- <button HAL_dlgItemId="btnDown" class="clsSvgButton16x16" HAL_idsTooltip="IDS_BTN_MOVEDOWN" onclick="_o0g._q4g()">
- <svg><use xlink:href="#def_hal_move_down_16x16"/></svg>
- </button>
- </div>
- </td>
- <td style="padding-left:var(--16S)">
- <div HAL_dlgItemId="divAngleChooser" class="clsCCHLAngleChooser"></div>
- </td>
- <td style="padding-left:var(--16S);">
- <table cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <div HAL_dlgItemId="lblStartAngle" HAL_ids="IDS_LBL_GAUGE_AXIS_START_ANGLE" class="clsLabel"></div>
- <table HAL_dlgItemId="tblStartAngle" HAL_aria-labelledby="lblStartAngle"></table>
- </td>
- </tr>
- <tr>
- <td>
- <div HAL_dlgItemId="lblEndAngle" HAL_ids="IDS_LBL_GAUGE_AXIS_END_ANGLE" class="clsLabelSequence"></div>
- <table HAL_dlgItemId="tblEndAngle" HAL_aria-labelledby="lblEndAngle"></table>
- </td>
- </tr>
- <tr HAL_dlgItemId="trInnerRadius">
- <td>
- <div HAL_dlgItemId="lblInnerRadius" HAL_ids="IDS_LBL_GAUGE_AXIS_INNER_RADIUS" class="clsLabelSequence"></div>
- <table HAL_dlgItemId="tblInnerRadius" HAL_aria-labelledby="lblInnerRadius"></table>
- </td>
- </tr>
- <tr HAL_dlgItemId="trOuterRadius">
- <td>
- <div HAL_dlgItemId="lblOuterRadius" HAL_ids="IDS_LBL_GAUGE_AXIS_OUTER_RADIUS" class="clsLabelSequence"></div>
- <table HAL_dlgItemId="tblOuterRadius" HAL_aria-labelledby="lblOuterRadius"></table>
- </td>
- </tr>
- <tr>
- <td>
- <div HAL_dlgItemId="lblDirection" HAL_ids="IDS_LBL_GAUGE_AXIS_DIRECTION" class="clsLabelSequence"></div>
- <table HAL_dlgItemId="tblDirection" class="clsComboBox" style="width:150px" HAL_aria-labelledby="lblDirection"></table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" HAL_dlgItemId="btnCancel" onclick="_o0g._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" HAL_dlgItemId="btnOK" onclick="_o0g._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]>
- </dialogHtml>
- <externalScripts>
- <externalScript src="cchl/_npc.js"/>
- <externalScript src="cchl/_xbe.js"/>
- </externalScripts>
- <styleSheets>
- <styleSheet src="cchl/cchl_dialogs.css"/>
- </styleSheets>
- </dialog>
- <promptTextBox id="StartAngle" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="9" restrictInputNegatives="true" restrictInputExponents="true" validation="number" required="true" minNumber="0" maxNumber="360"/>
- <promptTextBox id="EndAngle" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="9" restrictInputNegatives="true" restrictInputExponents="true" validation="number" required="true" minNumber="0" maxNumber="360"/>
- <promptTextBox id="OuterRadius" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="9" restrictInputNegatives="true" restrictInputExponents="true" validation="number" required="true" minNumber="0" maxNumber="100"/>
- <promptTextBox id="InnerRadius" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="9" restrictInputNegatives="true" restrictInputExponents="true" validation="number" required="true" minNumber="0" maxNumber="100"/>
- </resources>
|