123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cchl
- (C) Copyright IBM Corp. 2003, 2019
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_2y3" borderStyle="sizable" startupHeight="500" startupWidth="540">
- <dialogHtml><![CDATA[
- <div onkeypress="_2y3._3k6( event )">
- <div HAL_dlgItemId="rootPane" HAL_paneId="DetailedMsgBoxDlgPane"></div>
- <div HAL_dlgItemId="divErrorCode" HAL_paneId="DetailedMsgBoxErrorCode" style="padding-bottom:var(--16S); white-space: nowrap;" HAL_isSelectable="true" tabIndex="0" role="gridcell"></div>
- <div HAL_dlgItemId="divListView" HAL_paneId="DetailedMsgBoxMsgPane"></div>
- <div HAL_paneId="DetailedMsgBoxIcon" HAL_dlgItemId="divIcon"></div>
- <div HAL_paneId="DetailedMsgBoxMsgColumn" style="padding-left:var(--16S);"></div>
- <div HAL_paneId="DetailedMsgBoxMessage">
- <div HAL_dlgItemId="spanMsg" HAL_isSelectable="true" tabIndex="0" role="gridcell" style="overflow:auto;max-height:250px"> </div>
- </div>
- <div HAL_dlgItemId="divInfoHeader" HAL_paneId="DetailedMsgBoxDetailsHeader" style="white-space:nowrap; padding:var(--16S) 0 2px 0">
- <span HAL_ids="IDS_MSG_DETAILS"></span>
- </div>
- <div HAL_dlgItemId="divInfoBox" HAL_paneId="DetailedMsgBoxDetails">
- <textarea readOnly="true" HAL_dlgItemId="divDetails" style="overflow:auto; background-color:transparent;" HAL_idsAriaLabel="IDS_MSG_DETAILS"></textarea>
- </div>
- <div class="clsDlgButtonBar" HAL_paneId="DetailedMsgBoxButtonBarPane">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_2y3._kq4(_rn8._ba8)" HAL_ids="IDS_HAL_BTN_CANCEL">Cancel</button>
- <button HAL_dlgItemId="btnNo" class="clsDlgButton" onclick="_2y3._kq4(_rn8._ce9)" HAL_ids="IDS_HAL_BTN_NO">No</button>
- <button HAL_dlgItemId="btnYes" class="clsDlgButton" onclick="_2y3._kq4(_rn8._399)" HAL_ids="IDS_HAL_BTN_YES">Yes</button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_2y3._kq4(_rn8._de9)" HAL_ids="IDS_HAL_BTN_OK">OK</button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <panes id="DetailedMsgBoxDlgPane">
- <rowPane id="DetailedMsgBoxErrorCode" minHeight="autoFromContents" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- <rowPane id="DetailedMsgBoxMsgPane" minHeight="autoFromContents" defaultHeight="*" parentResizeBehaviour="resize">
- <columnPane id="DetailedMsgBoxIcon" minWidth="32px" defaultWidth="32px" parentResizeBehaviour="fixed"/>
- <columnPane id="DetailedMsgBoxMsgColumn" defaultWidth="autoFromContents" minWidth="300px" parentResizeBehaviour="resize">
- <rowPane id="DetailedMsgBoxMessage" defaultHeight="autoFromContents" minHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- <rowPane id="DetailedMsgBoxDetailsHeader" parentResizeBehaviour="fixed" minHeight="autoFromContents" defaultHeight="autoFromContents"/>
- <rowPane id="DetailedMsgBoxDetails" parentResizeBehaviour="resizeFirst" minHeight="50px" defaultHeight="*" fillPaneWith="_2y3_divDetails"/>
- </columnPane>
- </rowPane>
- <rowPane id="DetailedMsgBoxButtonBarPane" minHeight="autoFromContents" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- </panes>
- </resources>
|